<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git, branch refactor_gitlab_kube_client</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>Store version within SUPPORTED_API_GROUPS hash</title>
<updated>2018-10-23T10:52:34+00:00</updated>
<author>
<name>Thong Kuah</name>
<email>tkuah@gitlab.com</email>
</author>
<published>2018-10-23T10:52:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a5419138fd1dd766713a3754c8406133b3d9b99b'/>
<id>a5419138fd1dd766713a3754c8406133b3d9b99b</id>
<content type='text'>
This removes the ability to pass in a different version. We can instead
create a new entry in the SUPPORTED_API_GROUPS hash for a different
version if need be.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This removes the ability to pass in a different version. We can instead
create a new entry in the SUPPORTED_API_GROUPS hash for a different
version if need be.
</pre>
</div>
</content>
</entry>
<entry>
<title>DRY up *_clients methods</title>
<updated>2018-10-23T10:38:44+00:00</updated>
<author>
<name>Thong Kuah</name>
<email>tkuah@gitlab.com</email>
</author>
<published>2018-10-17T03:43:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=170071e365040e6a802918f23f80f7850d1f4bb5'/>
<id>170071e365040e6a802918f23f80f7850d1f4bb5</id>
<content type='text'>
Build using `define_method` directly from the constant, saves us writing
api_groups strings twice.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Build using `define_method` directly from the constant, saves us writing
api_groups strings twice.
</pre>
</div>
</content>
</entry>
<entry>
<title>Split hashed_clients into one per api_group</title>
<updated>2018-10-23T10:36:44+00:00</updated>
<author>
<name>Thong Kuah</name>
<email>tkuah@gitlab.com</email>
</author>
<published>2018-10-08T21:18:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=27979aac0a9975933e246a7f0fb987b255b47d96'/>
<id>27979aac0a9975933e246a7f0fb987b255b47d96</id>
<content type='text'>
Essentially make #build_kubeclient do less.

Should be much clearer now
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Essentially make #build_kubeclient do less.

Should be much clearer now
</pre>
</div>
</content>
</entry>
<entry>
<title>Update all usages of KubeClient</title>
<updated>2018-10-23T10:36:43+00:00</updated>
<author>
<name>Thong Kuah</name>
<email>tkuah@gitlab.com</email>
</author>
<published>2018-10-03T04:04:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8d81f2690c5c277065c6f4a1f9eecc5e771d8cfe'/>
<id>8d81f2690c5c277065c6f4a1f9eecc5e771d8cfe</id>
<content type='text'>
Find and replace everywhere we pass in `api_groups` to KubeClient, as no
longer needed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Find and replace everywhere we pass in `api_groups` to KubeClient, as no
longer needed
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove api_groups from KubeClient constructor</title>
<updated>2018-10-23T10:36:43+00:00</updated>
<author>
<name>Thong Kuah</name>
<email>tkuah@gitlab.com</email>
</author>
<published>2018-10-03T02:36:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=983c4a50d083be8e9a980613d98937a587450b18'/>
<id>983c4a50d083be8e9a980613d98937a587450b18</id>
<content type='text'>
We should have access to #core_client, #rbac_client,
and #extensions_client without having to pass in an awkward array.

Also change api_version to default_api_version, which allows us to use a
different version for an individual client. Special case for
apis/extensions which only go up to v1beta1

Makes #hashed_client private

Removes the #clients and #discover! methods which are un-used
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We should have access to #core_client, #rbac_client,
and #extensions_client without having to pass in an awkward array.

Also change api_version to default_api_version, which allows us to use a
different version for an individual client. Special case for
apis/extensions which only go up to v1beta1

Makes #hashed_client private

Removes the #clients and #discover! methods which are un-used
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'revert-eac645d7' into 'master'</title>
<updated>2018-10-22T20:52:36+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2018-10-22T20:52:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4cf1845e7ea5d9a52fe5af49dd1644f98a921010'/>
<id>4cf1845e7ea5d9a52fe5af49dd1644f98a921010</id>
<content type='text'>
Revert "Merge branch 'refactor-cluster-create-service-spec' into 'master'"

See merge request gitlab-org/gitlab-ce!22523</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Revert "Merge branch 'refactor-cluster-create-service-spec' into 'master'"

See merge request gitlab-org/gitlab-ce!22523</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '46884-remove-card-title' into 'master'</title>
<updated>2018-10-22T20:46:24+00:00</updated>
<author>
<name>Annabel Dunstone Gray</name>
<email>annabel.m.gray@gmail.com</email>
</author>
<published>2018-10-22T20:46:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1f6278af0016d9914cdc901a9c7b6a0735526cc0'/>
<id>1f6278af0016d9914cdc901a9c7b6a0735526cc0</id>
<content type='text'>
Remove card-title in card-header

Closes #46884

See merge request gitlab-org/gitlab-ce!19335</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove card-title in card-header

Closes #46884

See merge request gitlab-org/gitlab-ce!19335</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Merge branch 'refactor-cluster-create-service-spec' into 'master'"</title>
<updated>2018-10-22T20:12:26+00:00</updated>
<author>
<name>Thong Kuah</name>
<email>tkuah@gitlab.com</email>
</author>
<published>2018-10-22T20:12:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=305ab0405aca2270e6db24f9b53a0aa1ec9aa92e'/>
<id>305ab0405aca2270e6db24f9b53a0aa1ec9aa92e</id>
<content type='text'>
This reverts merge request !22407</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts merge request !22407</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'feature/gb/improve-include-config-errors-reporting' into 'master'</title>
<updated>2018-10-22T20:11:08+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2018-10-22T20:11:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b887d106cc3aaf00ac2e7af5b838009d1c9d6df3'/>
<id>b887d106cc3aaf00ac2e7af5b838009d1c9d6df3</id>
<content type='text'>
Improve validation errors for external CI/CD configuration

Closes #51369

See merge request gitlab-org/gitlab-ce!22394</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Improve validation errors for external CI/CD configuration

Closes #51369

See merge request gitlab-org/gitlab-ce!22394</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '51716-add-kubernetes-namespace-model' into 'master'</title>
<updated>2018-10-22T19:42:58+00:00</updated>
<author>
<name>Andreas Brandl</name>
<email>abrandl@gitlab.com</email>
</author>
<published>2018-10-22T19:42:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ec748a8f195cb206ad78962a99ad91f81b70b9bb'/>
<id>ec748a8f195cb206ad78962a99ad91f81b70b9bb</id>
<content type='text'>
Add Clusters::KubernetesNamespace model

See merge request gitlab-org/gitlab-ce!22404</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add Clusters::KubernetesNamespace model

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