zitadel/cmd/initialise
Stefan Benz 7d2d85f57c
feat: api v2beta to api v2 (#8283)
# Which Problems Are Solved

The v2beta services are stable but not GA.

# How the Problems Are Solved

The v2beta services are copied to v2. The corresponding v1 and v2beta
services are deprecated.

# Additional Context

Closes #7236

---------

Co-authored-by: Elio Bischof <elio@zitadel.com>
2024-07-26 22:39:55 +02:00
..
sql fix(init): add setting to enable durable locks on crdb (#7982) 2024-05-27 09:03:34 +00:00
config.go fix(cli): no more panics during startup (#4333) 2022-09-07 08:35:12 +00:00
helper.go chore: use pgx v5 (#7577) 2024-03-27 15:48:22 +02:00
init_test.go refactor(fmt): run gci on complete project (#7557) 2024-04-03 10:43:43 +00:00
init.go feat(cmd): mirror (#7004) 2024-05-30 09:35:30 +00:00
verify_database_test.go fix(init): correct quoting of database and user (#6928) 2023-12-03 08:30:08 +00:00
verify_database.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
verify_grant_test.go fix(init): correct quoting of database and user (#6928) 2023-12-03 08:30:08 +00:00
verify_grant.go feat: block instances (#7129) 2024-01-17 10:16:48 +00:00
verify_settings.go fix(init): add setting to enable durable locks on crdb (#7982) 2024-05-27 09:03:34 +00:00
verify_user_test.go fix(init): correct quoting of database and user (#6928) 2023-12-03 08:30:08 +00:00
verify_user.go feat: block instances (#7129) 2024-01-17 10:16:48 +00:00
verify_zitadel_test.go fix(db): always use begin tx (#7142) 2024-01-04 16:12:20 +00:00
verify_zitadel.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00