ash/lib/ash
Rebecca Le 407eee5785
docs: Correct example used for manual actions (#886)
In my testing, arguments to a manual action are part of the `arguments` in the input to the `run` function - which is the action struct itself.
2024-02-14 09:35:34 -05:00
..
actions fix: properly match on invalid query from before_action 2024-02-13 21:12:31 -05:00
api fix: handle records in Ash.destroy and Ash.update 2024-02-10 18:39:03 -05:00
changeset improvement: add on_match: :update_join to manage_relationship (#875) 2024-02-08 11:18:32 -05:00
data_layer fix: use primary key for lateral join source in ets 2024-02-06 11:55:05 -05:00
engine improvement: rewrite read actions to not use Ash.Engine (#836) 2024-01-19 00:05:42 -05:00
error improvement: support policies requiring original data 2024-02-09 17:19:45 -05:00
expr improvement: better formatting of nested expressions 2023-12-22 22:22:59 -05:00
filter feat: support functions in parse predicates (#874) 2024-02-08 11:24:52 -05:00
flow improvement: rewrite read actions to not use Ash.Engine (#836) 2024-01-19 00:05:42 -05:00
generator improvement: add sequence generator utility 2023-09-21 18:51:30 -04:00
notifier chore: fix typo 2024-02-12 19:34:20 -05:00
page improvement: rewrite read actions to not use Ash.Engine (#836) 2024-01-19 00:05:42 -05:00
policy chore: fix changing_attributes filter check logic 2024-02-13 15:13:51 -05:00
query improvement: use atomic create actions where possible 2024-01-29 10:37:10 -05:00
registry chore: continue update validate_related_resource_inclusion.ex (#871) 2024-02-06 19:29:20 -05:00
resource docs: Correct example used for manual actions (#886) 2024-02-14 09:35:34 -05:00
sort improvement: rewrite read actions to not use Ash.Engine (#836) 2024-01-19 00:05:42 -05:00
tracer improvement: don't call telemetry when compiling 2024-02-08 10:48:22 -05:00
type fix: ensure we retain the sort order of embedded resources 2024-02-13 13:55:07 -05:00
action_input.ex improvement: Change typespec of tenant from String.t() to term() (#845) 2024-01-23 13:16:04 -05:00
authorizer.ex improvement: honor field policies in sort expressions 2023-12-13 15:08:39 -05:00
bulk_result.ex fix: properly honor the return_errors? option 2023-05-25 09:46:27 -04:00
calculation.ex fix: support expression calculations referencing runtime calculations 2024-01-30 16:34:17 -05:00
ci_string.ex improvement: don't double cast ci strings 2023-09-28 17:25:38 -04:00
code_interface.ex chore: add sobelow skip statement 2024-01-31 15:47:38 -05:00
embeddable_type.ex fix: ensure we retain the sort order of embedded resources 2024-02-13 13:55:07 -05:00
flags.ex docs: revamp hexdocs 2024-01-12 14:07:35 -05:00
forbidden_field.ex chore: fix credo/dialyzer 2023-06-22 14:19:40 -04:00
helpers.ex improvement: support parent/1 in relationships 2023-07-26 16:46:22 -04:00
not_loaded.ex fix: retain sort on inputs on casting embedded inputs 2024-02-12 20:46:15 -05:00
not_selected.ex improvement: Adds %Ash.NotSelected{} to ash 3 (!634) (#804) 2023-12-14 16:14:15 -05:00
options_helpers.ex docs: hide dsl options for special attribute types 2023-02-21 08:51:04 -05:00
plug_helpers.ex improvement: Change typespec of tenant from String.t() to term() (#845) 2024-01-23 13:16:04 -05:00
process_helpers.ex chore: fix dialyzer/credo 2024-01-12 14:14:08 -05:00
resource.ex fix: don't consider primary key matches with nil values 2024-02-08 11:13:09 -05:00
seed.ex fix: only set non-nil values unless __keep_nil__ in seed creation 2023-09-28 16:53:06 -04:00
test.ex chore: update dialyzer & cleanup dead code 2023-10-21 23:30:33 -04:00
union.ex docs: add moduledocs 2023-02-13 23:50:56 -05:00
uuid.ex improvement: many compile time fixes via code splitting 2021-02-22 20:44:03 -05:00
vector.ex fix: properly create new vectors from strings 2023-11-26 18:53:23 -05:00