1
0
mirror of https://github.com/quay/quay.git synced 2026-01-26 06:21:37 +03:00
Commit Graph

4 Commits

Author SHA1 Message Date
Kenny Lee Sin Cheong
2ffc12b3eb chore: cleanup remaining artifacts remaining related to aci signing (PROJQUAY-2792) (#968)
Removes deprecated artifacts from code and files for ACI.
2021-11-19 13:49:28 -05:00
Harish Govindarajulu
7a70a98b1e doc: Fix broken links in the CHANGELOG (PROJQUAY-2298) (#858)
Some of the links from the CHANGELOG were broken and
had to be updated. Also fixed a typo in config.yaml

Signed-off-by: harishsurf <hgovinda@redhat.com>
2021-08-06 14:28:16 -04:00
Syed Mushtaq Ahmed
047b837ee8 Replace references to support@quay.io with admin@example.com (#686)
Co-authored-by: Syed <syed@apache.org>
2021-03-11 13:21:22 -05:00
Louis DeLosSantos
113ccebbbf local-dev: implement local development environment (#610)
* local-dev: implement local development environment

this commit copies the files in /init into /local-dev, edits those files
to support hot-reload features for local development, and introduces
docker-compose/makefile targets in order to support local dev.

Signed-off-by: ldelossa <ldelossa@redhat.com>

* local-dev: hop quay workers to gunicorn

this commit adds a uwsgi worker application delegate and a factory
function allowing each worker to be ran by gunicorn.

each worker now supports hot-reload and will reload itself when it's
code is updated.

this changes only affects the local dev env.

Signed-off-by: ldelossa <ldelossa@redhat.com>

* local-dev: add docs

Signed-off-by: ldelossa <ldelossa@redhat.com>
2020-12-15 12:37:21 -05:00