ash/test
Zach Daniel e4980d55ba fix: don't update tenant on update, instead enforce it
the attribute strategy allowed for overwriting the multitenant attribute
on update. In practice, this can't really happen using any standard pattern
because any record to be updated is read with the tenant context, but it still
represents a small risk (and `schema` based multitenancy would enforce it in this
way anyway, so this is more consistent).
2024-06-05 10:43:38 -04:00
..
actions fix: don't update tenant on update, instead enforce it 2024-06-05 10:43:38 -04:00
ash improvement: support atomics, update_query, destroy_query in ETS data layer 2024-04-25 22:18:54 -04:00
authorizer improvement!: 3.0 (#955) 2024-03-27 16:31:59 -04:00
calculations fix: allow calculations to access what would forbidden fields of related items 2024-05-08 16:22:48 -04:00
changeset test: add tests showing before_transaction hooks setting derived values 2024-06-02 11:59:18 -04:00
distinct improvement!: 3.0 (#955) 2024-03-27 16:31:59 -04:00
domain improvement!: 3.0 (#955) 2024-03-27 16:31:59 -04:00
filter improvement: add can_return_nil?/1 callback to Ash expressions 2024-05-14 17:58:13 -04:00
generator improvement!: 3.0 (#955) 2024-03-27 16:31:59 -04:00
notifier fix: properly persist simple_notifiers 2024-05-15 16:46:16 -04:00
policy fix get_domain (#1209) 2024-05-29 07:31:18 -04:00
query/function fix: fix date_add query function (#1010) 2024-04-11 07:42:11 -04:00
reactor improvement: add atomic_upgrade? flag to update/destroy actions 2024-05-23 11:05:17 -04:00
resource improvement: support nils_distinct? on identities 2024-05-24 00:24:42 -04:00
sort chore: run formatter. 2024-05-21 09:17:58 +12:00
support fix: multiple filter-checks in policy conditions were not composing properly 2024-05-24 22:58:05 -04:00
type feat: add new remove_nil_items? array type constraint (#1116) 2024-05-05 12:05:04 -04:00
ash_test.exs improvement: better create/update first argument (#1060) 2024-04-30 13:02:27 -04:00
code_interface_test.exs fix: improve non-atomic-upgrade policy handling 2024-05-23 18:34:15 -04:00
count_test.exs improvement!: 3.0 (#955) 2024-03-27 16:31:59 -04:00
embedded_resource_test.exs improvement: use the source configuration for attributes in embedded resources 2024-05-14 12:32:25 -04:00
error_test.exs fix: run changesets w/ after_transaction hooks through standard logic 2024-05-02 00:06:31 -04:00
helpers_test.exs fix: rename conflicting test name 2021-07-22 13:36:59 -04:00
plug_helpers.ex improvement!: 3.0 (#955) 2024-03-27 16:31:59 -04:00
query_test.exs improvement: Implement show_sensitive? config (#1180) 2024-05-21 08:47:51 -04:00
seed_test.exs improvement!: 3.0 (#955) 2024-03-27 16:31:59 -04:00
simple_data_layer_test.exs improvement!: 3.0 (#955) 2024-03-27 16:31:59 -04:00
test_helper.exs improvement!: 3.0 (#955) 2024-03-27 16:31:59 -04:00
tracer_test.exs improvement!: 3.0 (#955) 2024-03-27 16:31:59 -04:00