Ecosyste.ms: OpenCollective

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

Commanded

Use Commanded to build Elixir CQRS/ES applications
Collective - Host: opensource - https://opencollective.com/commanded - Code: https://github.com/commanded

Merge pull request #6 from commanded/feature/dynamic

Support dynamic event stores

github.com/commanded/commanded-eventstore-adapter - a7f2d4069ef32c1881c120243463c3390881dc43 authored almost 5 years ago by Ben Smith <[email protected]>
Include #6 in CHANGELOG

Document dynamic event store usage.

github.com/commanded/commanded-eventstore-adapter - 00289595b7c50a948e42fc561e2418c1a79e1518 authored almost 5 years ago by Ben Smith <[email protected]>
Format default timeout in docs

github.com/commanded/eventstore - b640066059cfee6bebcd1f7ed9e6760727bfc526 authored almost 5 years ago by Ben Smith <[email protected]>
Start event store in README example

github.com/commanded/eventstore - 14187a302499812f9f321f8d9986d1439e59e0e9 authored almost 5 years ago by Ben Smith <[email protected]>
Fix broken link in README

github.com/commanded/eventstore - c0432886205f1c3ddad05a7915ac9887d794c0f0 authored almost 5 years ago by Ben Smith <[email protected]>
Update links to guides in README

github.com/commanded/eventstore - fc8b2620715ca6e7c05c6c034cbe361cf0948485 authored almost 5 years ago by Ben Smith <[email protected]>
[Doc] Postgres schema and dynamic named event store

github.com/commanded/eventstore - 0b8257f1232add05ca19beb8ece4f9385c16d933 authored almost 5 years ago by Ben Smith <[email protected]>
Merge pull request #184 from commanded/feature/dynamic

Dynamic event store

github.com/commanded/eventstore - 63f98d7503edbd080d7e2fb5a82d2fa1b49a5237 authored almost 5 years ago by Ben Smith <[email protected]>
Include #184 in CHANGELOG

github.com/commanded/eventstore - 2096665b2514e7f1286d11e60610373002d24aa5 authored almost 5 years ago by Ben Smith <[email protected]>
Merge pull request #334 from commanded/feature/process-manager-uuid

Process manager `indentity/0` function

github.com/commanded/commanded - 3b1e8cd6c2a72aa681ec95d1390183ce8f848e88 authored about 5 years ago by Ben Smith <[email protected]>
Process manager `indentity/0` function

Used to determine the identity of the current process manager instance.
Include #334 in CHANGELOG.

github.com/commanded/commanded - 47dc09c04706239e025d11afbabb0d0d7ebeaf93 authored about 5 years ago by Ben Smith <[email protected]>
Merge pull request #335 from commanded/bug/process-manager-stop

Process manager stops if `interested?/1` returns an empty list

github.com/commanded/commanded - 4b45fb6549b6c8587e2ad052085dc6cfb4b3d35b authored about 5 years ago by Ben Smith <[email protected]>
Include #335 in CHANGELOG

github.com/commanded/commanded - 8133a083d167a9f0f573f09dc5c5bb1085039420 authored about 5 years ago by Ben Smith <[email protected]>
Use `:ok` tagged tuple for process manager instance query

github.com/commanded/commanded - 79ec072a536747ab85d200836794ec31ff101ed3 authored about 5 years ago by Ben Smith <[email protected]>
Implement `get_process_manager/2` internal helper function

github.com/commanded/commanded - a43cd75e1c4a84e644332623ec73b1f4d2554224 authored about 5 years ago by Ben Smith <[email protected]>
Ack and continue when process manager `interested?/1` returns an empty list

Fix bug whereby an empty list returned by an `interested?/1` function causes the process router ...

github.com/commanded/commanded - e68312111e600ea54613dfdf42c6592fddc93016 authored about 5 years ago by Ben Smith <[email protected]>
Extend `Commanded.AggregateCase` ExUnit case template to support `Commanded.Aggregate.Multi`

github.com/commanded/commanded - c08251c38b994c27204fcce596f2f254bb889026 authored about 5 years ago by Ben Smith <[email protected]>
Merge pull request #333 from commanded/feature/process-manager-handle-info

Log and ignore unexpected messages received by event handlers and process manager instances

github.com/commanded/commanded - e8b3880dfba3e36b6ef1269ab6b780e9b8e6acf4 authored about 5 years ago by Ben Smith <[email protected]>
Log unexpected messages received by an aggregate process

github.com/commanded/commanded - 59cc04c8f9aa0097cdc6a3bc0f62c0ded7bf01e0 authored about 5 years ago by Ben Smith <[email protected]>
Log and ignore unexpected event handler messages

github.com/commanded/commanded - 1c9512a9d856485e64ca4f07ee977d32aa2942ae authored about 5 years ago by Ben Smith <[email protected]>
Merge pull request #11 from hoodsuphopeshigh/update-changelog

Update to reflect v1.0.0 release

github.com/commanded/commanded-audit-middleware - f4f6f3a8b43df8b5d10edf8acc4e9060e46c3b74 authored about 5 years ago by Ben Smith <[email protected]>
Merge branch 'master' into update-changelog

github.com/commanded/commanded-audit-middleware - 08adee76ab883bc6141d5d2f55b5e669bc25ce69 authored about 5 years ago by Ben Smith <[email protected]>
Merge pull request #15 from jnatherley/docs/migration-guide-update

Document how to run migrations in production.

github.com/commanded/commanded-scheduler - 9df1efe78bb11acb9f2163fe8472361c105cb0d4 authored about 5 years ago by Ben Smith <[email protected]>
Log and ignore unexpected messages received by a process manager instance

Implement catch-all `handle_info/2` callback function for process manager instance `GenServer`

github.com/commanded/commanded - 58fc105383eabfb4d83c2f136758e44d3564ced5 authored about 5 years ago by Ben Smith <[email protected]>
Fix typespec for `schema_prefix/1` optional callback

Include Dialyzer in Travis CI build.

github.com/commanded/commanded-ecto-projections - 5ca9c34b040b1c71fd759fd54fe59c6ca6539892 authored about 5 years ago by Ben Smith <[email protected]>
Fix process manager `error/3` callback documentation

github.com/commanded/commanded - 9f45a30afa52b71b410e80c2a88bbebc8830aa06 authored about 5 years ago by Ben Smith <[email protected]>
Fix process manager `error/3` callback documentation

github.com/commanded/commanded - d8b9c5497549e5c726fe233e008822fa17bb1061 authored about 5 years ago by Ben Smith <[email protected]>
Add option to config

github.com/commanded/eventstore - 3059c4f2dae49d8b4b1e0892694b31d32d0af419 authored about 5 years ago by Yannis Weishaupt <[email protected]>
Document how to run migrations in production

github.com/commanded/commanded-scheduler - 471259e42ffffe1e4e43fa25fc7f9240adab13a1 authored about 5 years ago by Joel Atherley <[email protected]>
Update to reflect 1.0.0 release

github.com/commanded/commanded-audit-middleware - 250852a04f24013850c06b08f7f6a7cd2553caa4 authored about 5 years ago by HopesHigh <[email protected]>
Merge pull request #10 from hoodsuphopeshigh/update-dependencies

Updates dependencies to work with Commanded 1.0.0

github.com/commanded/commanded-audit-middleware - e93d80b7852d7f24401d972a63aa488544d0c36f authored about 5 years ago by Ben Smith <[email protected]>
Updates dependencies to work with Commanded 1.0.0

github.com/commanded/commanded-audit-middleware - 208588a991f9ac5c30ee32e0e7b96a32d00e2492 authored about 5 years ago by HopesHigh <[email protected]>
Merge pull request #331 from commanded/feature/dispatch-return

Command dispatch return

github.com/commanded/commanded - 466c5fadb765d1f161537a68fb800ad8f3175693 authored about 5 years ago by Ben Smith <[email protected]>
Dispatch return error on failure

github.com/commanded/commanded - 0481cba0d85d1418ad6a1680d130fa432e82a445 authored about 5 years ago by Ben Smith <[email protected]>
Include #331 in CHANGELOG

github.com/commanded/commanded - b385e35a738c2874e9ce2de5bb848ada8990a4e9 authored about 5 years ago by Ben Smith <[email protected]>
Application define default command dispatch options

github.com/commanded/commanded - 9ad2235c38f7481934ddce55b3fafa197ec0addd authored about 5 years ago by Ben Smith <[email protected]>
Rename `return` dispatch option to `returning`

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

github.com/commanded/commanded - 8d93d561bdfc595e22e8bba4bde520baa1b1cd43 authored about 5 years ago by Ben Smith <[email protected]>
Add `return` option to command dispatch

Allow aggregate state to be returned from a command dispatch.

github.com/commanded/commanded - 370dc2f1fbe218e648a2b5df4e5efae995d1c8aa authored about 5 years ago by Ben Smith <[email protected]>
Merge pull request #324 from commanded/feature/dynamic-app

Dynamic Commanded applications

github.com/commanded/commanded - a3cf7462064fa201a94e283a7b5fb8174afbcecb authored about 5 years ago by Ben Smith <[email protected]>
Include #324 in CHANGELOG

github.com/commanded/commanded - cac79f2f9301b3b2c9664a7c63c1213c627d17b8 authored about 5 years ago by Ben Smith <[email protected]>
Dynamic process manager application command dispatch

github.com/commanded/commanded - e18a2cdb0952d2f3794fd554f72333ab29c247c9 authored about 5 years ago by Ben Smith <[email protected]>
Process manager dynamic application

github.com/commanded/commanded - 56011bc4ec6ac90a88bc11381bb9ebad3907b6ec authored about 5 years ago by Ben Smith <[email protected]>
[Doc] Dynamic applications

github.com/commanded/commanded - d7cc3721df3b85b8b17ccbbecb70c41610e99d17 authored about 5 years ago by Ben Smith <[email protected]>
Ensure application name is an atom

github.com/commanded/commanded - 9fe70c616d4995e001182a91967d339cda9b7bcd authored about 5 years ago by Ben Smith <[email protected]>
Dynamic Commaned application name provided on start

github.com/commanded/commanded - 63ca0b5da885f6dc813ffdf501334372dc710d39 authored about 5 years ago by Ben Smith <[email protected]>
Dynamic application command dispatch and event handling

github.com/commanded/commanded - b58a0e7b350e5ec7591db5c9859e1e207a78a974 authored about 5 years ago by Ben Smith <[email protected]>
Use event store name when deleting a subscription

github.com/commanded/eventstore - 3486f826fde7aa6f4e4e97fc6b5cd5d2b14e440a authored about 5 years ago by Ben Smith <[email protected]>
Fix failing slow test due to `timeout` option

github.com/commanded/eventstore - f3db0647279dede1b6fea3e24c3266e9015475ff authored about 5 years ago by Ben Smith <[email protected]>
Ensure provided event store name is an atom

github.com/commanded/eventstore - 045a794b79f7cf4c0c5916814a7ee94d75774c48 authored about 5 years ago by Ben Smith <[email protected]>
Dynamic event store

Allow a name to be provided when starting an event store. All event store operations can be prov...

github.com/commanded/eventstore - 67825568c8a2f9dd0c81c8722f251b1c529ad2a3 authored about 5 years ago by Ben Smith <[email protected]>
Fix compiler warning for projectors which don't define an `after_update/3` callback function

github.com/commanded/commanded-ecto-projections - 3856b1cc9a3adc289b1bb28e1282c7e56e5a8ff6 authored about 5 years ago by Ben Smith <[email protected]>
Merge pull request #28 from commanded/feature/dynamic-schema-prefix

Dynamic schema prefix

github.com/commanded/commanded-ecto-projections - db93d9a136b68fe008be8c3a458d261f2160772e authored about 5 years ago by Ben Smith <[email protected]>
Include #28 in CHANGELOG

github.com/commanded/commanded-ecto-projections - bf7adce9df59dfd8500fccdaa66910a5efffff03 authored about 5 years ago by Ben Smith <[email protected]>
Test event specific schema prefix

github.com/commanded/commanded-ecto-projections - b35d4e7c4de66ae7dd1151c1949f9d55899b75d5 authored about 5 years ago by Ben Smith <[email protected]>
Test invalid schema prefix argument error

github.com/commanded/commanded-ecto-projections - 6898d3ca7383c74ddd7b93fc3f6c97d2068c2936 authored about 5 years ago by Ben Smith <[email protected]>
[Doc] Dynamic schema prefix

github.com/commanded/commanded-ecto-projections - d3466bfc0b79e2dc88b284436fbde8974b1ac9c0 authored about 5 years ago by Ben Smith <[email protected]>
Schema prefix provided by an anonymous or callback function

github.com/commanded/commanded-ecto-projections - 5bc11bc5e08b061de37f16eecc1dc3fdd6830d4c authored about 5 years ago by Ben Smith <[email protected]>
Merge pull request #329 from scudelletti/ds-improve-docs

Improve Deployment Guite

github.com/commanded/commanded - baf732db4f586e7bb604c5906ed9d5e7dcd410ce authored about 5 years ago by Ben Smith <[email protected]>
Add note about running EventStore in a Cluster

github.com/commanded/commanded - bf232fd1a861a743fad23eb19842ad0b77faa385 authored about 5 years ago by Diogo Scudelletti <[email protected]>
Use SwarmRegistry version 1.0.0 in deployment guide

github.com/commanded/commanded - 0d297b8dbb38b14417b3e2480cd25479bdcb07e4 authored about 5 years ago by Diogo Scudelletti <[email protected]>
Include #186 in CHANGELOG

github.com/commanded/eventstore - 9f795d45f1a8ca4c72d0614df24586dcb2ecfa12 authored about 5 years ago by Ben Smith <[email protected]>
Merge pull request #186 from scudelletti/ds-fix-distributed-forwarder-init-function

Fix DistributedForwarder State when running multiple nodes

github.com/commanded/eventstore - 8b8071d9d994ec4122766cabd5e9c3930d37f7a0 authored about 5 years ago by Ben Smith <[email protected]>
Set Event Store in Distributed Forwarder init function

github.com/commanded/eventstore - b0891730bea51048883fc952bea8b596358136d8 authored about 5 years ago by Diogo Scudelletti <[email protected]>
Map Commanded's `prefix` event store config to schema

github.com/commanded/commanded-eventstore-adapter - ae843882fc9622aea04b858c0dbece6118bb6ade authored about 5 years ago by Ben Smith <[email protected]>
Event store adapter prefix test

Allow a named event store to be dynamically started.

github.com/commanded/commanded - 02532a99774a217223b4b609d86bad2c064bca5d authored about 5 years ago by Ben Smith <[email protected]>
Include #325 in CHANGELOG

github.com/commanded/commanded - c043ecb3786d4639fe067bf32d1503a54b2998ab authored about 5 years ago by Ben Smith <[email protected]>
Merge pull request #325 from jwilger/patch-1

Fixes the typespec for command dispatch

github.com/commanded/commanded - f35440e17ce4438a7af36fc4e89ff28481361fd3 authored about 5 years ago by Ben Smith <[email protected]>
Add Smarkup to BACKERS

Thank you for the support!

github.com/commanded/commanded - aa1f9867905d1c6a1916003979f0550228208245 authored about 5 years ago by Ben Smith <[email protected]>
Fixes the typespec for command dispatch

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

github.com/commanded/commanded - a5b36cb9b068889b51a34c8952cdd0302f4aff11 authored about 5 years ago by John Wilger <[email protected]>
Include name in event store meta to support dynamic event stores

github.com/commanded/commanded-eventstore-adapter - 8982cfa1ed550fc37b1b35edd108b92f5be4814d authored about 5 years ago by Ben Smith <[email protected]>
Include #182 in CHANGELOG

github.com/commanded/eventstore - 967e7a998cc844954a5fefd9264d9769ac1c8533 authored about 5 years ago by Ben Smith <[email protected]>
Merge pull request #182 from commanded/feature/schema

Support Postgres schemas

github.com/commanded/eventstore - 8b71fdc6ccf1903a3232af6e84c9cf95bc6206ba authored about 5 years ago by Ben Smith <[email protected]>
Use two 32-bit key values for advisory locks

The namespace key is derived from the unique `oid` value for the `subscriptions` table. The `oid...

github.com/commanded/eventstore - 2b4e4b364bb1af9ea7228f46050063186b233464 authored about 5 years ago by Ben Smith <[email protected]>
Database schema migration to update `notify_events` Postgres function

github.com/commanded/eventstore - c933e543c2cfabe3cafce9134842f963b16a8332 authored about 5 years ago by Ben Smith <[email protected]>
Include `schema` in event store config

github.com/commanded/eventstore - 146f4cd3f39d547ce34f07cabc606ba894f40434 authored about 5 years ago by Ben Smith <[email protected]>
Schema tests

github.com/commanded/eventstore - 0e70733253ebfb8d043d86439a1b5d55002b3e43 authored about 5 years ago by Ben Smith <[email protected]>
Support event store `schema` config

Use `after_connect` to set the Postgres connection `search_path` to the event store schema. This...

github.com/commanded/eventstore - 4ca4f308339053b9249cd4d1e85ac3bd0cea9b6d authored about 5 years ago by Ben Smith <[email protected]>
Set default schema migration version to 1.1.0

github.com/commanded/eventstore - 971e54db2a24b8ff580b97d7440d4019bbc1471d authored about 5 years ago by Ben Smith <[email protected]>
[Doc] Using Postgres schemas

github.com/commanded/eventstore - 4c6e23777eecd79afb9a5410c2b22677c8ac134d authored about 5 years ago by Ben Smith <[email protected]>
Include schema name in `LISTEN` / `NOTIFY` channel

Event notifications should be restricted to only those from the event store's schema.

github.com/commanded/eventstore - ea2251769d41c5a4b72702646f46486e34dc7612 authored about 5 years ago by Ben Smith <[email protected]>
Include Nicholas Henry as contributor in README

github.com/commanded/eventstore - 1080514706b40c55681499616fa2adb5422a6f36 authored about 5 years ago by Ben Smith <[email protected]>
Merge pull request #183 from civilcode/docs/getting-started-correct-release-task

Correct release task example

github.com/commanded/eventstore - 85de25dfcd7a0ee733ea40748b0f0b1e41261dc6 authored about 5 years ago by Ben Smith <[email protected]>
doc: Update Init.exec/3 docs

github.com/commanded/eventstore - 8bffac99fcaee186f379f75454df628483f644f0 authored about 5 years ago by Nicholas Henry <[email protected]>
doc: Correct release task example

These signatures have changed since 0.17.0 with support for multiple
event stores.

github.com/commanded/eventstore - 12b1af6050fc0fa3cfb9b847dc959b83c705eba3 authored about 5 years ago by Nicholas Henry <[email protected]>
Initial commit

github.com/commanded/recipes - ab9c7df29cae1c078484b57fb3ae81fdc3d0f266 authored about 5 years ago by Ben Smith <[email protected]>
Include event store configuration in v1.0 upgrade guide

github.com/commanded/commanded - fd18ee3981cd237cbb874d1ccd8155e98d35d178 authored about 5 years ago by Ben Smith <[email protected]>
Fix main document page reference

github.com/commanded/commanded-extreme-adapter - b3b90e458bf650530fd413b197c925f018d91fea authored about 5 years ago by Ben Smith <[email protected]>
Fix main document page reference

github.com/commanded/commanded-eventstore-adapter - e08bc7540698076a7e39ea3ae3aea056dbe2cae4 authored about 5 years ago by Ben Smith <[email protected]>
Include note to use Commanded's `Commanded.Serialization.JsonSerializer` serializer

github.com/commanded/eventstore - f9442cf8a372101d16d3bf135d9d9b0c599929a4 authored about 5 years ago by Ben Smith <[email protected]>
Release v1.0.0

github.com/commanded/commanded - 3b8f08526b97a196e3f94e7c868cc059c9062652 authored about 5 years ago by Ben Smith <[email protected]>
Release v1.0.0

github.com/commanded/eventstore - f6f892bb68193a70e4fdccf2e3b16021569ce8a0 authored about 5 years ago by Ben Smith <[email protected]>
Use Elixir 1.9.4 in Travis CI

github.com/commanded/eventstore - f377144f2097c6046e43db89e91db8c930ade33b authored about 5 years ago by Ben Smith <[email protected]>
Include #167 in CHANGELOG

github.com/commanded/eventstore - aa451bf85c21c595941f7c7f4f6e6b5b043d91d9 authored about 5 years ago by Ben Smith <[email protected]>
Add missing handle response matches for `{:error, error}`

Fixes #167.

github.com/commanded/eventstore - 5f0b808a89c22b250625d5a3ac19998bf5226b6c authored about 5 years ago by Ben Smith <[email protected]>
Update dependencies

github.com/commanded/eventstore - 9df9ae1f0340ebb4389db81de794be2267484422 authored about 5 years ago by Ben Smith <[email protected]>