ash/test/resource/validation
Riccardo Binetti 9fc5ddfe2b
fix: make Ash.Resource.Validation.Changing work correctly in atomics (#1178)
- Use the correct option key to select the field
- Fail without hitting the data layer if the attribute is not changing
- Allow checking relationships like the non-atomic counterpart
2024-05-16 18:15:35 -05:00
..
changing_test.exs fix: make Ash.Resource.Validation.Changing work correctly in atomics (#1178) 2024-05-16 18:15:35 -05:00
compare_test.exs fix: Validate all conditions in a numericality validation instead of only the last (#997) 2024-04-10 09:25:42 -04:00
embedded_resource_test.exs improvement: support atomics, update_query, destroy_query in ETS data layer 2024-04-25 22:18:54 -04:00
match.ex improvement: make Ash.Resource.Validation.Match partially atomic (#979) 2024-04-06 17:50:54 -04:00
negate_test.exs
string_length_test.exs