Quentin Machu
32d0cb49c9
Merge pull request #914 from Quentin-M/fix_secwor
...
Add missing import
2015-11-18 17:41:39 -05:00
Quentin Machu
7e9faa6c54
Add missing import
2015-11-18 17:39:27 -05:00
Matt Jibson
26f1d77a69
Merge pull request #889 from mjibson/s3-sigv4-host
...
Allow setting of boto's S3 host for SIGv4
2015-11-18 17:36:15 -05:00
Jake Moshenko
5894761bf7
Merge pull request #913 from jakedt/fucknginx
...
Remove the Transfer Encoding directive from v2 headers
2015-11-18 17:26:38 -05:00
Jake Moshenko
30bb97a04d
Remove the Transfer Encoding directive from v2 headers
2015-11-18 17:23:30 -05: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
Jake Moshenko
d6abfdff72
Merge pull request #910 from jakedt/nginxfix
...
Stop clobbering our proxy_set_header directives
2015-11-18 16:01:34 -05:00
Jake Moshenko
d6c5fc5d1b
Stop clobbering our proxy_set_header directives
2015-11-18 16:00:23 -05:00
Quentin Machu
6d89f259f5
Merge pull request #894 from Quentin-M/fix_secwor
...
Refactor security worker
2015-11-18 14:40:34 -05:00
Quentin Machu
605ed1fc77
Refactor security worker
2015-11-18 14:38:32 -05:00
Jake Moshenko
7e029184f5
Merge pull request #908 from jakedt/addindices
...
Add indices for the security worker fields on Image
2015-11-18 13:34:41 -05:00
Jake Moshenko
18b14001b4
Add indices for the security worker fields on Image
...
Fixes #906
2015-11-18 13:29:51 -05:00
Silas Sewell
1a08cee4e7
Merge pull request #904 from coreos-inc/fix-squash
...
Fix squash pull after v2 merge
2015-11-18 11:29:39 -05:00
Silas Sewell
f3dafd50e4
Fix squash pull after v2 merge
2015-11-17 18:25:43 -05:00
Jake Moshenko
206ffc65af
Merge pull request #902 from jakedt/notransitive
...
Image parents do not have to be nulled transitively on repo delete
2015-11-17 16:53:13 -05:00
Jake Moshenko
206e18d160
Image parents do not have to be nulled transitively on repo delete
2015-11-17 16:48:26 -05:00
Jake Moshenko
f0a9167275
Merge pull request #900 from jakedt/fixparent
...
Fix parent to be a relationship again
2015-11-17 16:18:17 -05:00
Jake Moshenko
e252397292
Switch parent back to a ForeignKeyField without a constraint
2015-11-17 16:09:33 -05:00
Jake Moshenko
3374e8c812
Do not constrain deferred fields in SQLAlchemy bridge
2015-11-17 15:55:18 -05:00
Jake Moshenko
574c80be49
Merge pull request #897 from jakedt/stagingfixes
...
Staging fixes
2015-11-17 12:26:22 -05:00
Jake Moshenko
ae61ebeac9
The translate placements query was renamed in v2
2015-11-17 12:24:05 -05:00
Jake Moshenko
ad273eb002
Re-seed crypto random on all forks
2015-11-17 12:23:10 -05:00
Jake Moshenko
7205bf5e7f
Merge pull request #885 from jakedt/python-registry-v2
...
Python registry v2 mega merge
2015-11-16 16:15:40 -05:00
Matt Jibson
f17984b93d
Merge pull request #887 from mjibson/no-unnamed-api-ops
...
Don't expose unnamed API operations
2015-11-16 15:42:20 -05:00
Matt Jibson
a8a61cb80d
Merge pull request #879 from mjibson/k8s-endpoint
...
Use env vars to set k8s endpoint URL
2015-11-16 15:41:40 -05:00
Matt Jibson
366e9c5e9f
Merge pull request #886 from mjibson/logarchive-no-put
...
No PUT for logarchive
2015-11-16 15:41:28 -05:00
Matt Jibson
d5fb8cafd4
Don't expose unnamed API operations
...
fixes #861
2015-11-16 15:40:33 -05:00
Silas Sewell
30b0101584
Fix seq generators for enum tables in postgres
...
This attempts to insert a temporary entry into each enum table until it
succeeds. It re-synchronizes the postgres sequence generators with the max id
of the table.
Fixes #883 and #880
2015-11-16 15:29:51 -05:00
Matt Jibson
13aa6cfcfc
No PUT for logarchive
...
fixes #862
2015-11-16 15:01:12 -05:00
Jake Moshenko
4cc619f4ca
Clean up v2 branch to no longer warn about readiness
2015-11-16 14:42:43 -05:00
Jake Moshenko
0459c3bc54
Merge remote-tracking branch 'upstream/master' into python-registry-v2
2015-11-16 14:22:54 -05:00
Jake Moshenko
5d3a43014c
Merge pull request #884 from jakedt/python-registry-v2
...
Fix gc by using the v1/v2 storage location helper everywhere
2015-11-16 14:15:08 -05:00
Jake Moshenko
52125bbfed
Fix gc by using the v1/v2 storage location helper everywhere
2015-11-16 14:13:37 -05:00
josephschorr
a2001afb1f
Merge pull request #882 from coreos-inc/typofix
...
Fix typo
2015-11-16 07:26:31 +01:00
Joseph Schorr
e574211e8e
Fix typo
2015-11-16 06:21:44 +01:00
Matt Jibson
01fe548abd
Use env vars to set k8s endpoint URL
...
The old DNS method is optionally enabled in k8s, but the env vars are
always there.
partial solution to #864
2015-11-13 17:05:14 -05:00
Matt Jibson
30250bdf7f
Merge pull request #877 from mjibson/check-max-id
...
Allow None for max_id during migrations
2015-11-13 16:06:58 -05:00
Joseph Schorr
3b0e1cca2f
Better scheduled downtime information
...
Fixes #819
2015-11-13 15:45:06 -05:00
Matt Jibson
2e1b49b009
Allow None for max_id during migrations
...
This allows empty databases with no max_id to run.
fixes #869
2015-11-13 15:41:39 -05:00
josephschorr
fb483df1b9
Merge pull request #876 from coreos-inc/keyfix
...
Fix key error
2015-11-13 13:17:42 -05:00
Joseph Schorr
6412e145dd
Fix key error
2015-11-13 13:16:33 -05:00
josephschorr
44b44b19ac
Merge pull request #875 from coreos-inc/imagediffdisable
...
Remove code that adds images to the image diff queue
2015-11-13 12:49:09 -05:00
Joseph Schorr
32a799a067
Remove code that adds images to the image diff queue
2015-11-13 12:42:43 -05:00
Jimmy Zelinskie
7d29cdd711
Merge pull request #874 from jzelinskie/fixemptylist
...
fix case where query broke on empty list
2015-11-13 12:36:36 -05:00
josephschorr
39eb117f09
Merge pull request #873 from coreos-inc/httpsblog
...
Switch blog and docs to https
2015-11-13 12:36:13 -05:00
Jimmy Zelinskie
09ce33e0dc
fix case where query broke on empty list
2015-11-13 12:35:18 -05:00
Joseph Schorr
166d237072
Switch blog and docs to https
2015-11-13 12:29:48 -05:00
josephschorr
1d889b8f90
Merge pull request #871 from coreos-inc/locfix
...
Add check for empty locations list
2015-11-13 12:25:09 -05:00
Joseph Schorr
927a0b639c
Add check for empty locations list
2015-11-13 12:23:02 -05:00
Jimmy Zelinskie
73b0d045d9
Merge pull request #870 from coreos-inc/secscanstatusfix
...
Fix security scan endpoint status
2015-11-13 10:33:35 -05:00