zitadel/internal/eventstore/models
Silvan 3118a99c1e
fix: pubsub (#1122)
* start sub

* start implement subsciptions

* start subscription

* implementation for member done

* admin done

* fix: tests

* extend handlers

* prepary notification

* no errors in adminapi

* changed current sequence in all packages

* ignore mocks

* works

* subscriptions as singleton

* tests

* refactor: rename function scope var

* fix: process ALL previous sequences

* fix: spooler and pubsub

* handler check

* fix: process events until all done

* fix break on query err

* fix: handler

* fix: process sequence or return error

* check aggregate id

* fix: log only in error case

* fix tests

* fix: handlers

* fix: spooler

* fix: spooler

* fix: tests

* fix: continue

Co-authored-by: Livio Amstutz <livio.a@gmail.com>
2020-12-21 18:42:34 +01:00
..
aggregate_creator_test.go feat: org command sides (#96) 2020-05-13 14:22:29 +02:00
aggregate_creator.go feat: port reduction (#323) 2020-07-08 13:56:37 +02:00
aggregate_test.go feat: org command sides (#96) 2020-05-13 14:22:29 +02:00
aggregate.go fix(event handling): use internal pubsub for view update (#1118) 2020-12-18 16:47:45 +01:00
event_test.go Eventstore (#22) 2020-04-06 06:42:21 +02:00
event.go Eventstore (#22) 2020-04-06 06:42:21 +02:00
field.go fix: Project checks (#141) 2020-05-28 06:53:12 +02:00
filter_test.go Eventstore (#22) 2020-04-06 06:42:21 +02:00
filter.go Eventstore (#22) 2020-04-06 06:42:21 +02:00
object_test.go feat: application commands (#50) 2020-04-21 17:00:32 +02:00
object.go fix: pubsub (#1122) 2020-12-21 18:42:34 +01:00
operation.go Eventstore (#22) 2020-04-06 06:42:21 +02:00
search_query_old_test.go fix(spooler): correct workers (#508) 2020-07-28 09:42:21 +02:00
search_query_old.go fix: pubsub (#1122) 2020-12-21 18:42:34 +01:00
search_query_test.go fix(event handling): use internal pubsub for view update (#1118) 2020-12-18 16:47:45 +01:00
search_query.go fix(event handling): use internal pubsub for view update (#1118) 2020-12-18 16:47:45 +01:00
version_test.go Eventstore (#22) 2020-04-06 06:42:21 +02:00
version.go Eventstore (#22) 2020-04-06 06:42:21 +02:00