zitadel/internal/auth/repository/eventsourcing/view
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
error_event.go fix: rename tables failed_event to failed_events (#287) 2020-06-29 09:56:29 +02:00
external_idps.go fix(event handling): use internal pubsub for view update (#1118) 2020-12-18 16:47:45 +01:00
idp_configs.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: pubsub (#1122) 2020-12-21 18:42:34 +01:00
login_policies.go fix(event handling): use internal pubsub for view update (#1118) 2020-12-18 16:47:45 +01:00
machine_keys.go fix: pubsub (#1122) 2020-12-21 18:42:34 +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
sequence.go fix(event handling): use internal pubsub for view update (#1118) 2020-12-18 16:47:45 +01:00
token.go fix: pubsub (#1122) 2020-12-21 18:42:34 +01:00
user_grant.go fix: pubsub (#1122) 2020-12-21 18:42:34 +01:00
user_membership.go fix: pubsub (#1122) 2020-12-21 18:42:34 +01:00
user_session.go fix: pubsub (#1122) 2020-12-21 18:42:34 +01:00
user.go fix: pubsub (#1122) 2020-12-21 18:42:34 +01:00
view.go feat: Login, OP Support and Auth Queries (#177) 2020-06-05 07:50:04 +02:00