Ecosyste.ms: OpenCollective

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

github.com/commanded/commanded

Use Commanded to build Elixir CQRS/ES applications
https://github.com/commanded/commanded

Dispatch return error on failure

0481cba0d85d1418ad6a1680d130fa432e82a445 authored about 5 years ago
Include #331 in CHANGELOG

b385e35a738c2874e9ce2de5bb848ada8990a4e9 authored about 5 years ago
Application define default command dispatch options

9ad2235c38f7481934ddce55b3fafa197ec0addd authored about 5 years ago
Rename `return` dispatch option to `returning`

Inspired by Ecto's similarly named option for insert operations to return a subset of fields.

8d93d561bdfc595e22e8bba4bde520baa1b1cd43 authored about 5 years ago
Add `return` option to command dispatch

Allow aggregate state to be returned from a command dispatch.

370dc2f1fbe218e648a2b5df4e5efae995d1c8aa authored about 5 years ago
Merge pull request #324 from commanded/feature/dynamic-app

Dynamic Commanded applications

a3cf7462064fa201a94e283a7b5fb8174afbcecb authored about 5 years ago
Include #324 in CHANGELOG

cac79f2f9301b3b2c9664a7c63c1213c627d17b8 authored about 5 years ago
Dynamic process manager application command dispatch

e18a2cdb0952d2f3794fd554f72333ab29c247c9 authored about 5 years ago
Ensure application name is an atom

9fe70c616d4995e001182a91967d339cda9b7bcd authored about 5 years ago
Dynamic Commaned application name provided on start

63ca0b5da885f6dc813ffdf501334372dc710d39 authored about 5 years ago
[Doc] Dynamic applications

d7cc3721df3b85b8b17ccbbecb70c41610e99d17 authored about 5 years ago
Process manager dynamic application

56011bc4ec6ac90a88bc11381bb9ebad3907b6ec authored about 5 years ago
Dynamic application command dispatch and event handling

b58a0e7b350e5ec7591db5c9859e1e207a78a974 authored about 5 years ago
Merge pull request #329 from scudelletti/ds-improve-docs

Improve Deployment Guite

baf732db4f586e7bb604c5906ed9d5e7dcd410ce authored about 5 years ago
Add note about running EventStore in a Cluster

bf232fd1a861a743fad23eb19842ad0b77faa385 authored about 5 years ago
Use SwarmRegistry version 1.0.0 in deployment guide

0d297b8dbb38b14417b3e2480cd25479bdcb07e4 authored about 5 years ago
Event store adapter prefix test

Allow a named event store to be dynamically started.

02532a99774a217223b4b609d86bad2c064bca5d authored about 5 years ago
Include #325 in CHANGELOG

c043ecb3786d4639fe067bf32d1503a54b2998ab authored about 5 years ago
Merge pull request #325 from jwilger/patch-1

Fixes the typespec for command dispatch

f35440e17ce4438a7af36fc4e89ff28481361fd3 authored about 5 years ago
Add Smarkup to BACKERS

Thank you for the support!

aa1f9867905d1c6a1916003979f0550228208245 authored about 5 years ago
Fixes the typespec for command dispatch

When running Dialyxir on a project that dispatches commands with either the `include_execution_r...

a5b36cb9b068889b51a34c8952cdd0302f4aff11 authored about 5 years ago
Include event store configuration in v1.0 upgrade guide

fd18ee3981cd237cbb874d1ccd8155e98d35d178 authored about 5 years ago
Release v1.0.0

3b8f08526b97a196e3f94e7c868cc059c9062652 authored about 5 years ago
Test runtime configured Commanded application

fd41739eb314b5822e0fcdf2ca9cab5cfe4a9dce authored about 5 years ago
Ensure command retries don't exceed retry attempts when aggregate process exits

12beb62e983aa6632d70276cd21a0f3affee1771 authored about 5 years ago
Include #318 in CHANGELOG

fb8e3a69c6a7ec5f562046d463d3efe8ece5551e authored about 5 years ago
Merge pull request #318 from commanded/feature/config

Application config lookup

0ea6d361e071e60de14d24a7b96fe7d8d499380a authored about 5 years ago
Application config test

dfb68e47fa746f9b80de30b54f78a3b3586cab31 authored about 5 years ago
Use application's name for config association and lookup

601d58c924bf69c24265c0e4a6484711bd2f5d46 authored about 5 years ago
Benchmark application config lookup

9802c971aceb6573900b5fe4509d378abc17b575 authored about 5 years ago
Minor documentation edits

e75835942c9f840f5a89e416041e78b18f240b18 authored about 5 years ago
Include #317 in CHANGELOG

c5fc4cbe0641634cb017e6a62a57b4921a4fe467 authored about 5 years ago
Merge pull request #317 from commanded/feature/dialyzer

Fix Dialyzer warnings and include in Travis CI

1e2ffdd70691ed75e49ed27dacbd078995ef8549 authored about 5 years ago
Fix dialyzer warnings and include in Travis CI

74fde7686f1e5554ed8b4070004ff849af2fac8c authored about 5 years ago
Include #315 in CHANGELOG

ac16ef77443cf8043d4595f1e034b4bcd3f9bda9 authored about 5 years ago
Merge pull request #315 from PaoloLaurenti/add-aggregate-case

Add `AggregateCase` ExUnit case template to support aggregate unit testing

28f46597c1e72f8edd1f2c0fa0131f00c1ec9d76 authored about 5 years ago
Add aggregate_case to support aggregates unit testing (verification of: raised events, aggregate state and errors handling commands)

822c20855a45ba444da65999ddd05e1ccd62afd6 authored about 5 years ago
Name is not mandatory for registered gen server

dc89737bd22daf4f6c5b3333b5d8d8de47fea5b8 authored about 5 years ago
Catch aggregate `:normal` exit in dispatcher and retry command

559ca6bcd07cde32ab24c8afb13ca7a86e7b1760 authored about 5 years ago
Include #308 and #311 in CHANGELOG

3c7b99fcacfc017470c24b4357fec1cb1c12d5d3 authored about 5 years ago
Merge pull request #308 from fahchen/fix-aggregate-race

Fix commanded aggregate race

6580d93db5ada9697cf266a9a49e24ce707da855 authored about 5 years ago
Merge pull request #312 from gregjohnsonsaltaire/master

Update Aggregates.md with documentation from #271

675e1c916d9e83a730e0325087fcd9ae244f364a authored about 5 years ago
Update Aggregates.md with documentation from #271

fa6e3641cdb418e44dd94e80fd6c60af5ff77c1f authored about 5 years ago
Merge pull request #311 from commanded/feature/adapters

Define adapter behaviour modules for event store, pubsub, and registry

fd3b8a4937a0c45f00e2bca90577ddd205a3104e authored about 5 years ago
Event store adapter tests the adapter module directly

b459ee39014d42c830908f46d117780ac050dd92 authored about 5 years ago
Define adapter behaviour modules for event store, pubsub, and registry

Rename `Commanded.EventStore` behaviour to `Commanded.EventStore.Adapter`, `Commanded.PubSub` to...

fe02e3a3f732ec27c1c8774c75232aeeebcdb2d2 authored about 5 years ago
fix: reopen aggregate to execute command if it is stopped jut now

f1fffc48810d6e9b8e85eead05ca847961caa2df authored over 5 years ago
Release v1.0.0-rc.1

dd650abceffac9e1f738a2b1da956cf078eee16a authored over 5 years ago
Merge pull request #307 from commanded/bug/process-manager-exception

Fix process manager exception on start

8d59b1f0c40a5426c5b4d142641d936d9de465a9 authored over 5 years ago
Include #307 in CHANGELOG

89cdb7e8e4c853ab87e350ef6cc9a81b392abf73 authored over 5 years ago
Fix process manager exception on start

Due to invalid name being passed to event store subscription.

d05b71858409fcf0676975edabe109d4a203da15 authored over 5 years ago
Merge pull request #304 from commanded/releases/v1.0.0-rc.0

Prepare release v1.0.0-rc.0

411422289fd1f0586968f6d4dd36b8b6c9f568e9 authored over 5 years ago
Release v1.0.0-rc.0

f942e526b39070bec1a820abbae6661966a2f4fe authored over 5 years ago
Upgrade guide v0.19.x to v1.0

b293900d392c6e0c6592feb42e02256852faa1b1 authored over 5 years ago
Add GitHub Sponsors to FUNDING.yml

037e2af0ac453c9acb8cfb7bf3798513cb8b2c4a authored over 5 years ago
Merge pull request #298 from commanded/feature/multi-app

Support multiple Commanded apps

f635b692b28192a1fa1b67acac3dfd8d23883dc1 authored over 5 years ago
Compile time and runtime config precedence

f182de796825bb800484c084a868952f4072d4b9 authored over 5 years ago
Support runtime application configuration using `init/1` callback function

c696d0fc582e8e7d2c69e5e83f81f53692800869 authored over 5 years ago
Pass event store adapter module and config to event store functions

11fea36531a9ed66135d91588371de4b61c04f60 authored over 5 years ago
Event store adapter tests use `Commanded.EventStore`

b4c57c6af010f28b640600ed91de8544360fa442 authored over 5 years ago
Include #298 in CHANGELOG

bedfd14bb95d05db1dc934f29173a9e446cabc2e authored over 5 years ago
Use `DynamicSupervisor` for process manager instances

0387d4c86d0d477f30ba4a5bbe2276b53beff4a0 authored over 5 years ago
Dispatch command from a Commanded application

c059ffd49918cfed7bc2e4dd413ee6aebcfd6f76 authored over 5 years ago
Ensure an application can only be started once

f03ab3f2d9f4ad18110f89d59720f78dc1349db8 authored over 5 years ago
Update test suite to support multi-apps.

526bdadf4b94bedc186ced4b368e9c01d919fcdd authored over 5 years ago
Update documentation for multiple Commanded apps

2285f8ff967c70f26a0d73204492870f341483ce authored over 5 years ago
Add `application` config to event handlers

785fd86ecc45930d1b1223bd38c1b446934bbd6f authored over 5 years ago
Process managers require `:application` option

Instead of `:router`

f39803d54ee1d60e3c4badffc014bcd73a7bbd33 authored over 5 years ago
Aggregate tests

04e78464f3cda987a4ee20ad5eaf569a455ee98f authored over 5 years ago
Configure event store adapter

6e4a1bbabd4ad4609183070e94e802482d9c904d authored over 5 years ago
Define an `EventStore` adapter module within an application

To allow direct access to the configured event store.

a41e6bd87de1775ca61a787ecfbf340a38cd83dd authored over 5 years ago
Include Commanded application when dispatching a command

7b7d1321f8137c61975ba6833a22217f18043527 authored over 5 years ago
Define initial `Commanded.Application` macro

e9cdfe926aca953b5092542139be15d767458fa5 authored over 5 years ago
Implement adapter modules for behaviours

- `Commanded.EventStore`
- `Commanded.PubSub.Adapter`
- `Commanded.Registration`

c0a9a83bd997dc527d8616b7e5812797da70166d authored over 5 years ago
Merge pull request #302 from rolandtritsch/master

Fixing minor typos

c754ae236c0f8c504c19ea5b69a6a9ed7c3af1d7 authored over 5 years ago
Fixing minor typos

61e010dbd5951dd36904b871b9f108c651397e1f authored over 5 years ago
Improive process manager `error/3` callback docs and spec

bfd425190382b3d9d3111add064fea085c6e38e4 authored over 5 years ago
Document event mapper and additional process manager configuration options

c5cd751f3a2a6d639a209fce0b381aab2f68ff17 authored over 5 years ago
Create FUNDING.yml

6baa3b73ca3d46e2354e448b9707f299e86fcfba authored over 5 years ago
Include Axle Payments in BACKERS.md

08b491507187ec1054420800c81b8a4c151ad0c8 authored over 5 years ago
Release v0.19.1

890be80bd1af2bfd084504542c4ce7ac0a8d8069 authored over 5 years ago
Structure Hex docs with groupings

61bb9b9743cee073e87a637de8b43bb8cfb9fc6c authored over 5 years ago
Include #293 in CHANGELOG

da930b90ad73eec4086723997738b720864d4ea2 authored over 5 years ago
Merge pull request #293 from Freyskeyd/reset_event_handler

Reset event handler

b2d576678f0b75b39f89d772f787619a192666dd authored over 5 years ago
Include #295 in CHANGELOG

746a566542ac2d5d624d021a97fb6828e6ab494f authored over 5 years ago
Merge pull request #295 from datafoo/fix-issue-294

Fix regression in `Commanded.Middleware.Logger.delta/1`.

ff8d3bbec5c74340e30545fb49fd35095e9525a1 authored over 5 years ago
Fix bug with `Commanded.Middleware.Logger.delta/1`.

Fixes #294

6639e207b1cdebacba175fec42a46007977c07e0 authored over 5 years ago
feat(mix): add mix task

Signed-off-by: Freyskeyd <[email protected]>

b06c20a43a9fe2eccaea75e1581bc485fa3a2641 authored over 5 years ago
feat(wip): reset event handler

Signed-off-by: Freyskeyd <[email protected]>

78186a83b7238b3ea5d2ad09c7d3055883ae1764 authored over 5 years ago
Release v0.19.0

5159fd2d8597f1ff9d33759ab8052e6ae83b4173 authored over 5 years ago
Merge pull request #292 from StevenNunez/patch-1

Fix link to event store package

1330585f2c7397e1d4dd5d4789fea85a43ab031b authored over 5 years ago
Fix link to event store package

0faa33e543e854f9c5110cd191234f7f0b5f67a5 authored over 5 years ago
Include #291 in CHANGELOG

Thanks @justmendes!

3042ab148b0078fafe984dc09df196d0920b3f3c authored over 5 years ago
Merge pull request #291 from utrustdev/frm/pubsub

Support {:system, varname} format in Phoenix PubSub

de1e4c327daf4c0f5b259d668c757ac95d950f8f authored over 5 years ago
Support env vars in Phoenix PubSub

e6d532c055d6e9a1d75ee07a1824594f0a61ea65 authored over 5 years ago
Use `handle_continue/2` for process router initialisation

3f15512abac23ecced8a3716da45599f1b6bf250 authored over 5 years ago
Merge branch 'releases/v0.18'

8eba924fb36a5bac94ad858917b8d1547d5fff29 authored over 5 years ago
Release v0.18.1

f641e06f76c475422549997cbe408598a300805d authored over 5 years ago
Process manager idle process timeout

bda3c19edb86e02c9f99487b137e5ed05c20c548 authored over 5 years ago
Register event handler and process manager subscriptions on process start

Use an ETS table to track `:strong` subscriptions

c22a499a4837ca2eae17de6c98e143c54a4a2ec6 authored over 5 years ago