Commit graph

1607 commits

Author SHA1 Message Date
Joseph Schorr
4c5c46aa8f Add experiment to hide the new Clair UI 2016-02-25 17:42:09 -05:00
Joseph Schorr
58ccda6590 Small JS fixes 2016-02-25 17:09:29 -05:00
Joseph Schorr
ae9140caae Implement new vulnerabilities and packages tabs.
Fixes https://github.com/coreos-inc/design/issues/268
2016-02-25 17:09:29 -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
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
Joseph Schorr
1505f35b8e Fix changes overflow bug
Fixes #1248
2016-02-17 11:24:31 -05:00
josephschorr
95f3787152 Merge pull request #1223 from coreos-inc/quaynotifyicon
Fix Quay notification icon
2016-02-11 21:42:18 +02:00
Joseph Schorr
fd3cf09bcc Fix Quay notification icon 2016-02-10 14:40:29 +02:00
Joseph Schorr
ffc5e4b11e Small NPE fix in JS 2016-02-10 14:36:47 +02:00
Joseph Schorr
5f66baf2f5 Fix superuser panel title 2016-02-05 12:16:23 +02:00
Joseph Schorr
e7842a2a49 Add 502 page 2016-02-01 15:07:50 +02:00
Joseph Schorr
bd0a098282 Add ID-based pagination to logs using new decorators and an encrypted token
Fixes #599
2016-01-26 12:50:48 -05:00
josephschorr
463c8e4dc8 Merge pull request #1163 from vcaputo/security-fixups
static/security: miscellaneous fixes
2016-01-23 21:17:04 -05:00
Vito Caputo
2b78a192f3 static/plans: fixed typos 2016-01-23 00:04:41 -08:00
Vito Caputo
91d8637fea static/security: miscellaneous fixes
Some typos and changed language about "never communicating in plain text
on any wire."  We cannot assert that, we communicate with an S3 endpoint
and entrust it to perform encryption on our behalf.  What we hand S3 is
plaintext, and there are very likely numerous wires behind that endpoint.
2016-01-22 23:43:34 -08:00
Joseph Schorr
8318546447 Add new global nav header
Fixes #1151
2016-01-20 18:31:04 -05:00
Joseph Schorr
8bb3271a1a Fix repo tag revert
Fixes #1146
2016-01-19 13:31:49 -05:00
Joseph Schorr
f2dff3a7e1 Fix small UI issue with repo toggle 2016-01-11 14:05:41 -05:00
josephschorr
4dfeb907c3 Merge pull request #1109 from coreos-inc/commonlistgrid
Create a common repo-list-view control and use it everywhere
2016-01-04 15:42:36 -05:00
Joseph Schorr
3da8814787 Create a common repo-list-view control and use it everywhere
This allows users to choose grid view or table view in all repo lists

Fixes #732
2016-01-04 15:42:25 -05:00
josephschorr
f748d4348d Merge pull request #1106 from coreos-inc/billingemail
Add support for custom billing invoice email address
2016-01-04 14:34:30 -05:00
Joseph Schorr
48eef7859c Further code that we can remove now that image diff is gone
Fixes #1115
2016-01-04 14:31:46 -05:00
josephschorr
28eb31ed36 Merge pull request #1102 from coreos-inc/deleteimagediff
Delete the image diff feature
2015-12-29 14:47:38 -05:00
Joseph Schorr
31a8a0fba4 Better UX when recovering organization emails
Fixes #291
2015-12-28 15:25:31 -05:00
Joseph Schorr
10efa96009 Add support for custom billing invoice email address
Fixes #782
2015-12-28 13:59:50 -05:00
Joseph Schorr
ab166c4448 Delete the image diff feature
Fixes #1077
2015-12-23 13:08:01 -05:00
Joseph Schorr
9cb1366d36 Fix UI for dismissing notifications
Fixes #959
2015-12-22 07:38:57 -05:00
Joseph Schorr
04f96ea859 Fix upload file boxes in config setup 2015-12-07 15:55:55 -05:00
Joseph Schorr
f992086625 Fix popup warning in new repo
Fixes #1024
2015-12-03 16:56:53 -05:00
Josh Wood
cc24e6e3ae Merge pull request #918 from robszumski/docker-v2
static: add v2 support details (deja vu because I thought you already merged this, @robszumski )
2015-11-30 13:31:30 -08:00
Joseph Schorr
cbbd1cbcf4 Fix div overlap on repo info page
Fixes #966
2015-11-24 15:09:37 -05:00
josephschorr
859537c4a1 Merge pull request #952 from coreos-inc/fixpagetitle
Fix page titles
2015-11-20 18:38:03 -05:00
Joseph Schorr
70b72818b7 Fix handling of plain Dockerfiles
Fixes #901
2015-11-20 18:09:25 -05:00
Joseph Schorr
fce37f545a Fix page titles
Fixes #949
2015-11-20 17:50:01 -05:00
josephschorr
a2896cc39d Merge pull request #948 from coreos-inc/defcon1
Add defcon1 banner
2015-11-20 16:39:04 -05:00
josephschorr
b6cd51ac8d Merge pull request #937 from coreos-inc/datedisplayff
Fix date display in Firefox
2015-11-20 16:38:59 -05:00
Joseph Schorr
666114dea4 Add defcon1 banner
Fixes #771
2015-11-20 16:13:50 -05:00
Quentin Machu
2a1cee4f43 Make vulnerability tag UI more clair 2015-11-20 11:31:53 -05:00
Joseph Schorr
37a1b01d77 Fix date display in Firefox
Fixes #934
2015-11-20 11:29:05 -05:00
josephschorr
30a552f2c6 Merge pull request #878 from coreos-inc/better-scheduled
Better scheduled downtime information
2015-11-20 09:47:22 -05:00
Rob Szumski
ba934f81a7 static: add v2 support details 2015-11-18 16:45:00 -08:00
Matt Jibson
b3c2388618 Allow setting of boto's S3 host for SIGv4
The problem only happens when a user has configured the new AWS Frankfurt
region for their S3 backend. It is the only region to require the new
v4 signature. All other regions support both v2 and v4. I'm not sure
which version is used by default on US Standard.

We could attempt to figure out where the bucket is hosted based on its
DNS resolution and auto-populate the host field that way. But I think
the amount of effort to have that work correctly outweighs its benefit
for such a simple solution.

fixes #863
fixes #764
2015-11-18 17:19:33 -05:00
Joseph Schorr
e574211e8e Fix typo 2015-11-16 06:21:44 +01:00
Joseph Schorr
3b0e1cca2f Better scheduled downtime information
Fixes #819
2015-11-13 15:45:06 -05:00
Joseph Schorr
166d237072 Switch blog and docs to https 2015-11-13 12:29:48 -05:00
Joseph Schorr
7816b0c657 Merge master into vulnerability-tool 2015-11-12 21:52:47 -05:00
Joseph Schorr
3b3f101ea6 Vulnerability UI part 2
Fixes #860
Fixes #855
2015-11-12 16:59:36 -05:00