zitadel/internal
Silvan 33a4802425
feat(eventstore): Precondition (#69)
* start org

* refactor(eventstore): filter in sql for querier

* feat(eventstore): Aggregate precondition

preconditions are checked right before insert. Insert is still transaction save

* feat(eventstore): check preconditions in repository

* test(eventstore): test precondition in models

* test(eventstore): precondition-tests

* refactor(eventstore): querier as type

* fix(precondition): rename validation from precondition to validation

* test(eventstore): isErr func instead of wantErr bool

* fix: delete org files

* remove comment

Co-authored-by: Livio Amstutz <livio.a@gmail.com>
2020-04-28 16:01:00 +02:00
..
admin add basic config and change i18n pkg 2020-03-25 07:58:58 +01:00
api Project commands (#26) 2020-04-07 13:23:04 +02:00
auth add basic config and change i18n pkg 2020-03-25 07:58:58 +01:00
cache feat: project cache (#48) 2020-04-20 15:16:33 +02:00
config add system config (#71) 2020-04-23 10:43:39 +02:00
crypto feat: application commands (#50) 2020-04-21 17:00:32 +02:00
errors feat(eventstore): Precondition (#69) 2020-04-28 16:01:00 +02:00
eventstore feat(eventstore): Precondition (#69) 2020-04-28 16:01:00 +02:00
login add basic config and change i18n pkg 2020-03-25 07:58:58 +01:00
management add system config (#71) 2020-04-23 10:43:39 +02:00
model feat: View (#27) 2020-04-14 18:20:20 +02:00
project add system config (#71) 2020-04-23 10:43:39 +02:00
proto feat: application commands (#50) 2020-04-21 17:00:32 +02:00
protoc Project commands (#26) 2020-04-07 13:23:04 +02:00
tracing fix tracing/statusFromError 2020-03-30 13:17:49 +02:00
view feat: application commands (#50) 2020-04-21 17:00:32 +02:00