zitadel/internal/eventstore/handler/crdb
Fabi 5132ebe07c
feat: add tenant column to eventstore (#3314)
* feat: add tenant column to eventstore

* feat: read tenant from context on push and filter

* Update 07_events_table.sql

* pass tenant to queryFactory

* fix some query tests

* init in tests

* add missing sql files

Co-authored-by: Livio Amstutz <livio.a@gmail.com>
2022-03-15 07:19:02 +01:00
..
current_sequence.go feat: jobs for projection tables (#1730) 2021-08-19 08:31:56 +02:00
db_mock_test.go feat: jobs for projection tables (#1730) 2021-08-19 08:31:56 +02:00
failed_stmt.go feat: add tenant column to eventstore (#3314) 2022-03-15 07:19:02 +01:00
handler_stmt_test.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
handler_stmt.go feat: add tenant column to eventstore (#3314) 2022-03-15 07:19:02 +01:00
lock_test.go fix(query): keys (#2755) 2022-01-12 13:22:04 +01:00
lock.go fix(query): keys (#2755) 2022-01-12 13:22:04 +01:00
reduce.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
statement_test.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
statement.go fix: cascading changes for usergrants when managing projects / projectgrants (#3035) 2022-01-20 08:33:51 +01:00