Commit graph

4202 commits

Author SHA1 Message Date
Jimmy Zelinskie
109d69abfd Copy new fields over to the linked image
This potentially fixes an issue with the v2 image field backfill. We
should be safe to copy these fields over at link time so that hopefully
it doesn't get skipped by the docker client. `_find_or_link_image`
should NEVER be used by the registry v2 protocol.
2015-10-19 17:11:11 -04:00
Joseph Schorr
5941f3937c Enable async GC for all
Fixes #569
2015-10-19 14:22:41 -04:00
josephschorr
601b741c4e Merge pull request #657 from coreos-inc/bettergherror
Better GitHub error messaging
2015-10-16 18:06:27 -04:00
josephschorr
72b938c45a Merge pull request #656 from coreos-inc/builddialogerr
Fix small UI bugs around uploading dockerfiles
2015-10-16 17:53:14 -04:00
Joseph Schorr
328aacbc60 Fix small UI bugs around uploading dockerfiles
Fixes #606

- Raises an error when a non-200 code is returned
- Resets the dialog when reopened
- Has a nicer error message for 413 errors
2015-10-16 17:53:00 -04:00
Jimmy Zelinskie
069ab0c644 Merge pull request #658 from Quentin-M/nginx_semicolon
Add missing semicolon in nginx conf
2015-10-16 17:25:17 -04:00
Joseph Schorr
d464af4cce Add ability to update superusers via the UI
Fixes #634
2015-10-16 15:41:18 -04:00
Joseph Schorr
a37b9394d9 Add org email address to orgs list 2015-10-16 15:17:51 -04:00
Joseph Schorr
ad5beab3ef Disable superuser functions around users when not using DB auth 2015-10-16 15:14:49 -04:00
Quentin Machu
18a7caf474 Add missing semicolon in nginx conf 2015-10-16 13:55:16 -04:00
Joseph Schorr
d9e001b688 Better GitHub error messaging
Fixes #612
2015-10-16 13:51:50 -04:00
josephschorr
2f42a4d94d Merge pull request #641 from coreos-inc/wildcardfix
Make sure to filter wildcard queries
2015-10-15 14:26:51 -04:00
Joseph Schorr
6df7f60e4a Make sure to filter wildcard queries
Fixes #640
2015-10-15 14:26:33 -04:00
josephschorr
d3857e509f Merge pull request #643 from coreos-inc/nullimage
Check and handle NULL image_size
2015-10-15 13:26:13 -04:00
Joseph Schorr
fe79d5fb66 Check and handle NULL image_size
Fixes #613
2015-10-15 13:25:54 -04:00
josephschorr
24b54f1e34 Merge pull request #615 from coreos-inc/queriesunite
Unionize the mega query - It needed more performance-based benefits
2015-10-15 13:17:01 -04:00
josephschorr
15c7f9350c Merge pull request #647 from coreos-inc/teamui
Make teams UI more descriptive
2015-10-15 13:13:23 -04:00
Joseph Schorr
c9daf7d8a9 Add additional tests for repo visibility and further simplify the query for perf 2015-10-15 12:12:57 -04:00
Joseph Schorr
f49375949f Make teams UI more descriptive
Fixes #646
2015-10-15 12:05:55 -04:00
josephschorr
e31dda35df Merge pull request #607 from coreos-inc/buildmanerrorhandle
Better error handling for the build manager
2015-10-13 17:52:01 -04:00
Jimmy Zelinskie
d0fcfa6d6a Merge pull request #636 from jzelinskie/timeouts
raise a 520 for any GitLab timeouts
2015-10-13 17:36:38 -04:00
Jimmy Zelinskie
7c1547221d raise a 520 for any GitLab timeouts 2015-10-13 17:34:08 -04:00
Jimmy Zelinskie
8c5ca219c4 Merge pull request #633 from jzelinskie/gltimeout
add default HTTP timeout to GitLab
2015-10-13 15:24:23 -04:00
Jimmy Zelinskie
d2c4a465e3 add default HTTP timeout to GitLab
Fixes #623.
2015-10-13 14:51:28 -04:00
Jimmy Zelinskie
0e27852444 Merge pull request #631 from jzelinskie/glfix
remove network usage from GL repo URL
2015-10-13 13:46:27 -04:00
Jimmy Zelinskie
7dfe6691ec remove network usage from GL repo URL
Fixes #624.
2015-10-13 12:44:56 -04:00
josephschorr
639d7bc797 Merge pull request #628 from coreos-inc/btetimeout
Make sure we have defined timeouts on all our requests out to externa…
2015-10-13 11:56:06 -04:00
josephschorr
ad89c1335b Merge pull request #627 from coreos-inc/debuglog
Add DEBUGLOG flag for enabling full debug logs in all gunicorn compon…
2015-10-13 11:52:35 -04:00
Joseph Schorr
0f37e66cc8 Better error handling for the build manager
Fixes #604
2015-10-13 11:40:07 -04:00
Joseph Schorr
775b47c851 Make sure we have defined timeouts on all our requests out to external build services
Fixes #623
2015-10-13 11:21:53 -04:00
Joseph Schorr
e467cda72d Add DEBUGLOG flag for enabling full debug logs in all gunicorn components
Fixes #625
2015-10-13 10:45:49 -04:00
Joseph Schorr
e8cb359d96 Unionize the mega query - It needed more performance-based benefits 2015-10-09 14:45:05 -07:00
Silas Sewell
e80fcc1b28 Merge pull request #614 from coreos-inc/www-redirect
nginx: add www redirect
2015-10-07 14:24:30 -04:00
Silas Sewell
9c866eac4b nginx: add www redirect
Fixes #452
2015-10-07 11:17:07 -04:00
Quentin Machu
c3a411cd63 Merge pull request #610 from coreos-inc/update-import
Update old import
2015-10-06 18:43:28 -04:00
Quentin Machu
27fd4a5555 Update old import 2015-10-06 18:42:41 -04:00
Jimmy Zelinskie
57675487cb Merge pull request #605 from jzelinskie/disable-metrics
disable queue metrics on everything except builds
2015-10-06 17:12:04 -04:00
Jimmy Zelinskie
8aa26fdbfa disable queue metrics
The lock contention on the queue table is murdering performance.

yep
2015-10-06 17:10:48 -04:00
Jimmy Zelinskie
e7262c3cbc Merge pull request #603 from jzelinskie/loglimit
limit logs to a max number of pages
2015-10-06 14:18:05 -04:00
Jimmy Zelinskie
9818481b08 limit logs to a maximum number of pages 2015-10-06 14:13:23 -04:00
Matt Jibson
5ab8ca04b6 Merge pull request #602 from coreos-inc/initdb
Add initdb to local-docker.sh
2015-10-06 01:34:08 -04:00
Matt Jibson
e2c6113455 Merge pull request #601 from coreos-inc/remove-transaction
Remove transaction from metric reporting
2015-10-06 01:31:36 -04:00
Matt Jibson
7a85140aae Add initdb to local-docker.sh 2015-10-06 01:29:15 -04:00
Matt Jibson
87cc3289a0 Remove transaction from metric reporting 2015-10-06 01:28:43 -04:00
josephschorr
3e7a95407b Merge pull request #598 from coreos-inc/limitbadquery
Prevent unlimited insane query from running and fix tests
2015-10-05 21:29:35 -04:00
Silas Sewell
c6da322ec1 Merge pull request #597 from coreos-inc/tag-validation
Update tag validation
2015-10-05 21:10:55 -04:00
Silas Sewell
dd3d939b31 Update tag validation
Fixes #536
2015-10-05 19:32:10 -04:00
Joseph Schorr
dd804816ba Prevent unlimited insane query from running and fix tests
Fixes #591
2015-10-05 17:11:49 -04:00
josephschorr
297a794aa1 Merge pull request #595 from coreos-inc/lookupqueryperf
Remove old search API and switch V1 search to use the new search system
2015-10-05 16:43:27 -04:00
Joseph Schorr
8ca92d6828 Remove old search API and switch V1 search to use the new search system 2015-10-05 14:36:43 -04:00