<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git, branch kubernetes-http-response-code</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Remove unnecessary nil return from fetch_kubernetes_token_service</title>
<updated>2018-11-12T11:48:53+00:00</updated>
<author>
<name>Dylan Griffith</name>
<email>dyl.griffith@gmail.com</email>
</author>
<published>2018-11-12T11:48:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=702821aa2a40d372121b23d70c46d936bc21d9cb'/>
<id>702821aa2a40d372121b23d70c46d936bc21d9cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make Kubernetes error logs formatted the same as user messages</title>
<updated>2018-11-12T11:48:32+00:00</updated>
<author>
<name>Dylan Griffith</name>
<email>dyl.griffith@gmail.com</email>
</author>
<published>2018-11-12T11:48:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bdc4cd0143272f5bfdd88ca127bb4905b6c2864d'/>
<id>bdc4cd0143272f5bfdd88ca127bb4905b6c2864d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Further improve some private methods</title>
<updated>2018-11-11T23:31:56+00:00</updated>
<author>
<name>Thong Kuah</name>
<email>tkuah@gitlab.com</email>
</author>
<published>2018-11-11T23:31:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=97c49a148f29d86b12946616c77855a65a88d426'/>
<id>97c49a148f29d86b12946616c77855a65a88d426</id>
<content type='text'>
Now we can rescue directly, no need for yield !
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now we can rescue directly, no need for yield !
</pre>
</div>
</content>
</entry>
<entry>
<title>Use ResourceNotFoundError instead of re-raising</title>
<updated>2018-11-11T20:01:59+00:00</updated>
<author>
<name>Thong Kuah</name>
<email>tkuah@gitlab.com</email>
</author>
<published>2018-11-11T10:10:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4d75e1da07d5462877c5534e4e95df74f9b1739f'/>
<id>4d75e1da07d5462877c5534e4e95df74f9b1739f</id>
<content type='text'>
Kubeclient::ResourceNotFoundError has been available since kubeclient
3.0.0.

This clearly gives a name to what we are trying to achieve which is
return a specific value if the Resource is Not Found.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Kubeclient::ResourceNotFoundError has been available since kubeclient
3.0.0.

This clearly gives a name to what we are trying to achieve which is
return a specific value if the Resource is Not Found.
</pre>
</div>
</content>
</entry>
<entry>
<title>Show HTTP response code from Kubernetes::HttpError</title>
<updated>2018-11-11T20:01:59+00:00</updated>
<author>
<name>Thong Kuah</name>
<email>tkuah@gitlab.com</email>
</author>
<published>2018-11-11T09:40:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7633ede93c75eebc88f5f12879bf142721c6db71'/>
<id>7633ede93c75eebc88f5f12879bf142721c6db71</id>
<content type='text'>
It should at least provide some more information as to what went wrong,
e.g. 401 is Unauthorized, 404 is Not Found, etc. Because this only shows
the HTTP response code, it should be safe. See
https://github.com/abonas/kubeclient/blob/v3.1.1/lib/kubeclient/common.rb#L119
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It should at least provide some more information as to what went wrong,
e.g. 401 is Unauthorized, 404 is Not Found, etc. Because this only shows
the HTTP response code, it should be safe. See
https://github.com/abonas/kubeclient/blob/v3.1.1/lib/kubeclient/common.rb#L119
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-error-handling-bugs-in-kubernetes-integration' into 'master'</title>
<updated>2018-11-11T16:45:22+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2018-11-11T16:45:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f69f7a6702f68a14cb29b2686b030f36711cef7f'/>
<id>f69f7a6702f68a14cb29b2686b030f36711cef7f</id>
<content type='text'>
Fix error handling bugs in kubernetes integration

See merge request gitlab-org/gitlab-ce!22922</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix error handling bugs in kubernetes integration

See merge request gitlab-org/gitlab-ce!22922</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '51259-ci-cd-gitlab-ui-1' into 'master'</title>
<updated>2018-11-09T22:42:24+00:00</updated>
<author>
<name>Clement Ho</name>
<email>clemmakesapps@gmail.com</email>
</author>
<published>2018-11-09T22:42:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4aa41d07e16ca03f5f56b7cc5c136d86d51666c2'/>
<id>4aa41d07e16ca03f5f56b7cc5c136d86d51666c2</id>
<content type='text'>
Use gitlab-ui in jobs and pipelines

See merge request gitlab-org/gitlab-ce!22782</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use gitlab-ui in jobs and pipelines

See merge request gitlab-org/gitlab-ce!22782</pre>
</div>
</content>
</entry>
<entry>
<title>Use gitlab-ui in jobs and pipelines</title>
<updated>2018-11-09T22:42:24+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2018-11-09T22:42:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=21edd590bd77c5ccdd5d0187241683447a972376'/>
<id>21edd590bd77c5ccdd5d0187241683447a972376</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sh-redact-links-remove-circular-dependency-ce' into 'master'</title>
<updated>2018-11-09T21:56:59+00:00</updated>
<author>
<name>Douglas Barbosa Alexandre</name>
<email>dbalexandre@gmail.com</email>
</author>
<published>2018-11-09T21:56:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=746ac855f96bcee76cfd53550428831522f4054b'/>
<id>746ac855f96bcee76cfd53550428831522f4054b</id>
<content type='text'>
Remove circular dependency on Redactable in migration

See merge request gitlab-org/gitlab-ce!22951</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove circular dependency on Redactable in migration

See merge request gitlab-org/gitlab-ce!22951</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '48475-gitlab-pages-settings-regressions' into 'master'</title>
<updated>2018-11-09T21:19:51+00:00</updated>
<author>
<name>Annabel Dunstone Gray</name>
<email>annabel.m.gray@gmail.com</email>
</author>
<published>2018-11-09T21:19:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7dbe47f98a2b6d18ae1fd5444708f8192f4a6772'/>
<id>7dbe47f98a2b6d18ae1fd5444708f8192f4a6772</id>
<content type='text'>
Resolve "GitLab Pages settings regressions"

Closes #48475

See merge request gitlab-org/gitlab-ce!22821</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "GitLab Pages settings regressions"

Closes #48475

See merge request gitlab-org/gitlab-ce!22821</pre>
</div>
</content>
</entry>
</feed>
