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

feat(Ash.Reactor): Add `bulk_update` step type.

jimsynz opened this pull request 8 months ago
chore(deps): bump plug from 1.15.3 to 1.16.0

dependabot[bot] opened this pull request 8 months ago
feat: allow retrieving the count of paginated relationships

rbino opened this pull request 8 months ago
identities with `where` like custom_indexes

jechol opened this issue 8 months ago
feat: Implement `show_sensitive?` config

nallwhy opened this pull request 8 months ago
relates_to_actor_via creates an expensive left join

hanrelan opened this issue 8 months ago
fix: make Ash.Resource.Validation.Changing work correctly in atomics

rbino opened this pull request 8 months ago
fix: check the where condition before checking validation atomicity

rbino opened this pull request 8 months ago
fix: prefer resource domain over option domain

barnabasJ opened this pull request 8 months ago
fix: don't require domain for empty stream bulk update and destroy

rbino opened this pull request 8 months ago
docs: fix typo on destroy actions

suciptoid opened this pull request 8 months ago
bug: Add more failing tests around cascade_destroy functionality

sevenseacat opened this pull request 8 months ago
bug: Add failing test for verifying bulk destroy actions

sevenseacat opened this pull request 8 months ago
^ref argument order fixes

ahey opened this pull request 8 months ago
Validate return types of all behavior callbacks

zachdaniel opened this issue 8 months ago
Update sensitive-data.md, tyring to clearify that public? applies to …

m0rt3nlund opened this pull request 8 months ago
Wrong predicate validation within a filter expression

legrec14 opened this issue 8 months ago
Fix: keep data's metadata in atomic update

davidebriani opened this pull request 8 months ago
fix typo

barnabasJ opened this pull request 8 months ago
fix: handle nil case

barnabasJ opened this pull request 8 months ago
chore(deps): bump stream_data from 0.6.0 to 1.0.0

dependabot[bot] opened this pull request 8 months ago
docs: change wording to discourage use of `simple_sat` unless needed

arcanemachine opened this pull request 8 months ago
fix: add __source__ to union inner_constraints

barnabasJ opened this pull request 8 months ago
fix: copy context for the other destroy calls too

barnabasJ opened this pull request 8 months ago
fix: inifite recursion if query is empty

barnabasJ opened this pull request 8 months ago
docs: Fix incorrect documentation for Ash.create

simon-nystrom opened this pull request 8 months ago
docs: Clarify resource code in Actions guide

sevenseacat opened this pull request 8 months ago
feat(Ash.Reactor): Add `bulk_create` step type.

jimsynz opened this pull request 8 months ago
Missing sidebar links in hexdocs

yasoob opened this issue 8 months ago
fix: check require_reference? when generating update code interface

rbino opened this pull request 8 months ago
chore: add failing tests for filter on stream bulk update/destroy

rbino opened this pull request 8 months ago
chore(deps-dev): bump git_ops from 2.6.0 to 2.6.1

dependabot[bot] opened this pull request 8 months ago
chore(deps-dev): bump ex_doc from 0.32.1 to 0.32.2

dependabot[bot] opened this pull request 8 months ago
chore(deps): bump spark from 2.1.20 to 2.1.21

dependabot[bot] opened this pull request 8 months ago
fix: ignore required pagination for relationships

rbino opened this pull request 8 months ago
belongs_to allow_nil_on_validate?

jechol opened this issue 8 months ago
Post-3.0 checklist

zachdaniel opened this issue 8 months ago
chore(deps-dev): bump credo from 1.7.5 to 1.7.6

dependabot[bot] opened this pull request 8 months ago
attribute source option not working for embedded resources

sezaru opened this issue 8 months ago
Sorting by relationship calculation crashes

torepettersen opened this issue 8 months ago
Add the changelog to the HexDocs for all packages

zachdaniel opened this issue 8 months ago
chore(deps): bump reactor from 0.8.1 to 0.8.2

dependabot[bot] opened this pull request 8 months ago
improvement: add tenant to data earlier in read

rbino opened this pull request 8 months ago
fix: access to change context in get_and_lock(_for_update) changes

barnabasJ opened this pull request 8 months ago
Support loading through aggregates

zachdaniel opened this issue 8 months ago
More documentation for unions

zachdaniel opened this issue 8 months ago
feat: check global changes/validations for atomicity while compiling

barnabasJ opened this pull request 8 months ago
add test for calc deps that are forbidden

barnabasJ opened this pull request 8 months ago
chore: add failing test for calculation reuse across loads

rbino opened this pull request 8 months ago
feat: Add `cascade_destroy` to builtin changes.

jimsynz opened this pull request 8 months ago
Support returning notifications from a `before_action` function

sevenseacat opened this issue 8 months ago
chore: add failing test for calculation loaded twice in Ash.load/3

rbino opened this pull request 8 months ago
fix: only return valid non nil values items from generator

barnabasJ opened this pull request 8 months ago
docs: do not define info inside extension because of compile dependency

barnabasJ opened this pull request 8 months ago
Add `init(opts)` callback to `Ash.Policy.Check`

vonagam opened this issue 8 months ago
Ecto.SubQueryError when executing query

moxley opened this issue 8 months ago
backport #1115 and #1116 to 2.0

sheerlox opened this pull request 8 months ago
feat: add new remove_nil_items? array type constraint

sheerlox opened this pull request 8 months ago
fix: run array type nil check after item constraints

sheerlox opened this pull request 8 months ago
Add documentation for Ash.Filter, linking to Expressions guide

moxley opened this pull request 8 months ago
docs: add pagination section

rbino opened this pull request 8 months ago
An Aggregate of Calculations fails to load

BryanJBryce opened this issue 8 months ago
fix: make lateral join filtering in ETS data layer work

rbino opened this pull request 8 months ago
docs: Fix syntax error in builtin change documentation

sevenseacat opened this pull request 8 months ago
Fix missing tenant for many_to_many read

jechol opened this pull request 8 months ago
fix: trim spaces from codegen name

bopm opened this pull request 8 months ago
fix: ensure only the intended failing test fails

rbino opened this pull request 8 months ago
chore: failing test for bulk update with global validations

rbino opened this pull request 8 months ago
improvement: normalise `List.wrap` usage for policy checks

vonagam opened this pull request 8 months ago
fix: backport fix for `changing_attributes` for multiple attributes

vonagam opened this pull request 8 months ago
fix: fix `changing_attributes` for multiple attributes

vonagam opened this pull request 8 months ago
docs: clarify functionality of `notify?` and `return_notifications?`

frankdugan3 opened this pull request 8 months ago
fix: backport fix to `changing_attributes` and atomic validations

vonagam opened this pull request 8 months ago
docs: Add some examples to the Identities guide, with a link to the DSL docs

sevenseacat opened this pull request 8 months ago
docs: Update code interface syntax in Domains guide

sevenseacat opened this pull request 8 months ago
fix: fixes to some atomic validations

vonagam opened this pull request 8 months ago
docs: ash actions are run in transaction

TwistingTwists opened this pull request 8 months ago
Non-macro alternative to `Ash.Query.filter`

vonagam opened this issue 8 months ago
New calculation bug introduced in 3.0.0-rc.38

chriscox opened this issue 8 months ago
chore: failing tests for after_transaction hooks on bulk failures

rbino opened this pull request 8 months ago
Go over all reference docs

zachdaniel opened this issue 8 months ago
feat: add read_action option to bulk actions

frankdugan3 opened this pull request 8 months ago
go over all guides, evaluate against design system

zachdaniel opened this issue 8 months ago
Actor template not working in relationship-filters

Torkan opened this issue 8 months ago