zitadel/cmd/setup
Silvan 43f1d59649
fix(auth): efficient user session projection (#7187)
* fix(auth): cache users during session projection

* fix(auth.user_sessions): add index for more efficient by user search
2024-01-09 18:36:46 +00:00
..
01_sql feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
06 fix(setup): create indexes only if not exists (#4801) 2022-12-01 14:31:01 +01:00
07 fix(init): correct quoting of database and user (#6928) 2023-12-03 08:30:08 +00:00
08 fix(setup): optimise events indexes (#5316) 2023-03-01 00:11:23 +00:00
10 feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
12 feat(login): add OTP (email and sms) (#6353) 2023-08-15 12:47:05 +00:00
13 fix: set quotas (#6597) 2023-09-22 13:06:59 +02:00
14 feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
15 feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
01.go feat(database): support for postgres (#3998) 2022-08-31 07:52:43 +00:00
02.go feat(database): support for postgres (#3998) 2022-08-31 07:52:43 +00:00
03.go fix(db): always use begin tx (#7142) 2024-01-04 16:12:20 +00:00
05.go feat: save last occurrence of failed events and fix instance filtering (#4710) 2022-11-18 13:49:38 +01:00
05.sql fix(database): create column only if not exists (#4812) 2022-12-02 10:48:39 +00:00
06.go feat: remove org (#4148) 2022-11-30 17:01:17 +01:00
07.go test: fix log headers (#5222) 2023-02-15 03:21:58 +00:00
08.go fix(setup): optimise events indexes (#5316) 2023-03-01 00:11:23 +00:00
10.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
12.go feat(login): add OTP (email and sms) (#6353) 2023-08-15 12:47:05 +00:00
13.go fix: set quotas (#6597) 2023-09-22 13:06:59 +02:00
14.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
15.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
16.go fix: ensure uniqueness (#6956) 2023-11-22 12:05:14 +00:00
16.sql fix: ensure uniqueness (#6956) 2023-11-22 12:05:14 +00:00
17.go fix(eventstore): improve pagination of handler filter (#6968) 2023-12-01 12:25:41 +00:00
17.sql fix(eventstore): improve pagination of handler filter (#6968) 2023-12-01 12:25:41 +00:00
18.go fix(query): user performance (#6537) 2023-12-08 13:14:22 +01:00
18.sql fix(query): user performance (#6537) 2023-12-08 13:14:22 +01:00
19.go fix(eventstore): increase performance on push (#7125) 2023-12-31 15:30:25 +01:00
19.sql fix(eventstore): increase performance on push (#7125) 2023-12-31 15:30:25 +01:00
20.go fix(auth): efficient user session projection (#7187) 2024-01-09 18:36:46 +00:00
20.sql fix(auth): efficient user session projection (#7187) 2024-01-09 18:36:46 +00:00
cleanup.go fix(cleanup): cleanup all stuck states (#7145) 2024-01-05 09:01:48 +00:00
config_change.go fix(cleanup): cleanup all stuck states (#7145) 2024-01-05 09:01:48 +00:00
config.go fix(auth): efficient user session projection (#7187) 2024-01-09 18:36:46 +00:00
projections.go fix(cleanup): cleanup all stuck states (#7145) 2024-01-05 09:01:48 +00:00
setup.go fix(auth): efficient user session projection (#7187) 2024-01-09 18:36:46 +00:00
steps.yaml merge main into next 2023-10-19 12:34:00 +02:00