zitadel/internal/api/grpc
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
..
action feat: actions (#2377) 2021-09-27 13:43:49 +02:00
admin feat: projections auto create their tables (#3324) 2022-03-23 09:02:39 +01:00
auth feat: projections auto create their tables (#3324) 2022-03-23 09:02:39 +01:00
authn fix(queries): authn keys (#2820) 2021-12-14 10:57:20 +01:00
change fix: move activity log to queries and remove old code (#3096) 2022-01-26 10:16:33 +01:00
client/middleware fix(tracing): from opencensus to opentelemetry (#937) 2020-11-20 07:57:39 +01:00
errors fix(tracing): from opencensus to opentelemetry (#937) 2020-11-20 07:57:39 +01:00
features feat: limit amount of active actions (#3143) 2022-02-02 09:04:05 +01:00
idp feat(queries): login policy idp links (#2767) 2021-12-08 14:49:19 +01:00
management feat: projections auto create their tables (#3324) 2022-03-23 09:02:39 +01:00
member feat: member queries (#2796) 2021-12-16 13:25:38 +00:00
metadata feat: user query (#3075) 2022-01-20 14:40:25 +00:00
object feat(queries): user membership (#2768) 2021-12-14 08:19:02 +01:00
org fix: use query side for requests (#2818) 2022-01-13 08:58:14 +01:00
policy feat: Login verification lifetimes (#3190) 2022-02-21 16:05:02 +01:00
project fix(app): move queries to query package (#2612) 2021-11-26 07:57:05 +01:00
server feat: Config to eventstore (#3158) 2022-02-16 15:49:17 +00:00
settings feat: Notification providers config (#3212) 2022-03-07 14:22:37 +01:00
text feat: reset custom texts on IAM (#3160) 2022-02-04 10:25:25 +01:00
user feat: merge main into v2 (#3193) 2022-02-11 13:33:31 +01:00
config.go remove pointers on configs 2020-03-27 13:57:16 +01:00
header_test.go feat: port reduction (#323) 2020-07-08 13:56:37 +02:00
header.go fix: cors (#621) 2020-08-24 10:06:55 +02:00
probes.go feat: add tracing interceptors to login and oidc (#764) 2020-10-21 10:18:34 +02:00