ash/test/actions
Zach Daniel a719c791ba improvement: add optimized path for casting embeds when they are simple
improvement: add `include_embedded_source_by_default?` config to optimize embeds
improvement: support `:fields` constraint on `:struct` type, enabling persistence
2024-08-07 16:47:01 -04:00
..
bulk improvement: add optimized path for casting embeds when they are simple 2024-08-07 16:47:01 -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
atomic_update_test.exs
belongs_to_test.exs
calculations_referencing_aggregates_test.exs
create_test.exs fix: prefer source_attribute is required, instead of relationship name 2024-08-02 09:41:34 -04:00
destroy_test.exs improvement: implement change/3 automatically if batch callbacks are defined 2024-07-29 19:54:12 -04:00
generic_actions_test.exs
has_many_test.exs test: update non-simple-equality manual relationship tests 2024-07-01 17:32:32 -04:00
identity_test.exs
load_test.exs improvement: add strict? option to Ash.Query.load (#1302) 2024-07-11 09:34:30 -04:00
manual_read_test.exs fix: pass reuse_values? true when loading in Ash.Query.apply_to/2 (#1346) 2024-07-25 07:21:08 -04:00
many_to_many_test.exs
multitenancy_test.exs fix: properly enforce tenancy on all mutative actions 2024-07-06 13:41:58 -04:00
pagination_test.exs
read_test.exs
stream_test.exs
timeout_test.exs
update_test.exs improvement: implement change/3 automatically if batch callbacks are defined 2024-07-29 19:54:12 -04:00
validation_test.exs