ash/test/resource
Rebecca Le 3fce34cda6
fix: Validate all conditions in a numericality validation instead of only the last (#997)
The previous `reduce` loop did not break on the first failure and
return the error, it returned the last iteration of the loop

Some more work may need to be done on the atomic side of the validation,
I'm not familiar with how they work!
2024-04-10 09:25:42 -04:00
..
actions improvement!: 3.0 (#955) 2024-03-27 16:31:59 -04:00
changes feat: add update_change function and builtin change (#976) 2024-04-07 05:02:38 -04:00
preparations fix: add context argument to before_action and after_action for read actions 2024-04-09 13:21:06 -04:00
relationships improvement!: 3.0 (#955) 2024-03-27 16:31:59 -04:00
validation fix: Validate all conditions in a numericality validation instead of only the last (#997) 2024-04-10 09:25:42 -04:00
aggregates_test.exs improvement!: 3.0 (#955) 2024-03-27 16:31:59 -04:00
attributes_test.exs improvement!: 3.0 (#955) 2024-03-27 16:31:59 -04:00
calculations_test.exs improvement!: 3.0 (#955) 2024-03-27 16:31:59 -04:00
identities_test.exs improvement!: 3.0 (#955) 2024-03-27 16:31:59 -04:00
info_test.exs fix: add base case for Ash.Resource.Info.public_relationship/2 (#1000) 2024-04-09 13:17:03 -04:00
no_pk_test.exs improvement!: 3.0 (#955) 2024-03-27 16:31:59 -04:00
require_unique_action_names_test.exs improvement!: 3.0 (#955) 2024-03-27 16:31:59 -04:00
resource_test.exs improvement!: 3.0 (#955) 2024-03-27 16:31:59 -04:00
upsert_test.exs improvement!: 3.0 (#955) 2024-03-27 16:31:59 -04:00
validate_accept_test.exs fix: ending a policy w/ authorize_if had flipped conditional 2024-03-31 23:53:59 -04:00
validations_test.exs improvement!: 3.0 (#955) 2024-03-27 16:31:59 -04:00