ash/test
Zach Daniel b899a6ecf3 improvement: optimize policy check running with laziness
Implemented lazy evaluation of individual checks, so that checks that
are demonstrably irrelevant when building policies are not checked at all.
This will often mean no need to visit the sat solver at all, or only with
a very minimal set of filter checks.
2023-03-10 13:29:29 -05:00
..
actions fix: properly handle allow_nil fields in keyset pagination 2023-02-27 12:18:18 -05:00
api test: created minimal test for the issue (#481) 2023-01-16 10:04:09 -05:00
ash/data_layer fix: properly lateral join when possible 2022-10-15 00:03:03 -05:00
authorizer improvement: clean up new create authorization simplification 2022-10-05 20:08:36 -04:00
changeset fix: only pass action name in Ash.Changeset.for_action (#476) 2023-01-12 09:20:46 -05:00
filter improvement: rename this to parent for clarity 2023-01-05 12:25:55 -05:00
flow_test test: created minimal test for the issue (#481) 2023-01-16 10:04:09 -05:00
generator fix: add test for string generator, and fix it 2022-12-20 20:42:41 -05:00
notifier improvement: more dependable notifications, support custom notifications better 2022-12-09 22:55:51 -05:00
policy improvement: add Api.can? and Api.can 2023-03-08 16:34:44 -05:00
query/function improvement: Implement string_join expr function (#515) 2023-02-21 09:40:58 -05:00
resource improvement: Add builtin changes for lifecycle hooks. (#523) 2023-03-09 19:59:39 -05:00
sort improvement: deprecation! 2021-10-07 02:41:02 -04:00
support improvement: optimize policy check running with laziness 2023-03-10 13:29:29 -05:00
type fix: various union fixes 2023-02-14 13:34:35 -05:00
ash_test.exs
calculation_test.exs fix: calc loading in keyset pagination 2023-02-28 10:11:48 -05:00
code_interface_test.exs improvement: support record's as calculate arguments 2023-02-24 10:54:25 -05:00
embedded_resource_test.exs improvement: support length constraints on array embeds 2023-01-29 20:46:56 -05:00
error_test.exs improvement: add error context to error creation / normalisation (#440) 2022-11-21 18:32:25 -05:00
helpers_test.exs
plug_helpers.ex feat(Ash.PlugHelpers): standardise conn interface for actors/tenants. (#432) 2022-10-27 17:52:42 -05: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
simple_data_layer_test.exs fix: set query context from before_action hooks into initial query 2023-02-21 09:29:08 -05: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