Commit graph

5085 commits

Author SHA1 Message Date
josephschorr
b34314a584 Merge pull request #1258 from coreos-inc/new_clair_notify
Refactor the security worker and API calls and add a bunch of tests
2016-02-25 12:29:55 -05:00
Joseph Schorr
c0374d71c9 Refactor the security worker and API calls and add a bunch of tests 2016-02-25 12:29:41 -05:00
Jimmy Zelinskie
01b9606481 Merge pull request #1255 from jzelinskie/wwwauth
v2: always send www-authn headers on unauthorized
2016-02-22 12:49:37 -05:00
Jimmy Zelinskie
54a029e2bd v2: always send www-authn headers on unauthorized
Fixes #1254.
2016-02-22 12:48:19 -05:00
Quentin Machu
0183c519f7 Merge pull request #1253 from Quentin-M/clair2
Adapt securityworker, secscan API and Quay UI for Clair 1.0
2016-02-19 18:21:25 -05:00
Quentin Machu
6a37f93718 Make the Quay UI work for Clair 1.0 2016-02-19 17:44:23 -05:00
Quentin Machu
4bd5996bbf Adapt secscan API for Clair v1.0
Squash /vulnerabilities and /packages as it basically does the same
action on Clair and we don't need both for Quay
2016-02-19 17:44:23 -05:00
Quentin Machu
e5da33578c Adapt security worker for Clair v1.0 (except notifications) 2016-02-19 17:44:14 -05:00
josephschorr
11af123ba5 Merge pull request #1244 from coreos-inc/enableaci
Add UI to the setup tool for enabling ACI conversion
2016-02-17 12:29:48 -05:00
Joseph Schorr
1940fd9939 Add UI to the setup tool for enabling ACI conversion
Fixes #1211
2016-02-17 12:05:48 -05:00
josephschorr
04cd3c2f63 Merge pull request #1204 from coreos-inc/spangular
Fix superuser panel title
2016-02-17 12:03:50 -05:00
josephschorr
4b8818f96e Merge pull request #1249 from coreos-inc/changesoverflow
Fix changes overflow bug
2016-02-17 11:59:10 -05:00
Joseph Schorr
1505f35b8e Fix changes overflow bug
Fixes #1248
2016-02-17 11:24:31 -05:00
josephschorr
6f9fc7fc08 Merge pull request #1225 from coreos-inc/setuptooltest
Add tests for superuser config API calls
2016-02-16 17:01:43 -05:00
Joseph Schorr
8d9f3309aa Remove internal_only from some APIs now that we expose a user admin scope
Fixes #1246
2016-02-16 16:50:33 -05:00
josephschorr
e8faa9f843 Merge pull request #939 from coreos-inc/user-admin
Add user admin scope
2016-02-16 16:42:29 -05:00
Jake Moshenko
0c1b2f7c7c Merge pull request #1245 from jakedt/thxjimmy
Let's not shadow a variable we are about to delete
2016-02-16 16:00:26 -05:00
Jake Moshenko
d0b2030b4e Let's not shadow a variable we are about to delete 2016-02-16 15:36:52 -05:00
josephschorr
81a36ee3b8 Merge pull request #1217 from coreos-inc/v2pagination
Fix V2 catalog and tag pagination
2016-02-16 15:34:49 -05:00
Quentin Machu
c8d825c232 expose min_id in allocator.py 2016-02-16 15:16:22 -05:00
josephschorr
ded0a27901 Merge pull request #1242 from coreos-inc/receiptemailsbug
Fix schema for invoice email updating
2016-02-16 13:26:26 -05:00
Joseph Schorr
ecaa051791 Fix schema for invoice email updating
Fixes #1209
2016-02-16 11:52:57 -05:00
Jake Moshenko
fc419d6648 Merge pull request #1237 from jakedt/deletebadmanifests
Delete bad manifests from the DB
2016-02-16 11:42:47 -05:00
Jake Moshenko
6e05920d6b Delete bad manifests from the DB 2016-02-16 11:42:19 -05:00
josephschorr
babf61fdaa Merge pull request #1241 from coreos-inc/v2v1idbugs
Small bug fixes for V2->V1 translation
2016-02-15 12:15:46 -05:00
Joseph Schorr
4b24556cb3 Check for the parent's ID in the updated ID map.
Fixes #1240
2016-02-15 11:02:52 -05:00
Joseph Schorr
69262282fe Make sure to encode all V1 metadata strings
Fixes #1239
2016-02-15 10:57:20 -05:00
Jake Moshenko
989c2722e5 Merge pull request #1238 from jakedt/newrelease
Update changelog for v1.15.5 release
2016-02-12 18:07:08 -05:00
Jake Moshenko
e1edbb9f72 Update changelog for v1.15.5 release 2016-02-12 18:06:21 -05:00
Jimmy Zelinskie
70aa7cc731 Merge pull request #1230 from jzelinskie/aci-head
allow HEAD on ACI images
2016-02-12 16:29:12 -05:00
Jimmy Zelinskie
2b07b6d8a9 allow HEAD on ACI images
Fixes #911.
2016-02-12 16:28:44 -05:00
Jake Moshenko
9b1463ba77 Merge pull request #1236 from jakedt/v1linking
V1linking
2016-02-12 16:26:16 -05:00
Jake Moshenko
6454b5aeb7 Update the layer rename PR to preserve the original manifest 2016-02-12 16:25:47 -05:00
Joseph Schorr
abd2e3c234 V1 Docker ID <-> V2 layer SHA mismatch fix
Fix handling of V1 Docker ID <-> V2 layer SHA mismatch by dynamically rewriting the manifest to use new synthesized IDs for all layers above the mismatch. Also adds a bunch of tests for this and other use cases, fixes a bug around manifest digest uniqueness and fixes the 5.5 migration for MySQL.
2016-02-12 17:39:27 +02:00
Quentin Machu
8b61c69dad Merge pull request #1233 from coreos-inc/wtfbbq
Remove abort(500) on checksum mismatch
2016-02-11 18:36:17 -05:00
Quentin Machu
5c7f2a5c16 Remove abort(500) on checksum mismatch 2016-02-11 18:32:21 -05:00
Quentin Machu
52fb982ae1 Merge pull request #1232 from coreos-inc/changelog-1.15.4
Update changelog for v1.15.4
2016-02-11 17:25:28 -05:00
Quentin Machu
10efc1cc1f Update changelog for v1.15.4 2016-02-11 17:21:55 -05:00
Jake Moshenko
bbbd7c692c Merge pull request #1231 from jakedt/capitaloops
Fix allocator test
2016-02-11 17:20:16 -05:00
Jake Moshenko
abb0e9fb88 Fix allocator test 2016-02-11 17:18:19 -05:00
Jake Moshenko
4d9bfef08f Merge pull request #1229 from jakedt/capitaloops
Fixes for content checksum and torrent pieces backfill
2016-02-11 16:55:38 -05:00
Jake Moshenko
88d84aa182 Fixes for content checksum and torrent pieces backfill
Remove null handler from app.py, was silencing other logs
2016-02-11 16:53:18 -05:00
josephschorr
a9c64545fa Merge pull request #1228 from coreos-inc/v2storagevalidation
Add a check that will fail if we try to mislink V1 layers
2016-02-11 22:49:33 +02:00
josephschorr
904b2d53d2 Merge pull request #1197 from coreos-inc/webpytest
Tests for endpoints/web and some small fixes
2016-02-11 22:42:43 +02:00
Joseph Schorr
27f1cc0a13 Add a check that will fail if we try to mislink V1 layers
Also logs some useful information
2016-02-11 22:40:00 +02:00
Jake Moshenko
2a350460d5 Merge pull request #1227 from jakedt/fiftyfive
Replace incompatible MySQL 5.5 server_default
2016-02-11 15:09:30 -05:00
Jake Moshenko
59a6f5bc77 Replace incompatible MySQL 5.5 server_default 2016-02-11 15:07:16 -05:00
josephschorr
95f3787152 Merge pull request #1223 from coreos-inc/quaynotifyicon
Fix Quay notification icon
2016-02-11 21:42:18 +02:00
josephschorr
7b99a594f4 Merge pull request #1222 from coreos-inc/jsnpefix
Small NPE fix in JS
2016-02-11 21:41:27 +02:00
Joseph Schorr
03533db5a3 Add tests for superuser config API calls 2016-02-11 11:04:37 +02:00