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

improvement: support `load` option for create/update/destroy

vonagam opened this pull request 9 months ago
fix: show that `Policy.Check.strict_check` can return an error tuple

vonagam opened this pull request 9 months ago
chore: Add failing tests for loads with with explicit domains.

jimsynz opened this pull request 9 months ago
Ash 3.0 compatible packages

zachdaniel opened this issue 9 months ago
fix: corrections for `reload`/`reload!`

vonagam opened this pull request 9 months ago
A new built-in change function - `touch_related`

sevenseacat opened this issue 9 months ago
feat: allow providing descriptions to Ash.Type.Enum values

rbino opened this pull request 9 months ago
Support resources as aggregate targets in expressions

vonagam opened this issue 9 months ago
Fix bulk updates

hwuethrich opened this pull request 9 months ago
improvement: add `matches` built-in policy check

vonagam opened this pull request 9 months ago
feat: add lt, gt constraints to float, decimal

rapidfsub opened this pull request 9 months ago
fix: update set/get/update_context function specs to use maps

skanderm opened this pull request 9 months ago
fix: don't double-encode vector data

hwuethrich opened this pull request 9 months ago
Integer, Float, Decimal constraints: :greater_than, :less_than

rapidfsub opened this issue 9 months ago
fix: set `source_attribute` from `join_relationship` in `many_to_many`

vonagam opened this pull request 9 months ago
improvement(Ash.Reactor): Add ability to orchestrate changesets.

jimsynz opened this pull request 9 months ago
set tenant on query so that root calles to Api.aggreagte work as expe…

WIGGLES-dev opened this pull request 9 months ago
Set tenant correctly when reading many_to_many relationship.

jechol opened this pull request 9 months ago
fix: load with right module in `get_rewrites` of `Ash.Type.Struct`

vonagam opened this pull request 9 months ago
improvement: use `wrap_list` for `where` in `changes.change`

vonagam opened this pull request 10 months ago
chore: remove unneeded `persist` call

vonagam opened this pull request 10 months ago
fix: typespec for `action` policy check supports list of action names

vonagam opened this pull request 10 months ago
docs: `uuid_primary_key` does not have `generated?: true` by default

vonagam opened this pull request 10 months ago
`fetch_count/4` use the query after applying `before_action` hooks

tunchamroeun opened this pull request 10 months ago
Include all filtering to pagination count

tunchamroeun opened this issue 10 months ago
Order in tuple for calculation in query sort

vonagam opened this issue 10 months ago
Support methods around field policies

sevenseacat opened this issue 10 months ago
fix: prevent leakage of stale async_limiter's pid

tw4452852 opened this pull request 10 months ago
Rename Ash.Api to Ash.Domain

zachdaniel opened this issue 10 months ago
Default `previous_values?` to `false` for notifiers

zachdaniel opened this issue 10 months ago
Remove Registries

zachdaniel opened this issue 10 months ago
Require API for changeset, query and action input creation

zachdaniel opened this issue 10 months ago
docs: Improvements to the bulk_update and bulk_destroy functions

simpers opened this pull request 10 months ago
add test for bulk_destroy with policy and query

rgraff opened this pull request 10 months ago
fix: correct `for_read` calls in update and destroy actions

vonagam opened this pull request 10 months ago
fix: remove unneeded code for calculations in a filter

vonagam opened this pull request 10 months ago
Reproduce run_flow is not counted as a step inside map, branch

jechol opened this pull request 10 months ago
Reproduce flow custom step has no tenant in context

jechol opened this pull request 10 months ago
Reproducing a bug where the flow does not honor tenant

jechol opened this pull request 10 months ago
Rename test/flow_test to test/flow

jechol opened this pull request 10 months ago
has_many through

jechol opened this issue 10 months ago
Flow ignores authorization.

jechol opened this issue 10 months ago
Ash.Query.set_argument seems to not work as expected

pierrelegall opened this issue 10 months ago
Reproducing a bug where Flow ignores the authorization.

jechol opened this pull request 10 months ago
chore: format some `with` clauses to be on a single line

vonagam opened this pull request 10 months ago
fix: handle warning about incompatible types

vonagam opened this pull request 10 months ago
fix: remove unneeded code for calculations in a filter

vonagam opened this pull request 10 months ago
fix: handle not found case in destroy

barnabasJ opened this pull request 10 months ago
docs: notifiers doc says Ash doesn't support bulk actions.

jimsynz opened this issue 10 months ago
Fix/replace refs for relationships

barnabasJ opened this pull request 10 months ago
Add a way to return an error from a calculation

rbino opened this issue 10 months ago
docs: Correct example used for manual actions

sevenseacat opened this pull request 10 months ago
Add more metadata to `Ash.NotLoaded` and `Ash.NotSelected`.

jimsynz opened this issue 10 months ago
previous_values in pubsub.ex is missing `?` character

sezaru opened this issue 10 months ago
Array of embedded resources are updated in the reverse order

sezaru opened this issue 10 months ago
feat: allow using custom delimiters for pubsub topics

dimakula opened this pull request 11 months ago
Custom delimiter for Pubsub topics

dimakula opened this issue 11 months ago
Hook after_transaction does not run after failure

carlgleisner opened this issue 11 months ago
Ash.destroy does not act like MyApp.Api.destroy

pierrelegall opened this issue 11 months ago
`:*` vs `:all`

vonagam opened this issue 11 months ago
improvement: add `on_match: :update_join` to `manage_relationship`

vonagam opened this pull request 11 months ago
feat: support functions in parse predicates

barnabasJ opened this pull request 11 months ago
fix: continue cleanup in `ManagedRelationshipHelpers`

vonagam opened this pull request 11 months ago
chore: continue update validate_related_resource_inclusion.ex

vonagam opened this pull request 11 months ago
Update validate_related_resource_inclusion.ex

BryanJBryce opened this pull request 11 months ago
Update constraints.md

AlexanderRoempke opened this pull request 11 months ago
fix: set right `accessing_from` name in many to many managed create

vonagam opened this pull request 11 months ago
Fix: Pass the tenant to fully_atomic_changeset call

rgraff opened this pull request 11 months ago
improvement: add `join_keys` option to `manage_relationship`

vonagam opened this pull request 11 months ago
Add 'use Ash.Resource.Validation' to Custom Validation example

lardcanoe opened this pull request 11 months ago
feat: support returning streams from mod calc

barnabasJ opened this pull request 11 months ago
fix: change names of code interface methods for calculations

vonagam opened this pull request 11 months ago
Filter a map attribute using user input

lardcanoe opened this issue 11 months ago
fix: union merge load logic

barnabasJ opened this pull request 11 months ago
Using custom types on embedded resources throws an error

gordoneliel opened this issue 11 months ago
Many to many and on match destroy in `manage_relationship`

vonagam opened this issue 11 months ago
add test that shows expr condition does not work with access_type :st…

barnabasJ opened this pull request 11 months ago
Update Ash.Type.Float to accommodate constraints/0

tunchamroeun opened this pull request 11 months ago
fix: use correct option for relationship in atomic `relate_actor`

vonagam opened this pull request 11 months ago
fix: only count resources the actor is allowed to see

barnabasJ opened this pull request 11 months ago
add test for selecting policy

barnabasJ opened this pull request 11 months ago
fix: `soft?` in destroy action options is a boolean, not an atom

vonagam opened this pull request 11 months ago
Remove unnecessary authorize?: false in belongs_to_test

jechol opened this pull request 11 months ago
Authorization fails when policies are empty.

jechol opened this issue 11 months ago
fix: load fails because of empty list instead of query

barnabasJ opened this pull request 11 months ago
fix: `join_relationship` in many to many can make `through` optional

vonagam opened this pull request 11 months ago
Change typespec of tenant from String.t() to term()

nallwhy opened this pull request 11 months ago
fix: make sure query has action

barnabasJ opened this pull request 11 months ago
fix: pass in actor to api.can call

barnabasJ opened this pull request 11 months ago