ash/test
Zach Daniel 41b4b7fdbb improvement: simplify async task strategy
We now only start tasks once the synchronous work is done as anything
synchronous should be fast, generally.

Additionally, if there is only one task that we are about to start,
we can be confident that all we're going to do is wait for it,
so we can simply run it synchronously
2022-10-06 01:54:44 -04:00
..
actions improvement: simplify async task strategy 2022-10-06 01:54:44 -04:00
api feat: show_private? option for diagrams (#396) 2022-10-03 11:30:10 -04:00
ash/data_layer chore: fix tests 2022-09-20 19:44:04 -04:00
authorizer improvement: clean up new create authorization simplification 2022-10-05 20:08:36 -04:00
changeset chore: fix tests 2022-09-20 19:44:04 -04:00
filter improvement: deprecate :replace in favor of :relate_and_unrelate 2022-09-19 15:44:06 -04:00
flow_test improvement: various Ash.Flow improvements, including returning the new Ash.Flow.Result 2022-10-04 16:21:38 -04:00
generator docs: fix typos (#402) 2022-10-04 16:01:42 -04:00
notifier improvement: deprecate :replace in favor of :relate_and_unrelate 2022-09-19 15:44:06 -04:00
policy improvement: optimize relates_to_actor_via checks 2022-09-28 20:37:19 -04:00
query/function improvement: Replace usage of Timex.shift with builtin Calendar functions (#362) 2022-08-17 19:18:03 -04:00
resource docs: fix typos (#402) 2022-10-04 16:01:42 -04:00
sort improvement: deprecation! 2021-10-07 02:41:02 -04:00
support improvement: optimize for relates_to_actor_via 2022-09-30 15:13:04 -04:00
type fix: make mnesia and ets work properly when sharing tables 2022-07-13 15:05:55 -04:00
ash_test.exs improvement: many compile time fixes via code splitting 2021-02-22 20:44:03 -05:00
calculation_test.exs docs: fix typos (#402) 2022-10-04 16:01:42 -04:00
code_interface_test.exs improvement: code_interface optional arguments 2022-07-11 22:59:51 -04:00
embedded_resource_test.exs improvement: add api option to relationships 2022-04-04 01:48:37 -04:00
helpers_test.exs fix: rename conflicting test name 2021-07-22 13:36:59 -04:00
query_test.exs improvement: lazily set required loads/selects for calcs/sorts 2022-09-26 18:08:18 -04:00
seed_test.exs improvement: add filterable? option to relationships 2022-09-13 13:53:05 -04:00
test_helper.exs fix: various fixes with complex policy statements 2022-09-25 13:21:17 -04:00
tracer_test.exs improvement: add filterable? option to relationships 2022-09-13 13:53:05 -04:00