zitadel/cmd/setup
Elio Bischof ae1af6bc8c
fix: set quotas (#6597)
* feat: set quotas

* fix: start new period on younger anchor

* cleanup e2e config

* fix set notifications

* lint

* test: fix quota projection tests

* fix add quota tests

* make quota fields nullable

* enable amount 0

* fix initial setup

* create a prerelease

* avoid success comments

* fix quota projection primary key

* Revert "fix quota projection primary key"

This reverts commit e72f4d7fa1.

* simplify write model

* fix aggregate id

* avoid push without changes

* test set quota lifecycle

* test set quota mutations

* fix quota unit test

* fix: quotas

* test quota.set event projection

* use SetQuota in integration tests

* fix: release quotas 3

* reset releaserc

* fix comment

* test notification order doesn't matter

* test notification order doesn't matter

* test with unmarshalled events

* test with unmarshalled events
2023-09-22 09:37:16 +00:00
..
01_sql feat(database): support for postgres (#3998) 2022-08-31 07:52:43 +00:00
04 fix: improve performance (#4300) 2022-09-02 14:05:13 +00:00
06 fix(setup): create indexes only if not exists (#4801) 2022-12-01 14:31:01 +01:00
07 test: fix log headers (#5222) 2023-02-15 03:21:58 +00:00
08 fix(setup): optimise events indexes (#5316) 2023-03-01 00:11:23 +00:00
09 fix(setup): check if indexes exist in step 9 (#5400) 2023-03-08 15:19:12 +00:00
10 fix(setup): steps 10 and 11 (#5987) 2023-06-07 16:30:19 +00:00
11 fix(migration): speed up step 11 (#6086) 2023-06-27 11:56:17 +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 09:37:16 +00: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: use system secret config if generator type does not exist on instance (#6420) 2023-08-23 08:04:29 +00:00
04.go fix(setup): optimise events indexes (#5316) 2023-03-01 00:11:23 +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
09.go fix(setup): optimise events indexes (#5316) 2023-03-01 00:11:23 +00:00
10.go fix(setup): steps 10 and 11 (#5987) 2023-06-07 16:30:19 +00:00
11.go fix(migration): speed up step 11 (#6086) 2023-06-27 11:56:17 +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 09:37:16 +00:00
cleanup.go feat(cli): add setup cleanup sub command (#5770) 2023-04-28 11:55:35 +00:00
config_change.go fix: use system secret config if generator type does not exist on instance (#6420) 2023-08-23 08:04:29 +00:00
config.go fix: set quotas (#6597) 2023-09-22 09:37:16 +00:00
eventstore_index.go fix(setup): optimise events indexes (#5316) 2023-03-01 00:11:23 +00: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: set quotas (#6597) 2023-09-22 09:37:16 +00:00
steps.yaml docs: copy config options to docs (#6143) 2023-08-07 22:32:10 +02:00