fix: pass tenant to load in cascade destroy (#1775) #4584
Annotations
21 errors and 2 warnings
ash-ci (Picosat) / mix test:
test/filter/filter_test.exs#L590
test relationship filters filtering on a has_many relationship (Ash.Test.Filter.FilterTest)
|
ash-ci (Picosat) / mix test:
test/filter/filter_test.exs#L583
test relationship filters filtering on a belongs_to relationship (Ash.Test.Filter.FilterTest)
|
ash-ci (Picosat) / mix test:
test/filter/filter_test.exs#L576
test relationship filters filtering on a has_one relationship (Ash.Test.Filter.FilterTest)
|
ash-ci (Picosat) / mix test:
test/filter/filter_test.exs#L604
test relationship filters relationship filters are honored when filtering on relationships (Ash.Test.Filter.FilterTest)
|
ash-ci (Picosat) / mix test:
test/filter/filter_test.exs#L597
test relationship filters filtering on a many_to_many relationship (Ash.Test.Filter.FilterTest)
|
ash-ci (Picosat) / mix test:
test/calculations/calculation_test.exs#L1549
test calculation dependencies are reused if `reuse_values?` is `true` (Ash.Test.CalculationTest)
|
ash-ci (Picosat) / mix test:
test/calculations/calculation_test.exs#L1295
test expression based calculations can handle lists of fields (Ash.Test.CalculationTest)
|
ash-ci (Picosat) / mix test:
test/calculations/calculation_test.exs#L1217
test expression based calculations can be sorted on (Ash.Test.CalculationTest)
|
ash-ci (Picosat) / mix test:
test/calculations/calculation_test.exs#L1521
test calculation dependencies with conflicting load throughs still receive the appropriate values (Ash.Test.CalculationTest)
|
ash-ci (Picosat) / mix test:
test/calculations/calculation_test.exs#L1332
test loading calculations with different relationship dependencies won't collide (Ash.Test.CalculationTest)
|
ash-ci (SimpleSat) / mix test:
test/resource/changes/relate_actor_test.exs#L159
test relate_actor change works with streaming bulk create (Ash.Test.Resource.Changes.RelateActorTest)
|
ash-ci (SimpleSat) / mix test:
test/actions/update_test.exs#L721
test load allows loading many_to_many relationship on the action options (Ash.Test.Actions.UpdateTest)
|
ash-ci (SimpleSat) / mix test:
test/actions/update_test.exs#L1170
test updating with has_one relationships it sets the relationship on the destination record accordingly (Ash.Test.Actions.UpdateTest)
|
ash-ci (SimpleSat) / mix test:
test/actions/update_test.exs#L743
test load allows loading paginated many_to_many relationship on the changeset (Ash.Test.Actions.UpdateTest)
|
ash-ci (SimpleSat) / mix test:
test/actions/update_test.exs#L1278
test updating with a has_many relationship it responds with the relationship field filled in (Ash.Test.Actions.UpdateTest)
|
ash-ci (SimpleSat) / mix test:
test/actions/update_test.exs#L1032
test updating many to many relationships it updates the join resource properly (Ash.Test.Actions.UpdateTest)
|
ash-ci (SimpleSat) / mix test:
test/actions/update_test.exs#L1196
test updating with has_one relationships it responds with the relationship filled in (Ash.Test.Actions.UpdateTest)
|
ash-ci (SimpleSat) / mix test:
test/actions/update_test.exs#L1228
test updating with a has_many relationship allows updating with a has_many relationship (Ash.Test.Actions.UpdateTest)
|
ash-ci (SimpleSat) / mix test:
test/actions/update_test.exs#L984
test updating many to many relationships allows updating with a many_to_many relationship (Ash.Test.Actions.UpdateTest)
|
ash-ci (SimpleSat) / mix test:
test/actions/update_test.exs#L796
test load allows loading paginated many_to_many relationship on the action options (Ash.Test.Actions.UpdateTest)
|
ash-ci (SimpleSat) / mix dialyzer
FailFast: cancelling since parallel instance has failed
|
ash-ci (Picosat) / mix sobelow
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
|
ash-ci (SimpleSat) / mix sobelow
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
|