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

11 Commits

Author SHA1 Message Date
Shubhra Deshpande
22290c9812 deps: updated raven dependency to be compatible with python 3.12 (PROJQUAY-9198) (#4169)
* Updated raven dependency to be compatible with python 3.12

---------

Co-authored-by: shudeshp <shudeshp@redhat.com>
2025-08-07 15:58:59 -04:00
Marcus Kok
25af1d2715 build: updating hack script for gathering python dependencies on konflux (PROJQUAY-8804) (#3950)
updating hack script for gathering python dependencies on konflux
2025-05-29 11:11:41 -04:00
Kenny Lee Sin Cheong
4cf52586b9 chore: update setup.py (#3569)
Add data.queue to packages
2025-01-16 15:49:47 +00:00
Kenny Lee Sin Cheong
367aee17f0 chore: update setup.py (#3565) 2025-01-14 18:33:02 +00:00
Kenny Lee Sin Cheong
5f63b3a7bb chore: drop deprecated tables and remove unused code (PROJQUAY-522) (#2089)
* chore: drop deprecated tables and remove unused code

* isort imports

* migration: check for table existence before drop
2023-08-25 12:17:24 -04:00
Syed Ahmed
ce1c043e8f setup: Add models pkgs to setup.py (PROJQUAY-5414) (#2002)
This is useful for places where we install quay using setup.py
like service tool
2023-07-04 12:04:05 -04:00
Sunandadadi
7c566ad4f3 Quay: Exporting image.oci package to Quay module (PROJQUAY-0000) (#1548) 2022-10-06 10:05:49 -04:00
Kenny Lee Sin Cheong
d719dfadc5 secscan: optimize deduplicating manifests for indexing in securityworker (PROJQUAY-3501) (#1247)
Acquire lock on recent manifests batch to prevent multiple workers
from working on the same set.
2022-04-19 11:34:53 -04:00
Kenny Lee Sin Cheong
dd1eab5238 Revert "secscan: add a global lock on security worker runs (PROJQUAY-3501) (#1226)" (#1232)
This reverts commit 9d89b6fa47.
2022-04-06 11:27:06 -04:00
Kenny Lee Sin Cheong
9d89b6fa47 secscan: add a global lock on security worker runs (PROJQUAY-3501) (#1226)
Add a global lock on security worker iterations, based on the value of
the current pagination token. This is to avoid multilple worker
processes possibly doing work on the same set of manifests.
2022-04-05 13:26:06 -04:00
Brandon Caton
fd190ad984 setup: Export Quay modules (PROJQUAY-3181) (#1108)
Allows for exporting Quay modules via source to be reused in other tools. Current exported packages only support exporting database modules to keep package size low.
2022-02-21 10:38:25 -05:00