zitadel/internal/org/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 feat: add WebAuthN support for passwordless login and 2fa (#966) 2020-12-02 17:00:04 +01:00
eventstore_mock_test.go fix: pubsub (#1122) 2020-12-21 18:42:34 +01:00
eventstore_test.go fix: pubsub (#1122) 2020-12-21 18:42:34 +01:00
eventstore.go feat: add WebAuthN support for passwordless login and 2fa (#966) 2020-12-02 17:00:04 +01:00
label_policy_test.go feat: Private label email policy (#813) 2020-10-20 19:10:23 +02:00
label_policy.go feat: Private label email policy (#813) 2020-10-20 19:10:23 +02:00
login_policy_test.go feat: add WebAuthN support for passwordless login and 2fa (#966) 2020-12-02 17:00:04 +01:00
login_policy.go feat: add WebAuthN support for passwordless login and 2fa (#966) 2020-12-02 17:00:04 +01:00
org_iam_policy_test.go feat: policies on aggregates (#799) 2020-10-15 10:27:13 +02:00
org_iam_policy.go feat: policies on aggregates (#799) 2020-10-15 10:27:13 +02:00
org_member_test.go fix: org member change and remove (#1014) 2020-11-24 15:55:38 +01:00
org_member.go fix: org member change and remove (#1014) 2020-11-24 15:55:38 +01:00
org_test.go feat: split users into human and machine (#470) 2020-08-31 17:48:01 +02:00
org.go feat: Identity brokering (#730) 2020-09-18 13:26:28 +02:00
password_age_policy_test.go feat: policies on aggregates (#799) 2020-10-15 10:27:13 +02:00
password_age_policy.go feat: policies on aggregates (#799) 2020-10-15 10:27:13 +02:00
password_complexity_policy_test.go feat: policies on aggregates (#799) 2020-10-15 10:27:13 +02:00
password_complexity_policy.go feat: policies on aggregates (#799) 2020-10-15 10:27:13 +02:00
password_lockout_policy_test.go feat: policies on aggregates (#799) 2020-10-15 10:27:13 +02:00
password_lockout_policy.go feat: policies on aggregates (#799) 2020-10-15 10:27:13 +02:00