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

Error on filtering with "like" or "ilike"

aifrak opened this issue 5 months ago
Fix SECURITY.md badge URL

maennchen opened this pull request 5 months ago
Add `filter` option to update/destroy actions

zachdaniel opened this issue 5 months ago
chore(deps): bump igniter from 0.3.4 to 0.3.9 in the production-dependencies group

dependabot[bot] opened this pull request 5 months ago
credo fix

maennchen opened this pull request 5 months ago
fix: pass reuse_values? true when loading in Ash.Query.apply_to/2

rbino opened this pull request 5 months ago
add test for string enum

barnabasJ opened this pull request 5 months ago
Typespec does not compile if values are strings

barnabasJ opened this issue 5 months ago
fix: apply constraints to NewType even when casting an array

rbino opened this pull request 5 months ago
fix: add :ok to Ash.Resource.Actions.Implementation.run/3 callback

rbino opened this pull request 5 months ago
Expose type t() on Ash.Type.Enum implementations

maennchen opened this pull request 5 months ago
Add Ash.Type.File

maennchen opened this pull request 5 months ago
Update string/ci_string generators to ensure min_length

shamanime opened this pull request 5 months ago
Document how to call a Generic Action

maennchen opened this pull request 5 months ago
test: atomic only validation

barnabasJ opened this pull request 5 months ago
fix: add default to private_fields_policy in Ash.Policy.Info

barnabasJ opened this pull request 5 months ago
fix: remove redundant overload of `Ash.Expr.get_path`

vonagam opened this pull request 5 months ago
relating_to_actor fails with atomic update

sezaru opened this issue 5 months ago
fix function arity in description

barnabasJ opened this pull request 5 months ago
fix: warnings emitted by removed reactor behaviour function.

jimsynz opened this pull request 5 months ago
fix: Fix cast_input/2 of Ash.Type.NewType returning :ok

nallwhy opened this pull request 5 months ago
chore: fix typespecs for `accepts` key in action entity structs.

jimsynz opened this pull request 5 months ago
chore(deps-dev): bump the dev-dependencies group with 2 updates

dependabot[bot] opened this pull request 5 months ago
chore(deps): bump the production-dependencies group with 3 updates

dependabot[bot] opened this pull request 5 months ago
fix: Fix apply_constraints/2 for nil

nallwhy opened this pull request 5 months ago
fix: mix igniter.install ash --example case clause error

stentroad opened this pull request 5 months ago
fix: handle casting nil vectors

hwuethrich opened this pull request 5 months ago
docs: Set default value for `include_nil?` aggregate option

sevenseacat opened this pull request 5 months ago
Module type apply_constraints for nil fix

revati opened this pull request 5 months ago
Add ash_step wrapper.

Torkan opened this pull request 5 months ago
chore: add failing test for bulk update with numeric constraints

rbino opened this pull request 5 months ago
feat: add relating_to_actor_via policy check

stocks29 opened this pull request 5 months ago
Make action ctx-values from reactor-ctx take precedence if set.

Torkan opened this pull request 5 months ago
chore(deps-dev): bump ex_doc from 0.34.1 to 0.34.2 in the dev-dependencies group

dependabot[bot] opened this pull request 5 months ago
chore(deps): bump reactor from 0.8.4 to 0.8.5 in the production-dependencies group

dependabot[bot] opened this pull request 5 months ago
Cannot write private attribute with force_change_attribute()

moxley opened this issue 5 months ago
feat: add uuid_generate_v7/1, accepting a timestamp arg

frankdugan3 opened this issue 5 months ago
Add strict?-option to Ash.Query.load

Torkan opened this pull request 5 months ago
Improve documentation example

aifrak opened this pull request 6 months ago
fix: use correct contraint when validating min int

robinch opened this pull request 6 months ago
`mix ash.patch.extract_functions`

zachdaniel opened this issue 6 months ago
chore: fix formatting with `mix format`

hwuethrich opened this pull request 6 months ago
fix: add callback arg to Changeset.around_transaction/2 spec

hwuethrich opened this pull request 6 months ago
fix call to for_read in auth docs

barnabasJ opened this pull request 6 months ago
feat: Allow field policies to hide private fields

torepettersen opened this pull request 6 months ago
default_accept and accept does not accept :* for embeds

olivermt opened this issue 6 months ago
Hide private fields with field policies.

torepettersen opened this issue 6 months ago
Reenable filter predicate analysis prior to authorization

zachdaniel opened this issue 6 months ago
Add `access_type :query_error` to policies.

zachdaniel opened this issue 6 months ago
fix: generate a MapSet, not a list, when creating calculation deps

rbino opened this pull request 6 months ago
chore: failing test for nested calculation loading a relationship

rbino opened this pull request 6 months ago
Accept Changeset options in action DSL

Cardosaum opened this issue 6 months ago
Another change to the way add_expression_part/2 handles relations

adonig opened this pull request 6 months ago
docs: extend documentation for `validate` `where` option

linduxed opened this pull request 6 months ago
Test case showing calculations erroneously respect policies

pinetops opened this pull request 6 months ago
Aggregate context empty

Torkan opened this issue 6 months ago
Add replication of forbidden error on expr using context

TimisRobert opened this pull request 6 months ago
fix: invert logic for lazy-loading calculations/aggregates

hwuethrich opened this pull request 6 months ago
add expr context in policy test

TimisRobert opened this pull request 6 months ago
fix: use action from changeset

barnabasJ opened this pull request 6 months ago
Support related sorts via dot separated identifiers in sort

zachdaniel opened this issue 6 months ago
fix manual relationships when using 'complex' types

kernel-io opened this pull request 6 months ago
chore(deps-dev): bump mimic from 1.7.4 to 1.8.2 in the dev-dependencies group

dependabot[bot] opened this pull request 6 months ago
chore(deps): bump the production-dependencies group with 2 updates

dependabot[bot] opened this pull request 6 months ago
test: assert that notifications are sent for specific cases

ryanrborn opened this pull request 6 months ago
Support multiple filters in aggregations

sezaru opened this issue 6 months ago
docs: Fix typo in Ash.Type constraint

Cardosaum opened this pull request 6 months ago
fix: gather notifications in main ref not tmp ref.

kernel-io opened this pull request 6 months ago
Fix the issue with the order of cases

adonig opened this pull request 6 months ago
Fix typo in Changes docs

Cardosaum opened this pull request 6 months ago
Fix typos in Relationships & Multitenancy docs

Cardosaum opened this pull request 6 months ago
fix: run notifications in the shorthand code interface methods

kernel-io opened this pull request 6 months ago
Make the simple data layer support offset/limit.

puruzio opened this issue 6 months ago
Fix typo in Multitenancy docs

Cardosaum opened this pull request 6 months ago
Fix typo in Actors and Authorization docs

Cardosaum opened this pull request 6 months ago
Handle relationship filter on primary key

adonig opened this pull request 6 months ago
improvement: bring uuid version 7 into the core

moissela opened this pull request 6 months ago