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

Add link to issues in README

github.com/commanded/recipes - 252b8673a9124027ac04f776b9330117c195f329 authored almost 4 years ago by Ben Smith <[email protected]>
Pass `opts` directly to insert functions in appender

github.com/commanded/eventstore - a965d22626d9d5cc56d3bdab6f1b848b532ca08d authored almost 4 years ago by Ben Smith <[email protected]>
Fix flaky subscription locking test

github.com/commanded/eventstore - 428a400f45af41762d9760e0b11d7204dd855a47 authored almost 4 years ago by Ben Smith <[email protected]>
Rename v1.2.1 migration to v1.3.0

github.com/commanded/eventstore - deb0ccc08673db67cd2ef42f24484c0a9a43ede2 authored almost 4 years ago by Ben Smith <[email protected]>
Include #230 in CHANGELOG

github.com/commanded/eventstore - ab27bc1710394b624ea17327caac431f27cfb1a5 authored almost 4 years ago by Ben Smith <[email protected]>
Improve performance of appending events under normal and degraded network conditions #230

github.com/commanded/eventstore - 215eead36fca425fe0cbfd9f4dfcbfecaebe231b authored almost 4 years ago by Ben Smith <[email protected]>
Release v1.2.2

github.com/commanded/eventstore - aa89e9e4061ce8609dec21dbcc0da6b6a941ccd4 authored almost 4 years ago by Ben Smith <[email protected]>
Look at runtime configuration in ensure_event_store!/2

github.com/commanded/eventstore - 699b6f386278ca7bf99023a415511dc8ebed8504 authored almost 4 years ago by Basile Nouvellet <[email protected]>
Add #234 the CHANGELOG

github.com/commanded/eventstore - c84ef2e45aa9002aff844d180739a4e766cf26b4 authored almost 4 years ago by Ben Smith <[email protected]>
Include #236 in CHANGELOG

github.com/commanded/eventstore - 066b3b60b3a89631dbaf8e71adddf73292686abf authored almost 4 years ago by Ben Smith <[email protected]>
Remove unsupported call to Init.exec/2

Looks like this changed recently

github.com/commanded/eventstore - 0bdc438143fbedc17fb2b8fad9f2dfeb47957e2d authored almost 4 years ago by Justin Smestad <[email protected]>
Add `:configure` to postgrex connection options.

This is useful for specifying dynamic connection config per connection.

github.com/commanded/eventstore - 4dc4f90338a8b60c37f88188c41a0800dece8442 authored almost 4 years ago by Derek Kraan <[email protected]>
Include #233 in CHANGELOG

github.com/commanded/eventstore - 9dcaa6f88fd30f789c0d6268bd45177ce02cf92a authored almost 4 years ago by Ben Smith <[email protected]>
Release v1.2.1

github.com/commanded/eventstore - 3153c9820743b1dbf4de58fe96c2b2def045ee8b authored almost 4 years ago by Ben Smith <[email protected]>
Release v1.2.3

github.com/commanded/eventstore - 1011df2013b93edcfdaae205a67a937a7cbb4dbb authored almost 4 years ago by Ben Smith <[email protected]>
Read and stream events backward

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

Document providing database connection or transaction to compatible `EventStore` functions.

github.com/commanded/eventstore - 401434d007ec46638a9fba6bf797c6a081ee5285 authored almost 4 years ago by Ben Smith <[email protected]>
Include #229 in CHANGELOG

github.com/commanded/eventstore - 9bdd0a5f13dfb9203c728df84d5e9f9a0302deff authored almost 4 years ago by Ben Smith <[email protected]>
Use experimental OTP in GitHub Actions

github.com/commanded/eventstore - 9a50f3683747fe31016d5676655d9a71ed235b01 authored almost 4 years ago by Ben Smith <[email protected]>
Apply formatting

github.com/commanded/eventstore - c45c711923b78ef185f187212e7c02276365a2f9 authored almost 4 years ago by Morten Berg Nissen <[email protected]>
Adds an option to supply a db connection

so we can wrap append_to_stream/link_to_stream operations in a transaction

github.com/commanded/eventstore - 567dc7ed9f371c3411d99914a9dea0cd55cd2787 authored almost 4 years ago by Andreas Riemer <[email protected]>
Allow optional event_id on EventData

github.com/commanded/eventstore - 234c1bdd346fb35830fbf566551ae05f83122d34 authored almost 4 years ago by Morten Berg Nissen <[email protected]>
Script to seed an eventstore with events for benchmarking

github.com/commanded/eventstore - a108bc6e422e7e6796dfda69026ea1ad323705b4 authored almost 4 years ago by Ben Smith <[email protected]>
Release v1.2.3

github.com/commanded/eventstore - e3b9b5ae7b7f530b71046f068d6802f00ffeda9a authored almost 4 years ago by Ben Smith <[email protected]>
Include #233 in CHANGELOG

github.com/commanded/eventstore - eaa4ef4b3cc781816e9369721c0f88175b7d65e9 authored almost 4 years ago by Ben Smith <[email protected]>
Merge pull request #233 from SafeBoda/postgrex_connection_configure

Add `:configure` to postgrex connection options.

github.com/commanded/eventstore - 6a684f8acc340e944e71552adb2fc5b498b9ed68 authored almost 4 years ago by Ben Smith <[email protected]>
Merge pull request #235 from jsmestad/patch-1

Remove unsupported call to `Init.exec/3` into a call to `Init.exec/2` in Getting Started guide

github.com/commanded/eventstore - 572da58bc5f5d16a2bdadc72774a1eca0424f19e authored almost 4 years ago by Ben Smith <[email protected]>
Include #236 in CHANGELOG

github.com/commanded/eventstore - 92628555884aeec34223f35343ad5c7d0c3924d6 authored almost 4 years ago by Ben Smith <[email protected]>
Merge pull request #236 from BasileNouvellet/use-runtime-configuration-in-mix-task

Use runtime configuration in Mix tasks

github.com/commanded/eventstore - e41b62b503a9abbabb8a463cdad65ecf3f84d2da authored almost 4 years ago by Ben Smith <[email protected]>
Look at runtime configuration in ensure_event_store!/2

github.com/commanded/eventstore - 283378625764e04b1e50b39e792269ee41cd5a28 authored almost 4 years ago by Basile Nouvellet <[email protected]>
Remove unsupported call to Init.exec/2

Looks like this changed recently

github.com/commanded/eventstore - 22bde1e8f30bac9058b4e95552490b601e01cb23 authored almost 4 years ago by Justin Smestad <[email protected]>
Release v1.2.2

github.com/commanded/eventstore - 93660ce316ca174ff4694e211a7ac420253e4dac authored almost 4 years ago by Ben Smith <[email protected]>
Merge pull request #234 from commanded/feature/read-stream-backwards

Read stream and stream events backward

github.com/commanded/eventstore - 6898b5c8256f898923d3ee85aed8e034b9b880ef authored almost 4 years ago by Ben Smith <[email protected]>
Add #234 the CHANGELOG

github.com/commanded/eventstore - 092db9ed90d37f6ba5f020b2674a8004b4c609cd authored almost 4 years ago by Ben Smith <[email protected]>
Read and stream events backward

github.com/commanded/eventstore - 83aab963dd7fc49d54e75cac94a54ae52d555cf1 authored almost 4 years ago by Ben Smith <[email protected]>
Add `:configure` to postgrex connection options.

This is useful for specifying dynamic connection config per connection.

github.com/commanded/eventstore - ef0825b9f240cd86f0d1ad5aa5cd7c029118ecdd authored almost 4 years ago by Derek Kraan <[email protected]>
Include #432 in CHANGELOG

github.com/commanded/commanded - 32bc56543fb0b4b38aca5cdffb02d16d0d98744a authored almost 4 years ago by Ben Smith <[email protected]>
Merge pull request #432 from zven21/feat/make-sure-metadata-must-be-map

Make sure the metadata must be map type.

github.com/commanded/commanded - 0eacbceb3f79a3bf3728b6a16a286f5e28c46238 authored almost 4 years ago by Ben Smith <[email protected]>
make sure the metadata must be map type.

github.com/commanded/commanded - d77222768160f8060eab9440cd7cabe4cfa9a3f9 authored almost 4 years ago by zven <[email protected]>
run mix format

github.com/commanded/commanded - ee2025b578cfe24c4e0669f7d3ba3764a2643f11 authored almost 4 years ago by Benjamin Moss <[email protected]>
rename reason for clarity

github.com/commanded/commanded - 897d1530493796c34ba00d0c1a95807c9f0ef286 authored almost 4 years ago by Benjamin Moss <[email protected]>
Retry command execution on node down

Given an Aggregate A that was spawned on Node X and a command for A is
received on Node Y. If No...

github.com/commanded/commanded - a33fd3170c220dbc1a9fc321218e8447cb318a53 authored almost 4 years ago by Benjamin Moss <[email protected]>
Use consistent telemetry descriptions

github.com/commanded/commanded - bd3be98a225629816127cf8ef6624632cd09766e authored almost 4 years ago by Ben Smith <[email protected]>
Include #431 in CHANGELOG

github.com/commanded/commanded - b1fd1212300ed076b597cd2c9f4a4fbee586d788 authored almost 4 years ago by Ben Smith <[email protected]>
Merge pull request #431 from silvadanilo/feat/gracefull_shutdown

Graceful shutdown of event handlers #430

github.com/commanded/commanded - 7f3ab0427bc9115a99b3f112443f3b7d6bf79b09 authored almost 4 years ago by Ben Smith <[email protected]>
Include #423 in CHANGELOG

github.com/commanded/commanded - 93999f1ab030fa7053e270e781d39fa806ef6963 authored almost 4 years ago by Ben Smith <[email protected]>
Merge pull request #423 from davydog187/dispatch-telemetry

Telemetry [:commanded, :application, :dispatch]

github.com/commanded/commanded - f283a1273a2a483c2cfeea8dc9c2b67a6cd897e3 authored almost 4 years ago by Ben Smith <[email protected]>
Wrap process manager commands with `:ok` tagged tuple in telemetry stop

github.com/commanded/commanded - 0292609ae4496c721a4d89a00ca99b4497c6626e authored almost 4 years ago by Ben Smith <[email protected]>
Include telemetry PRs in CHANGELOG

github.com/commanded/commanded - d5e45c82adae9dc5589df4bfac3309baaad90f4b authored almost 4 years ago by Ben Smith <[email protected]>
Release v1.2.1

github.com/commanded/eventstore - 85b8d2c319147a2488165713a69eef594ae6ea84 authored almost 4 years ago by Ben Smith <[email protected]>
Merge pull request #418 from davydog187/pm-telemetry-events

Telemetry [:commanded, :process_manager, :handle]

github.com/commanded/commanded - 8b351225c80d330a904c37ce347de0059d4fb984 authored almost 4 years ago by Ben Smith <[email protected]>
Merge pull request #416 from davydog187/doc-sidebar

Make the documentation sidebar more readable

github.com/commanded/commanded - 89a78edf7ea729555432aa21db5923cfe720d025 authored almost 4 years ago by Ben Smith <[email protected]>
Merge pull request #415 from davydog187/update-telemetry

Fix the telemetry event ordering

github.com/commanded/commanded - e8e3760815745206cd6ad5683de6d96d584c4c61 authored almost 4 years ago by Ben Smith <[email protected]>
Merge pull request #425 from davydog187/optional-callbacks

Mark ProcessManager callbacks as optional

github.com/commanded/commanded - 28c4bba56da047bd479556fba7d37931f764c9f3 authored almost 4 years ago by Ben Smith <[email protected]>
Graceful shutdown of event handlers #430

github.com/commanded/commanded - 18af8d3562cd4b132798ccc2b88677def3918aac authored almost 4 years ago by Danilo Silva <[email protected]>
Include #231 in CHANGELOG

Document providing database connection or transaction to compatible `EventStore` functions.

github.com/commanded/eventstore - 50be9ec613d9ade65c6300146bc7e20b63c647bf authored almost 4 years ago by Ben Smith <[email protected]>
Merge pull request #231 from arfl/176_use_supplied_db_connection

Adds an option to supply a db connection #176

github.com/commanded/eventstore - cf851e913cf0b91787195faf24dacd9f5ea50028 authored almost 4 years ago by Ben Smith <[email protected]>
Use experimental OTP in GitHub Actions

github.com/commanded/eventstore - 9e77a6739347effb465225554c03130088a19ee6 authored almost 4 years ago by Ben Smith <[email protected]>
Adds an option to supply a db connection

so we can wrap append_to_stream/link_to_stream operations in a transaction

github.com/commanded/eventstore - e87c2d76105531fb1ece6428d5643ccecca44547 authored almost 4 years ago by Andreas Riemer <[email protected]>
Mark ProcessManager callbacks as optional

- `init/1`
- `handle/2`
- `apply/2`
- `error/3`
- `interested?/1`

This will improve the documen...

github.com/commanded/commanded - 1023c6c8d7af36e7e88385f000cf877179a4b2ce authored almost 4 years ago by Dave Lucia <[email protected]>
Merge pull request #421 from davydog187/fix-warnings

Update asdf, fix warnings on elixir 1.11.2

github.com/commanded/commanded - e5c2a0d37ea1c18f7bfcf404e2f086056f04f630 authored almost 4 years ago by Ben Smith <[email protected]>
Merge pull request #426 from davydog187/optional-event-handler

Mark Event.Handler `init/0`, `init/1` and `error/3` callback functions as optional

github.com/commanded/commanded - 4b756804a67089ec42b910433785796668caca7e authored almost 4 years ago by Ben Smith <[email protected]>
Merge pull request #424 from davydog187/pm-example

Fix the Process Manager example

github.com/commanded/commanded - 8f1a1eeed90e29ffaa7af403aea45d93bb693924 authored almost 4 years ago by Ben Smith <[email protected]>
Merge pull request #427 from davydog187/fix-serialization-docs

Fix the commanded serialization guide

github.com/commanded/commanded - a8026033d0c22f83db9802f9a34456f896aeb357 authored almost 4 years ago by Ben Smith <[email protected]>
Fix the commanded serialization guide

The example uses `:eventstore` as the app to configure, which is either
out-of-date, or misleading.

github.com/commanded/commanded - 243a260927158fa2a1d2dd79db2e524764514585 authored about 4 years ago by Dave Lucia <[email protected]>
Event Handler optional callbacks

github.com/commanded/commanded - 0d1e40449211379bbb1b9ddb425a7a0898c5e5fd authored about 4 years ago by Dave Lucia <[email protected]>
Fix the Process Manager example

The macro doesn't define a struct for you. This makes it closer to
making the example "compile" ...

github.com/commanded/commanded - f5432fa81856ecfd4a49c8f69919562740f9c9db authored about 4 years ago by Dave Lucia <[email protected]>
Telemetry [:commanded, :application, :dispatch]

Adds telemetry to the dispatcher, which will add start and stop events
to all dispatches.

- [ ...

github.com/commanded/commanded - b8e8bcd1eca85e2a132fd5795ac5852fe4019993 authored about 4 years ago by Dave Lucia <[email protected]>
Rework for retries

github.com/commanded/commanded - f270e33d52d74a51c7d05c1c55b7448d39d7e8ba authored about 4 years ago by Dave Lucia <[email protected]>
Add asdf, fix warnings on elixir 1.11.2

github.com/commanded/commanded - 24f47b5ce1ef3c825589785d6586a43dae3acb1c authored about 4 years ago by Dave Lucia <[email protected]>
Update telemetry docs

github.com/commanded/commanded - 1c4b4250469410d5d1a8a69fedc3708acd75e60d authored about 4 years ago by Dave Lucia <[email protected]>
Edit parameter list construction for readability

github.com/commanded/eventstore - 4b7f3fd57623670792339aaae0ba03c151c33d6a authored about 4 years ago by Derek Kraan <[email protected]>
improve the tests

github.com/commanded/commanded - c21270d24d5d9d15734bc1c923996d83b3122e44 authored about 4 years ago by Dave Lucia <[email protected]>
Telemetry [:commanded, :process_manager, :handle]

Adds telemetry events for Process Managers.

github.com/commanded/commanded - c901aecc192d7db0d5b80a0e7b562cdd8d24bd4c authored about 4 years ago by Dave Lucia <[email protected]>
Make the documentation sidebar more readable

github.com/commanded/commanded - 14e114766ac0d8cd84a60679aea7f5f8baffde68 authored about 4 years ago by Dave Lucia <[email protected]>
Fix the telemetry event ordering

github.com/commanded/commanded - 4df30e955486571d6bf5735ad31a79c90ab2eeba authored about 4 years ago by Dave Lucia <[email protected]>
Merge pull request #417 from davydog187/github-workflow

Update elixir version for github actions

github.com/commanded/commanded - 1d8463f38023490b5af2535099fa2c8c0043656e authored about 4 years ago by Ben Smith <[email protected]>
Update .github/workflows/test.yml

Co-authored-by: Ben Smith <[email protected]>

github.com/commanded/commanded - 02c7b06add24cb12a1d819826cd364b6fb4682c1 authored about 4 years ago by Dave Lucia <[email protected]>
Experimental OTP

github.com/commanded/commanded - 02ac4dd2d8a3ff571b0141ff3e62f857e968f307 authored about 4 years ago by Dave Lucia <[email protected]>
Retrigger

github.com/commanded/commanded - 113f84de1d8155dc3c45ee7274bb9d3ffd9034ed authored about 4 years ago by Dave Lucia <[email protected]>
Update elixir version for github actions

github.com/commanded/commanded - 4bac22dfddb8e0fb2135f320d6843cddcc250948 authored about 4 years ago by Dave Lucia <[email protected]>
Merge pull request #37 from commanded/feature/exception-handling

Allow exceptions to be rescued by Commanded's event handler

github.com/commanded/commanded-ecto-projections - 0ee7c9487ad4464e63166b44005c3ac30a3f6b48 authored about 4 years ago by Ben Smith <[email protected]>
Formatting of `project` macro usage

github.com/commanded/commanded-ecto-projections - eb1a81e6b41f2c45c2839cbf6aa6ff3f9891ebc3 authored about 4 years ago by Ben Smith <[email protected]>
Include example projector in README

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

github.com/commanded/commanded-ecto-projections - 898352b128f5b477a90809a0228baac861ce52f0 authored about 4 years ago by Ben Smith <[email protected]>
Allow exceptions to be rescued by Commanded's event handler

The `rescue` in Commanded's event handler logs stacktraces making it easier to identify where pr...

github.com/commanded/commanded-ecto-projections - 99de89b648848b577bb1d8ca7208b0b23e41b341 authored about 4 years ago by Ben Smith <[email protected]>
Enable experimental OTP in GitHub Actions workflow

github.com/commanded/commanded-ecto-projections - 6b341fabb57038e4075909c64c976310414a843a authored about 4 years ago by Ben Smith <[email protected]>
Include #229 in CHANGELOG

github.com/commanded/eventstore - 498f2d165345b264e8ae15bdb1121596d8208cfe authored about 4 years ago by Ben Smith <[email protected]>
Merge pull request #229 from mbnissen/allow-passing-event-id-to-event

Allow optional event_id on EventData

github.com/commanded/eventstore - 319a863722a236c6bff9235b10fa8f7caecd8205 authored about 4 years ago by Ben Smith <[email protected]>
The right sequence of magical numbers

github.com/commanded/eventstore - e1505294a129ab87a89bc01c818b8c07492e8294 authored about 4 years ago by Derek Kraan <[email protected]>
Fix the remaining two migrations tests

github.com/commanded/eventstore - 8895987d40ecb0bc17371d3eab5c5db247ba66d5 authored about 4 years ago by Derek Kraan <[email protected]>
Need to record the schema migration

github.com/commanded/eventstore - 6f0020a2d0612d10bec889eaa7fb0e2e2288b46e authored about 4 years ago by Derek Kraan <[email protected]>
Fix test by including new migration in expected output

github.com/commanded/eventstore - fbacca629179c27f5f4f521192c4556d4c22b612 authored about 4 years ago by Derek Kraan <[email protected]>
Adjust query so postgres knows how to cast our `data` and `metadata`

github.com/commanded/eventstore - aacea7324a4db541f118058f25df4698086d96ca authored about 4 years ago by Derek Kraan <[email protected]>
Fix warning for unused variable

github.com/commanded/eventstore - e4eca97ce91ac233fdb3242f641c594ab211015e authored about 4 years ago by Derek Kraan <[email protected]>