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

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 12 months ago
Filter a map attribute using user input

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

barnabasJ opened this pull request 12 months ago
Actor missing in Api.can call

barnabasJ opened this issue 12 months ago
Add `:decimal` aggregate support to `DataLayer.Ets` [WIP]

NduatiK opened this pull request 12 months ago
Game crash after 1 hour

furyyyyyyyyyyyy opened this issue 12 months ago
fix: do not check primary key fields in filter

barnabasJ opened this pull request 12 months ago
fix: add page opts to context again

barnabasJ opened this pull request 12 months ago
Error messages no longer shown on authentication failure

sevenseacat opened this issue 12 months ago
improvement: rewrite read actions to not use `Ash.Engine`

zachdaniel opened this pull request 12 months ago
Mix Task for resource generation (similar to mix phx.gen)

arosenb2 opened this issue 12 months ago
string_join for Ash.CiString

jechol opened this pull request 12 months ago
Allow turning off the tenant option in identity

nallwhy opened this issue almost 1 year ago
tenant is ignored in bulk_create

nallwhy opened this issue almost 1 year ago
docs: Rewrite some of the pagination guide to be a bit clearer

sevenseacat opened this pull request almost 1 year ago
Add code interface support in Info and Builder.

jechol opened this pull request almost 1 year ago
Fix typo in Ash.Resource.Builder

jechol opened this pull request almost 1 year ago
Security guide does not contain info about private attributes

vonagam opened this issue almost 1 year ago
Support for `sensitive` in calculations/aggregates/relationships

vonagam opened this issue almost 1 year ago
fixed a path in get-started.md

yasoob opened this pull request about 1 year ago
Misc metadata doc improvement

rgraff opened this pull request about 1 year ago
fix: only put keywords to be interpolated in message in error vars

ahey opened this pull request about 1 year ago
Fix typo in pagination error

rgraff opened this pull request about 1 year ago
Api.bulk_create ignore context.data_layer.schema value

sezaru opened this issue about 1 year ago
Update security.md to fix bug in showing when to pass the actor

hanrelan opened this pull request about 1 year ago
Regression with AshPhoenix.Form.for_create since Ash v2.17.14

pierrelegall opened this issue about 1 year ago
test: fix typo in a test name

vonagam opened this pull request about 1 year ago
Adds a test to ensure authorization occurs when the actor is set and …

hanrelan opened this pull request about 1 year ago
Ash Policy Filter Checks are not tenant aware

jmnda-dev opened this issue about 1 year ago
pass the source context with data to embedded resource validations

rgraff opened this pull request about 1 year ago
Sorting for hex documentation added

couhajjou opened this pull request about 1 year ago
Configure CI pipeline (and testing) for Ash 3.0

ghalestrilo opened this issue about 1 year ago
docs: Fill out shortdoc for `generate_policy_charts` mix task

sevenseacat opened this pull request about 1 year ago
fix: use source if attribute of upsert field has one

barnabasJ opened this pull request about 1 year ago
Api.count does not take into account multitenancy.

franckstifler opened this issue about 1 year ago
Adds %Ash.NotSelected{} to ash 3 (!634)

ghalestrilo opened this pull request about 1 year ago
Bug casting embedded union arguments

rgraff opened this pull request about 1 year ago
protocol Enumerable not implemented Ash.Union struct

rgraff opened this issue about 1 year ago
Add a cross-API many-to-many example to the documentation

ibarakaiev opened this pull request about 1 year ago
Enhance policy complex test

jechol opened this pull request about 1 year ago
Flow.run crashing without returning an error tuple

puruzio opened this issue about 1 year ago
Add test for updating embedded union values

rgraff opened this pull request about 1 year ago
Fix flow tests

jechol opened this pull request about 1 year ago
Fix ParentTest

jechol opened this pull request about 1 year ago
Fix filter test when relationship is nil

jechol opened this pull request about 1 year ago
Clarify how to use Enums in attributes

ibarakaiev opened this pull request about 1 year ago
Fix typo in MultitenancyTest

jechol opened this pull request about 1 year ago
Manual actions doco

totaltrash opened this pull request about 1 year ago
docs: update example Flow Step transaction

mrdotb opened this pull request about 1 year ago
Api.get! ignores the action option

totaltrash opened this pull request about 1 year ago
Flow Step transaction error log + doc issue

mrdotb opened this issue about 1 year ago
Rewrite read actions to use Reactor

zachdaniel opened this issue about 1 year ago
Rewrite create/update/destroy actions to not use the Ash Engine

zachdaniel opened this issue about 1 year ago
Ash runtime error on action argument of own type

mrdotb opened this issue about 1 year ago
`upsert_fields {:replace_all_except, [:updated_at]}` raises an error

dewetblomerus opened this issue about 1 year ago