ash/test
Zach Daniel d70a05c805 fix: don't lazy load when managing relationships
if a relationship was loaded previously we were just using that relationship value.
However, this has a chance to cause incorrect behavior in edge cases. One such
edge case is illustrated here: https://github.com/ash-project/ash/pull/434 We can return to the
more optimized behavior when lazy loading is improved via https://github.com/ash-project/ash/issues/438
2022-10-30 10:36:26 -04:00
..
actions improvement: more additions to the resource builder, update spark 2022-10-28 10:18:01 -05:00
api chore: more livebook cleanup 2022-10-17 11:04:28 -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: allow overriding validation message on a list of errors (#412) 2022-10-12 11:44:32 -04:00
filter improvement: allow using get_path/2 by name, as well as bracket access 2022-10-24 07:57:21 -06:00
flow_test improvement: update to latest spark 2022-10-08 14:00:08 -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 fix: properly load manual to_one relationships 2022-10-23 22:16:50 -06:00
query/function improvement: Replace usage of Timex.shift with builtin Calendar functions (#362) 2022-08-17 19:18:03 -04:00
resource fix: don't lazy load when managing relationships 2022-10-30 10:36:26 -04:00
sort improvement: deprecation! 2021-10-07 02:41:02 -04:00
support docs: add more context to manual relationship guide 2022-10-23 23:08:17 -06:00
type fix: make mnesia and ets work properly when sharing tables 2022-07-13 15:05:55 -04:00
ash_test.exs
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
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
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