ash/test/actions
Zach Daniel cb3facb519 fix: we cannot assume that after_action/1 can be done atomically
The reason for this is that a given change may access `changeset.data`
which will not be available. This may introduce compile errors for some users
unfortunately, there is nothing we can do about this. They will need to change
to writing custom changes w/ the `atomic/3` callback that adds an after action
hook

improvement: honor a `_union_type` type param when casting unions
2024-09-11 09:57:22 -04:00
..
bulk fix: we cannot assume that after_action/1 can be done atomically 2024-09-11 09:57:22 -04:00
aggregate_test.exs improvement: allow policy conditions to be applied inside their block 2024-07-22 07:10:09 -04:00
async_load_test.exs fix: properly await tasks from lazy loading multiple relationships 2024-09-04 10:32:34 -04:00
atomic_update_test.exs improvement: add pattern matching for clarity on ref/1 and ref/2 2024-05-15 11:25:54 -04:00
belongs_to_test.exs improvement: support atomics, update_query, destroy_query in ETS data layer 2024-04-25 22:18:54 -04:00
calculations_referencing_aggregates_test.exs fix: when hydrating nested aggregates, use correct related resource/path pair 2024-05-30 00:12:12 -05:00
create_test.exs test: test new default keyset pagination 2024-08-30 17:36:10 -04:00
destroy_test.exs test: test new default keyset pagination 2024-08-30 17:36:10 -04:00
generic_actions_test.exs fix: set default argument values on generic actions 2024-06-13 10:25:25 -04:00
has_many_test.exs test: update non-simple-equality manual relationship tests 2024-07-01 17:32:32 -04:00
identity_test.exs improvement: validate require_attributes and allow_nil_input at compile time 2024-06-10 17:43:15 -04:00
load_test.exs improvement: better error messages on incorrect action types 2024-09-04 20:41:56 -04:00
manual_read_test.exs improvement: prevent unnecessary calls to Ash.load 2024-08-20 11:55:46 -04:00
many_to_many_test.exs improvement!: 3.0 (#955) 2024-03-27 16:31:59 -04:00
multitenancy_test.exs fix: properly enforce tenancy on all mutative actions 2024-07-06 13:41:58 -04:00
pagination_test.exs test: test new default keyset pagination 2024-08-30 17:36:10 -04:00
read_test.exs improvement: support select_by_default? flag on attributes 2024-09-10 13:24:56 -04:00
stream_test.exs fix: streaming with limit/offset and no pagination (#1080) 2024-04-30 13:03:49 -04:00
timeout_test.exs improvement!: 3.0 (#955) 2024-03-27 16:31:59 -04:00
update_test.exs test: test new default keyset pagination 2024-08-30 17:36:10 -04:00
validation_test.exs fix: run changesets w/ after_transaction hooks through standard logic 2024-05-02 00:06:31 -04:00