zitadel/cmd/setup
Silvan ddbea119f1
fix(query): user performance (#6537)
* start user by id

* ignore debug bin

* use new user by id

* new sql

* fix(sql): replace STRING with text for psql compatabilit

* some changes

* fix: correct user queries

* fix tests

* unify sql statements

* use specific get user methods

* search login name case insensitive

* refactor: optimise user statements

* add index

* fix queries

* fix: correct domain segregation

* return all login names

* fix queries

* improve readability

* query should be correct now

* cleanup statements

* fix username / loginname handling

* fix: psql doesn't support create view if not exists

* fix: create pre-release

* ignore release comments

* add lower fields

* fix: always to lower

* update to latest projection

---------

Co-authored-by: Livio Spring <livio.a@gmail.com>
2023-12-08 13:14:22 +01: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
02.go
03.go fix: allow unicode characters in org domains (#6675) 2023-10-11 09:55:01 +02: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
cleanup.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
config_change.go fix: use system secret config if generator type does not exist on instance (#6420) 2023-08-23 10:18:27 +02:00
config.go fix(query): user performance (#6537) 2023-12-08 13:14:22 +01:00
projections.go fix: improve startup times by initializing projection tables during setup (#4642) 2022-11-04 09:21:58 +00:00
setup.go fix(query): user performance (#6537) 2023-12-08 13:14:22 +01:00
steps.yaml merge main into next 2023-10-19 12:34:00 +02:00