<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/services/clusters/applications, branch docs-pages-force-https</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Show health graphs on group-level</title>
<updated>2019-05-06T16:24:14+00:00</updated>
<author>
<name>Peter Leitzen</name>
<email>pleitzen@gitlab.com</email>
</author>
<published>2019-05-06T16:24:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c8a530a319d6e2550f41cbf61203e6b2712dc7e0'/>
<id>c8a530a319d6e2550f41cbf61203e6b2712dc7e0</id>
<content type='text'>
Tweak cluster helper and refactor its specs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tweak cluster helper and refactor its specs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a newline in spec for readability</title>
<updated>2019-04-30T05:55:14+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-04-30T05:54:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3c52ff8c78b4e9174214d5efe5a8664d8cc608ca'/>
<id>3c52ff8c78b4e9174214d5efe5a8664d8cc608ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename #timeouted -&gt; #timed_out</title>
<updated>2019-04-30T05:55:13+00:00</updated>
<author>
<name>Dylan Griffith</name>
<email>dyl.griffith@gmail.com</email>
</author>
<published>2019-04-29T05:57:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f84fae1386eec1b22c1405a8b87beb30d8f10519'/>
<id>f84fae1386eec1b22c1405a8b87beb30d8f10519</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor refactoring in check_uninstall_progress_service_spec</title>
<updated>2019-04-30T05:55:13+00:00</updated>
<author>
<name>Dylan Griffith</name>
<email>dyl.griffith@gmail.com</email>
</author>
<published>2019-04-26T03:30:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=416f3971e66762246f0af3cda97c4b55e101f61b'/>
<id>416f3971e66762246f0af3cda97c4b55e101f61b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix uninstall specs: helm not uninstallable</title>
<updated>2019-04-30T05:55:12+00:00</updated>
<author>
<name>Dylan Griffith</name>
<email>dyl.griffith@gmail.com</email>
</author>
<published>2019-04-15T06:42:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3cac5b05b2fd8377883d42be5ee5e0fb2370db04'/>
<id>3cac5b05b2fd8377883d42be5ee5e0fb2370db04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DELETE clusters/:id/:application endpoint</title>
<updated>2019-04-30T05:55:12+00:00</updated>
<author>
<name>Thong Kuah</name>
<email>tkuah@gitlab.com</email>
</author>
<published>2019-04-12T12:19:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=abb530a61958518f6e0c739406f34c558c504206'/>
<id>abb530a61958518f6e0c739406f34c558c504206</id>
<content type='text'>
Add endpoint to delete/uninstall a cluster application
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add endpoint to delete/uninstall a cluster application
</pre>
</div>
</content>
</entry>
<entry>
<title>Destroy app on successful uninstallation</title>
<updated>2019-04-30T05:55:11+00:00</updated>
<author>
<name>Thong Kuah</name>
<email>tkuah@gitlab.com</email>
</author>
<published>2019-04-12T05:28:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3c8df0c944f0b23f9ee8b6b08a0a355b00456dd9'/>
<id>3c8df0c944f0b23f9ee8b6b08a0a355b00456dd9</id>
<content type='text'>
Rescue and put into :uninstall_errored if something goes wrong while
destroying, which can happen. I think it is safe to expose the full
error message from the destroy error.

Remove the :uninstalled state as no longer used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rescue and put into :uninstall_errored if something goes wrong while
destroying, which can happen. I think it is safe to expose the full
error message from the destroy error.

Remove the :uninstalled state as no longer used.
</pre>
</div>
</content>
</entry>
<entry>
<title>Services to uninstall cluster application</title>
<updated>2019-04-30T05:55:11+00:00</updated>
<author>
<name>Thong Kuah</name>
<email>tkuah@gitlab.com</email>
</author>
<published>2019-04-10T02:50:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=938e90f47288901790a96c50a8c0dfa2b7eab137'/>
<id>938e90f47288901790a96c50a8c0dfa2b7eab137</id>
<content type='text'>
+ to monitor progress of uninstallation pod
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
+ to monitor progress of uninstallation pod
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'frozen_string_literal_spec_services' into 'master'</title>
<updated>2019-04-12T16:41:27+00:00</updated>
<author>
<name>Michael Kozono</name>
<email>mkozono@gmail.com</email>
</author>
<published>2019-04-12T16:41:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3b97ea0a0cca1ed411bf122f2396fae39bf79fc0'/>
<id>3b97ea0a0cca1ed411bf122f2396fae39bf79fc0</id>
<content type='text'>
Add frozen_string_literal to spec/services

See merge request gitlab-org/gitlab-ce!27267</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add frozen_string_literal to spec/services

See merge request gitlab-org/gitlab-ce!27267</pre>
</div>
</content>
</entry>
<entry>
<title>Do not rescue errors from state transitions</title>
<updated>2019-04-12T13:22:11+00:00</updated>
<author>
<name>Thong Kuah</name>
<email>tkuah@gitlab.com</email>
</author>
<published>2019-04-12T13:22:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8dfec0cedd4d623226ee9d058323a13470631bce'/>
<id>8dfec0cedd4d623226ee9d058323a13470631bce</id>
<content type='text'>
As this are un-expected errors which we should hear about from Sentry.

Still rescue StandardError when operating a Helm action as we can get
non Kubeclient errors such as SSL certificate or network errors
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As this are un-expected errors which we should hear about from Sentry.

Still rescue StandardError when operating a Helm action as we can get
non Kubeclient errors such as SSL certificate or network errors
</pre>
</div>
</content>
</entry>
</feed>
