zitadel/internal/integration
Tim Möhlmann 26d1563643
feat(api): feature flags (#7356)
* feat(api): feature API proto definitions

* update proto based on discussion with @livio-a

* cleanup old feature flag stuff

* authz instance queries

* align defaults

* projection definitions

* define commands and event reducers

* implement system and instance setter APIs

* api getter implementation

* unit test repository package

* command unit tests

* unit test Get queries

* grpc converter unit tests

* migrate the V1 features

* migrate oidc to dynamic features

* projection unit test

* fix instance by host

* fix instance by id data type in sql

* fix linting errors

* add system projection test

* fix behavior inversion

* resolve proto file comments

* rename SystemDefaultLoginInstanceEventType to SystemLoginDefaultOrgEventType so it's consistent with the instance level event

* use write models and conditional set events

* system features integration tests

* instance features integration tests

* error on empty request

* documentation entry

* typo in feature.proto

* fix start unit tests

* solve linting error on key case switch

* remove system defaults after discussion with @eliobischof

* fix system feature projection

* resolve comments in defaults.yaml

---------

Co-authored-by: Livio Spring <livio.a@gmail.com>
2024-02-28 10:55:54 +02:00
..
config fix(setup): init projections (#7194) 2024-01-25 17:28:20 +01:00
assert_test.go feat(api): move resource apis to beta (#6530) 2023-09-13 12:43:01 +00:00
assert.go feat: user v2 service query (#7095) 2024-01-17 10:00:10 +01:00
client.go feat(api): feature flags (#7356) 2024-02-28 10:55:54 +02:00
integration_test.go AddHumanUser tests 2023-04-28 14:39:53 +03:00
integration.go feat: block instances (#7129) 2024-01-17 10:16:48 +00:00
oidc.go chore(ci): merge test runs (#7388) 2024-02-19 07:50:37 +01:00
rand.go feat: restrict languages (#6931) 2023-12-05 11:12:01 +00:00
usertype_string.go feat(api): add organisation service (#6340) 2023-08-11 14:19:14 +00:00