ash/lib/ash
2023-03-23 23:01:27 -04:00
..
actions fix: various fixes in aggregate authorization behavior 2023-03-17 12:02:37 -04:00
api fix: use proper arguments for aggregating queries 2023-03-21 15:54:02 -04:00
changeset improvement: add skip_global_validations? option for actions 2023-03-21 13:33:48 -04:00
data_layer improvement: better resource detection of transactions in Ash.Flow 2023-03-17 18:42:17 -04:00
engine improvement: better resource detection of transactions in Ash.Flow 2023-03-17 18:42:17 -04:00
error fix: prevent exception when describing some checks (#531) 2023-03-21 08:59:05 -04:00
expr fix: properly support calc expansion in policies 2023-02-22 22:28:15 -05:00
filter fix: datetime_add was actually datetime_subtract in elixir 2023-03-21 09:37:10 -04:00
flow improvement: better resource detection of transactions in Ash.Flow 2023-03-17 18:42:17 -04:00
generator fix: only allow nil in appropriate circumstances in generator 2022-12-20 03:18:22 -05:00
notifier docs: Update pubsub docs to be readable on AshHQ (#517) 2023-02-24 06:58:09 -05:00
page improvement: add new date expressions 2023-03-03 11:08:38 -05:00
policy chore: fix incorrect typespec for SimpleCheck.context. (#529) 2023-03-20 13:38:46 +13:00
query fix: datetime_add was actually datetime_subtract in elixir 2023-03-21 09:37:10 -04:00
registry improvement: registry resource validations transformers -> verifiers 2023-01-30 16:10:15 -05:00
resource improvement: improve compile times with 🪄 2023-03-23 22:39:56 -04:00
sort improvement: don't eager load sort data 2023-02-21 19:05:40 -05:00
tracer
type chore: fix typespec for subtype_constraints/1 2023-03-22 19:40:54 -04:00
authorizer.ex improvement: optimize policy check running with laziness 2023-03-10 13:29:29 -05:00
calculation.ex
ci_string.ex ci: remove tweets/switch to standardized CI pipeline 2023-01-31 11:15:09 -05:00
code_interface.ex improvement: support record's as calculate arguments 2023-02-24 10:54:25 -05:00
embeddable_type.ex improvement: don't eager load sort data 2023-02-21 19:05:40 -05:00
helpers.ex
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 improvement: add {set,update,get}_context to Ash.PlugHelpers (#534) 2023-03-23 23:01:27 -04:00
resource.ex fix: support nil values in dump_to_native 2023-02-22 22:36:02 -05:00
seed.ex fix: various fixes in aggregate authorization behavior 2023-03-17 12:02:37 -04:00
test.ex
union.ex docs: add moduledocs 2023-02-13 23:50:56 -05:00
uuid.ex