Commit graph

5257 commits

Author SHA1 Message Date
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
7ffb28cafa Small test fixes 2015-10-05 15:26:45 -04:00
josephschorr
1ca8b02637 Merge pull request #594 from coreos-inc/python-registry-v2-namecheck
Add repo name check to V2
2015-10-05 14:38:50 -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
Joseph Schorr
f393236c9f Add repo name check to V2
Fixes #592
2015-10-05 14:19:52 -04:00
Jimmy Zelinskie
16c0d19934 Merge pull request #584 from jzelinskie/testgcs
client-side join chunks for GCS
2015-10-02 14:59:45 -04:00
Jimmy Zelinskie
9ddad4a1a9 client-side join chunks for GCS
Boto does not implement GCS's custom multipart API and so we're left to
join them client-side until it does.
2015-10-02 14:57:39 -04:00
josephschorr
a9278f1653 Merge pull request #583 from coreos-inc/python-registry-v2-betterpulltest
Make sure registry pull tests verify the images expected
2015-10-02 14:35:48 -04:00
Joseph Schorr
b0ed930627 Make sure registry pull tests verify the images expected 2015-10-02 14:33:38 -04:00
Joseph Schorr
d0dc8fe45d Add endpoint security tests for the V2 endpoints
Fixes #581
2015-10-02 14:01:12 -04:00
josephschorr
23d85409a6 Merge pull request #579 from coreos-inc/dbfieldfix
Loosen DB hostname regex
2015-10-01 14:49:27 -04:00
josephschorr
1cf930eb9c Merge pull request #580 from coreos-inc/python-registry-v2-testfix
Fix test specs for recent change in tags endpoint in V1
2015-10-01 12:50:50 -04:00
josephschorr
5b552b0129 Merge pull request #567 from coreos-inc/python-registry-v2-optimize
Load images and storage references in bulk during V1 synthesize
2015-10-01 12:50:36 -04:00
Joseph Schorr
53b096e2f5 Fix test specs for recent change in tags endpoint in V1 2015-10-01 12:48:59 -04:00
Joseph Schorr
125bf97667 Loosen DB hostname regex
Fixes #574
2015-10-01 12:35:19 -04:00
Jimmy Zelinskie
9b43699741 Merge pull request #575 from jzelinskie/rados-v2
RadosGW v2 storage
2015-10-01 12:30:08 -04:00
Jimmy Zelinskie
6ed5087a3c add client side chunk join method 2015-10-01 12:28:56 -04:00
Jimmy Zelinskie
ffeb99d4ee BaseStreamFileLike: handle reads that return None
Fixes #555.
2015-09-30 17:46:59 -04:00
Jimmy Zelinskie
abe43a0e07 override upload_chunk_complete for RadosGW
RadosGW doesn't support server-side copy of keys into multipart, so we
have to always join it on the local side.
2015-09-30 17:46:59 -04:00
josephschorr
5505707884 Merge pull request #573 from coreos-inc/buildschmonitor
Add exception logging to the build manager
2015-09-30 16:22:47 -04:00
Joseph Schorr
752d05dedb Add exception logging to the build manager
Fixes #547
2015-09-30 15:49:35 -04:00
josephschorr
6498e1fe87 Merge pull request #572 from coreos-inc/redishealthcheck
Add a better redis health check that reads and writes
2015-09-30 15:41:00 -04:00
josephschorr
47c707a88c Merge pull request #571 from coreos-inc/redisunblock
Make build system resistant to Redis being broken
2015-09-30 15:23:35 -04:00
Joseph Schorr
6e0ca735a5 Add a better redis health check that reads and writes
This will hopefully catch issues earlier with Redis
2015-09-30 15:23:19 -04:00
josephschorr
21462388e2 Merge pull request #570 from coreos-inc/python-registry-v2-filelike
Add full unit tests for the file-like objects and fix them
2015-09-30 15:17:24 -04:00
Joseph Schorr
2d3092b826 Make build system resistant to Redis being broken
Fixes #549
2015-09-30 15:15:10 -04:00
Joseph Schorr
a3ebb9028d Add full unit tests for the file-like objects and fix them
Fixes #568
2015-09-30 14:19:25 -04:00
Joseph Schorr
35c35d9913 Load images and storage references in bulk during V1 synthesize
Currently, we perform multiple queries for each layer, making it much slower (especially cross-region)

Fixes #413
2015-09-29 17:53:39 -04:00
josephschorr
78e8aefd45 Merge pull request #566 from coreos-inc/python-registry-v2-catalog
Add _catalog endpoint as specified by V2 API
2015-09-29 16:07:48 -04:00
Joseph Schorr
f44ca79391 Add _catalog endpoint as specified by V2 API
Fixes #391
2015-09-29 16:02:19 -04:00
josephschorr
dfe564fe24 Merge pull request #565 from coreos-inc/python-registry-v2-speccheck
New tests and small fixes while comparing against the V2 spec
2015-09-29 15:39:23 -04:00
Joseph Schorr
decdaa4c79 New tests and small fixes while comparing against the V2 spec
Fixes #391
2015-09-29 15:18:48 -04:00
josephschorr
1b7449188b Merge pull request #561 from coreos-inc/githubtriggerfix2
Handle the case where we have lookup_user but no username
2015-09-28 17:14:26 -04:00
Joseph Schorr
eaf81959f5 Handle the case where we have lookup_user but no username 2015-09-28 17:12:56 -04:00
josephschorr
41bfe2ffde Merge pull request #551 from coreos-inc/python-registry-v2-swift
Add V2 storage methods to Swift storage engine
2015-09-28 17:09:34 -04:00