Commit graph

5419 commits

Author SHA1 Message Date
Joseph Schorr
ab1756306b Switch to using the leeway parameter on JWT validation 2016-06-27 14:42:44 -04:00
josephschorr
00aa27beb9 Merge pull request #1583 from coreos-inc/setup-fixes
Setup bug fixes
2016-06-27 13:46:46 -04:00
Joseph Schorr
2983195a4a Fix OAuth key not found error for Dex
Fixes #1582
2016-06-27 13:38:11 -04:00
Joseph Schorr
0b389ec4ff Fix handling of ports in setup tool redirect
Fixes #1581
2016-06-27 13:37:52 -04:00
josephschorr
529002d050 Merge pull request #1580 from coreos-inc/disable-flaky-tests
Disable flaky mock-based tests
2016-06-24 16:05:51 -04:00
Joseph Schorr
2f771304fa Disable flaky mock-based tests 2016-06-24 16:04:34 -04:00
Jimmy Zelinskie
a40b065bd3 syslog: fix timestamp (#1579)
Previously the timestamp was locked to the time at which the logger
process started. This change parses messages in bash and then calls the
logger once for each message ignoring newlines (read -r) in order to
guarantee the timestamp is correct.
2016-06-24 15:46:58 -04:00
josephschorr
38b375b982 Merge pull request #1578 from coreos-inc/jwt-offset
Add an allowed amount of clock skew to registry JWTs
2016-06-24 15:09:40 -04:00
Joseph Schorr
2653d213c9 Add an allowed amount of clock skew to registry JWTs 2016-06-24 15:08:26 -04:00
josephschorr
6172b268eb Merge pull request #1577 from coreos-inc/heatmap-future
Change future entries in heat map to be empty
2016-06-24 11:47:51 -04:00
josephschorr
31d5ff0649 Merge pull request #1576 from coreos-inc/new-repo-error
Fix error display in create repo view
2016-06-24 11:47:39 -04:00
Joseph Schorr
38744c81c5 Change future entries in heat map to be empty 2016-06-23 17:08:11 -04:00
josephschorr
8232a14518 Merge pull request #1574 from coreos-inc/generator-buffered
Fix GeneratorFile for working with BufferedReader
2016-06-23 16:35:39 -04:00
Joseph Schorr
5db20229aa Fix error display in create repo view
Fixes #1575
2016-06-23 16:24:36 -04:00
josephschorr
1c3075f6cf Merge pull request #1573 from coreos-inc/linear-heatmap
Have heat map adjust its color range based on linear scale
2016-06-23 13:41:01 -04:00
Joseph Schorr
30ede029d5 Fix GeneratorFile for working with BufferedReader
The user files system uses a BufferedReader along with the magic library to determine the mime type of the user file being served. Currently, BufferedReader fails with an exception on Swift storage, because Swift storage returns a GeneratorFile, which is missing the `readable()` method.
2016-06-23 13:40:57 -04:00
Joseph Schorr
fcd7c7e5e9 Have heat map adjust its color range based on linear scale 2016-06-23 13:28:46 -04:00
Joseph Schorr
1173192739 Move channel back, as it is referenced by generate_cloud_config 2016-06-22 17:25:06 -04:00
josephschorr
46ea7ce2ed Merge pull request #1571 from coreos-inc/js-error
Fix NPE and UI fixes for heatmap
2016-06-22 16:04:19 -04:00
Joseph Schorr
760d63bfdc Small fixes for heat map views 2016-06-22 15:56:11 -04:00
Joseph Schorr
61573604ef Fix stats NPE 2016-06-22 15:43:15 -04:00
josephschorr
9e8782328c Merge pull request #1570 from coreos-inc/build-ami
Allow the build node AMI to be overridden in config
2016-06-22 15:15:44 -04:00
Joseph Schorr
61695eb439 Allow the build node AMI to be overridden in config 2016-06-22 15:13:54 -04:00
josephschorr
a2cb30246d Merge pull request #1569 from coreos-inc/rac-stat
Change repo stats to use the RAC table and a nice UI
2016-06-22 15:08:10 -04:00
Joseph Schorr
853cca35f3 Change repo stats to use the RAC table and a nice UI 2016-06-22 15:06:53 -04:00
josephschorr
dbe14fe729 Merge pull request #1568 from coreos-inc/robots-view
Restyle robots view
2016-06-22 01:19:19 -04:00
Joseph Schorr
f5e8656366 Restyle robots view
Fixes https://github.com/coreos-inc/design/issues/233
2016-06-21 18:16:23 -04:00
josephschorr
7173d53030 Merge pull request #1549 from coreos-inc/certs
Switch to install custom LDAP cert by name
2016-06-21 15:13:44 -04:00
Joseph Schorr
66ec1d81ce Switch to install custom LDAP cert by name 2016-06-21 15:10:26 -04:00
josephschorr
63656e8dbb Merge pull request #1566 from coreos-inc/fix-js-error
Fix JS errors on Enterprise plans page
2016-06-21 14:12:57 -04:00
Joseph Schorr
60c4b38ed5 Fix JS errors on Enterprise plans page
- Upgrades Angulartics to 1.1.1 to fix $exceptionHandler issue
- Changes Raven to use an Angular plugin
- Fixes the digest cycle call on the enterprise plans page
2016-06-21 14:11:43 -04:00
josephschorr
875fbdddc1 Merge pull request #1565 from coreos-inc/k8s-robot
Globally replace illegal chars in escaped username
2016-06-21 14:02:38 -04:00
Joseph Schorr
ed727ad424 Globally replace illegal chars in escaped username
Fixes #1564
2016-06-21 13:29:35 -04:00
josephschorr
9e6a264f5f Merge pull request #1523 from coreos-inc/verb-tag-cache-fix
Add a uniqueness hash to derived image storage to break caching over …
2016-06-20 16:38:25 -04:00
Joseph Schorr
a43b741f1b Add a uniqueness hash to derived image storage to break caching over tags
This allows converted ACIs and squashed images to be unique based on the specified tag.

Fixes #92
2016-06-20 16:34:52 -04:00
josephschorr
a27c51e81f Merge pull request #1563 from coreos-inc/munchkin
Add Marketo munchkin tracking via angulartics
2016-06-20 16:30:26 -04:00
Joseph Schorr
9158fe38ee Add Marketo munchkin tracking via angulartics 2016-06-20 16:22:30 -04:00
josephschorr
119cc917fb Merge pull request #1562 from coreos-inc/toggle-repos
Add entity creation toggle and fix regexs
2016-06-20 14:40:22 -04:00
josephschorr
20a6fdc73f Merge pull request #1557 from jzelinskie/buildargs
buildman: mark missing buildargs as failure
2016-06-20 14:40:17 -04:00
Joseph Schorr
ab8709d7bb Fix robot and team patterns to match server 2016-06-20 14:35:14 -04:00
Joseph Schorr
41ae47c995 Toggle for add permissions dialog
Fixes #1553
2016-06-20 14:33:40 -04:00
josephschorr
af430d26fe Merge pull request #1561 from coreos-inc/expire-redis
Expire the build status in redis
2016-06-20 13:53:19 -04:00
Joseph Schorr
3b994431eb Auto expire the build status and logs in redis 2016-06-20 13:53:13 -04:00
josephschorr
f3204daa0c Merge pull request #1556 from coreos-inc/builder-cloudwatch
Add a cloud watch metric when we fail to start a build via EC2
2016-06-20 13:51:28 -04:00
Jake Moshenko
22562b0156 Merge pull request #1559 from jakedt/finishthejob
Finish removing the AJAX indexing support.
2016-06-20 13:42:05 -04:00
josephschorr
6dd7fe21f9 Merge pull request #1560 from coreos-inc/redis-down
Switch to generic RedisError
2016-06-20 11:50:20 -04:00
Joseph Schorr
986d20bcad Switch to generic RedisError
Fixes #1558
2016-06-20 11:20:17 -04:00
Jake Moshenko
4130054ef3 Finish removing the AJAX indexing support. 2016-06-20 10:15:21 -04:00
Jimmy Zelinskie
871c1634ed buildman: mark missing buildargs as failure 2016-06-17 18:33:54 -04:00
Jimmy Zelinskie
e6d214c955 readme: mention test database location 2016-06-17 18:23:11 -04:00