zitadel/internal/api/http
Livio Amstutz 56b916a2b0
feat: projections auto create their tables (#3324)
* begin init checks for projections

* first projection checks

* debug notification providers with query fixes

* more projections and first index

* more projections

* more projections

* finish projections

* fix tests (remove db name)

* create tables in setup

* fix logging / error handling

* add tenant to views

* rename tenant to instance_id

* add instance_id to all projections

* add instance_id to all queries

* correct instance_id on projections

* add instance_id to failed_events

* use separate context for instance

* implement features projection

* implement features projection

* remove unique constraint from setup when migration failed

* add error to failed setup event

* add instance_id to primary keys

* fix IAM projection

* remove old migrations folder

* fix keysFromYAML test
2022-03-23 09:02:39 +01:00
..
middleware feat: projections auto create their tables (#3324) 2022-03-23 09:02:39 +01:00
cookie.go fix: cookie handling (#654) 2020-08-31 08:49:35 +02:00
domain_check.go feat: add domain verification (#560) 2020-08-06 15:03:03 +02:00
header.go fix: parsing of ip address (#2045) 2021-07-20 10:10:48 +02:00
marshal.go feat: policies on aggregates (#799) 2020-10-15 10:27:13 +02:00
origin.go feat: run on a single port (#3163) 2022-02-14 17:22:30 +01:00
parser.go feat: add some api packages 2020-03-23 07:01:59 +01:00
probes.go feat: add tracing interceptors to login and oidc (#764) 2020-10-21 10:18:34 +02:00