Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Ash Framework

Creating a declarative, resource based general application framework for Elixir.
Collective - Host: opensource - https://opencollective.com/ash-framework - Website: https://ash-elixir.org - Code: https://github.com/ash-project

improvement: add `Ash.Test.assert_has_error` and `Ash.Test.refute_has_error`

github.com/ash-project/ash - 9ad876af2058124330b33c37f9248a080f7c9b4c authored over 1 year ago
improvement: support `to_error_class` taking changeset/query/input

github.com/ash-project/ash - dec32f47eef4310e19feb4c27d8350fd113b05be authored over 1 year ago
chore: use an auto generated identifier

github.com/ash-project/ash_json_api_wrapper - 98e4e3eadb9bb4b79396adfd7de2fb72e7cdbe5e authored over 1 year ago
docs: link to the ash_postgres references documentation in the Relationships guide (#748)

---------

Co-authored-by: Zach Daniel <[email protected]>

github.com/ash-project/ash - bb666ee94e7f0b4761343c8928558f5d30064f5f authored over 1 year ago
fix: properly support endpoints being lists (#4)

github.com/ash-project/ash_json_api_wrapper - 517a90dd4efc5619ba9b00520d44483ce6d5558f authored over 1 year ago
fix: Change heading levels in generated livebook to have only one H1 (#747)

github.com/ash-project/ash - 60d12f86da42c7e65a99dfbd9b780cd93feb1116 authored over 1 year ago
improvement: add "filename" parameter to the livebook generator. (#746)

github.com/ash-project/ash - 5fe3cdc26ea739103d52b96aa4e023a686c22aa5 authored over 1 year ago
fix: properly mark all aliases as used

github.com/ash-project/spark - 4b48f049c99d6d90c5e4d77916ee40c5d52d8c5e authored over 1 year ago
chore: remove `quoted_with_env`, as its broken for normal usage

github.com/ash-project/spark - 545735fc910467b8e099a8d3fc51994d31eb086c authored over 1 year ago
fix: code gen interfaces check type first argument (#749)

* reproduced reported error message.

* remove path matching from code interface in order to mak...

github.com/ash-project/ash - 003d5eb0e3cbb88753163acc0353035baa6e02ac authored over 1 year ago
docs: inset code in set_attrbute docs (#745)

github.com/ash-project/ash - 313ec74152d835dedf4b034406dad21a37576ca5 authored over 1 year ago
fix: properly support `get` in `Ash`

fix: add back in accidentally removed transformer

github.com/ash-project/ash - 799a1d1dd3ca0c14fba179649ce8f3a3752f316c authored over 1 year ago
fix: properly determine resource from `Ash.get!/2`

github.com/ash-project/ash - 2dbebf39e17b2449284b934dc1ef660379e9b06e authored over 1 year ago
improvement: support an `api` option to `use Ash.Resource` (#715)

* improvement: support an `api` option to `use Ash.Resource`
improvement: add functions to `Ash...

github.com/ash-project/ash - 1ab5a35d7f91bee2a60365401d9ecd9e0988a91c authored over 1 year ago
fix: cast functional default values

github.com/ash-project/ash - 0176958ec099699a753e355fe8370603927ea887 authored over 1 year ago
improvement: cast_input for default values at compile time

github.com/ash-project/ash - d5621fbc8cdffce6bdf93a9dfcedf36acf8d86f7 authored over 1 year ago
chore: make credo happy

github.com/ash-project/ash - 60977a4d6c140e1a75adbeb044eb8e69726e8e37 authored over 1 year ago
chore: comment out more unnecessary code

github.com/ash-project/ash - b605232f7ee466f92aa1e41a6a0350c07e9f488d authored over 1 year ago
fix: temporarily omit overzealous validation

github.com/ash-project/ash - cb8fc298ae6b5a376ec1e27783ebb227030b5ba2 authored over 1 year ago
fix: properly provide `arguments` to read actions

github.com/ash-project/ash_admin - b65cbf4818eaea57907e6b7ac7c598d693f4d7cf authored over 1 year ago
chore(deps): Bump spark from 1.1.47 to 1.1.48 (#69)

Bumps [spark](https://github.com/ash-project/spark) from 1.1.47 to 1.1.48.
- [Changelog](https:...

github.com/ash-project/reactor - 4bae08dadd20f6dc5c41689f3f2ec6e8c48b763a authored over 1 year ago
chore: update benchmark

github.com/ash-project/ash_postgres - 920bf6a89cf522a3aab999c3353bd0d59f176c09 authored over 1 year ago
fix: properly honor `max_concurrency` option

chore: remove IO.inspect

github.com/ash-project/ash - 7d06d8fa4655ef0c52f25850498508a4cd0fc99f authored over 1 year ago
chore: update spark/ash and add benchmark

github.com/ash-project/ash_postgres - 112e1fe175275dddb3874f449dbe43904db61f14 authored over 1 year ago
improvement: optimize bulk creates where results are not returned

github.com/ash-project/ash - 381d45a3f8021c677307d6185814aab5bd195b57 authored over 1 year ago
improvement: rewrite bulk creates, optimize changeset functions (#744)

github.com/ash-project/ash - ff88ce68b4cd3eec80dd242dff87cc30df871698 authored over 1 year ago
fix: only optimize spark dsl config's with list paths

github.com/ash-project/spark - 8affa1e17b105a2e4f7b36b339b03bed2588c6ff authored over 1 year ago
chore: release version v1.1.48

github.com/ash-project/spark - 9118944aa17ef31abf69767de956db3f8c1881e1 authored over 1 year ago
improvement: optimize entity & option fetching

github.com/ash-project/spark - 5dd14188d0e0649b8f81a987f7e2f4e5bd71d44d authored over 1 year ago
docs: Remove extra trailing close-paran 🔥 (#743)

github.com/ash-project/ash - 52214bd2d98f23aee78a4f6cf4c477cb45f3f4b1 authored over 1 year ago
improvement: support booleans in resource generator #1 (/issues/1) (#2)

github.com/ash-project/ash_json_api_wrapper - 135c5edf1bb5da80e0ba019cdceb474dd1141680 authored over 1 year ago
fix: support tenant option in api.can

closes #736

github.com/ash-project/ash - a92a0b4c9bffb6c4ed5aa2cbe126943c7e7a0602 authored over 1 year ago
chore(deps): Bump spark from 1.1.46 to 1.1.47 (#68)

Bumps [spark](https://github.com/ash-project/spark) from 1.1.46 to 1.1.47.
- [Changelog](https:...

github.com/ash-project/reactor - 2a2d259a09d980899e507b6d24e7c66116fec45d authored over 1 year ago
ci: the org name is not `ash-sqlite` lol

github.com/ash-project/ash - 346b942f5ec67fe23c5a76a9f3cf022af067426e authored over 1 year ago
fix: properly use constraints when casting expression values

github.com/ash-project/ash - b32f2e55ea2b75852f49db25a4830e652e3fae68 authored over 1 year ago
improvement: better storage_type handling, undo function change

github.com/ash-project/ash - ccf635e7112dab519b9f7fb7564868538c05a5c2 authored over 1 year ago
fix: don't re-case constraints in the `type` function

github.com/ash-project/ash - 24ae31c6dd1399a809915f661ad43e4df519add9 authored over 1 year ago
chore: release version v2.15.19

github.com/ash-project/ash - c014fc2f0a886f40c967266900eb72bfdf4808bb authored over 1 year ago
chore: fix typespec

github.com/ash-project/ash - 7849541b2995be6a91b4f62355b9c6eb7e54e32a authored over 1 year ago
improvement: properly honor ecto type `init` callback

github.com/ash-project/ash - 5d85c5be14fcb5799553f49588cf0cd0cba2b272 authored over 1 year ago
fix: handle new type constraints properly

github.com/ash-project/ash - d9bacc15548ce8f91086fccff03048812e1469ab authored over 1 year ago
chore: release version v1.3.57

github.com/ash-project/ash_postgres - efcac93d1c3140cd769bc971523e8151f392dd08 authored over 1 year ago
chore: release version v2.15.18

github.com/ash-project/ash - f89219296946258127e7491f6829e21d2e12fe74 authored over 1 year ago
fix: honor `max_concurrency` option

github.com/ash-project/ash - 12840ae2357501fcaf38ce8ec67fc1d9ac1321d9 authored over 1 year ago
chore: add a benchmark for bulk creates

github.com/ash-project/ash_postgres - d0118572f68f7424e83c17e8530c1b3195d80282 authored over 1 year ago
chore: fetch type in `include_source/3`

github.com/ash-project/ash - 7301e09654eb7a5e2306c965b705199196802ee4 authored over 1 year ago
chore: generalize embed type `__source__` logic

github.com/ash-project/ash - eca3b84105c174c63f505f6fab31ccc78c9eac48 authored over 1 year ago
chore: changeset optimizations

ci: test ash-sqlite subproject

github.com/ash-project/ash - c12f24d55d7e70e30a2f5cf53a6db8be47d83c6e authored over 1 year ago
chore: optimize upsert update defaults

github.com/ash-project/ash - 4900d69a923ab4c6b878f0342e344f3cda6964f5 authored over 1 year ago
chore: update docs

github.com/ash-project/ash - 6e2fa036d7fbe11d05583ef8c2a502de29b0d527 authored over 1 year ago
fix: handle generic actions in `list_arguments_and_attributes`

github.com/ash-project/ash - ae147011ea99c23193079eeb215dc8bf38660fa2 authored over 1 year ago
chore: revert recent change to datetime storage type default

github.com/ash-project/ash - fcc7e3b08ad550013fd205c9bf1aeb7c88cd5718 authored over 1 year ago
improvement: various optimizations and compile time caching

fix: fix type casting for embedded resources

github.com/ash-project/ash - 20cc1cc24e4c52ac4f14bcf0456a6da67fc3e464 authored over 1 year ago
improvement: set default many to many options (#737)

Many to many relationship `source_attribute_on_join_resource`
and `destination_attribute_on_joi...

github.com/ash-project/ash - e14e1b2e2951f4fa4aca08d9c736b3c7dde5f8c4 authored over 1 year ago
improvement: various performance improvements

github.com/ash-project/ash - 7f7469eb9fa5bd3ed233b6058cabd058d1bf0018 authored over 1 year ago
chore: release version v1.1.47

github.com/ash-project/spark - 185a7238e38ea0047bb3a455b2bfc9778884ef70 authored over 1 year ago
improvement: optimize access to persisted data

github.com/ash-project/spark - b56cb0451e3d37f04cd09308a505036c7489141e authored over 1 year ago
improvement: various optimizations for bulk create actions

github.com/ash-project/ash - 52337b7bff7a08524238a2b30bef0d391648dbc7 authored over 1 year ago
improvement: ash_phoenix.gen.html generator (#112)

github.com/ash-project/ash_phoenix - 18fa99259e89e6dfafc143fb1ac709691bd9ce08 authored over 1 year ago
fix: ensure after action hooks are run on bulk creates

github.com/ash-project/ash - 3dd61a6ff8220193a20e8fde8520b13d7737f526 authored over 1 year ago
fix: return records from batches if items have after action hooks

github.com/ash-project/ash - b2c7048359f965b424c443d64c8e8c4f59d5263a authored over 1 year ago
improvement: support `max_concurrency` option on bulk creates

improvement: better error message on missing identities
improvement: better error message on inva...

github.com/ash-project/ash - f53626e65dd008e4b6f601fbd9f067a4d3a896e9 authored over 1 year ago
chore: handle channel renames

github.com/ash-project/ash_hq - 4feb9d6393d9b2db210265f6eea6164a9e30bbac authored over 1 year ago
improvement: put back old forum posts & data

github.com/ash-project/ash_hq - cf675ed872dfb72df71a0fcca4a24914b9b14890 authored over 1 year ago
improvement: support `define_relay_types?: false`

github.com/ash-project/ash_graphql - a33e4f5b77e5f3cbcc936f119787a069afe2fdc7 authored over 1 year ago
Doc: several small improvements (#113)

github.com/ash-project/ash_phoenix - 8935ad2a6bf6a16f516dcf76349bc734a0659a3e authored over 1 year ago
chore: update cheat sheets

github.com/ash-project/ash_json_api - cad96a8c9559cb5286f9c2444eac4a9dbad64d6a authored over 1 year ago
chore: fix dialyzer issues

github.com/ash-project/ash_json_api - be09ca51f27927fad3888727210ab4eebd68f610 authored over 1 year ago
test: update tests to account for total change

github.com/ash-project/ash_json_api - b5cdfff9b9b0dda5ed44da6f61ecc4f2617619fb authored over 1 year ago
feat: open_api options in Api (#104)

github.com/ash-project/ash_json_api - 36d953f75afce0354d6f840eebaffadc5b421914 authored over 1 year ago
improvement: allow for combining `AshPostgres.Repo` with other repos

fixes #172

github.com/ash-project/ash_postgres - 0325196a208ec115eb0df01fad74d56c9db4ce49 authored over 1 year ago
fix: don't transform errors to changesets when rolling back in with_hooks

github.com/ash-project/ash - ecdc4c1c6476908b764352d08153d269a0f58e4d authored over 1 year ago
fix: undo previous changes where transactional actions might not roll back

instead, I've added a `rollback_on_error?` option to allow more fine grained
control over what h...

github.com/ash-project/ash - 931ff306419a0c931f6472f5e0732053e5c8c396 authored over 1 year ago
fix: undo regression where errors weren't wrapped in a changeset

github.com/ash-project/ash - 5a462a3ffcfbccc444a470dccd517130a8f20bf1 authored over 1 year ago
improvement: better handling of nested errors in transactions

If you call a nested action currently, and anything goes wrong, the whole
transaction is aborted...

github.com/ash-project/ash - 7ff3a96db2f6f520a34a478a745c26c32c4d2511 authored over 1 year ago
chore: release version v1.2.20

github.com/ash-project/ash_phoenix - 7e86f98c9300b2ea2fc4c7d524d69894c471ed69 authored over 1 year ago
chore: remove unused alias

github.com/ash-project/ash_hq - db5b94028d0b7ed669667e17819f125f5165b777 authored over 1 year ago
Remove closing bracket 🔥 (#111)

github.com/ash-project/ash_phoenix - 4aa4ad891f5c226d23ffa51fc8c040ecfea9fba7 authored over 1 year ago
improvement: update indexer for mix tasks

github.com/ash-project/ash_hq - 3fb8748f3133e942b4f9f1b4cbe3147d17d66ac2 authored over 1 year ago
improvement: can't do alter on sqlite3 (dumb)

github.com/ash-project/ash_hq - 239ef413ce29b72327a53a5d42762e113dea69f8 authored over 1 year ago
chore: clean up old search code, generate migrations

github.com/ash-project/ash_hq - bea48bfe097faad86234e41dcfa6e6c23641593f authored over 1 year ago
improvement: rewrite package search and storage to use sqlite

improvement: clean up a bunch of unused code

github.com/ash-project/ash_hq - 4a37edd47eee1345c6388a1482ba84a3e89f6290 authored over 1 year ago
chore: release version v0.1.1

github.com/ash-project/ash_sqlite - b4ed3806c4ef51c06c682956f24fb2895a0a7e54 authored over 1 year ago
chore: update tests

github.com/ash-project/ash_sqlite - d8a9328921ae19919494b1aa6f12bcd98dec62fe authored over 1 year ago
improvement: add `SqliteMigrationDefault`

github.com/ash-project/ash_sqlite - 2229285757ecd758ddc1ce9d3f8bd15be86a99e5 authored over 1 year ago
docs: Removed mention of Context and Dataloader in Getting Started with Graphql (#96)

github.com/ash-project/ash_graphql - 0e4ac7130c98bd96ae2a5b10f08b6c77201cd423 authored over 1 year ago
fix: provide full constraints when determining `Ash.Type.NewType` storage types

github.com/ash-project/ash - 4fe44112865dbcc08f07cdb2e9a90189394b4915 authored over 1 year ago
fix(Generator): Consider Resource.Info.plural_name as the help text promises (#110)

Co-authored-by: Steffen Beyer <[email protected]>

github.com/ash-project/ash_phoenix - ad1d31b313c5c95e2ad30be6e1397e4a792fde70 authored over 1 year ago
fix: Fix module name for Show -> Update in generator (#109)

github.com/ash-project/ash_phoenix - 3dc29edcecacaf807ab62aef9a767b7e81c28caa authored over 1 year ago
fix: go back to original default timestamp behavior

fixes #733

github.com/ash-project/ash - b93cbb95775d3e5f9166167134cafea26a94d2fc authored over 1 year ago
chore: remove `aggregate_defs` copypasta

github.com/ash-project/ash_sqlite - 22ae9b394fad332015073036bf31572a9c20afaa authored over 1 year ago
improvement: support query aggregates

github.com/ash-project/ash_sqlite - 102f65f47d51fab48dbbc1ec0934b713c5a14ff5 authored over 1 year ago
improvement: better error message on bad transformer

github.com/ash-project/spark - 92ba4bd227a2f0d4f55d5a2438e8af6039913fbc authored over 1 year ago
docs: remove copy-pasta

github.com/ash-project/ash_sqlite - f82ed20a53bf5326a8510e54006ef98455dacd2e authored over 1 year ago
chore: add `AshSqlite`

github.com/ash-project/ash_hq - 3728a9ce17d91bc3e677d380023197406310c3bd authored over 1 year ago
chore: update changelog

github.com/ash-project/ash_sqlite - 4ab3bfec44e668a57a94555ccf1fad9d9abede9b authored over 1 year ago