Ecosyste.ms: OpenCollective

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

github.com/commanded/commanded-audit-middleware

Command auditing middleware for Commanded CQRS/ES applications
https://github.com/commanded/commanded-audit-middleware

Merge pull request #14 from jdav-dev/postgrex

Allow using postgrex 0.16

488b77bac82ac795206a589276391108c4cd9264 authored over 2 years ago
Allow using postgrex 0.16

1f625764025e6ce1b90c2e5a46db29ba958aa78f authored over 2 years ago
Merge pull request #11 from hoodsuphopeshigh/update-changelog

Update to reflect v1.0.0 release

f4f6f3a8b43df8b5d10edf8acc4e9060e46c3b74 authored about 5 years ago
Merge branch 'master' into update-changelog

08adee76ab883bc6141d5d2f55b5e669bc25ce69 authored about 5 years ago
Update to reflect 1.0.0 release

250852a04f24013850c06b08f7f6a7cd2553caa4 authored about 5 years ago
Release v1.0.0

0767f0478c68bfe10b36e17c01e1d43ab0243802 authored about 5 years ago
Merge pull request #10 from hoodsuphopeshigh/update-dependencies

Updates dependencies to work with Commanded 1.0.0

e93d80b7852d7f24401d972a63aa488544d0c36f authored about 5 years ago
Updates dependencies to work with Commanded 1.0.0

208588a991f9ac5c30ee32e0e7b96a32d00e2492 authored about 5 years ago
Test both `jsonb` and `bytea` column data types

1bb0167109052863dcf5fad18b8befb3d24aad7f authored over 5 years ago
Include #9 in CHANGELOG

Add James Lavin to contributors in README

e22311495e234e36fa91d96d3e4c21e8c8fbe2d3 authored over 5 years ago
Merge pull request #9 from JamesLavin/jsonb_data_and_metadata

Support Jsonb column data type for data and metadata audit fields

baff3f3fb5d71519901f8c6e25ccf66a54047a57 authored over 5 years ago
add newline at end of .gitignore

45c8a538fcf404f64835b66d5e3485583bd6cf7c authored over 5 years ago
delete commented-out lines

90d686427907f5f7bc8f4703a6920714582e318f authored over 5 years ago
bump version to 0.4.1

3e029962eedc6f7140f0881f2c704f6587d373cf authored over 5 years ago
run GIN index creation script only for JSONB columns

ccb3814d955dc5e6095624a613cc2f6d88c7d3e9 authored over 5 years ago
modify migration table to support JSONB as configuration option

3a87bf378869bb3157f92525e01b3fc9d7e1452d authored over 5 years ago
allow overriding data & metadata fields' Ecto schema types

a71dfcf09fdff724db9760bcfe2f7b3fdc113733 authored over 5 years ago
add GIN index on command_audit table's data field

17161510967a59a76113e1be2c36f501fe70ec3b authored over 5 years ago
add note about JSONB serializer to README

0d1c62d6820f23a3025135ab655f04c5f2dfd2f9 authored over 5 years ago
convert to use JSONB for :data and :metadata fields

252fb20bedbd67dc92eacb08a0c80e0a34a41c41 authored over 5 years ago
Release v0.4.0

2e3ca65a757c5427424ce814bdb73f97f2ef81fa authored almost 6 years ago
Use `:naive_datetime_usec` type for command audit `occurred_at` field

598288b7357b4019b316924df461621bc407d024 authored almost 6 years ago
Include #7 and #8 in CHANGELOG

ada6cd5b4a7a30e797a542bab8c0a1ad2a463434 authored almost 6 years ago
Merge pull request #8 from mkaravaev/patch-1

Fix deprecated time unit warning

7b034bff8d566560a76ba4b48994a2084064fcbe authored almost 6 years ago
Merge pull request #7 from CptBreeza/upgrade-ecto-and-elixir-uuid

Upgrade to Ecto 3 and migrate to elixir_uuid

82b93e1f30d60ca48cbd186876ad62d2d45c7c57 authored almost 6 years ago
Use commanded v0.18

ee8cf1ef4fd43ffd8ea76ae09266ca66408a1854 authored almost 6 years ago
Use Elixir 1.8.1

3a3df895a2245cac48f64e5f31db3475e0eaf32d authored almost 6 years ago
fixing deprecting time unit warning

`warning: deprecated time unit: :microseconds. A time unit should be :second, :millisecond, :mic...

587212eefd636f9908899d7d2edb1b4bc0d8919b authored almost 6 years ago
Migrate to elixir_uuid

f656abb7b42867e66456c636ff826737d09e453d authored almost 6 years ago
Upgrade to Ecto 3

7109cca1261afc2143962ffe6ec84fcffc19e008 authored almost 6 years ago
Update Travis CI build icon and link

91db9c3787bd7785c193c2c3ac812d98ccbb2a63 authored about 6 years ago
Include execution duration in ms and seconds in example SQL script

23f515189718a0e056e2fde0fa898d696d23c4f9 authored about 7 years ago
Release v0.3.0

e8f1786da9ba05521143f7ac15f55eb74a86f0ca authored about 7 years ago
Filter specific fields from audited commands

Fixes #2.

d0819394f44c4ba73487151ddeeba1f0c677aab1 authored about 7 years ago
Changed README to explain the new configuration option available.

b8543b10eac01dfbd5bda2d75b638702ba1f2cd4 authored about 7 years ago
Implemented filtering of fields.

90567b106a8386a144932f47303a1263915da99e authored about 7 years ago
Release v0.2.1

6760537d1940a8bc67bb039df7a7ced53be5ccb5 authored about 7 years ago
Use `System.monotonic_time/1` to calculate command execution duration

9b92eb295c2b5fc50020d651a9e864850a44763c authored about 7 years ago
Merge pull request #1 from commanded/feature/causation_correlation_ids

Include `causation_id` and `correlation_id`

42c5e29e75172ce4184d62429aeb93edd59074fb authored about 7 years ago
Include Travis CI build status in README

9e00730dccef37d25ebcad58108bab2fd8b8c667 authored about 7 years ago
Include Travis CI config

0a456f82817620ec535a3a8cc2c981ed6b3cc610 authored about 7 years ago
Include `causation_id` and `correlation_id`

Support for Commandev v0.15.0

3b3223e60c05f52a4ec0a82935df106f4b391c17 authored about 7 years ago
Upgrade to Commanded v0.14

e80b5d190816b3c1d60f09913d87a7c84057ff5c authored over 7 years ago
Include repo migrations in mix release package

Release v0.1.3

f14f7ae3bb7d83afef25189470d36341d2ccd5f0 authored over 7 years ago
Include `ex_doc` dependency

49e2d130d9076e21550695ba87411ed3de85f390 authored over 7 years ago
Prepare for publishing to Hex

027e0e8d8f9cd231c244958c106b475bbd31a208 authored over 7 years ago
Upgrade dependencies

Release v0.1.2

19557cd8ab7353143cc7ee701b26e4cd0fd2e23a authored over 7 years ago
Upgrade dependencies

306cb7775985bc47fafc720200224374c3c507ce authored almost 8 years ago
Upgrade to Elixir 1.4

Remove compiler warnings.

aecbb5b48333f0a9c4a83a3ec0d77c868a222fdd authored about 8 years ago
Use `inspect` to record error & error reason

7e65583122e566ae7b9c81aa4a159dfe57c2f6d1 authored about 8 years ago
Include link to Commanded in README

6697fbd82c97aa6f3ba61fe3c0e1d1c2360b597f authored about 8 years ago
Installation details in README

9977d5d109f4da7760b6bcee74df601c19c5d4f6 authored about 8 years ago
Commanded middleware to audit dispatched commands to database

Uses Ecto to persist command audit data.

ef0a609338ab2c2763dd70db8a99051e71dfff85 authored about 8 years ago
Initial commit

Mix project initialised as: `mix new commanded-audit-middleware --sup --module Commanded.Middlew...

d5f3fc49c230b613bea437b77defa428db8eaf27 authored about 8 years ago