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
Joseph Schorr f6ff0d6ca0 Add support for populating test data during migration testing
This change ensures that the tables in the database during migration have at least one row of "real" data, which should help catch issues in the future where we forget to set column defaults and other such schema oversights that can only be truly tested with non-empty tables

Fixes https://jira.coreos.com/browse/QUAY-913
2018-06-18 14:14:32 -04:00
..
cache Fix bug in in-memory data cache 2018-05-01 13:28:24 +03:00
migrations Add support for populating test data during migration testing 2018-06-18 14:14:32 -04:00
model Implement support for blob mounting via the mount parameter on blob uploads 2018-06-06 11:31:28 -04:00
oci_model Revert "Merge pull request #2844 from coreos-inc/alegrand/use_latest_appr_server_code" 2017-08-09 20:45:46 -04:00
test Switch fixture imports to wildcard in prep for full db test fixes 2017-04-24 16:45:14 -04:00
users Add feature flag to disable username confirmation 2018-06-01 13:30:50 -04:00
__init__.py Refactor the code into modules, it was getting unweildy. 2013-09-25 12:45:12 -04:00
archivedlogs.py fix(data.archivedlogs): update endpoint name 2017-04-26 17:31:44 -04:00
billing.py Add new Quay pricing plans 2017-12-18 13:12:16 -05:00
buildlogs.py Decrease redis timeouts to within the WAMP message window 2018-03-02 16:53:37 -05:00
database.py Temporarily change to storing logs in a new LogEntry2 table 2018-05-18 20:15:16 -04:00
fields.py Full text support in peewee 2017-01-31 11:38:31 -05:00
queue.py Switch build queue limiter query to use total number of alive jobs 2018-02-21 14:04:40 -05:00
read_slave.py Add support for read slave databases. 2014-07-02 19:10:24 -04:00
runmigration.py Implement new step-by-step setup 2015-01-23 17:19:15 -05:00
text.py Fix MySQL bug in full text search 2018-05-14 08:41:40 -04:00
userevent.py fix(userevent): ignore subscribe notifications in userevents 2017-01-20 13:38:02 -05:00
userfiles.py Ensure user files are always sent with the Content-Disposition header 2017-12-06 17:12:00 -05:00