Commit graph

6327 commits

Author SHA1 Message Date
Ian Minoso
a7594d6e57 Inject ApiService to be accessible in the body react component 2016-12-07 03:29:29 -05:00
Erica
eb363876cd Merge pull request #2212 from coreos-inc/add-evb-builder-key
chore(buildman): add EvB's ssh key to cloudconfig
2016-12-06 11:43:05 -05:00
EvB
b85a3b47ae chore(buildman): add EvB's ssh key to cloudconfig
Add ssh public key for new team member, Erica, to cloudconfig.yml.
2016-12-06 11:18:47 -05:00
Ian Minoso
a2cbcf837d Merge pull request #2210 from iminoso/tabbing
Fix repo view tabbing styles and prevent auto scroll on tab click
2016-12-05 21:50:16 -05:00
Ian Minoso
c7d02c3506 Fix repo view tabbing styles and prevent auto scroll on tab click 2016-12-05 20:29:40 -05:00
Jimmy Zelinskie
3a7119d499 Merge pull request #2209 from coreos-inc/clair-notification-read
Clair notification read and queue fixes
2016-12-05 19:36:59 -05:00
Joseph Schorr
9f0ce7c634 Have the security worker remove failed notifications from Clair 2016-12-05 19:08:52 -05:00
josephschorr
8870fe837c Merge pull request #2208 from coreos-inc/revert-2191-update_signin_form
Revert "static: change login input type to email"
2016-12-05 19:08:34 -05:00
Joseph Schorr
97d150e281 Have QSS only add security scanner notifications once 2016-12-05 19:08:20 -05:00
josephschorr
80bb0c7449 Revert "static: change login input type to email" 2016-12-05 19:07:10 -05:00
Jake Moshenko
6456e95b24 Merge pull request #2207 from jakedt/queueisslow
Improve queue performance hopefully
2016-12-05 18:39:41 -05:00
Jake Moshenko
c263772703 Do not extend processing immediately after taking queue item. 2016-12-05 18:12:14 -05:00
Jake Moshenko
709edd7eb6 Reduce the update period on queue worker metrics. 2016-12-05 18:12:14 -05:00
Jake Moshenko
7c490b46c8 Only save dirty fields on Queue queries. 2016-12-05 18:12:14 -05:00
Ian Minoso
3bbd8ca898 Merge pull request #2202 from iminoso/borders
Single border line seperating the main and sidebar sections
2016-12-05 14:51:07 -05:00
josephschorr
f0b19b26c9 Merge pull request #2200 from coreos-inc/fix-license-setup
Move SETUP_COMPLETE check up to allow users to add license
2016-12-05 13:53:39 -05:00
Ian Minoso
b2c535e3cc Single border line seperating the main and sidebar sections 2016-12-05 13:53:37 -05:00
Ian Minoso
526122cf21 Merge pull request #2178 from iminoso/styles
Create individual styles for each component, add no tags messsage
2016-12-05 13:41:18 -05:00
Joseph Schorr
cf61c29671 Move SETUP_COMPLETE check up to allow users to add license
Somehow this change got lost.
2016-12-05 13:22:14 -05:00
Ian Minoso
1220b85687 Create individual styles for each component, add no tags messsage 2016-12-05 13:18:50 -05:00
josephschorr
96b9d702fe Merge pull request #2180 from coreos-inc/requests-ssl
Have certs_install install all custom certs for requests as well
2016-12-05 13:03:54 -05:00
Ian Minoso
a598b43170 Merge pull request #2199 from iminoso/timestamp
Sort Tags By most recent, show only top 5
2016-12-05 12:56:38 -05:00
Ian Minoso
92db3e542c Slice Tags 2016-12-05 12:50:28 -05:00
Ian Minoso
4dea516a40 Sort Tags By most recent, show only top 5 2016-12-05 11:59:10 -05:00
Jimmy Zelinskie
99f69c9631 Merge pull request #2197 from coreos-inc/inclim_secnotwo
Increase limit in securitynotificationworker
2016-12-04 22:04:45 -05:00
Quentin Machu
b990a27d50 Increase limit in securitynotificationworker
With https://github.com/coreos/clair/pull/278 and https://github.com/coreos/clair/pull/279, performance of this API call has increased. It has been observed that querying 100 or 1000 layers page doesn't noticeably change the execution time. Therefore, doing significantly less calls will reduce the overall processing time for each notification.
2016-12-04 13:39:34 +01:00
josephschorr
a911fba650 Merge pull request #2195 from coreos-inc/fix-test-for-fulldb
Remove check that breaks under full db tests
2016-12-02 20:07:27 -05:00
Joseph Schorr
a565251b58 Remove check that breaks under full db tests 2016-12-02 17:46:01 -05:00
Ian Minoso
35f5e91450 Merge pull request #2194 from iminoso/webpack
Alternative installation of webpack in Dockerfile
2016-12-02 16:45:44 -05:00
Lucas Servén
190c149f96 Merge pull request #2191 from squat/update_signin_form
static: change login input type to email
2016-12-02 13:43:41 -08:00
Ian Minoso
6b5f48da2f Alternative installation of webpack in Dockerfile 2016-12-02 16:34:03 -05:00
Charlton Austin
52dfd82031 Merge pull request #2192 from charltonaustin/fix_queue_item_delete
Fix the queue item delete.
2016-12-02 16:32:08 -05:00
Jake Moshenko
93798c3337 Merge pull request #2193 from jakedt/twoohone
Changelog for release v2.0.2
2016-12-02 16:16:26 -05:00
Jake Moshenko
60e9512a11 Changelog for release v2.0.2 2016-12-02 16:13:12 -05:00
Charlton Austin
0a6322015c Fix the queue item delete. 2016-12-02 15:30:35 -05:00
Charlton Austin
d6e14f170c Merge pull request #2190 from charltonaustin/fix_staging_0
Fixing the ttl on etcd.
2016-12-02 13:55:52 -05:00
Lucas Serven
2ba1dcb4dc static: change login input type to email
This commit modifies the type of the login username input field from
`text` to `email`. This is an important usability feature for mobile
devices. You can still input a username instead of an email; it just
makes the `@` key easier to get to.
2016-12-02 10:55:03 -08:00
Charlton Austin
8157c9cf33 Fixing the ttl on etcd. 2016-12-02 13:27:47 -05:00
Charlton Austin
0ae0865372 Merge pull request #2189 from charltonaustin/fix_realm_etcd_key_removal
Removing realm key from etcd.
2016-12-02 12:01:25 -05:00
Charlton Austin
7b3d8e3977 Merge pull request #2183 from charltonaustin/metrics_for_unscanned_images
Adding in some metrics around clair sec scan.
2016-12-02 11:50:29 -05:00
Charlton Austin
0c7a2e4645 Removing realm key from etcd. 2016-12-02 11:37:56 -05:00
Antoine Legrand
784c5f4fc7 Merge pull request #2160 from ant31/use_pytest
Add pytest, tox  and code-coverage to run tests
2016-12-02 15:53:40 +01:00
Charlton Austin
edd9dcd7f6 Adding in some metrics around clair sec scan. 2016-12-01 16:50:02 -05:00
Charlton Austin
376578115f Merge pull request #2186 from charltonaustin/cancel_build_remove_etcd_key
Adding in a delete of the etcd key for cancelled jobs.
2016-12-01 16:39:50 -05:00
Charlton Austin
8ec14ac3bd Adding in a delete of the etcd key for cancelled jobs. 2016-12-01 16:03:54 -05:00
josephschorr
7c568e7400 Merge pull request #2187 from coreos-inc/fulldb-for-jenkins
Add configurable Docker host in full db tests
2016-12-01 15:52:27 -05:00
Joseph Schorr
fdff0bee4e Add configurable Docker host in full db tests 2016-12-01 15:45:08 -05:00
josephschorr
ecfb6e03c2 Merge pull request #2185 from coreos-inc/boto-port
Add support for custom ports on RADOS and S3 storage engines
2016-12-01 15:21:01 -05:00
josephschorr
64c954dc58 Merge pull request #2182 from coreos-inc/fix-full-db-tests
Fix full database test script to not fail randomly
2016-12-01 14:33:22 -05:00
Joseph Schorr
f4bcf68928 Add support for custom ports on RADOS and S3 storage engines 2016-12-01 14:23:18 -05:00