ash/test
2024-02-21 08:00:20 -05:00
..
actions test: add test for bulk_destroy with policy and query (#908) 2024-02-21 08:00:20 -05:00
api fix: Change heading levels in generated livebook to have only one H1 (#747) 2023-10-21 22:32:46 -04:00
ash/data_layer fix: properly lateral join when possible 2022-10-15 00:03:03 -05:00
authorizer improvement: support using the new api option in actions 2023-12-27 18:14:29 -05:00
calculations fix: retain metadata on updates, atomic and otherwise 2024-02-01 10:21:22 -05:00
changeset improvement: add on_match: :update_join to manage_relationship (#875) 2024-02-08 11:18:32 -05:00
distinct fix: Keyword.fetch on keywords, fix test name 2023-07-19 11:18:20 -04:00
filter improvement: change nested field filtering to be done with at_path 2024-01-31 15:41:10 -05:00
flow fix: properly annotate run_flow's recursive DSL tag 2024-02-16 21:25:18 -05:00
generator fix: optimize and make Ash.Type more consistent 2023-10-26 22:04:57 -04:00
notifier feat: allow using custom delimiters for pubsub topics 2024-02-11 16:45:05 -04:00
policy chore: fix file name 2024-01-30 15:23:04 -05:00
query/function improvement: support Ash.CiString in string_join (#832) 2024-01-12 00:21:30 -05:00
resource improvement: introduce require_atomic?, which defaults to false in 2.0, true in 3.0 2024-01-30 12:32:41 -05:00
sort test: fix typo in a test name (#815) 2023-12-28 12:07:55 -05:00
support improvement: support policies requiring original data 2024-02-09 17:19:45 -05:00
type fix: only put keywords to be interpolated in message in error vars (#821) 2024-01-08 18:08:17 -05:00
ash_test.exs improvement: many compile time fixes via code splitting 2021-02-22 20:44:03 -05:00
code_interface_test.exs chore: update dialyzer & cleanup dead code 2023-10-21 23:30:33 -04:00
count_test.exs fix: only count resources the actor is allowed to see (#853) 2024-01-26 13:33:03 -05:00
embedded_resource_test.exs fix: ensure we retain the sort order of embedded resources 2024-02-13 13:55:07 -05:00
error_test.exs improvement: add Ash.Test.assert_has_error and Ash.Test.refute_has_error 2023-10-21 23:14:45 -04:00
helpers_test.exs fix: rename conflicting test name 2021-07-22 13:36:59 -04:00
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: include resource validations by default 2023-04-25 21:31:01 -06:00
simple_data_layer_test.exs test: add test for simple data layer pagination 2023-12-11 19:58:14 -05:00
test_helper.exs feat: Add unknown argument error when passing an unknown key to an action. (#750) 2023-10-24 12:27:33 -04:00
tracer_test.exs improvement: rewrite read actions to not use Ash.Engine (#836) 2024-01-19 00:05:42 -05:00