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/migrations
Joseph Schorr a46660a06f Add new Manifest, ManifestLabel, ManifestLegacyImage and ManifestBlob tables and start writing and GCing to/from them
This change also starts passing in the manifest interface, rather than the raw data, to the model for writing.

Note that this change does *not* backfill the existing rows in to the new tables; that will occur in a followup PR. The new columns in `tagmanifest` and `tagmanifestlabel` will be used to track the backfill, as it will occur in a worker.
2018-08-06 13:01:11 -04:00
..
versions Add new Manifest, ManifestLabel, ManifestLegacyImage and ManifestBlob tables and start writing and GCing to/from them 2018-08-06 13:01:11 -04:00
__init__.py Add support for populating test data during migration testing 2018-06-18 14:14:32 -04:00
env.py Fix error case in uploading tar, more comments 2018-06-22 13:23:08 -04:00
migration.sh Phase 1 of migrating APPR-specific tables to tables with the Appr prefix 2018-07-20 13:19:01 -04:00
script.py.mako Add support for populating test data during migration testing 2018-06-18 14:14:32 -04:00
tester.py Add support for populating test data during migration testing 2018-06-18 14:14:32 -04:00