ash/lib/ash
2023-08-15 14:07:28 -07:00
..
actions improvement: initialize change opts in bulk actions 2023-08-02 12:41:54 -04:00
api improvement: validate resourcesin apis 2023-07-28 11:51:51 -04:00
changeset fix: don't set attributes or arguments to invalid values 2023-08-15 11:00:49 -07:00
data_layer fix: various fixes with runtime evaluation of aggregates 2023-08-06 00:41:29 -04:00
engine chore: Remove leftover commented out debug code (#658) 2023-07-19 09:48:59 -04:00
error fix: fix badly formatted error message 2023-08-03 20:16:17 -04:00
expr improvement: deselect fields we know statically are not visible 2023-07-11 09:23:25 -04:00
filter fix: don't optimized in/== predicates across incorrect boolean expressions 2023-08-08 12:17:07 -07:00
flow feat: add field_policies 2023-06-22 14:00:11 -04:00
generator fix: also do not autogenerate values for optional fields that have a generator (#599) 2023-06-05 08:57:22 -04:00
notifier docs: Update pubsub docs to be readable on AshHQ (#517) 2023-02-24 06:58:09 -05:00
page improvement: properly pass calculation args in keyset filters 2023-06-11 20:48:42 -04:00
policy fix: handle empty field policy lists better internally 2023-08-11 01:25:50 -07:00
query chore: release version v2.14.0 (#669) 2023-08-09 19:43:55 +02:00
registry improvement: initialize change opts in bulk actions 2023-08-02 12:41:54 -04:00
resource improvement: add plural_name 2023-08-14 14:09:08 -07:00
sort improvement: support distincting on calculations 2023-07-18 14:35:25 -04:00
tracer fix: set query tenant on calc dep loads 2023-06-06 14:21:34 -04:00
type improvement: expose union errors with path when tag is set 2023-08-15 14:07:28 -07:00
action_input.ex fix: swap Exception.exception? for Kernel.is_exception (#584) 2023-05-22 16:11:25 -04:00
authorizer.ex chore: fix credo/dialyzer 2023-06-22 14:19:40 -04:00
bulk_result.ex fix: properly honor the return_errors? option 2023-05-25 09:46:27 -04:00
calculation.ex fix: various fixes to data loading 2023-06-09 00:16:27 -04:00
ci_string.ex ci: remove tweets/switch to standardized CI pipeline 2023-01-31 11:15:09 -05:00
code_interface.ex fix: only depend on calcs in runtime calcs 2023-07-18 13:02:38 -04:00
embeddable_type.ex improvement: warn on api missing from config 2023-07-13 08:42:52 -04:00
flags.ex improvement(read_uses_flow?): Build stub for Ash.Actions.Flows.Read. 2023-03-31 15:32:47 +13: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
options_helpers.ex docs: hide dsl options for special attribute types 2023-02-21 08:51:04 -05:00
plug_helpers.ex fix set_tenant spec (#655) 2023-07-14 12:38:56 -04:00
resource.ex improvement: support parent/1 in relationships 2023-07-26 16:46:22 -04:00
seed.ex fix: various fixes in aggregate authorization behavior 2023-03-17 12:02:37 -04:00
test.ex improvement: Ash.Generator 2022-06-21 21:00:47 -04:00
union.ex docs: add moduledocs 2023-02-13 23:50:56 -05:00
uuid.ex