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

Release v0.16.0

github.com/commanded/eventstore - 93c212e531c2a0c76eb28aabdb2b1e0e5d172e6c authored almost 6 years ago by Ben Smith <[email protected]>
Release v0.18.0

github.com/commanded/commanded - 667b1996922ff75dbfd2e52fac5203575d7a4acc authored almost 6 years ago by Ben Smith <[email protected]>
Event handler and process manager monitor event store subscription and shutdown on terminate

github.com/commanded/commanded - 3d8c578333253a8b04519233916acab914807c26 authored almost 6 years ago by Ben Smith <[email protected]>
Update Travis CI build icon and link

github.com/commanded/commanded-extreme-adapter - 1c53d02bc53be500dec224df6d351c359482f91d authored almost 6 years ago by Ben Smith <[email protected]>
Update Travis CI build icon and link

github.com/commanded/commanded-eventstore-adapter - af06cc646bfa9dabc6ba708c9179c7b9b6b97de4 authored almost 6 years ago by Ben Smith <[email protected]>
Update Travis CI build icon and link

github.com/commanded/commanded-swarm-registry - de9f59af6e02c88193a8276986120f88d3da28c4 authored almost 6 years ago by Ben Smith <[email protected]>
Update Travis CI build icon and link

github.com/commanded/commanded-audit-middleware - 91db9c3787bd7785c193c2c3ac812d98ccbb2a63 authored almost 6 years ago by Ben Smith <[email protected]>
Update Travis CI build icon and link

github.com/commanded/commanded-ecto-projections - 3f0e349968af2d2707e164e28d9740b70368a290 authored almost 6 years ago by Ben Smith <[email protected]>
Update Travis CI build icon and link

github.com/commanded/eventstore - 78b634db8bdde2c64a87c04da9e1cc9ab51eb12a authored almost 6 years ago by Ben Smith <[email protected]>
Add `refute_receive_event` to event assertions helpers

github.com/commanded/commanded - df1a6e008c0c34fbb72688ed70b70d55b63f32a2 authored almost 6 years ago by Ben Smith <[email protected]>
Snapshot data deserialised to atom keys by Jason

github.com/commanded/commanded-extreme-adapter - 5a3e961c26671bce3e0ab7be2c795b0e30452447 authored almost 6 years ago by Ben Smith <[email protected]>
Use Jason for JSON serialisation

github.com/commanded/commanded-extreme-adapter - 4c6a5f96814295b30a162b7c56e0eb6f44de9816 authored almost 6 years ago by Ben Smith <[email protected]>
Implement `Commanded.EventStore.delete_subscription/2`

github.com/commanded/commanded-extreme-adapter - 7bb4471dbfa8219b9b2105f37e4124d2d9aae55d authored almost 6 years ago by Ben Smith <[email protected]>
Wait for event store in unsubscribe tests

github.com/commanded/commanded - 1b209aaea4afe05207da4061b4d2d2abb74dd11f authored almost 6 years ago by Ben Smith <[email protected]>
Implement `Commanded.EventStore.delete_subscription/2`

github.com/commanded/commanded-eventstore-adapter - 36725e3f62e6ef9e86026ebadc3baddf8f1e3484 authored almost 6 years ago by Ben Smith <[email protected]>
Merge pull request #245 from commanded/feature/event-store-delete-subscription

Add `delete_subscription/2` to `Commanded.EventStore` behaviour

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

github.com/commanded/commanded - 736869eb45383a54bb907096b6f50bffcb8a3487 authored almost 6 years ago by Ben Smith <[email protected]>
Add `delete_subscription/2` to `Commanded.EventStore` behaviour

github.com/commanded/commanded - 265791e77d38f5c0dcba9d4935ca50fa37e9cad1 authored almost 6 years ago by Ben Smith <[email protected]>
Include #17 in CHANGELOG

github.com/commanded/commanded-ecto-projections - 437c7b0a282c0fda1556f6afcd51a52c1590eb91 authored almost 6 years ago by Ben Smith <[email protected]>
Derive `Jason.Encoder` protocol for `Commanded.EventStore.SnapshotData` struct

github.com/commanded/commanded - a494204634d5f3dd97a75bcf7319a1e6da506e70 authored almost 6 years ago by Ben Smith <[email protected]>
Use Jason for JSON serialisation

github.com/commanded/commanded-eventstore-adapter - ced70753e4c33c2ee5fb509ca6fc4f149353f360 authored almost 6 years ago by Ben Smith <[email protected]>
Ensure `Jason` module is loaded before defining Postgrex type

github.com/commanded/eventstore - a0bbc2b42cd159cdd9dba180eb4663f8a2597994 authored almost 6 years ago by Ben Smith <[email protected]>
Travis CI support Elixir 1.8.0

github.com/commanded/eventstore - ef1aba008496d62d47ddc3c464dd32e863b1abbd authored almost 6 years ago by Ben Smith <[email protected]>
Remove reference to `:poison` in dialyzer config

github.com/commanded/eventstore - a767c0eff5948ba9313eadaf6f422db578d0f25b authored almost 6 years ago by Ben Smith <[email protected]>
Merge pull request #144 from vasspilka/master

Migrate from Poison to Jason for JSON serialization and Postgrex v0.14 support.

github.com/commanded/eventstore - a2c3e6e6b0823cb2586235d07d103ac07751377d authored almost 6 years ago by Ben Smith <[email protected]>
Merge pull request #244 from commanded/feature/nested-multi

Allow `Commanded.Aggregate.Multi` to be nested

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

github.com/commanded/commanded - 25967ded38f56d7e0d8bbd1ef19dc24f300e6b61 authored almost 6 years ago by Ben Smith <[email protected]>
Allow `Commanded.Aggregate.Multi` to be nested

Add `Commanded.Aggregate.Multi.reduce/3` to reduce an enumerable by executing a given function f...

github.com/commanded/commanded - 15b99df92a53f575002dd4603aabb400d9037db4 authored almost 6 years ago by Ben Smith <[email protected]>
Remove unmatched reply in case

github.com/commanded/commanded - a2e2516e835cda7eda1bd6fc52e02d76262eed7d authored almost 6 years ago by Ben Smith <[email protected]>
Merge pull request #243 from commanded/feature/strict-process-routing

Strict process manager routing

github.com/commanded/commanded - 155e805c37b3ea97662aa2fc9639c37df6b47336 authored almost 6 years ago by Ben Smith <[email protected]>
Remove #181 and #215 from CHANGELOG

They have been superceeded by #243 and #234 respectively.

github.com/commanded/commanded - 0511a44995bf8dbccee3af819c266b4000315ab4 authored almost 6 years ago by Ben Smith <[email protected]>
Include #243 in CHANGELOG

github.com/commanded/commanded - fe42d0bbf95717b8cdcfd075794c5f353a41d4a0 authored almost 6 years ago by Ben Smith <[email protected]>
Document strict process manager routing

github.com/commanded/commanded - 2d7539770ff1703e971bd5f512022fd8d77de8cb authored almost 6 years ago by Ben Smith <[email protected]>
Add link to Vaughn Vernon's "Really Simple CQRS" blog post to README

github.com/commanded/commanded - dca1075e5e38d6746a21608d3d62057f0a86b088 authored almost 6 years ago by Ben Smith <[email protected]>
Process manager strict routing (`:start!` and `:continue!`)

github.com/commanded/commanded - 3c9c0a62b903fdef3ed6612a8d9b2d2a0e47818a authored almost 6 years ago by Ben Smith <[email protected]>
jason too fast for this test

github.com/commanded/eventstore - c967a23f6bdfbe25d9cbc5ee223a194c8d401cb9 authored almost 6 years ago by Vasilis Spilka <[email protected]>
replace poison with jason

github.com/commanded/eventstore - a95a6318a4bfab534ebf09e13588f6388a4801d7 authored almost 6 years ago by Vasilis Spilka <[email protected]>
fix dialyzer issue

github.com/commanded/eventstore - 0a2e9906160de16214b8ff1e37becfe4eeaca242 authored almost 6 years ago by Vasilis Spilka <[email protected]>
use of postgrex notifications, deps update

github.com/commanded/eventstore - cdae2d1ecd997884a69c2e775c5d895772fd4b6a authored almost 6 years ago by Vasilis Spilka <[email protected]>
Start process manager only for required tests

github.com/commanded/commanded - 65f98b7d072cb0d8267bcc94c9bf1305b27f26bf authored almost 6 years ago by Ben Smith <[email protected]>
Update build status image & link to Travis CI in README

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

Add João Thallis (joaothallis) to Contributors in README.

github.com/commanded/commanded - 8241c94b656304771fa81d3f2921a6d8a7b783d8 authored almost 6 years ago by Ben Smith <[email protected]>
Merge pull request #222 from joaothallis/fix/subscribe-spec

Fix `Commanded.PubSub.subscribe/1` typespec.

github.com/commanded/commanded - 2313a4427bfd08d57b5cb84436d5a604f6d46289 authored almost 6 years ago by Ben Smith <[email protected]>
[Doc] Deprecated atom keys for `Commanded.Middleware.Pipeline.assign_metadata/3`

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

Add Chris Martin (@trbngr) to Contributers in README.

github.com/commanded/commanded - 36a1a54d59f32bace1b62c2fdfe4a073b1c708e8 authored almost 6 years ago by Ben Smith <[email protected]>
Merge pull request #228 from vasspilka/metadata

Metadata keys should be binary

github.com/commanded/commanded - b162bb42634fc211d356d69ed97770914075d807 authored almost 6 years ago by Ben Smith <[email protected]>
Merge pull request #236 from trbngr/feature/process_manager_with_ier

Handle the {:ok, _} tuple dispatch result.

github.com/commanded/commanded - f271334762c9b4c893cb242777d85ef04284c652 authored almost 6 years ago by Ben Smith <[email protected]>
Document global `include_execution_result` defined in config

github.com/commanded/commanded - 093f95a04b8d8d95075e6bbb13c83ffa9d570f30 authored almost 6 years ago by Ben Smith <[email protected]>
Merge changes from release v0.17.3

github.com/commanded/commanded - 1452f0aa72875e965028ddb995d430b597339355 authored almost 6 years ago by Ben Smith <[email protected]>
Release v0.17.3

Hotfix release which includes #196 and #239.

github.com/commanded/commanded - f94ae1c1d9c2987ded0b63329238ff39e3cf5c6f authored almost 6 years ago by Ben Smith <[email protected]>
Fixed warning about deprecated time unit in elixir 1.8

github.com/commanded/commanded - 743bcfd7276b82ac8dab0ac0af2b24edb8044a06 authored almost 6 years ago by Tobiasz <[email protected]>
fix snapshot recording & force backward-compatible snapshot recreation

github.com/commanded/commanded - a155ccbb4aa110bb03b64b171dddaee4e28d5ac5 authored almost 6 years ago by Tobiasz <[email protected]>
Include additional JSON serialization support in Guides

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

Add Danni Friedland to Contributors in README.

github.com/commanded/commanded - 9b735d412f22ec73a28c5489687eb33ad77d7e6b authored almost 6 years ago by Ben Smith <[email protected]>
Moving to Jason for JSON serialization (#234)

github.com/commanded/commanded - 6dcc60b11e5af897167c72836c3e3e58f1ce204c authored almost 6 years ago by Ben Smith <[email protected]>
JSON serializer convert data to struct before `Commanded.Serialization.JsonDecoder.decode/1` call

github.com/commanded/commanded - a23ff68f2115914de2d0ef51af274e78f1a07863 authored almost 6 years ago by Ben Smith <[email protected]>
Migrate from Poison to Jason for JSON serialization.

github.com/commanded/commanded - f64b2fc06d6a30ec3841dcdf6952d1ac233da557 authored almost 6 years ago by BlueHotDog <[email protected]>
Merge pull request #240 from mquickform/patch-1

Update Events Guide to describe singleton event handler behaviour.

github.com/commanded/commanded - 7f7d5b7642aa94e2de2515f1606c4cafb9dbe325 authored almost 6 years ago by Ben Smith <[email protected]>
Update Events.md

Added commentary from gitter (from Ben Smith) about EventHandlers running in parallel.

github.com/commanded/commanded - 2ace8ddab6f43242c076e902f2d6212a1842c9ae authored almost 6 years ago by Marcus Bergstrom <[email protected]>
Include #239 in CHANGELOG

github.com/commanded/commanded - 260b1ec28c2fb3c1fcbb61b8c4abacabd7dc7ed2 authored almost 6 years ago by Ben Smith <[email protected]>
Merge pull request #239 from amatalai/fix-deprecation-warning

Fixed warning about deprecated time unit in elixir 1.8

github.com/commanded/commanded - f72dc1a42b41e6d8f136fbe88237ae3adcc67c76 authored almost 6 years ago by Ben Smith <[email protected]>
Fixed warning about deprecated time unit in elixir 1.8

github.com/commanded/commanded - bfcce8e2a871247c7e789cae45bab5e151bbec18 authored almost 6 years ago by Tobiasz <[email protected]>
Use `is_binary/1`, not `is_bitstring/1`, for string guards

github.com/commanded/commanded - b147134eff8321ab95584275e86713b21216887f authored about 6 years ago by Ben Smith <[email protected]>
Use `topic` and `key` for pub/sub test cases

github.com/commanded/commanded - 0fe7d60bdbded4faa4feab0b4cb1770321b1bf8f authored about 6 years ago by Ben Smith <[email protected]>
Merge pull request #152 from datafoo/cqrs

Remove mentions of CQRS.

github.com/commanded/eventstore - f7f976c5167a9e29efdf42c3f78136dc7ab374ae authored about 6 years ago by Ben Smith <[email protected]>
Remove mentions of CQRS.

Fixes #151.

github.com/commanded/eventstore - 5119caeede52f81fe8e4e6a74e1da36e12f65f58 authored about 6 years ago by datafoo <[email protected]>
Use `timestamp with time zone` and `DateTime` instead of `timestamp without time zone` and `NaiveDateTime` for all timestamp fields.

github.com/commanded/eventstore - 5ae254197a3c3d4b5b6770f5a2e1d36b3fecd834 authored about 6 years ago by datafoo <[email protected]>
Handle the {:ok, _} tuple dispatch result.

github.com/commanded/commanded - 6e60f92501c79a5af75d1d6a58335b250991a01a authored about 6 years ago by Chris Martin <[email protected]>
Schedule command identity examples in Usage guide

github.com/commanded/commanded-scheduler - c7f2353346aef5c8ead3b628ad963243daac5668 authored about 6 years ago by Ben Smith <[email protected]>
Add schedule command identity note to Usage guide

github.com/commanded/commanded-scheduler - 93747fd62af6106f5ea61551137e0a01ae4e5224 authored about 6 years ago by Ben Smith <[email protected]>
Fix links to Usage guide in README

github.com/commanded/commanded-scheduler - bb0f7d4a45edc2020846a6a6df2e08c307e56c6e authored about 6 years ago by Ben Smith <[email protected]>
Merge pull request #18 from LostKobrakai/patch-1

String keys in cast/3 are deprecated for ecto 3

github.com/commanded/commanded-ecto-projections - edcc5284acd81574c7fe9cab2bb093b90239d679 authored about 6 years ago by Ben Smith <[email protected]>
Merge pull request #17 from CptBreeza/upgrade-ecto-to-v3.0.x

Upgrade to Ecto v3

github.com/commanded/commanded-ecto-projections - 818b14dc2fa79bd1adf132afc9ab87590ef8c796 authored about 6 years ago by Ben Smith <[email protected]>
Merge pull request #230 from joaothallis/refactor/with-remove-else

Remove unnecessary else

github.com/commanded/commanded - f123a29033ad77b75b3d3f5678b2d0cd727f3ab3 authored about 6 years ago by Ben Smith <[email protected]>
Remove unnecessary else

github.com/commanded/commanded - 7b59122543342fa0cf95b05ad94df3295485d4c7 authored about 6 years ago by João Thallis <[email protected]>
String keys in cast/3 are deprecated for ecto 3

github.com/commanded/commanded-ecto-projections - 2aa1ae9e2638be30b753e3c5fddcc3abee52e28a authored about 6 years ago by Benjamin Milde <[email protected]>
Upgrade Ecto to v3

https://github.com/commanded/commanded-ecto-projections/issues/15

github.com/commanded/commanded-ecto-projections - 347b8ee27624eef40f4be3b4208370c92ddc3cb5 authored about 6 years ago by CptBreeza <[email protected]>
Increase Travis CI build timeout for dialyzer task

github.com/commanded/eventstore - 62d83981ca4292a4f38d9413bed95974db528abe authored about 6 years ago by Ben Smith <[email protected]>
add changelog

github.com/commanded/commanded - fe2ab730f130d3e7270ac3d5cb2c94a661887b88 authored about 6 years ago by Vasilis Spilka <[email protected]>
metadata should be binary

github.com/commanded/commanded - 0bdf5ba2b3216a662b5d6c8312639ac2d4fbf78a authored about 6 years ago by Vasilis Spilka <[email protected]>
Merge pull request #227 from vasspilka/master

Allow `:infinity` command dispatch timeout

github.com/commanded/commanded - a140305d6341b6813e5f4cef1d5f19e1f5fe080c authored about 6 years ago by Ben Smith <[email protected]>
add changelog

github.com/commanded/commanded - 6217abff115ca481a82fde2937bdf0019429a5fd authored about 6 years ago by Vasilis Spilka <[email protected]>
allow infinity timeout

github.com/commanded/commanded - 8513a313aa895a920dce3096eab3d73ae6094453 authored about 6 years ago by Vasilis Spilka <[email protected]>
Merge pull request #223 from joaothallis/refactor/change-fun-private

Change function to private

github.com/commanded/commanded - e639a158d451a4f55b567e9a51b871c76c5533cb authored about 6 years ago by Ben Smith <[email protected]>
Merge pull request #143 from vasspilka/master

Update to Postgrex v0.14.0

github.com/commanded/eventstore - 033b31ee078d2515cea39bd73b5005d8bbf96321 authored about 6 years ago by Ben Smith <[email protected]>
Merge pull request #224 from joaothallis/fix/remove-pattern-not-occur

Remove pattern that can not occur

github.com/commanded/commanded - 0ff7724ba8146cc3531fd9e68f76f3dfcf507747 authored about 6 years ago by Ben Smith <[email protected]>
Remove pattern that can not occur

github.com/commanded/commanded - d81101ffe602d79b40b8418066d9712978a61e7d authored about 6 years ago by João Thallis <[email protected]>
Change function to private

github.com/commanded/commanded - 8ea4d6364fdbde145ad4af3bdd2d81180f4e8df0 authored about 6 years ago by João Thallis <[email protected]>
Fix subscribe/1 '@spec'

github.com/commanded/commanded - 478b030fc19de77d59f072b8e01d3c6af8300ace authored about 6 years ago by João Thallis <[email protected]>
add missing doc

github.com/commanded/eventstore - 69ed01724c1c7a2c4fb47a44915684a4cd78b9a7 authored about 6 years ago by Vasilis Spilka <[email protected]>
add changelog

github.com/commanded/eventstore - 0ecd15943c2fbe40ad938514b20e46608427ef9a authored about 6 years ago by Vasilis Spilka <[email protected]>
update to postgrex 0.14

github.com/commanded/eventstore - 2c6483ad9cdd2210d979c1f98a5176d64ce822ff authored about 6 years ago by Vasilis Spilka <[email protected]>
ensure Postgrex.Timestamp loaded

github.com/commanded/eventstore - 62617493a669c775515e0ba9e722ab1d21f0e350 authored about 6 years ago by Vasilis Spilka <[email protected]>
Merge branch 'releases/v0.17.0'

github.com/commanded/commanded - 1d48672f84ae2c0c92744f3901a2e06ee38316b7 authored about 6 years ago by Ben Smith <[email protected]>
Remove default `error/4` callback function from process manager to silence deprecation warning

github.com/commanded/commanded - b72720ec95ed7cc80312b0ca8676c56392ea03e4 authored about 6 years ago by Ben Smith <[email protected]>
Merge pull request #218 from commanded/feature/readme-warning

Include link to latest published Hex package and documentation in README

github.com/commanded/commanded - a2af8f7e03384a4c5894295fe972b2de62375a4a authored about 6 years ago by Ben Smith <[email protected]>
Include link to latest published Hex package and documentation in README

Add note to README warning that the linked guides follow the `master` branch which may differ fr...

github.com/commanded/commanded - 26c1b2f68a44cc6ce0f919571474020bfcb3ffbf authored about 6 years ago by Ben Smith <[email protected]>
Merge pull request #140 from commanded/feature/benchmark

Fix benchmark suite

github.com/commanded/eventstore - 509e3283763ff80cce21c6576245286a7f37908d authored about 6 years ago by Ben Smith <[email protected]>
Fix benchmark suite

Missing `ex_unit` config prevented benchmark suite from being run.

github.com/commanded/eventstore - 90939c13d9a464975fee005cf70d2916826e6d84 authored about 6 years ago by Ben Smith <[email protected]>