josephschorr
|
496bc59e39
|
Merge pull request #1531 from coreos-inc/static-pages
Move privacy and TOS to Angular
|
2016-06-09 14:08:46 -04:00 |
|
josephschorr
|
2d2355fe3a
|
Merge pull request #1532 from coreos-inc/logs-description
Remove description from the log for change desc
|
2016-06-09 14:08:40 -04:00 |
|
Joseph Schorr
|
56abefe58e
|
Remove description from the log for change desc
Fixes #1524
|
2016-06-09 14:06:51 -04:00 |
|
josephschorr
|
bda5d7ae29
|
Merge pull request #1511 from coreos-inc/location-cache
Use a cache for ImageStorageLocation
|
2016-06-09 14:03:07 -04:00 |
|
Joseph Schorr
|
7aa6b812e2
|
Use a cache for ImageStorageLocation
No need to reload it from the DB or join as it is a static set only changed during migration
|
2016-06-09 14:02:42 -04:00 |
|
Joseph Schorr
|
8177c39aff
|
Move privacy and TOS to Angular
Fixes #1529
|
2016-06-09 13:45:37 -04:00 |
|
Jimmy Zelinskie
|
12c7f20ae9
|
Merge pull request #1530 from jzelinskie/fix-import
Fix broken import
|
2016-06-08 16:18:16 -04:00 |
|
Jimmy Zelinskie
|
f15e5483e7
|
fix identation according to lint
|
2016-06-08 15:55:47 -04:00 |
|
Jimmy Zelinskie
|
9fb8b585b5
|
fix broken import
|
2016-06-08 15:55:29 -04:00 |
|
Jimmy Zelinskie
|
503605e826
|
CHANGELOG: cut release v1.16.1 (#1528)
|
2016-06-08 12:52:52 -04:00 |
|
josephschorr
|
53115b9109
|
Merge pull request #1527 from coreos-inc/defensive-copying
Make sure to iterate over a copy of the public_keys dictionary
|
2016-06-07 18:22:28 -04:00 |
|
Joseph Schorr
|
71b2853f40
|
Make sure to iterate over a copy of the public_keys dictionary
|
2016-06-07 18:20:42 -04:00 |
|
josephschorr
|
f75949d533
|
Merge pull request #1498 from coreos-inc/registry-keyserver
Use the instance service key for registry JWT signing
|
2016-06-07 14:38:28 -04:00 |
|
Joseph Schorr
|
8887f09ba8
|
Use the instance service key for registry JWT signing
|
2016-06-07 11:58:10 -04:00 |
|
josephschorr
|
a4aa5cc02a
|
Merge pull request #1522 from coreos-inc/fix-team-list
Fix teams list in entity search
|
2016-06-06 11:49:39 -04:00 |
|
Joseph Schorr
|
b06b5b420a
|
Fix teams list in entity search
The new version of Angular 1 no longer allows us to loop over an object, so we construct an array instead.
Fixes #1519
|
2016-06-06 11:47:53 -04:00 |
|
josephschorr
|
3351195480
|
Merge pull request #1521 from coreos-inc/configurable-size
Make the size of the build node HDD configurable
|
2016-06-06 11:35:38 -04:00 |
|
Joseph Schorr
|
f9469a84b3
|
Make the size of the build node HDD configurable
Fixes #1520
|
2016-06-06 11:35:10 -04:00 |
|
josephschorr
|
72b7bb5b10
|
Merge pull request #1517 from coreos-inc/fix-queue-cleanup-worker
Fix the queue cleanup worker to delete the items that have expired, n…
|
2016-06-04 14:08:16 -04:00 |
|
Joseph Schorr
|
dd0dd39bf0
|
Fix the queue cleanup worker to delete the items that have expired, not unexpired
|
2016-06-03 22:14:14 -04:00 |
|
Jimmy Zelinskie
|
7d356c451b
|
buildman: fix misspell
|
2016-06-03 15:42:14 -04:00 |
|
Jimmy Zelinskie
|
2464e007d8
|
runit: add dependencies to loggers (#1515)
This guarantees that the logger starts after syslog and the process it's
logging.
|
2016-06-03 15:32:15 -04:00 |
|
Joseph Schorr
|
894b5fed6f
|
Remove TODO since we always need storage
|
2016-06-03 13:45:13 -04:00 |
|
Joseph Schorr
|
03fd2ea15a
|
Remove Image from _load_tag_manifests query
Doesn't appear used or necessary
|
2016-06-03 13:44:01 -04:00 |
|
Joseph Schorr
|
73cb3c00ec
|
Remove unused import
|
2016-06-03 13:33:22 -04:00 |
|
Joseph Schorr
|
9a747ca6a0
|
Have get_parent_images not join on placements
The only case that needs the placements is in verbs, for which we use a new method
|
2016-06-03 13:33:15 -04:00 |
|
Joseph Schorr
|
8064419715
|
Remove Image join from get_active_tag
It isn't used anywhere in the query and appears to be completely unnecessary
|
2016-06-03 13:06:57 -04:00 |
|
Joseph Schorr
|
53538f9001
|
Optimize get_tag_image query
No caller uses the image placements or locations, so no need to load them.
|
2016-06-02 16:36:38 -04:00 |
|
josephschorr
|
338f93c3c8
|
Merge pull request #950 from coreos-inc/queuecleanup
Add a cleanup worker for the queue item table
|
2016-06-02 15:07:04 -04:00 |
|
josephschorr
|
cad8746f9d
|
Merge pull request #1502 from coreos-inc/image-replication
Enable storage replication for V2 and add backfill tool
|
2016-06-02 15:02:53 -04:00 |
|
Joseph Schorr
|
5746b42c69
|
Add a cleanup worker for the queue item table
Fixes #784
|
2016-06-02 15:00:44 -04:00 |
|
Joseph Schorr
|
12924784ce
|
Enable storage replication for V2 and add backfill tool
Fixes #1501
|
2016-06-02 14:36:08 -04:00 |
|
josephschorr
|
ec492bb683
|
Merge pull request #1323 from coreos-inc/secworkerreturn
Move security notification work into its own method to allow for retu…
|
2016-06-02 13:59:25 -04:00 |
|
josephschorr
|
c3588dadde
|
Merge pull request #1510 from coreos-inc/unsupported
Reject manifest 2 earlier to make pushes faster
|
2016-06-02 12:47:11 -04:00 |
|
Joseph Schorr
|
48213f9ff9
|
Reject manifest 2 earlier to make pushes faster
|
2016-06-02 12:46:20 -04:00 |
|
Jimmy Zelinskie
|
aee9aa89a5
|
dockerfile: add missing backslashes
|
2016-06-02 12:38:02 -04:00 |
|
Jimmy Zelinskie
|
2317938bfa
|
Merge pull request #1496 from jzelinskie/ripRMS
dockerfile: add check for GPL pip packages
|
2016-06-02 12:28:18 -04:00 |
|
Jimmy Zelinskie
|
e5241c6d88
|
tests: simple test for BuildRequest w/ archive URL
|
2016-06-02 12:27:49 -04:00 |
|
Jimmy Zelinskie
|
0637091a8b
|
dockerfile: combine GPL check into one line
|
2016-06-02 12:27:49 -04:00 |
|
Jimmy Zelinskie
|
8810157586
|
remove GPL'd timeparse library
|
2016-06-02 12:27:49 -04:00 |
|
Jimmy Zelinskie
|
56b2655326
|
dockerfile: 16.04 baseimage, add GPL check
|
2016-06-02 12:27:49 -04:00 |
|
josephschorr
|
673c0fa86a
|
Merge pull request #1507 from coreos-inc/backoff-test
Make exponential back off test try multiple times
|
2016-06-01 17:22:08 -04:00 |
|
josephschorr
|
747e63f4ea
|
Merge pull request #1508 from coreos-inc/login-angular
Fix login form for password managers
|
2016-06-01 17:21:59 -04:00 |
|
Joseph Schorr
|
23322bc572
|
Fix login form for password managers
Fixes #1476
|
2016-06-01 16:09:16 -04:00 |
|
Joseph Schorr
|
a18c4dd210
|
Make exponential back off test try multiple times
Slower runtime environments require multiple calls before we hit the 429
|
2016-06-01 15:00:10 -04:00 |
|
josephschorr
|
259caa4577
|
Merge pull request #1506 from robszumski/ent-text-size
enterprise: tweak font sizes
|
2016-06-01 12:10:05 -04:00 |
|
josephschorr
|
a85c3ebff7
|
Merge pull request #1457 from coreos-inc/xauth
Add support for direct granting of OAuth tokens and add tests
|
2016-06-01 12:07:12 -04:00 |
|
Rob Szumski
|
85d05fc1d8
|
enterprise: tweak font sizes
|
2016-05-31 15:27:08 -07:00 |
|
josephschorr
|
0ebeb60567
|
Merge pull request #1505 from coreos-inc/missing-word
Add missing word
|
2016-05-31 18:22:00 -04:00 |
|
Joseph Schorr
|
c3923921a0
|
Add missing word
|
2016-05-31 18:07:50 -04:00 |
|