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

Update upgrading-to-3.0.md

zimt28 opened this pull request 8 months ago
Add attributes_present, attributes_absent.

jechol opened this pull request 8 months ago
Fix typos in docs

jechol opened this pull request 8 months ago
Set tenant for managed relationship changeset (for 3.0)

jechol opened this pull request 8 months ago
Set tenant for managed relationship changeset (for 2.0)

jechol opened this pull request 8 months ago
chore(deps): bump spark from 2.1.19 to 2.1.20

dependabot[bot] opened this pull request 8 months ago
feat: leverage resource domain for eager/pre checking

frankdugan3 opened this pull request 8 months ago
docs: Fix filter semantics examples in Expressions guide

sevenseacat opened this pull request 8 months ago
Changset.add_error not working inside destroy action

puruzio opened this issue 8 months ago
Allow nested relationship pagination

rbino opened this issue 8 months ago
Code interface args problem when the arg is a map

totaltrash opened this issue 8 months ago
Updating an {:array, enum} results in MustBeAtomic error

totaltrash opened this issue 8 months ago
docs: fix typo in code snippet for change actions doc

benswift opened this pull request 8 months ago
fix: fix typo in load test

rbino opened this pull request 8 months ago
feat: configurable multitenancy on read actions

rbino opened this pull request 8 months ago
improvement: use explicit read actions when reading relationships

rbino opened this pull request 8 months ago
skip_unknown_inputs not working on nested forms

rgraff opened this issue 8 months ago
fix: support all calculate opts in code interface methods

vonagam opened this pull request 8 months ago
Typo fixes

aidalgol opened this pull request 8 months ago
fix: union array argument/attribute handling when current attribute is nil

jeremygrant opened this pull request 8 months ago
feat: leverage resource domain for eager checking

frankdugan3 opened this issue 8 months ago
improvement: use cached to_tenant when setting tenant attribute

rbino opened this pull request 8 months ago
feat: make `match/1` overridable in Ash.Type.Enum

rbino opened this pull request 8 months ago
docs: fix typo :ubject -> :subject in get-started.md

benswift opened this pull request 8 months ago
chore(deps-dev): bump ex_doc from 0.32.0 to 0.32.1

dependabot[bot] opened this pull request 8 months ago
fix: `code_interface` actions accept `@context` for `Ash 2.0`

lukasender opened this pull request 9 months ago
fix: `code_interface` actions accept `@context`

lukasender opened this pull request 9 months ago
Split absent to attribute_absent and argument_absent.

jechol opened this issue 9 months ago
absent is confusing.

jechol opened this issue 9 months ago
chore(deps): bump spark from 2.1.16 to 2.1.17

dependabot[bot] opened this pull request 9 months ago
Properly set action_type when preparing changesets

ryanrborn opened this pull request 9 months ago
chore: failing test for strict loads on nested relationship loads

rbino opened this pull request 9 months ago
Fix date_add query function

jechol opened this pull request 9 months ago
chore: add failing test for calculations on private relationships

rbino opened this pull request 9 months ago
chore(deps): bump simple_sat from 0.1.1 to 0.1.3

dependabot[bot] opened this pull request 9 months ago
chore(deps-dev): bump mix_audit from 2.1.2 to 2.1.3

dependabot[bot] opened this pull request 9 months ago
chore(deps): bump spark from 2.1.13 to 2.1.16

dependabot[bot] opened this pull request 9 months ago
improvement: call ToTenant protocol when setting tenant in actions

rbino opened this pull request 9 months ago
fix: swap the parameters in Ash.ToTenant.to_tenant/2

rbino opened this pull request 9 months ago
fix(types): Missing types on spec for can/can? functions

jeremygrant opened this pull request 9 months ago
Fix Ash.Resource.Info.public_relationship/2

adonig opened this pull request 9 months ago
fix(Ash.Reactor): crash when calling an ash reactor for the first time.

jimsynz opened this pull request 9 months ago
Community suggestions for documentation overhaul

zachdaniel opened this issue 9 months ago
bulk_update action has a bug when returning error

nallwhy opened this issue 9 months ago
docs: a few small improvements for actions and policy guides.

jimsynz opened this pull request 9 months ago
Add `tenant` option to `Ash.Seed.seed()`

jmnda-dev opened this issue 9 months ago
fix: undo adding primary key argument for methods with `get?`

vonagam opened this pull request 9 months ago
fix: remove `internal?` and `stacktraces?` from common opts

vonagam opened this pull request 9 months ago
docs: Fix formatting of examples for `Ash.Resource.Preparation.Builtins`

sevenseacat opened this pull request 9 months ago
Pattern match fail

jechol opened this issue 9 months ago
Missing Resource DSL docs

andyleclair opened this issue 9 months ago
Fix typo in sort error message

shamanime opened this pull request 9 months ago
fix: return {:error, query} for invalid query in Aggregate.run/4

rbino opened this pull request 9 months ago
Mention FilterCheck Change in upgrade Guide

barnabasJ opened this issue 9 months ago
Ash.Type.Enum does not allow String values any more

barnabasJ opened this issue 9 months ago
improvement: make Ash.Resource.Validation.Match partially atomic

rbino opened this pull request 9 months ago
chore: show the correct alternatives for already validated changesets

rbino opened this pull request 9 months ago
`mix ash.new`

zachdaniel opened this issue 9 months ago
feat: add `update_change` function and builtin change

rbino opened this pull request 9 months ago
fix: multi-line DSL doc options in `Ash.Reactor`.

jimsynz opened this pull request 9 months ago
Fix multi-line DSL options in reactor cheat sheet docs

zachdaniel opened this issue 9 months ago
Aggregate using actor throws exception

shamanime opened this issue 9 months ago
move API -> Domain change to the top of upgrade doc

dmitriid opened this pull request 9 months ago
Ash 3.0 Upgrade guide: make move to domain more prominent

dmitriid opened this issue 9 months ago
Documentation Overhaul

zachdaniel opened this issue 9 months ago
Add a warning when Authorizer is added but no policies

jeroen11dijk opened this issue 9 months ago
docs: add a section to the 3.0 Upgrade guide

rbino opened this pull request 9 months ago
Add ability to extend actions

zachdaniel opened this issue 9 months ago
improvement: support `allow_nil_input` dsl option in update/destroy

vonagam opened this pull request 9 months ago
fix: handle `sensitive?` option in query aggregate/calculation

vonagam opened this pull request 9 months ago
chore: changing_attributes with `to` field failing test

rbino opened this pull request 9 months ago
docs: Adjust guide to suppress errors and warnings for v3.0

aifrak opened this pull request 9 months ago
improvement: change `type` argument position in `Ash.Query.calculate`

vonagam opened this pull request 9 months ago
improvement: allow simple check to return error tuple

vonagam opened this pull request 9 months ago
refactor: erroneous else

mhanberg opened this pull request 9 months ago
improvement: allow simple check to return error tuple

vonagam opened this pull request 9 months ago
3.0

zachdaniel opened this pull request 9 months ago
fix: make bang variant of field aggregates work correctly

rbino opened this pull request 9 months ago
improvement: use `Keyword.put_new` in `Ash.Context.to_opts`

vonagam opened this pull request 9 months ago
fix: enforce multitenancy on aggregates

rbino opened this pull request 9 months ago
fix: fix missing tenant in some bulk contexts

vonagam opened this pull request 9 months ago
Fix places where tenant is not passed along

WIGGLES-dev opened this pull request 9 months ago
"Updated at" timestamp not updated during atomic update

m0rt3nlund opened this issue 9 months ago
Bug/domain load issue

zachdaniel opened this pull request 9 months ago
fix: convert `%{__struct__: T}` into `%T{}`

vonagam opened this pull request 9 months ago