Commit graph

6509 commits

Author SHA1 Message Date
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
Charlton Austin
791369eb16 Merge pull request #2184 from charltonaustin/fix_notification_update
Adding in notification type for notification kind.
2016-12-01 13:15:41 -05:00
Charlton Austin
1f03fcb146 Adding in notification type for notification kind. 2016-12-01 12:26:18 -05:00
Joseph Schorr
e6ee538e15 Fix full database test script to not fail randomly
- Switches database schema creation to alembic, which solves the MySQL issue (and makes sure we test migrations as well)
- Adds a few time.sleep(1) to work around MySQL's second-precision issue when adding items to queues and then immediately retrieving them
- Disables the storage proxy tests when running against non-SQLite databases, as it causes failures with the multiple process and multiple transactions
- Changes initdb to support only populating the database, as well as fixing a few small items around the test data when working with non-SQLite data
2016-11-30 18:24:08 -05:00
Charlton Austin
2c637fe5ce Merge pull request #2173 from charltonaustin/adding_in_build_cancel_notifications
Adding in cancel notifications
2016-11-30 15:03:17 -05:00
Jake Moshenko
fb4e88291c Merge pull request #2171 from jakedt/compressjs
Configure nginx to gzip our svg and js files.
2016-11-30 14:57:22 -05:00
Charlton Austin
4103a0b75f Adding in cancel notifications 2016-11-30 14:38:34 -05:00
josephschorr
fc2e597490 Merge pull request #2177 from coreos-inc/cors-marketing-site
Switch landing page to read template from S3 bucket
2016-11-30 14:33:24 -05:00
Charlton Austin
2d3c5f8fd9 Merge pull request #2181 from charltonaustin/fix_multiline_motd
Fixing the z index for multiline message of the day.
2016-11-30 14:29:11 -05:00
Charlton Austin
4a69dbe1bf Fixing the z index for multiline message of the day. 2016-11-30 14:24:13 -05:00
Joseph Schorr
009c1f7a5f Have certs_install install all custom certs for requests as well
Also supports `extra_ca_certs` being a single file, which is useful for the Kubernetes configmap case

Fixes https://www.pivotaltracker.com/story/show/134302623
2016-11-30 14:04:26 -05:00
josephschorr
244bf2a070 Merge pull request #2165 from coreos-inc/typo-and-link-fixes
Typo and link fixes
2016-11-30 14:00:16 -05:00
Joseph Schorr
66e09b2a95 Switch landing page to read template from S3 bucket
This change uses CORS to make the Angular template request to a defined S3 bucket, falling back to the compiled login template if the bucket is not available.

Fixes #1313
2016-11-30 14:00:07 -05:00
josephschorr
d04b1faaee Merge pull request #2176 from coreos-inc/fix-setup-tool
Fix config validator for storage and add a test suite
2016-11-30 13:22:05 -05:00
Joseph Schorr
236655adb4 Fix config validator for storage and add a test suite
Note that the test suite doesn't fully verify that each validation succeeds; rather, it ensures that the proper system (storage, security scanning, etc) is called with the configuration and returns at all (usually with an expected error). This should prevent us from forgetting to update these code paths when we change config-based systems. Longer term, we might want to have these tests stand up fake/mock versions of the endpoint services as well, for end-to-end testing.
2016-11-30 11:58:41 -05:00
Ian Minoso
2101ae2dec Merge pull request #2115 from iminoso/layout
New repo-view page
2016-11-29 19:15:34 -05:00
Ian Minoso
daa759a066 Refactor and add doc level comments 2016-11-29 15:57:53 -05:00
josephschorr
4aa23c7dcb Merge pull request #2172 from coreos-inc/postgres-missing-groupby
Fix user lookup query under Postgres
2016-11-29 15:37:38 -05:00
Joseph Schorr
730a220eb0 Fix user lookup query under Postgres
Adds a missing group_by clause
2016-11-29 11:36:53 -05:00
Jake Moshenko
51ba68d135 Configure nginx to gzip our svg and js files. 2016-11-29 09:30:52 -05:00