zitadel/cmd/initialise
Tim Möhlmann 25ef3da9d5
refactor(fmt): run gci on complete project (#7557)
chore(fmt): run gci on complete project

Fix global import formatting in go code by running the `gci` command. This allows us to just use the command directly, instead of fixing the import order manually for the linter, on each PR.

Co-authored-by: Elio Bischof <elio@zitadel.com>
2024-04-03 10:43:43 +00:00
..
sql fix(init): correct quoting of database and user (#6928) 2023-12-03 08:30:08 +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: block instances (#7129) 2024-01-17 10:16:48 +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: block instances (#7129) 2024-01-17 10:16:48 +00: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_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: block instances (#7129) 2024-01-17 10:16:48 +00:00