Joseph Schorr
|
79f39697fe
|
- Fix superuser panel for debugging
- Start work on the gauges panel
|
2015-02-17 11:31:50 -05:00 |
|
Joseph Schorr
|
fbdbc21eb1
|
Merge branch 'master' into quark
|
2015-02-13 16:24:53 -05:00 |
|
Joseph Schorr
|
81ce4c771e
|
Add ability to cancel builds that are in the waiting state
|
2015-02-13 15:54:01 -05:00 |
|
Joseph Schorr
|
f84d1bad45
|
Handle internal errors in a better fashion: If a build would be marked as internal error, only do so if there are retries remaining. Otherwise, we mark it as failed (since it won't be rebuilt anyway)
|
2015-02-12 16:19:44 -05:00 |
|
Joseph Schorr
|
f107b50a46
|
Merge branch 'master' into ackbar
|
2015-02-12 12:04:45 -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
|
045614c6c8
|
Merge branch 'master' into ackbar
|
2015-02-09 17:16:42 -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
|
9dfe523615
|
Merge master changes
|
2015-02-05 13:11:16 -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
|
d359c849cd
|
Add the build worker and job count information to the charts
|
2015-01-28 17:12:33 -05:00 |
|
Joseph Schorr
|
2eceb01e63
|
Add a bit better exception logging in the layer handling
|
2015-01-28 12:39:00 -05:00 |
|
Joseph Schorr
|
63cd6ffcc3
|
Start on adding usage charts
|
2015-01-28 12:35:01 -05:00 |
|
Joseph Schorr
|
30b895b795
|
Merge branch 'grunt-js-folder' of https://github.com/coreos-inc/quay into ackbar
|
2015-01-23 17:26:14 -05:00 |
|
Joseph Schorr
|
c8229b9c8a
|
Implement new step-by-step setup
|
2015-01-23 17:19:15 -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
|
28d319ad26
|
Add an in-memory superusermanager, which stores the current list of superusers in a process-shared Value. We do this because in the ER, when we add a new superuser, we need to ensure that ALL workers have their lists updated (otherwise we get the behavior that some workers validate the new permission and others do not).
|
2015-01-20 12:43:11 -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
|
6d604a656a
|
Move config handling into a provider class to make testing much easier
|
2015-01-09 16:23:31 -05:00 |
|
Joseph Schorr
|
47fb10b79f
|
Merge branch 'master' into ackbar
|
2015-01-08 13:57:39 -05:00 |
|
Joseph Schorr
|
5e0ce4eea9
|
Add validation of github to the config tool
|
2015-01-08 13:26:24 -05:00 |
|
Joseph Schorr
|
7933bd44fd
|
Add tests for the new super user config API and make sure both super user API endpoint sets are all guarded against being used in production
|
2015-01-08 12:53:36 -05:00 |
|
Joseph Schorr
|
f125efa8ca
|
Fix broken check
|
2015-01-07 16:42:09 -05:00 |
|
Joseph Schorr
|
63504c87fb
|
Get end-to-end configuration setup working, including verification (except for Github, which is in progress)
|
2015-01-07 16:20:51 -05:00 |
|
Joseph Schorr
|
219730c341
|
Better config defaults and remove some unneeded code
|
2015-01-05 13:01:32 -05:00 |
|
Joseph Schorr
|
40d2b1748f
|
Fix handling of secret key: We now generate it on app startup if it doesn't exist in the config (which it doesn't anymore in the base config.py).
|
2015-01-05 12:31:02 -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 |
|