Jake Moshenko
|
90c0a9c1e0
|
First stab at time machine using fixed two week expiration policy.
|
2015-02-11 14:15:40 -05:00 |
|
Jake Moshenko
|
0f3d87466e
|
Unify the logging infrastructure and turn the prod logging level to INFO in preparation for picking up a new cloud logger.
|
2015-02-11 14:15:18 -05:00 |
|
Joseph Schorr
|
09a10b6153
|
Have cache busting hashes be generated as part of the build process.
|
2015-02-06 17:52:09 -05:00 |
|
Joseph Schorr
|
5f431e966e
|
Add x86_64 compatibility check
|
2015-02-06 12:22:27 -05:00 |
|
Joseph Schorr
|
cf774e23df
|
Merge branch 'master' into v2
|
2015-02-05 15:37:14 -05:00 |
|
Joseph Schorr
|
bc119aed22
|
Clarify why we need database.UserThenDisconnect
|
2015-02-05 15:00:19 -05:00 |
|
Joseph Schorr
|
bfb0784abc
|
Add signing to the ACI converter
|
2015-02-04 15:29:24 -05:00 |
|
Joseph Schorr
|
a1938593a9
|
Better handling of retries on build errors
|
2015-02-03 16:29:47 -05:00 |
|
Jimmy Zelinskie
|
844a960608
|
linter: rm unused imports, shut the linter up
|
2015-02-02 16:38:58 -05:00 |
|
Jake Moshenko
|
432da28b42
|
Reduce the retry count to 2.
|
2015-02-02 15:28:51 -05:00 |
|
Joseph Schorr
|
84e5c0644e
|
Address comments
|
2015-02-02 14:07:32 -05:00 |
|
Jake Moshenko
|
64750e31fc
|
Add the ability to select for update within transactions to fix some write after read hazards. Fix a bug in extend_processing.
|
2015-01-30 16:32:13 -05:00 |
|
Joseph Schorr
|
1022355bb1
|
Revert changes accidentally checked in
|
2015-01-29 15:00:44 -05:00 |
|
Joseph Schorr
|
9583023749
|
Start cleanup in prep for merge
|
2015-01-29 14:25:42 -05:00 |
|
Jake Moshenko
|
84f5780c1d
|
Up the number of retries available for builds.
|
2015-01-29 11:52:42 -05:00 |
|
Jake Moshenko
|
b12c56f227
|
Merge remote-tracking branch 'origin/master' into ephemeral
|
2015-01-29 11:04:13 -05:00 |
|
Joseph Schorr
|
2eceb01e63
|
Add a bit better exception logging in the layer handling
|
2015-01-28 12:39:00 -05:00 |
|
Jake Moshenko
|
44f7ab53a2
|
Merge remote-tracking branch 'origin/master' into ephemeral
|
2015-01-21 13:39:27 -05:00 |
|
Joseph Schorr
|
1cce87b136
|
Add is_testing info and mirror the moved endpoints so we can migrate safely.
|
2015-01-20 16:58:29 -05:00 |
|
Joseph Schorr
|
b74b7de197
|
Clean up the health checking code and move the endpoints to /health/instance and /health/endtoend.
|
2015-01-20 16:53:05 -05:00 |
|
Joseph Schorr
|
92d32bc636
|
Make the DB health check first attempt a simple DB connection. If the database is in the middle of a failover, this will fail after 3 seconds (the connection timeout specified), rather than hanging and causing the ELB health checks to timeout and fail.
|
2015-01-20 14:46:22 -05:00 |
|
Joseph Schorr
|
2a89accc49
|
Fix exception handling in the registry health check and make sure the user_loader is registered before the process is forked
|
2015-01-16 22:41:54 -05:00 |
|
Jimmy Zelinskie
|
296fc938a2
|
Merge pull request #5 from coreos-inc/regcheck
Have the health check also ping the registry endpoint to make sure it is...
|
2015-01-16 16:08:10 -05:00 |
|
Joseph Schorr
|
b89ba61286
|
Change to only run the cloud watch reporter in the gunicorn_web
|
2015-01-16 13:44:29 -05:00 |
|
Joseph Schorr
|
2bae008bb1
|
Add a timeout to the health check on the registry workers
|
2015-01-16 13:22:54 -05:00 |
|
Joseph Schorr
|
99bd16a69c
|
Fix github names for private orgs
|
2015-01-15 15:02:20 -05:00 |
|
Joseph Schorr
|
a4de476a85
|
Have the health check also ping the registry endpoint to make sure it is functional.
|
2015-01-14 23:39:58 -05:00 |
|
Joseph Schorr
|
5bbf1d0c14
|
Make sure the ac-discovery URL is generated properly from config values
|
2015-01-13 18:00:01 -05:00 |
|
Joseph Schorr
|
6ed28930b2
|
Work in progress: Docker -> ACI conversion
|
2015-01-13 17:46:11 -05:00 |
|
Joseph Schorr
|
27e7447569
|
Fix spacing
|
2015-01-05 12:12:00 -05:00 |
|
Joseph Schorr
|
8085ff81a8
|
Only call get_authenticated_* once in the track_and_log, and add better logging to it
|
2015-01-04 14:50:08 -05:00 |
|
Joseph Schorr
|
30c7cbb80b
|
Merge branch 'master' of https://github.com/coreos-inc/quay
|
2014-12-29 12:29:03 -05:00 |
|
Jake Moshenko
|
e53b6b0e21
|
Merge remote-tracking branch 'origin/master' into ephemeral
|
2014-12-22 12:14:59 -05:00 |
|
Jake Moshenko
|
12ee8e0fc0
|
Switch a few of the buildman methods to coroutines in order to support network calls in methods. Add a test for the ephemeral build manager.
|
2014-12-22 12:14:16 -05:00 |
|
Jimmy Zelinskie
|
6968c148f7
|
Allow redirects to specific tags
|
2014-12-18 16:01:59 -05:00 |
|
Joseph Schorr
|
914df9af1a
|
Merge branch 'master' of https://github.com/coreos-inc/quay
|
2014-12-18 18:08:59 +02:00 |
|
Joseph Schorr
|
5168f47321
|
Only lookup if the repo is public if necessary
|
2014-12-18 18:08:50 +02:00 |
|
Jimmy Zelinskie
|
a6762531e8
|
remove unused imports
|
2014-12-16 12:16:49 -05:00 |
|
Joseph Schorr
|
107847a4bb
|
Fix Slack notification setup to support the new slack web hook format and convert all existing data to use the new format (so we only have one code path)
|
2014-12-16 14:34:43 +02:00 |
|
Joseph Schorr
|
73ebcd45e3
|
Only perform the heartbeat check if the build is actually running. If it has completed, or has an error, then we know it is done.
|
2014-12-11 21:10:54 +02:00 |
|
Jimmy Zelinskie
|
f3259c862b
|
Merge branch 'koh'
Conflicts:
auth/scopes.py
requirements-nover.txt
requirements.txt
static/css/quay.css
static/directives/namespace-selector.html
static/js/app.js
static/partials/manage-application.html
templates/oauthorize.html
|
2014-12-01 12:30:09 -08:00 |
|
Joseph Schorr
|
72d613614d
|
Merge branch 'bagger'
|
2014-12-01 12:48:59 -05:00 |
|
Jimmy Zelinskie
|
8591889c62
|
Generate PNG avatars.
|
2014-11-26 16:52:24 -05:00 |
|
Joseph Schorr
|
b7a489813a
|
Fix build system to work with Github Enterprise
|
2014-11-26 12:37:20 -05:00 |
|
Jimmy Zelinskie
|
eab79ff1ad
|
Add caching headers to avatar endpoint.
|
2014-11-26 10:54:16 -05:00 |
|
Jimmy Zelinskie
|
182c87b983
|
Remove unused imports.
|
2014-11-26 10:53:51 -05:00 |
|
Joseph Schorr
|
b3240de1f8
|
Rename gravatar field after the bees merge.
|
2014-11-25 19:59:24 -05:00 |
|
Jimmy Zelinskie
|
d9f0d36dfe
|
Add missing InvalidResponse class.
|
2014-11-25 16:08:01 -05:00 |
|
Joseph Schorr
|
3a935822fc
|
Fix PhantomJS by always using the local copy of CDN files, and making sure to specify TLS (instead of the default SSLv3, which is now deprecated)
|
2014-11-25 15:32:10 -05:00 |
|
Joseph Schorr
|
0e13ef3ff8
|
Fix various bugs and styling issues
|
2014-11-24 19:40:03 -05:00 |
|