zitadel/internal/auth/repository/eventsourcing/handler
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
..
application.go fix: pubsub (#1122) 2020-12-21 18:42:34 +01:00
handler.go fix(event handling): use internal pubsub for view update (#1118) 2020-12-18 16:47:45 +01:00
idp_config.go fix(event handling): use internal pubsub for view update (#1118) 2020-12-18 16:47:45 +01:00
idp_providers.go fix(event handling): use internal pubsub for view update (#1118) 2020-12-18 16:47:45 +01:00
key.go fix(event handling): use internal pubsub for view update (#1118) 2020-12-18 16:47:45 +01:00
login_policy.go fix(event handling): use internal pubsub for view update (#1118) 2020-12-18 16:47:45 +01:00
machine_keys.go fix(event handling): use internal pubsub for view update (#1118) 2020-12-18 16:47:45 +01:00
org_iam_policy.go fix(event handling): use internal pubsub for view update (#1118) 2020-12-18 16:47:45 +01:00
org.go fix(event handling): use internal pubsub for view update (#1118) 2020-12-18 16:47:45 +01:00
password_complexity_policy.go fix(event handling): use internal pubsub for view update (#1118) 2020-12-18 16:47:45 +01:00
project_role.go fix: pubsub (#1122) 2020-12-21 18:42:34 +01:00
token.go fix(event handling): use internal pubsub for view update (#1118) 2020-12-18 16:47:45 +01:00
user_external_idps.go fix(event handling): use internal pubsub for view update (#1118) 2020-12-18 16:47:45 +01:00
user_grant.go fix(event handling): use internal pubsub for view update (#1118) 2020-12-18 16:47:45 +01:00
user_membership.go fix: pubsub (#1122) 2020-12-21 18:42:34 +01:00
user_session.go fix(event handling): use internal pubsub for view update (#1118) 2020-12-18 16:47:45 +01:00
user.go fix(event handling): use internal pubsub for view update (#1118) 2020-12-18 16:47:45 +01:00