mirror of
https://github.com/quay/quay.git
synced 2025-11-17 23:02:34 +03:00
Gen migrations (#240)
* Move truthy_bool to a neutral location. * Add dba operator migration version generation code. Change existing migrations to use an injected and wrapped op. * Generate databasemigration hints files for all existing migrations. * Reformat with black.
This commit is contained in:
@@ -12,7 +12,6 @@ from endpoints.api import (
|
||||
require_scope,
|
||||
path_param,
|
||||
parse_args,
|
||||
truthy_bool,
|
||||
query_param,
|
||||
validate_json_request,
|
||||
max_json_size,
|
||||
@@ -23,6 +22,7 @@ from auth.permissions import AdministerOrganizationPermission, OrganizationMembe
|
||||
from auth.auth_context import get_authenticated_user
|
||||
from auth import scopes
|
||||
from util.names import format_robot_username
|
||||
from util.parsing import truthy_bool
|
||||
from flask import abort, request
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user