Silvan
Silvan
# Actions v2 This feature allows further customization of ZITADEL. The admin will be able to provide an endpoint to manipulate the request before zitadel handles a request, manipulate the...
### Definition of Ready - [ ] I am happy with the code - [ ] Short description of the feature/issue is added in the pr description - [ ]...
### Definition of Ready - [ ] I am happy with the code - [ ] Short description of the feature/issue is added in the pr description - [ ]...
actions started to complain that node 16 is deprecated. update to current version. e.g. https://github.com/zitadel/zitadel/actions/runs/7656317942
Currently I can only use the auth-api client to manipulate or read the service user. I am not able to call the api on behalf of a user, I'm not...
If the feature is enabled the new packages are used to query org by id This PR includes the changes of https://github.com/zitadel/zitadel/pull/7823 merge the successor first before you start reviewing...
# Which Problems Are Solved Adds banner for office hours community meeting
# Which Problems Are Solved There were rare cases where Cockroachdb got blocked during runtime of ZITADEL and returned `WRITE_TOO_OLD`-errors to ZITADEL. # How the Problems Are Solved The root...
# Which Problems Are Solved Adds the possibility to mirror an existing database to a new one. For that a new command was added `zitadel mirror`. Including it's subcommands for...
As a zitadel developer, I want simplify the usage of go generate in zitadel so that improve the pipeline and code generation in general. ```[tasklist] ### Acceptance Criteria - [...