Ecosyste.ms: OpenCollective

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

github.com/commanded/eventstore

Event store using PostgreSQL for persistence
https://github.com/commanded/eventstore

Update mix dependencies

3d3946487799e643d5c8b256f6e993e63442896a authored about 3 years ago
Include #247 in CHANGELOG

96638cd6275c6a819d56015bb97c99afb9fcbecc authored about 3 years ago
Add `stream_info/2` function

Add `stream_info/2` function to get basic information about a stream.

1a61001c849ff12bc9529b1da278c7fc54b717f8 authored about 3 years ago
Merge pull request #246 from commanded/feature/paginate-streams

Paginate streams

3cf9798fde365e8d4e1f81850653ccfb89c2cfd5 authored about 3 years ago
Include #246 in CHANGELOG

8e410630505796052b09b2c12f8a81314ebfdd9b authored about 3 years ago
Paginate streams

Allow pagination of all streams.
Support sorting when paginating streams.
Allow searching stream...

d0c6b5936a99fb2dba351978d00db74ab8603a74 authored about 3 years ago
Always include event store module and name in `EventStore.all_instances/0` return values

d33b27a79b6148bc09c185f4dff14122ddb4db33 authored about 3 years ago
Upgrade `.tool-versions` and GitHub Actions to Elixir v1.13.1

13e252931e37f10b20e0f2f4a5f6b88b8f0f373b authored about 3 years ago
Merge pull request #244 from commanded/feature/list-eventstores

List running event store instances

e62b1a07f83a721ee5423cc5d56dec987eb4e76e authored about 3 years ago
List all instances returns the EventStore module and optional name

0fa8a8f8ed68b1b86637b5fa64ae1f49f207f90e authored about 3 years ago
Include #244 in CHANGELOG

a6fbaf8b0cc3a9f93752f003f23ace8684859fa5 authored about 3 years ago
List all running event store instances

2c1601602d84a07908231ff4ca0bf77f4e89e316 authored about 3 years ago
Merge pull request #243 from jdewar/patch-1

Update .tool-versions

e347176e23f30dca133759ffa372c541d60fd24a authored over 3 years ago
Update .tool-versions

Similar typo as was found in commanded/commanded which prevented a standalone install. (ElixirL...

8cc67172d07106689c61fee0b24f406d3526b41d authored over 3 years ago
Include upgrade note for release v1.3.2

0bacb5e5e3712e9e333044fdeb6cea34b5a7aa1f authored over 3 years ago
Release v1.3.2

5e04848d566b99373ceb5849f182dbdcc0f61f8f authored over 3 years ago
Include #242 in CHANGELOG

15b0a9dbfbf7f5c264ca860f305ecc10c30c3a0b authored over 3 years ago
Merge pull request #242 from MrYawe/postgrex_socket_options

Add postgrex socket_options option

618951a9f4a5bfd8e81e3acbd7b3fad35f9868a4 authored over 3 years ago
Add postgrex socket_options option

c518ddc4feb342ad926a145d056308fe0762fa6f authored over 3 years ago
Merge pull request #241 from commanded/bug/postgres-trigger

Fix bug with subscriptions trigger in older Postgres versions

bed9a4b4632e79bd9fbfe3b64e44dc86f9625272 authored over 3 years ago
Include #241 in CHANGELOG

1ea8d239975064ba87ba5ebae766a4a172e454af authored over 3 years ago
Ignore Dialyzer warnings in `:postgrex`

eb595a1e563f6cf74c8a991567fe65bc8345a5fd authored over 3 years ago
`OLD` is only accessible for `UPDATE` trigger

Remove Elixir v1.11.4 from GitHub Actions workflow as the formatting check fails

56e4fb72c0c4a747522808339614e88f7bac3865 authored over 3 years ago
Mix format

d0afac7306398c3888b95973057d18ef6fd53b13 authored over 3 years ago
Upgrade to Elixir v1.12.2

f7a0afeb5dc9ceda99dbc63440046c4ae6b97635 authored over 3 years ago
Include upgrading section to release 1.3.0 in CHANGELOG

3da102632fc0dc67afe552089e40c7fcfc5663d4 authored over 3 years ago
Release v1.3.1

a47ef6c745c04b015ba8534c52c24fa54307b7de authored over 3 years ago
Merge pull request #239 from commanded/migrate-schema

Support running event store migrations when using a schema

64e80265cc2b92534bd9e100fa0c0a8669c3336e authored over 3 years ago
Include #239 in CHANGELOG

039ddff421f70447869e94a5ce5be504d7b5a6e7 authored over 3 years ago
Use a single database connection to run all migrations

56d29c95b7d4dfef7700e0dea9a57d8b2a6f220e authored over 3 years ago
Set `search_path` to event store schema before executing migration SQL script

5a562c14a7f42450ed6321e868b36d84d1dea363 authored over 3 years ago
Release v1.3.0

b282598b21ef4b559165e8ac15dd7455f729fa9a authored over 3 years ago
Merge pull request #238 from commanded/bug/catch-up-subscription-hard-deleted-stream

Fix bug with catch-up all streams subscription where the checkpoint is not committed for hard de...

d71bbc6e2c3042d001b4c754964ee15b40300ab2 authored over 3 years ago
Increase checkpoint after for failing test due to timing issue

f4f41af69e2dea1e127689ede359a29b5b87a69e authored over 3 years ago
Include #238 in CHANGELOG

d12bb61f3bb4a4ef4abbac7fe69cb756bdc41ebf authored over 3 years ago
Track in-flight events sent to subscribers

To ensure that acknowledgements are committed for a subscription based upon the events sent to t...

daffeb091ab8e41169862273e6ae649c340e974c authored over 3 years ago
Benchmark subscription checkpoint threshold

bc5d6dd6e4f1d54efc667b66197486fe79f8f087 authored almost 4 years ago
Merge pull request #237 from commanded/feature/subscription-checkpoint

Subscription checkpoint tuning

1441b2fee69ab32a09473df0d6f95e06834a148a authored almost 4 years ago
Use latest Erlang and Elixir versions

68ac2d1aa4f413f86fc428d60726b4b570234330 authored almost 4 years ago
Fix flaky test

5e58252be9da8a6ee670f4a10e8cd91552726820 authored almost 4 years ago
Include #237 in CHANGELOG

b154e70d7e00f378376b894dc8cd2a87c3adba1b authored almost 4 years ago
Subscription checkpoint tuning

Add `checkpoint_threshold` and `checkpoint_after` options to subscriptions to help with performa...

6061090e565fd1b9c29cb25c0776d3b135fe2e7c authored almost 4 years ago
Pass `opts` directly to insert functions in appender

a965d22626d9d5cc56d3bdab6f1b848b532ca08d authored almost 4 years ago
Fix flaky subscription locking test

428a400f45af41762d9760e0b11d7204dd855a47 authored almost 4 years ago
Rename v1.2.1 migration to v1.3.0

deb0ccc08673db67cd2ef42f24484c0a9a43ede2 authored almost 4 years ago
Include #230 in CHANGELOG

ab27bc1710394b624ea17327caac431f27cfb1a5 authored almost 4 years ago
Improve performance of appending events under normal and degraded network conditions #230

215eead36fca425fe0cbfd9f4dfcbfecaebe231b authored almost 4 years ago
Release v1.2.3

1011df2013b93edcfdaae205a67a937a7cbb4dbb authored almost 4 years ago
Include #233 in CHANGELOG

9dcaa6f88fd30f789c0d6268bd45177ce02cf92a authored almost 4 years ago
Add `:configure` to postgrex connection options.

This is useful for specifying dynamic connection config per connection.

4dc4f90338a8b60c37f88188c41a0800dece8442 authored almost 4 years ago
Include #236 in CHANGELOG

066b3b60b3a89631dbaf8e71adddf73292686abf authored almost 4 years ago
Look at runtime configuration in ensure_event_store!/2

699b6f386278ca7bf99023a415511dc8ebed8504 authored almost 4 years ago
Release v1.2.2

aa89e9e4061ce8609dec21dbcc0da6b6a941ccd4 authored almost 4 years ago
Remove unsupported call to Init.exec/2

Looks like this changed recently

0bdc438143fbedc17fb2b8fad9f2dfeb47957e2d authored almost 4 years ago
Read and stream events backward

6c997c873187a343dcdb078cdf0aad144a79cfec authored almost 4 years ago
Add #234 the CHANGELOG

c84ef2e45aa9002aff844d180739a4e766cf26b4 authored almost 4 years ago
Release v1.2.1

3153c9820743b1dbf4de58fe96c2b2def045ee8b authored almost 4 years ago
Include #231 in CHANGELOG

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

401434d007ec46638a9fba6bf797c6a081ee5285 authored almost 4 years ago
Apply formatting

c45c711923b78ef185f187212e7c02276365a2f9 authored almost 4 years ago
Adds an option to supply a db connection

so we can wrap append_to_stream/link_to_stream operations in a transaction

567dc7ed9f371c3411d99914a9dea0cd55cd2787 authored almost 4 years ago
Script to seed an eventstore with events for benchmarking

a108bc6e422e7e6796dfda69026ea1ad323705b4 authored almost 4 years ago
Use experimental OTP in GitHub Actions

9a50f3683747fe31016d5676655d9a71ed235b01 authored almost 4 years ago
Include #229 in CHANGELOG

9bdd0a5f13dfb9203c728df84d5e9f9a0302deff authored almost 4 years ago
Allow optional event_id on EventData

234c1bdd346fb35830fbf566551ae05f83122d34 authored almost 4 years ago
Release v1.2.3

e3b9b5ae7b7f530b71046f068d6802f00ffeda9a authored almost 4 years ago
Include #233 in CHANGELOG

eaa4ef4b3cc781816e9369721c0f88175b7d65e9 authored almost 4 years ago
Merge pull request #233 from SafeBoda/postgrex_connection_configure

Add `:configure` to postgrex connection options.

6a684f8acc340e944e71552adb2fc5b498b9ed68 authored almost 4 years ago
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

572da58bc5f5d16a2bdadc72774a1eca0424f19e authored almost 4 years ago
Include #236 in CHANGELOG

92628555884aeec34223f35343ad5c7d0c3924d6 authored almost 4 years ago
Merge pull request #236 from BasileNouvellet/use-runtime-configuration-in-mix-task

Use runtime configuration in Mix tasks

e41b62b503a9abbabb8a463cdad65ecf3f84d2da authored almost 4 years ago
Look at runtime configuration in ensure_event_store!/2

283378625764e04b1e50b39e792269ee41cd5a28 authored almost 4 years ago
Remove unsupported call to Init.exec/2

Looks like this changed recently

22bde1e8f30bac9058b4e95552490b601e01cb23 authored almost 4 years ago
Release v1.2.2

93660ce316ca174ff4694e211a7ac420253e4dac authored almost 4 years ago
Merge pull request #234 from commanded/feature/read-stream-backwards

Read stream and stream events backward

6898b5c8256f898923d3ee85aed8e034b9b880ef authored almost 4 years ago
Add #234 the CHANGELOG

092db9ed90d37f6ba5f020b2674a8004b4c609cd authored almost 4 years ago
Read and stream events backward

83aab963dd7fc49d54e75cac94a54ae52d555cf1 authored almost 4 years ago
Add `:configure` to postgrex connection options.

This is useful for specifying dynamic connection config per connection.

ef0825b9f240cd86f0d1ad5aa5cd7c029118ecdd authored almost 4 years ago
Release v1.2.1

85b8d2c319147a2488165713a69eef594ae6ea84 authored about 4 years ago
Include #231 in CHANGELOG

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

50be9ec613d9ade65c6300146bc7e20b63c647bf authored about 4 years ago
Merge pull request #231 from arfl/176_use_supplied_db_connection

Adds an option to supply a db connection #176

cf851e913cf0b91787195faf24dacd9f5ea50028 authored about 4 years ago
Use experimental OTP in GitHub Actions

9e77a6739347effb465225554c03130088a19ee6 authored about 4 years ago
Adds an option to supply a db connection

so we can wrap append_to_stream/link_to_stream operations in a transaction

e87c2d76105531fb1ece6428d5643ccecca44547 authored about 4 years ago
Edit parameter list construction for readability

4b7f3fd57623670792339aaae0ba03c151c33d6a authored about 4 years ago
Include #229 in CHANGELOG

498f2d165345b264e8ae15bdb1121596d8208cfe authored about 4 years ago
Merge pull request #229 from mbnissen/allow-passing-event-id-to-event

Allow optional event_id on EventData

319a863722a236c6bff9235b10fa8f7caecd8205 authored about 4 years ago
The right sequence of magical numbers

e1505294a129ab87a89bc01c818b8c07492e8294 authored about 4 years ago
Fix the remaining two migrations tests

8895987d40ecb0bc17371d3eab5c5db247ba66d5 authored about 4 years ago
Need to record the schema migration

6f0020a2d0612d10bec889eaa7fb0e2e2288b46e authored about 4 years ago
Fix test by including new migration in expected output

fbacca629179c27f5f4f521192c4556d4c22b612 authored about 4 years ago
Adjust query so postgres knows how to cast our `data` and `metadata`

aacea7324a4db541f118058f25df4698086d96ca authored about 4 years ago
Fix warning for unused variable

e4eca97ce91ac233fdb3242f641c594ab211015e authored about 4 years ago
`DROP TRIGGER`?

34c2bf8f73113992d3c60e6c2126da0087a5e2c3 authored about 4 years ago
Fix this migration

f46d61204d26005e3870b912d53b01ff98f201e6 authored about 4 years ago
Retry once when duplicate stream ID has been detected

58e41044934ed3b5db8cf3de4af6d5713f70ea6c authored about 4 years ago
Calculate stream_version in sql for `expected_version: :any_version`

f198be47b75a4db4a2e58b796cd581c66bd7408b authored about 4 years ago
Move this SQL to the last possible moment

b4e5835244fba72f7c51bb894ca16f3e137a52c0 authored about 4 years ago
Use a transaction when there are more than 1000 events

89c4ce53695c32767b55a2edef6445b6d4cd042f authored about 4 years ago
Modify trigger to also fire on inserts

36a9b82c4689ac8ac70ce9da3ae77e724d5f3415 authored about 4 years ago
Prepare stream when necessary in insert_event_batch

0fd0a7453827ad5e7586ac0386be0371372f78eb authored about 4 years ago
Script to seed an eventstore with events for benchmarking

0143f99943ca0d9c652a66c1a4a921f361b2a895 authored about 4 years ago