Commit graph

4961 commits

Author SHA1 Message Date
Joseph Schorr
6a8331d305 Tests for endpoints/web and some small fixes 2016-02-05 09:45:25 +02:00
Jake Moshenko
7055c93c25 Merge pull request #1202 from jakedt/changelog
Update changelog for v1.15.3
2016-02-03 15:40:54 -05:00
Jake Moshenko
d2a33cef20 Update changelog for v1.15.3 2016-02-03 15:32:53 -05:00
Jake Moshenko
94e3fec8e9 Merge pull request #1201 from jakedt/proxyfix
Trust upstream proxies to specify https scheme
2016-02-03 13:16:40 -05:00
Jake Moshenko
0fdbf8a210 Trust upstream proxies to specify https scheme 2016-02-03 13:08:43 -05:00
josephschorr
958bd8e565 Merge pull request #1196 from coreos-inc/publicrepoapi
Add pagination to the repository list API to make it better for public
2016-02-01 22:49:08 +02:00
Joseph Schorr
534ec9cb2b Add pagination to the repository list API to make it better for public
Fixes #1166
2016-02-01 22:42:44 +02:00
josephschorr
a8b80afcc2 Merge pull request #1198 from coreos-inc/502pae
Add 502 page
2016-02-01 20:48:54 +02:00
Joseph Schorr
e7842a2a49 Add 502 page 2016-02-01 15:07:50 +02:00
Jake Moshenko
4905f55268 Merge pull request #1195 from jakedt/pymysql
Downgrade pymysql because phusion/baseimage has old python
2016-01-29 15:14:41 -05:00
Jake Moshenko
97be6d3e3d Downgrade pymysql because phusion/baseimage has old python 2016-01-29 15:12:53 -05:00
josephschorr
4468af1594 Merge pull request #1194 from coreos-inc/smallfixes
Small fixes
2016-01-29 21:30:18 +02:00
Joseph Schorr
1536709c02 Small fixes 2016-01-29 20:01:17 +02:00
josephschorr
b557deaa0e Merge pull request #1192 from coreos-inc/alembicfix
Fix import for alembic
2016-01-29 18:01:01 +02:00
Joseph Schorr
a80ac8eabb Fix import for alembic 2016-01-29 17:59:23 +02:00
Jake Moshenko
9c83ec32c6 Merge pull request #1191 from jakedt/properties
Convert some flask-login user methods to properties
2016-01-29 10:47:39 -05:00
Jake Moshenko
9310fe1832 Convert some flask-login user methods to properties 2016-01-29 10:36:28 -05:00
josephschorr
e0e83b38e5 Merge pull request #1190 from coreos-inc/fixv1push
Fix V1 push URL to match Docker and fix registry tests
2016-01-29 17:33:30 +02:00
Joseph Schorr
accc576a98 Fix V1 push URL to match Docker and fix registry tests 2016-01-29 16:42:15 +02:00
Jake Moshenko
6402049c38 Merge pull request #1186 from jakedt/doyouevenpip
Fix conflict by removing pycrypto, dump python dep list
2016-01-28 14:17:22 -05:00
Jake Moshenko
69d4cd68dc Fix conflict by removing pycrypto, dump python dep list 2016-01-28 14:11:41 -05:00
Jake Moshenko
a132d984e5 Merge pull request #1184 from jakedt/nullhandlers
Add a null handler to the root logger to silence test errors
2016-01-28 13:27:23 -05:00
Jake Moshenko
8c82fb44ae Add a null handler to the root logger to silence test errors 2016-01-28 13:20:12 -05:00
Jake Moshenko
eaa89bc61e Merge pull request #1182 from jakedt/refresh
Refresh base image and python dependencies
2016-01-28 13:19:39 -05:00
Jake Moshenko
d7332a725b Freeze our version of cryptography to work around segfault 2016-01-28 11:36:49 -05:00
Jake Moshenko
fa18316fc4 Merge pull request #1181 from jakedt/parseme
Refactor how parsed_args are passed to methods
2016-01-27 14:33:20 -05:00
Jake Moshenko
01a92a66ba Refresh base image and python dependencies 2016-01-27 11:36:40 -05:00
Jake Moshenko
018bf8c5ad Refactor how parsed_args are passed to methods 2016-01-26 16:27:36 -05:00
josephschorr
daab1b3964 Merge pull request #1095 from coreos-inc/pageordering
Add ID-based pagination to logs using new decorators and an encrypted token
2016-01-26 14:41:20 -05:00
Joseph Schorr
335c8eb3a9 Add 2 day TTL to page tokens 2016-01-26 14:04:03 -05:00
Joseph Schorr
b4bddacedb Switch to Fernet crypto as per gtank's recommendation 2016-01-26 12:50:48 -05: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
af77b92bcf Merge pull request #1179 from coreos-inc/updatechangelog
Update changelog for v1.15.2
2016-01-25 20:40:19 -05:00
Joseph Schorr
d29f483f63 Update changelog for v1.15.2 2016-01-25 17:56:40 -05:00
josephschorr
15db48a619 Merge pull request #1169 from coreos-inc/manifestct
Fix manifest content type
2016-01-25 17:02:49 -05:00
Joseph Schorr
a03f0f1970 Fix manifest content type
Fixes #1168
2016-01-25 16:39:59 -05:00
josephschorr
b081e234f8 Merge pull request #1162 from coreos-inc/publicnocredauth
Fix issue with Docker 1.8.3 and pulling public repos with no creds
2016-01-25 16:07:55 -05:00
Joseph Schorr
8cd38569d6 Fix issue with Docker 1.8.3 and pulling public repos with no creds
We now return the valid subset of auth scopes requested.

Adds a test for this case and adds testing of all returned JWTs in the V2 login tests
2016-01-25 15:54:17 -05:00
josephschorr
efb4a1523b Merge pull request #1165 from coreos-inc/enterprisebar
Only include the global nav when billing is enabled
2016-01-25 10:57:05 -05:00
Joseph Schorr
10d5fd2f6b Only include the global nav when billing is enabled
Makes pages load faster for enterprise and not have a flicker
2016-01-25 10:33:59 -05:00
josephschorr
463c8e4dc8 Merge pull request #1163 from vcaputo/security-fixups
static/security: miscellaneous fixes
2016-01-23 21:17:04 -05:00
Jimmy Zelinskie
e76648e682 Merge pull request #1164 from vcaputo/plans-fixups
static/plans: fixed typos
2016-01-23 14:23:32 -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
Jimmy Zelinskie
85ae1a2a0a Merge pull request #1161 from jzelinskie/torrenthmac
misc torrent changes
2016-01-22 23:02:44 -05:00
josephschorr
566a91f003 Merge pull request #1160 from coreos-inc/dockerv2authsucks
Fix Docker Auth and our V2 registry paths to support library (i.e. namespace-less) repositories.
2016-01-22 16:00:30 -05:00
Joseph Schorr
e4ffaff869 Fix Docker Auth and our V2 registry paths to support library (i.e. namespace-less) repositories.
This support is placed behind a feature flag.
2016-01-22 15:54:06 -05:00
Jimmy Zelinskie
2650772db3 add delimiters to per-user torrent filenames 2016-01-22 15:53:21 -05:00
Jimmy Zelinskie
e54b86c6eb s/TORRENT/BITTORRENT 2016-01-22 15:52:28 -05:00
josephschorr
d00db518df Merge pull request #1153 from coreos-inc/fixtutorial
Fix tutorial by properly publishing user events for V2 API
2016-01-22 12:51:47 -05:00