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

Test loading paginated relationship when tenant is in primary key

davidebriani opened this pull request 6 months ago
chore(deps-dev): bump ex_doc from 0.34.0 to 0.34.1 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 loading relationships on multitenant resources after create or update

davidebriani opened this pull request 6 months ago
Update update-actions.md

m0rt3nlund opened this pull request 6 months ago
fix: use right argument name in query `set_result`/`clear_result`

vonagam opened this pull request 6 months ago
chore(deps): bump spark from 2.2.1 to 2.2.3

dependabot[bot] opened this pull request 6 months ago
chore(deps): bump spark from 2.2.0 to 2.2.1

dependabot[bot] opened this pull request 6 months ago
do not lose constraints context

barnabasJ opened this pull request 6 months ago
chore(deps): bump stream_data from 1.1.0 to 1.1.1

dependabot[bot] opened this pull request 6 months ago
chore(deps): bump spark from 2.1.24 to 2.2.0

dependabot[bot] opened this pull request 6 months ago
Issue with many to many on update

torepettersen opened this issue 6 months ago
Fix warning: using map.field notation

jechol opened this pull request 6 months ago
chore(deps-dev): bump credo from 1.7.6 to 1.7.7

dependabot[bot] opened this pull request 6 months ago
fix: accept changeset inputs on bulk creates

davidebriani opened this pull request 7 months ago
chore(deps): bump spark from 2.1.23 to 2.1.24

dependabot[bot] opened this pull request 7 months ago
`load` relationships on the results of bulk operations

davidebriani opened this pull request 7 months ago
Not selecting an embed makes query blow up

olivermt opened this issue 7 months ago
Try to fix the compare/2 implementations

adonig opened this pull request 7 months ago
chore(deps): bump spark from 2.1.22 to 2.1.23

dependabot[bot] opened this pull request 7 months ago
feat: add tenant option to Ash.Seed.seed!

TimisRobert opened this pull request 7 months ago
Pagination: support pagination's `count` on actions besides reads

davidebriani opened this pull request 7 months ago
fix: fix seed not working when :__keep_nil__ is generated using seed_input

TimisRobert opened this pull request 7 months ago
fix: add resource to Ash.Seed.seed! in Ash.Generator.seed!

TimisRobert opened this pull request 7 months ago
chore(deps-dev): bump benchee from 1.3.0 to 1.3.1

dependabot[bot] opened this pull request 7 months ago
Allow manual actions to write to private attributes

dmitriid opened this issue 7 months ago
Do not validate nil

adonig opened this pull request 7 months ago
Fix a small mistake in the docs.

adonig opened this pull request 7 months ago
Action argument defaults not always applied

spacebat opened this issue 7 months ago
Ash.Resource.Calculation.load has incorrect typespec

aidalgol opened this issue 7 months ago
Fix `:load` preparation for read actions not being run

davidebriani opened this pull request 7 months ago
chore(deps-dev): bump ex_doc from 0.33.0 to 0.34.0

dependabot[bot] opened this pull request 7 months ago
fix: use correct boolean operation names in Filter.find/4

rbino opened this pull request 7 months ago
chore(deps): bump stream_data from 1.0.0 to 1.1.0

dependabot[bot] opened this pull request 7 months ago
Ensure Ash.can? returns boolean | no_return as specified in the @spec

jechol opened this pull request 7 months ago
Fix get_domain

jechol opened this pull request 7 months ago
Ash.load/3 does not honour lazy?: true

spacebat opened this issue 7 months ago
chore(deps): bump reactor from 0.8.3 to 0.8.4

dependabot[bot] opened this pull request 7 months ago
Error when using bulk_update on a manual action

ahey opened this issue 7 months ago
PubSub DSL module option doesn't expand aliases.

jimsynz opened this issue 7 months ago
docs: add `count` to the Expressions guide

sevenseacat opened this pull request 7 months ago
chore(deps): bump reactor from 0.8.2 to 0.8.3

dependabot[bot] opened this pull request 7 months ago
fix: mixup between atomic upsert vs update capability of datalayers

lejoko opened this pull request 7 months ago
Mix feature version mismatch

03juan opened this issue 7 months ago
Update project-structure.md

legrec14 opened this pull request 7 months ago
fix: handle list of atomic conditions (#1194)

danielatdpg opened this pull request 7 months ago
List of atomics in validation results in a pattern match error

danielatdpg opened this issue 7 months ago
Don't run queries with `filter: false`

barnabasJ opened this issue 7 months ago
many_to_many does not respect filter on join_relationship

barnabasJ opened this issue 7 months ago
fix: handle nil value for old_values

barnabasJ opened this pull request 7 months ago
chore(deps-dev): bump ex_doc from 0.32.2 to 0.33.0

dependabot[bot] opened this pull request 7 months ago
Migration Resources

emtudo opened this issue 7 months ago
Test resource mix install patch

srikanthkyatham opened this pull request 7 months ago
Pubsub notifications not being sent on a cascade_destroy

sevenseacat opened this issue 7 months ago
feat(Ash.Reactor): Add `bulk_update` step type.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

davidebriani opened this pull request 7 months ago
fix typo

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

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

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

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

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

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

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

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

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

jimsynz opened this pull request 7 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