This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/data/model
Joseph Schorr 96e0fc4ad6 Fix manifest backfill for manifests pointing to V1 images
V1 images don't have checksums, so we just always use the full storage set for the manifest, rather than a checksum map
2018-08-13 15:51:18 -04:00
..
test Change manifest creation to take in the map of blobs that form the manifest 2018-08-07 16:28:50 -04:00
__init__.py Add an AppSpecificAuthToken data model for app-specific auth tokens. These will be used for the Docker CLI in place of username+password 2018-01-04 15:27:41 -05:00
_basequery.py Upgrade Peewee to latest 3.x 2018-07-23 12:43:23 -04:00
appspecifictoken.py Add last_accessed information to User and expose for robot accounts 2018-03-21 15:28:34 -04:00
blob.py Implement support for blob mounting via the mount parameter on blob uploads 2018-06-06 11:31:28 -04:00
build.py Upgrade Peewee to latest 3.x 2018-07-23 12:43:23 -04:00
health.py Add metrics for tracking when instance key renewal succeeds and fails, as well as when instance key *lookup* fails 2018-02-02 11:14:42 -05:00
image.py Upgrade Peewee to latest 3.x 2018-07-23 12:43:23 -04:00
label.py Fix the V22 phase 1 migrations to use new tables for mapping rather than editing existing tables 2018-08-06 16:58:27 -04:00
log.py Change id column in LogEntry to a BigInt and migrate back to using that table 2018-07-30 12:42:56 -04:00
message.py Severity and Markdown support in MOTD 2017-01-18 16:55:32 -05:00
modelutil.py Fix bug in modelutil pagination that caused us to load far more results than necessary 2018-05-14 11:40:31 -04:00
notification.py Fixes empty "created" field in notification 2018-08-01 17:17:47 -04:00
oauth.py Refactor auth code to be cleaner and more extensible 2018-02-14 15:35:27 -05:00
organization.py Filter out deleted users and organizations from the superuser list 2018-05-15 10:42:41 -04:00
permission.py Upgrade Peewee to latest 3.x 2018-07-23 12:43:23 -04:00
release.py Use get_or_create in place of create_or_get 2018-04-04 14:21:16 -04:00
repository.py Add new Manifest, ManifestLabel, ManifestLegacyImage and ManifestBlob tables and start writing and GCing to/from them 2018-08-06 13:01:11 -04:00
repositoryactioncount.py Temporarily change to storing logs in a new LogEntry2 table 2018-05-18 20:15:16 -04:00
service_keys.py Upgrade Peewee to latest 3.x 2018-07-23 12:43:23 -04:00
sqlalchemybridge.py Upgrade Peewee to latest 3.x 2018-07-23 12:43:23 -04:00
storage.py Add new Manifest, ManifestLabel, ManifestLegacyImage and ManifestBlob tables and start writing and GCing to/from them 2018-08-06 13:01:11 -04:00
tag.py Fix manifest backfill for manifests pointing to V1 images 2018-08-13 15:51:18 -04:00
team.py Upgrade Peewee to latest 3.x 2018-07-23 12:43:23 -04:00
token.py Upgrade Peewee to latest 3.x 2018-07-23 12:43:23 -04:00
user.py Upgrade Peewee to latest 3.x 2018-07-23 12:43:23 -04:00