Joseph Schorr
1d593274dc
Fix build links in notifications
...
Fixes https://jira.prod.coreos.systems/browse/QS-33
2017-10-20 14:03:51 -04:00
josephschorr
44d8d7dd63
Merge pull request #2889 from coreos-inc/joseph.schorr/QS-39/swift-cache
...
Add caching of get_auth call in Swift
2017-10-19 13:34:27 -04:00
Joseph Schorr
ffaff5a27e
Add caching of get_auth call in Swift
...
Should make calls significantly faster for our Swift customers
Fixes https://jira.prod.coreos.systems/browse/QS-39
2017-10-19 11:34:13 -04:00
josephschorr
ce1d2b6637
Merge pull request #2893 from coreos-inc/joseph.schorr/QS-18/delete-repo-bug
...
Fix bug in deletion of repos with OCI-style linked tags
2017-10-18 17:09:02 -04:00
Joseph Schorr
9f804de23d
Fix bug in deletion of repos with OCI-style linked tags
...
MySQL does not allow rows in the same table referencing other rows to be deleted in a single statement. We now do a two-pass deletion, and add a test to make sure.
Fixes https://jira.prod.coreos.systems/browse/QS-18
2017-10-18 17:03:27 -04:00
Joseph Schorr
8194f5cf72
Switch ipresolver to always be defined in the storage context
...
We now use a no-op IP resolver instead of an IF check
Fixes https://jira.prod.coreos.systems/browse/QS-38
2017-10-17 14:29:40 -04:00
Joseph Schorr
5dfa46ed56
Fix storage indentation
2017-10-17 14:12:14 -04:00
josephschorr
6b217b497a
Merge pull request #2890 from coreos-inc/joseph.schorr/QS-37/signing-npe
...
Further NPE fix in tag signing display
2017-10-17 13:18:43 -04:00
Joseph Schorr
8081b8424f
Further NPE fix in tag signing display
...
Fixes https://jira.prod.coreos.systems/browse/QS-37
2017-10-17 13:13:19 -04:00
josephschorr
dcec90649e
Merge pull request #2888 from coreos-inc/joseph.schorr/QS-31/healthcheck-exc
...
Small healthcheck fixes
2017-10-12 17:29:10 -04:00
Joseph Schorr
c2a56ae828
Add a test for ping in OIDC auth
2017-10-12 16:49:06 -04:00
Joseph Schorr
c1ce84822d
Fix tuple for health check
2017-10-12 16:25:31 -04:00
Joseph Schorr
7e63184ab4
Add missing ping method
2017-10-12 16:25:21 -04:00
josephschorr
0e0084fbbb
Merge pull request #2887 from coreos-inc/also-delete-job
...
Also delete the job key when expiring a job
2017-10-11 15:59:18 -04:00
Joseph Schorr
ddb1ed7441
Also delete the job key when expiring a job
...
Otherwise, we can't requeue the job
2017-10-11 15:55:35 -04:00
josephschorr
fdcf8dbdbc
Merge pull request #2886 from coreos-inc/builder-expires
...
Make sure expired startup marks build jobs incomplete immediately
2017-10-11 15:08:35 -04:00
Joseph Schorr
c799367ac4
Make sure expired startup marks build jobs incomplete immediately
...
Currently, we wait for the job to expire, which can take a very long time. We also add yet even more logs, in the attempt to track down the root cause
2017-10-11 14:56:19 -04:00
josephschorr
ab304cb834
Merge pull request #2877 from coreos-inc/joseph.schorr/QS-24/step-parsing
...
Fix parsing of Dockerfile steps in newer versions of Docker
2017-10-11 10:57:33 -04:00
josephschorr
03eceb9563
Merge pull request #2885 from coreos-inc/2.6.0-release
...
CHANGELOG for v2.6.0
2017-10-10 15:28:14 -04:00
josephschorr
6b12adda17
Merge pull request #2884 from coreos-inc/fix-warning
...
Add missing lib to remove warning
2017-10-10 14:40:52 -04:00
Joseph Schorr
f489e74d49
CHANGELOG for v2.6.0
2017-10-10 14:37:54 -04:00
Joseph Schorr
2f1538d1d5
Add missing lib to remove warning
2017-10-10 14:36:07 -04:00
josephschorr
7cfe66336a
Merge pull request #2874 from coreos-inc/joseph.schorr/QS-22/swift-copy-to
...
Add missing `copy_to` method to Swift
2017-10-09 17:54:02 -04:00
Joseph Schorr
ab886226f3
Add missing copy_to
method to Swift
...
Along with tests
Fixes https://coreosdev.atlassian.net/browse/QS-22
2017-10-09 17:17:36 -04:00
josephschorr
95cc004254
Merge pull request #2883 from coreos-inc/joseph.schorr/QS-30/lazy-load-fix
...
Fix bug in entity search that caused all robots and teams to be non-lazy loaded
2017-10-09 15:45:55 -04:00
Joseph Schorr
ff3dac613a
Fix bug in entity search that caused all robots and teams to be non-lazy loaded
...
Should help immensely with repository page load time
Fixes https://coreosdev.atlassian.net/browse/QS-30
2017-10-09 15:44:46 -04:00
josephschorr
459d0ccd44
Merge pull request #2882 from coreos-inc/joseph.schorr/QS-29/typeerror-fixes
...
Small frontend fixes
2017-10-09 15:06:06 -04:00
Joseph Schorr
a7f02c5451
Handle NPE in tag signing display
2017-10-09 14:07:16 -04:00
Joseph Schorr
563f6b5187
Make update user throbber show if user is not yet loaded
2017-10-09 14:03:11 -04:00
Joseph Schorr
38748576a1
Fix NPE in updateuser code
...
Fixes https://sentry.io/coreos/frontend-production/issues/364782088/
2017-10-09 14:02:36 -04:00
josephschorr
e646afd75b
Merge pull request #2881 from coreos-inc/fix-verbs
...
Fix verbs for recent storage change
2017-10-07 00:17:42 -04:00
Joseph Schorr
f67e2baeba
Fix verbs for recent storage change
...
1) Initialize the storage class in verbs with the extra needed args
2) Make the CloudFrontedS3Storage resilient to those extra args being missing
2017-10-07 00:17:10 -04:00
josephschorr
fba34eb5f0
Merge pull request #2880 from coreos-inc/add-missing-var
...
Add missing `var`
2017-10-06 14:37:51 -04:00
Joseph Schorr
3b4296f580
Add missing var
2017-10-06 14:36:02 -04:00
josephschorr
3a6624334e
Merge pull request #2879 from coreos-inc/fix-unbound-local-error
...
Fix unbound variable in new cloud fronted storage
2017-10-06 13:56:36 -04:00
josephschorr
170eb9dde4
Merge pull request #2878 from coreos-inc/close-misclosed-tags
...
Forgot to close tabs, which caused bizarre dialog behavior
2017-10-06 13:54:55 -04:00
Joseph Schorr
61f22621d6
Fix unbound variable in new cloud fronted storage
...
Fixes https://sentry.io/coreos/backend-staging/issues/363196446/
2017-10-06 13:54:49 -04:00
Joseph Schorr
9bbc73af1d
Forgot to close tabs, which caused bizarre dialog behavior
2017-10-06 13:51:02 -04:00
josephschorr
0278e2fe64
Merge pull request #2875 from coreos-inc/builder-fix
...
Build job does not have a request context when calling get_file_url
2017-10-06 12:57:52 -04:00
Joseph Schorr
2ce4e49711
Build job does not have a request context when calling get_file_url
...
We therefore need to specify some sort of IP or get_file_url will attempt to get it from context
2017-10-06 12:57:02 -04:00
Joseph Schorr
95868c7b78
Fix parsing of Dockerfile steps in newer versions of Docker
...
Fixes https://coreosdev.atlassian.net/browse/QS-24
2017-10-05 16:47:47 -04:00
josephschorr
3bef21253d
Merge pull request #2695 from coreos-inc/oidc-internal-auth
...
OIDC internal auth support
2017-10-02 16:51:17 -04:00
Joseph Schorr
f51a863158
Remove access_token from user_info
2017-10-02 16:51:09 -04:00
josephschorr
491b9c8278
Merge pull request #2872 from coreos-inc/joseph.schorr/QS-12/fix-org-links
...
Fix namespace links that end in slashes
2017-09-29 13:03:10 -04:00
josephschorr
82e09d6f16
Merge pull request #2869 from coreos-inc/joseph.schorr/QS-2/cloudfront
...
CloudFront redirect support
2017-09-29 12:08:50 -04:00
Joseph Schorr
96827e2b60
Switch to defaulting to CloudFront
2017-09-28 17:29:00 -04:00
josephschorr
5613582695
Merge pull request #2871 from coreos-inc/joseph.schorr/QS-13/oidc-callback-links
...
Add documentation in the QE setup tool to show OIDC callback URLs
2017-09-28 15:18:52 -04:00
Joseph Schorr
58e6a17373
Fix namespace links that end in slashes
2017-09-28 15:14:53 -04:00
Joseph Schorr
f8f0c3e6ae
Add documentation in the QE setup tool to show OIDC callback URLs
2017-09-28 14:58:43 -04:00
Joseph Schorr
05b4a7d457
Add worker to update ipresolver data files every few hours
2017-09-28 14:40:59 -04:00