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
Matt Jibson cfb6e884f2 Refactor metric collection
This change adds a generic queue onto which metrics can be pushed. A
separate module removes metrics from the queue and adds them to Cloudwatch.
Since these are now separate ideas, we can easily change the consumer from
Cloudwatch to anything else.

This change maintains near feature parity (the only change is there is now
just one queue instead of two - not a big deal).
2015-08-12 12:15:52 -04:00
..
migrations Add missing index on retries_remaining 2015-08-04 18:01:28 -04:00
model MySQL and Postgres complain about the group by, so calculate dates ourselves 2015-08-06 12:52:55 -04:00
users Refactor the util directory to use subpackages. 2015-08-03 16:04:19 -04:00
__init__.py Refactor the code into modules, it was getting unweildy. 2013-09-25 12:45:12 -04:00
archivedlogs.py Finish the build logs archiver, add handlers for cloud and local that handle gzip encoded archived content. 2014-09-11 15:33:10 -04:00
billing.py Unify the free trial period 2015-08-10 17:36:13 -04:00
buildlogs.py Strip whitespace from ALL the things. 2014-11-24 16:07:38 -05:00
database.py Add missing index on retries_remaining 2015-08-04 18:01:28 -04:00
queue.py Refactor metric collection 2015-08-12 12:15:52 -04: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
userevent.py Fix the tutorial's user events 2015-04-03 12:13:33 -04:00
userfiles.py Finish the build logs archiver, add handlers for cloud and local that handle gzip encoded archived content. 2014-09-11 15:33:10 -04:00