1
0
mirror of https://github.com/quay/quay.git synced 2025-04-18 10:44:06 +03:00

7 Commits

Author SHA1 Message Date
nmaloof
4899ebd6c7
api: allow refining search with an organization (PROJQUAY-7244) (#2901)
This allows a more refined search than just the repo name. When two
organizations contain the same name repo, e.g: org1/python and
org2/python, you can now search via org1/python to get the specific
result instead of both.
2024-08-09 11:19:55 -04:00
Sunandadadi
3035f46f56
Util: Clean up and adding make target to install pre-commit hooks(PROJQUAY-000) (#1587) 2022-10-25 11:51:19 -04:00
Sunandadadi
e8e5d5d904
Util: Adding git pre-commit checks (PROJQUAY-4658) (#1585)
* Util: Adding git pre-commit checks (PROJQUAY-0000)

* updating getting started markdown
2022-10-25 10:11:22 -04:00
Syed Mushtaq Ahmed
04af141a49
dev: Add pre-commit script to run black (PROJQUAY-4039) (#1432)
* dev: Add pre-commit script to run black (PROJQUAY-4039)

Automatically formats python files before commit

* Add makefile target to install hook

* Update instructions for installing pre-commit hook
2022-07-06 14:46:47 -04:00
Oleg Bulatov
cf52f5e371
chore: Use Python 3.9 (#1382)
* Use Python 3.9

* Adapt code for Python 3.9
2022-06-20 14:05:47 +02:00
Dave O'Connor
e94e14e8f0
Resolves issues with booting quay container (#953) 2021-10-28 15:27:21 -04:00
Flavian Missi
8f64efd681
docs: consolidate getting started guides (PROJQUAY-2500) (#884)
also remove previous similar guides, and rename previuous
docs/getting_started.md to docs/quick-local-deployment.md.
2021-10-28 14:50:04 +02:00