Harish Govindarajulu
Harish Govindarajulu
Signed-off-by: harishsurf
This PR updates alembic migration scripts in order for quay to support sqlite db
This PR adds Superuser panel as a side nav to the new UI. It also adds Users and Orgs page as sub menu within the superuser panel 
tox CI is failing with the error: `docker.errors.DockerException: Error while fetching server API version: Not supported URL scheme http+docker` due to: https://github.com/docker/docker-py/issues/3256 The fix was added as part of https://github.com/tox-dev/tox-docker/pull/182....
This PR relies on `pg_dump` to migrate data from postgres to sqlite database for quay
This is part 2 of feat: Sqlite database migration work. Part one PR: #152 This change adds ansible tasks to `./mirror-registry upgrade` cmd to migrate data from a running Postgres...
Add CI job to test db upgrade from postgres to sqlite
Fixes the issue where namespaces were not being displayed via the dropdown under Create Repository modal
deps: bump protobuf
- Replace deprecated `content_as_bytes()` with `readall()` [[doc](https://learn.microsoft.com/en-us/python/api/azure-storage-blob/azure.storage.blob.storagestreamdownloader?view=azure-python#azure-storage-blob-storagestreamdownloader-content-as-bytes)] Signed off-by: harishsurf