zitadel/internal/user/repository/eventsourcing
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
..
model fix: missing webauthn converter for login (#1113) 2020-12-17 09:34:42 +01:00
cache.go feat: split users into human and machine (#470) 2020-08-31 17:48:01 +02:00
codes.go feat: user commands (#75) 2020-05-11 10:16:27 +02:00
eventstore_mock_test.go feat: add WebAuthN support for passwordless login and 2fa (#966) 2020-12-02 17:00:04 +01:00
eventstore_test.go fix: improvements for login flow (incl. webauthn) (#1026) 2020-12-07 12:09:10 +01:00
eventstore.go fix: pubsub (#1122) 2020-12-21 18:42:34 +01:00
user_test.go fix: improvements for login flow (incl. webauthn) (#1026) 2020-12-07 12:09:10 +01:00
user.go fix: improvements for login flow (incl. webauthn) (#1026) 2020-12-07 12:09:10 +01:00