ash/test
Zach Daniel 1f2f9802a3 fix: fix code interface on resources
improvement: breaking change! api level code interface *removed*, contact me on discord if you want a way to avoid changing to resource-based interface, but otherwise
switch to the resource based one by specifying `define_for YourApp.YourApi` in the `code_interface` block of each resource.
improvement: use proper equality checking in places where we were using simple elixir equality checking
2021-10-13 18:42:42 -04:00
..
actions improvement: add resource registry validation 2021-10-11 15:14:33 -04:00
api improvement: deprecation! 2021-10-07 02:41:02 -04:00
ash/data_layer improvement: deprecation! 2021-10-07 02:41:02 -04:00
authorizer improvement: deprecation! 2021-10-07 02:41:02 -04:00
changeset fix: fix code interface on resources 2021-10-13 18:42:42 -04:00
filter improvement: deprecation! 2021-10-07 02:41:02 -04:00
notifier improvement: deprecation! 2021-10-07 02:41:02 -04:00
resource improvement: deprecation! 2021-10-07 02:41:02 -04:00
sort improvement: deprecation! 2021-10-07 02:41:02 -04:00
support improvement: support calculation sorts 2021-06-05 18:11:09 -04:00
type improvement: deprecation! 2021-10-07 02:41:02 -04:00
ash_test.exs
calculation_test.exs improvement: deprecation! 2021-10-07 02:41:02 -04:00
code_interface_test.exs fix: fix code interface on resources 2021-10-13 18:42:42 -04:00
embedded_resource_test.exs improvement: deprecation! 2021-10-07 02:41:02 -04:00
helpers_test.exs fix: rename conflicting test name 2021-07-22 13:36:59 -04:00
query_test.exs improvement: deprecation! 2021-10-07 02:41:02 -04:00
test_helper.exs