summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | using standard library secrets function token_bytes to replace os.urandomlinjiang2022-01-033-6/+8
* | | | | Merge "Fix API path in document"Zuul2022-02-111-1/+1
|\ \ \ \ \
| * | | | | Fix API path in documentEunyoung Kim2022-02-111-1/+1
* | | | | | Merge "sql: Prepare for alembic migration"Zuul2022-02-113-81/+81
|\ \ \ \ \ \
| * | | | | | sql: Prepare for alembic migrationStephen Finucane2022-02-043-81/+81
* | | | | | | Merge "sql: Remove dead helpers"Zuul2022-02-111-69/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | sql: Remove dead helpersStephen Finucane2022-02-041-69/+1
* | | | | | | Merge "sql: Add initial Yoga migration branches"Zuul2022-02-094-0/+56
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | sql: Add initial Yoga migration branchesStephen Finucane2022-01-244-0/+56
* | | | | | | Merge "sql: Add additional changes to initial alembic migration"Zuul2022-02-091-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | sql: Add additional changes to initial alembic migrationStephen Finucane2022-01-241-1/+1
* | | | | | | Merge "sql: Populate initial alembic migration"Zuul2022-02-093-30/+1109
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | sql: Populate initial alembic migrationStephen Finucane2022-01-243-30/+1109
* | | | | | | Merge "sql: Move test-only code to tests"Zuul2022-02-092-42/+53
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | sql: Move test-only code to testsStephen Finucane2022-01-242-42/+53
* | | | | | | Merge "sql: Vendor 'oslo_db.sqlalchemy.migration'"Zuul2022-02-095-43/+386
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | sql: Vendor 'oslo_db.sqlalchemy.migration'Stephen Finucane2022-01-245-43/+386
* | | | | | | Merge "sql: Move migrations to 'legacy_migrations'"Zuul2022-02-0846-38/+82
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | sql: Move migrations to 'legacy_migrations'Stephen Finucane2022-01-2146-38/+82
* | | | | | | Merge "sql: Remove dead code"Zuul2022-02-081-83/+0
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | sql: Remove dead codeStephen Finucane2022-01-211-83/+0
* | | | | | | Merge "cmd: Remove deprecated '--extension' argument"Zuul2022-02-082-79/+86
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | cmd: Remove deprecated '--extension' argumentStephen Finucane2022-01-212-79/+86
* | | | | | | Merge "sql: Add initial alembic scaffolding"Zuul2022-02-085-0/+254
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | sql: Add initial alembic scaffoldingStephen Finucane2022-01-215-0/+254
* | | | | | | Merge "sql: Reorder tables to reflect creation order"Zuul2022-02-081-433/+459
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | sql: Reorder tables to reflect creation orderStephen Finucane2022-01-191-433/+459
* | | | | | | Merge "sql: Squash ussuri migrations"Zuul2022-02-0826-487/+39
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | sql: Squash ussuri migrationsStephen Finucane2022-01-1926-487/+39
* | | | | | | Merge "sql: Squash train migrations"Zuul2022-02-0835-804/+75
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | sql: Squash train migrationsStephen Finucane2022-01-1935-804/+75
* | | | | | | Merge "sql: Squash stein migrations"Zuul2022-02-0829-619/+49
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | sql: Squash stein migrationsStephen Finucane2022-01-1929-619/+49
* | | | | | | Merge "sql: Squash rocky migrations"Zuul2022-02-0838-999/+30
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | sql: Squash rocky migrationsStephen Finucane2022-01-1938-999/+30
* | | | | | | Merge "sql: Squash queens migrations"Zuul2022-02-0844-1430/+154
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | sql: Squash queens migrationsStephen Finucane2022-01-1944-1430/+154
* | | | | | | Merge "sql: Squash pike migrations"Zuul2022-02-0829-560/+15
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | sql: Squash pike migrationsStephen Finucane2022-01-1929-560/+15
* | | | | | | Merge "sql: Squash ocata migrations"Zuul2022-02-0841-1558/+113
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | sql: Squash ocata migrationsStephen Finucane2022-01-1941-1558/+113
* | | | | | | Merge "sql: Squash newton migrations (part 2)"Zuul2022-02-0714-520/+41
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | sql: Squash newton migrations (part 2)Stephen Finucane2022-01-1914-520/+41
* | | | | | | Merge "sql: Remove duplicated constants"Zuul2022-02-071-42/+48
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | sql: Remove duplicated constantsStephen Finucane2022-01-191-42/+48
* | | | | | | Merge "sql: Remove 'get_init_version'"Zuul2022-02-043-120/+39
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | sql: Remove 'get_init_version'Stephen Finucane2022-01-193-120/+39
* | | | | | | Merge "Add generate schemas tool"Zuul2022-02-042-1/+144
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Add generate schemas toolStephen Finucane2022-01-112-1/+144
* | | | | | | Merge "Add 'StandardLogging' fixture"Zuul2022-02-045-2/+133
|\ \ \ \ \ \ \ | |/ / / / / /