ash/test/actions
Riccardo Binetti b7cfddf77c
fix: make bang variant of field aggregates work correctly (#954)
split_aggregate_opts/1 was called too early so it didn't handle the translation
of :read_action to :action, leading to a NimbleOptions error during validation
2024-03-27 14:22:49 -04:00
..
bulk fix: batch_change/3 is never called for updates (#938) 2024-03-21 08:40:18 -04:00
aggregate_test.exs fix: make bang variant of field aggregates work correctly (#954) 2024-03-27 14:22:49 -04:00
async_load_test.exs fix: continue cleanup in ManagedRelationshipHelpers (#873) 2024-02-07 14:56:04 -05:00
atomic_update_test.exs improvement: support policies requiring original data 2024-02-09 17:19:45 -05:00
belongs_to_test.exs
create_test.exs chore: test fix for after transaction hooks 2024-02-11 11:44:11 -05:00
destroy_test.exs improvement: lay the groundwork for fully atomic actions 2023-12-16 10:14:02 -05:00
generic_actions_test.exs feat: Add unknown argument error when passing an unknown key to an action. (#750) 2023-10-24 12:27:33 -04:00
has_many_test.exs fix: remove destroyed or unrelated data from the relationship (#767) 2023-11-13 13:58:09 -05:00
identity_test.exs
load_test.exs improvement: rewrite read actions to not use Ash.Engine (#836) 2024-01-19 00:05:42 -05:00
manual_read_test.exs
many_to_many_test.exs
multitenancy_test.exs fix: enforce multitenancy on aggregates (#952) 2024-03-27 10:07:53 -04:00
pagination_test.exs fi: fetch_count/4 use the query after applying before_action hooks (#922) 2024-03-12 20:28:52 -04:00
read_test.exs add test for read_one and limit 2024-02-23 08:46:17 -05:00
stream_test.exs fix: don't ignore stream batch size 2024-01-13 21:48:11 -05:00
timeout_test.exs
update_test.exs improvement: change atomicity requirements when datalayers don't support it 2024-02-08 15:17:32 -05:00
validation_test.exs