ash/test/actions
Riccardo Binetti c50d047614
fix: streaming with limit/offset and no pagination (#1080)
If there were 0 results, it just kept reading and reading forever
2024-04-30 13:03:49 -04:00
..
bulk improvement: simplifications and clarifications around bulk callback behavior 2024-04-27 10:14:31 -04:00
aggregate_test.exs fix: return {:error, query} for invalid query in Aggregate.run/4 (#982) 2024-04-05 06:36:05 -04:00
async_load_test.exs improvement!: 3.0 (#955) 2024-03-27 16:31:59 -04:00
atomic_update_test.exs improvement!: 3.0 (#955) 2024-03-27 16:31:59 -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
create_test.exs improvement!: 3.0 (#955) 2024-03-27 16:31:59 -04:00
destroy_test.exs improvement: support atomics, update_query, destroy_query in ETS data layer 2024-04-25 22:18:54 -04:00
generic_actions_test.exs improvement: support builder options in read code interfaces 2024-04-10 15:57:30 -04:00
has_many_test.exs improvement: support atomics, update_query, destroy_query in ETS data layer 2024-04-25 22:18:54 -04:00
identity_test.exs improvement!: 3.0 (#955) 2024-03-27 16:31:59 -04:00
load_test.exs fix: fix typo in load test (#1031) 2024-04-16 12:06:48 +01:00
manual_read_test.exs improvement!: 3.0 (#955) 2024-03-27 16:31:59 -04:00
many_to_many_test.exs improvement!: 3.0 (#955) 2024-03-27 16:31:59 -04:00
multitenancy_test.exs feat: configurable multitenancy on read actions (#1030) 2024-04-16 12:09:13 +01:00
pagination_test.exs improvement: add config :ash, require_atomic_by_default?, false, for upgrading 2024-04-09 13:45:19 -04:00
read_test.exs improvement: raise more sensible error on unsupported pagination 2024-04-11 09:38:49 -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 improvement: support atomics, update_query, destroy_query in ETS data layer 2024-04-25 22:18:54 -04:00
validation_test.exs improvement: support atomics, update_query, destroy_query in ETS data layer 2024-04-25 22:18:54 -04:00