Harish Govindarajulu

Results 14 issues of Harish Govindarajulu

This PR updates alembic migration scripts in order for quay to support sqlite db

do-not-merge/work-in-progress

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 ![superuser_panel](https://github.com/quay/quay/assets/39300150/a7a30022-6990-460b-8473-4951f81e0868)

do-not-merge/work-in-progress

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

ok-to-test

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...

ok-to-test

Add CI job to test db upgrade from postgres to sqlite

ok-to-test

Fixes the issue where namespaces were not being displayed via the dropdown under Create Repository modal

- 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