zitadel/cmd/initialise
Silvan 56df515e5f
chore: use pgx v5 (#7577)
* chore: use pgx v5

* chore: update go version

* remove direct pq dependency

* remove unnecessary type

* scan test

* map scanner

* converter

* uint8 number array

* duration

* most unit tests work

* unit tests work

* chore: coverage

* go 1.21

* linting

* int64 gopfertammi

* retry go 1.22

* retry go 1.22

* revert to go v1.21.5

* update go toolchain to 1.21.8

* go 1.21.8

* remove test flag

* go 1.21.5

* linting

* update toolchain

* use correct array

* use correct array

* add byte array

* correct value

* correct error message

* go 1.21 compatible
2024-03-27 15:48:22 +02: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 chore: use pgx v5 (#7577) 2024-03-27 15:48:22 +02: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