<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/views/clusters/platforms, branch scripts-differences</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>Update namespace label text for managed clusters</title>
<updated>2019-07-25T17:38:06+00:00</updated>
<author>
<name>Jacques Erasmus</name>
<email>jerasmus@gitlab.com</email>
</author>
<published>2019-07-25T17:38:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f0b2ef0b5fc4600c2a941a9b506873bc9dd80594'/>
<id>f0b2ef0b5fc4600c2a941a9b506873bc9dd80594</id>
<content type='text'>
Added the ability to update the namespace label text for gitlab-managed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added the ability to update the namespace label text for gitlab-managed
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow switching clusters between managed/unmanaged</title>
<updated>2019-06-17T23:09:11+00:00</updated>
<author>
<name>Tiger</name>
<email>twatson@gitlab.com</email>
</author>
<published>2019-06-07T01:24:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5aa9b710be2e03b296b68942d4053fa0a24e884c'/>
<id>5aa9b710be2e03b296b68942d4053fa0a24e884c</id>
<content type='text'>
Any resources created while the cluster was managed
will be untouched, allowing users to set/unset this
flag as they please.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Any resources created while the cluster was managed
will be untouched, allowing users to set/unset this
flag as they please.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Style/NegatedUnless offenses in HAML file</title>
<updated>2019-05-16T11:31:46+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2019-05-16T11:31:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=96137d554f0cfd86f7d929ec085afb2858960563'/>
<id>96137d554f0cfd86f7d929ec085afb2858960563</id>
<content type='text'>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add gitlab-managed option to clusters form</title>
<updated>2019-05-03T01:05:53+00:00</updated>
<author>
<name>Mayra Cabrera</name>
<email>mcabrera@gitlab.com</email>
</author>
<published>2019-05-03T01:05:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=89132bbdd63bbd033c43422500a972af6d94a4d0'/>
<id>89132bbdd63bbd033c43422500a972af6d94a4d0</id>
<content type='text'>
When this option is enabled, GitLab will create namespaces and service
accounts as usual. When disabled, GitLab wont create any project
specific kubernetes resources

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56557
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When this option is enabled, GitLab will create namespaces and service
accounts as usual. When disabled, GitLab wont create any project
specific kubernetes resources

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56557
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix cluster details form validation</title>
<updated>2019-04-03T19:23:04+00:00</updated>
<author>
<name>Enrique Alcantara</name>
<email>ealcantara@gitlab.com</email>
</author>
<published>2019-04-03T14:40:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9580c93b829ce53ce51d48ff2495eff7f97e17e4'/>
<id>9580c93b829ce53ce51d48ff2495eff7f97e17e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Renames Cluster#managed? to provided_by_user?</title>
<updated>2019-03-29T18:23:18+00:00</updated>
<author>
<name>Mayra Cabrera</name>
<email>mcabrera@gitlab.com</email>
</author>
<published>2019-03-29T18:23:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ab06d1eda2fa222b4de400d2b18eab611ffefa68'/>
<id>ab06d1eda2fa222b4de400d2b18eab611ffefa68</id>
<content type='text'>
This will allow to user the term managed? on
https://gitlab.com/gitlab-org/gitlab-ce/issues/56557. Managed? will be
used to distinct clusters that are automatically managed by GitLab
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will allow to user the term managed? on
https://gitlab.com/gitlab-org/gitlab-ce/issues/56557. Managed? will be
used to distinct clusters that are automatically managed by GitLab
</pre>
</div>
</content>
</entry>
<entry>
<title>Removes duplicated cluster show partials</title>
<updated>2019-01-28T21:00:01+00:00</updated>
<author>
<name>Mayra Cabrera</name>
<email>mcabrera@gitlab.com</email>
</author>
<published>2019-01-24T21:03:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1aa0233accfc116dc624eb781e14c108ead556ec'/>
<id>1aa0233accfc116dc624eb781e14c108ead556ec</id>
<content type='text'>
gcp/show and user/show partial contain basically the same html elements
causing duplication.

The difference between the partials is that one of them has
html elements disabled if the cluster is managed. This MR aims to
remove that duplication by having just a single
show partial for both types
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gcp/show and user/show partial contain basically the same html elements
causing duplication.

The difference between the partials is that one of them has
html elements disabled if the cluster is managed. This MR aims to
remove that duplication by having just a single
show partial for both types
</pre>
</div>
</content>
</entry>
</feed>
