Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/ash-project/ash

A declarative, extensible framework for building Elixir applications.
https://github.com/ash-project/ash

Generate forms for resource actions in Livebook

arosenb2 opened this issue about 1 year ago
Allow a custom file name for Livebook creation

arosenb2 opened this issue about 1 year ago
Livebook creation fails when a resource has generic actions defined

arosenb2 opened this issue about 1 year ago
improvement: set default many to many options

pierrelegall opened this pull request about 1 year ago
Ash.Api.can/4 and generated can_ functions don't respect tenant option

brady131313 opened this issue about 1 year ago
Add ash.gen.resource generator

wintermeyer opened this pull request about 1 year ago
Fix typo in expressions topic

igas opened this pull request about 1 year ago
Allow to read applying another non-read policy

pierrelegall opened this issue about 1 year ago
Api.count does not apply the policy of the action

pierrelegall opened this issue about 1 year ago
Api.count does not apply the policy of the action

pierrelegall opened this issue about 1 year ago
Support UUID generation for version 7

hartmeyer opened this issue about 1 year ago
Error on unknown keys in 3.0

zachdaniel opened this issue about 1 year ago
Better action hook order in 3.0

zachdaniel opened this issue about 1 year ago
Fixes: casting an array attribute to nil

rgraff opened this pull request about 1 year ago
Boolean (false) argument in read action translate to nil

tellesleandro opened this issue about 1 year ago
improvement: add code_interface arg/attr names/descriptions in docs

rellen opened this pull request about 1 year ago
Update pagination.md for clearer implementation and options

cymkd opened this pull request about 1 year ago
fix: fix types for `min`/`max` constraints in `Type.Float`

vonagam opened this pull request about 1 year ago
`ash_graphql` cannot query related things due to the query engine.

tunchamroeun opened this issue about 1 year ago
Compiler doesn't warn when using Ash.Policy.Authorizer in wrong place.

kernel-io opened this issue about 1 year ago
improvement: support an `api` option to `use Ash.Resource`

zachdaniel opened this pull request about 1 year ago
fix: return unions as is if load is empty

barnabasJ opened this pull request about 1 year ago
update test to load forbidden field through union

barnabasJ opened this pull request about 1 year ago
fix: usage of `get_by` with `belongs_to` attribute

vonagam opened this pull request about 1 year ago
Allow to specify a read action for a relationship in a load

vonagam opened this issue about 1 year ago
add test showing the problem with expressions in field_policy conditions

barnabasJ opened this pull request about 1 year ago
fix: move `Resource.Transformers.BelongsToSourceField` into entity

vonagam opened this pull request about 1 year ago
Process Dictionary features will go away in 3.0

zachdaniel opened this issue about 1 year ago
Regression in bulk_create from v2.14.20 to v2.14.21

sevenseacat opened this issue about 1 year ago
improvement: default `keys` in identity to its `name`

vonagam opened this pull request about 1 year ago
Rename utc_datetime to datetime

pragdave opened this issue about 1 year ago
It is a list ⛓️

dewetblomerus opened this pull request over 1 year ago
fix: revert `:wrap_list` usage for `topic` in PubSub, needs recursion

vonagam opened this pull request over 1 year ago
feat: expose query or changeset to field policies

barnabasJ opened this pull request over 1 year ago
fix: more usages of `:wrap_list` type

vonagam opened this pull request over 1 year ago
fix: add missing usage of `:default_belongs_to_type`

vonagam opened this pull request over 1 year ago
fix: use `:wrap_list` type where appropriate

vonagam opened this pull request over 1 year ago
fix: `get_by` option can accept a single atom

vonagam opened this pull request over 1 year ago
Update documentation to include `user_id` in query.

franckstifler opened this pull request over 1 year ago
Reference to `ash_postgres` guides in the relationship guides.

franckstifler opened this issue over 1 year ago
configurable storage for union type

kernel-io opened this issue over 1 year ago
Improve example update_timestamp docu

wintermeyer opened this pull request over 1 year ago
Error messages are duplicated on nested form for union resources

sevenseacat opened this issue over 1 year ago
improvement(code interface): warn when `define_for` is missing

joshprice opened this pull request over 1 year ago
Remove Earmark warning on `Ash.Resource.Dsl`

joshprice opened this issue over 1 year ago
Fix article link

chris-wickens opened this pull request over 1 year ago
docs(changeset): various doc and formatting improvements

joshprice opened this pull request over 1 year ago
improvement: Allow resources to opt out of the primary key requirement.

jimsynz opened this pull request over 1 year ago
Typo

woutdp opened this pull request over 1 year ago
Add Livebook button

woutdp opened this pull request over 1 year ago
fix: sort operator names in keyset

barnabasJ opened this pull request over 1 year ago
improvement: implement atomics, expression-based changes

zachdaniel opened this pull request over 1 year ago
fix(Ash.Type.Binary): Base64 encode binaries when embedding.

jimsynz opened this pull request over 1 year ago
fix(Ash.Filter): Don't overly constrain related references.

jimsynz opened this pull request over 1 year ago
improvement: Set api field for ActionInput when running action

sezaru opened this pull request over 1 year ago
Make resource's DSL attributes section patchable

moissela opened this pull request over 1 year ago
Should validate all actions and accept/reject fields at once.

franckstifler opened this pull request over 1 year ago
improvement(Ash.Resource.Calculation): set struct defaults.

jimsynz opened this pull request over 1 year ago
fix: ensure union tag_values are compared as string

rgraff opened this pull request over 1 year ago
Feature: Ensure aggregate field is attribute or calculation.

franckstifler opened this pull request over 1 year ago
Update documentation to include `user_id` in query.

franckstifler opened this pull request over 1 year ago
chore: release version v2.14.0

barnabasJ opened this pull request over 1 year ago
default_limit option in keyset pagination is ignored

sezaru opened this issue over 1 year ago
Add support for creating upsert conditionals

sezaru opened this issue over 1 year ago
add Ash.Policy.Check.Expr to builtin checks

barnabasJ opened this pull request over 1 year ago
Cast values to the proper type and use `Ash.Type.equal?`

moxley opened this issue over 1 year ago
fix: read argument value in `ArgumentEquals` validation

sevenseacat opened this pull request over 1 year ago
fix-doc: refer to variable instead of constant in the function body

bhanuvrat opened this pull request over 1 year ago
feat: validate arg

rapidfireworks opened this pull request over 1 year ago
Feature: Polymorphic Relationships

bcksl opened this pull request over 1 year ago
fix doc: use variable score instead of its value

bhanuvrat opened this pull request over 1 year ago
feat: validate argument equality

rapidfireworks opened this pull request over 1 year ago
Remove leftover commented out debug code

marmor157 opened this pull request over 1 year ago
Add test that recreates problem from issue 652

marmor157 opened this pull request over 1 year ago
fix set_tenant spec

gordoneliel opened this pull request over 1 year ago
fix: incorrect error for casting some binary UUIDs

skanderm opened this pull request over 1 year ago
Some `:read` flow steps are erroring after update to Ash 2.11.3

sswrk opened this issue over 1 year ago
Do not select field if field policies fail

marmor157 opened this issue over 1 year ago
Bypass for FieldPolicies

barnabasJ opened this issue over 1 year ago
Policy Breakdown can't handle FieldPolicies

barnabasJ opened this issue over 1 year ago
fix: incorrect typespec for `bulk_create/5`.

jimsynz opened this pull request over 1 year ago
chore: add pride and trans pride versions of the logos.

jimsynz opened this pull request over 1 year ago
add test for aggregate field policy

barnabasJ opened this pull request over 1 year ago
docs: Use different dark mode/light mode logos

sevenseacat opened this pull request over 1 year ago
fix: add `handle_change/3` and `prepare_change/3` to `Ash.Type.Union`

jimsynz opened this pull request over 1 year ago
add test case for create action

barnabasJ opened this pull request over 1 year ago
fix: typo in at_most validation message

ahey opened this pull request over 1 year ago