ash/test/actions
Nduati Kuria d229ade9fc
Add :decimal aggregate support to DataLayer.Ets [WIP] (#841)
* Add `:decimal` aggregate support to `DataLayer.Ets`

* Add regression test

* Fix dialyzer

* Handle nils in `:avg` calculation

* Refactor nested ifs

* Refactor test
2024-01-22 16:03:34 -05:00
..
bulk fix: set tenant attribute in bulk create 2024-01-12 08:19:55 -05:00
aggregate_test.exs Add :decimal aggregate support to DataLayer.Ets [WIP] (#841) 2024-01-22 16:03:34 -05:00
async_load_test.exs fix: only load through calculations in the correct order 2024-01-20 13:53:35 -05:00
atomic_update_test.exs improvement: simplify aggregate loading, remove Ash.Engine from it 2024-01-08 15:31:09 -05:00
belongs_to_test.exs
create_test.exs improvement: rewrite read actions to not use Ash.Engine (#836) 2024-01-19 00:05:42 -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
has_many_test.exs
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 test: Fix typo in MultitenancyTest (#789) 2023-12-01 13:02:06 -05:00
pagination_test.exs feat: Allow :self as an option when requesting a relative page from a given page (#833) 2024-01-12 00:16:41 -05:00
read_test.exs improvement: Adds %Ash.NotSelected{} to ash 3 (!634) (#804) 2023-12-14 16:14:15 -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: add some atomic implementations 2024-01-03 16:48:15 -05:00
validation_test.exs