<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/controllers/groups, branch frozen_string_spec_models</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>Remove redirecting to last visited board</title>
<updated>2019-03-13T12:33:35+00:00</updated>
<author>
<name>Heinrich Lee Yu</name>
<email>heinrich@gitlab.com</email>
</author>
<published>2019-02-27T09:23:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2de0bcf8007d9e92c9c691c1ec7664e5331300b3'/>
<id>2de0bcf8007d9e92c9c691c1ec7664e5331300b3</id>
<content type='text'>
Move this to EE-only. It isn't useful here since there's only one board
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move this to EE-only. It isn't useful here since there's only one board
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor groups and projects boards actions</title>
<updated>2019-03-13T12:33:35+00:00</updated>
<author>
<name>Heinrich Lee Yu</name>
<email>heinrich@gitlab.com</email>
</author>
<published>2019-02-26T17:26:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7d5ee4181a63318dd3a981fef9c12ce93e732fdb'/>
<id>7d5ee4181a63318dd3a981fef9c12ce93e732fdb</id>
<content type='text'>
Move common functionality to BoardsActions concern
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move common functionality to BoardsActions concern
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable/disable Auto DevOps at Group level</title>
<updated>2019-03-12T10:15:33+00:00</updated>
<author>
<name>Mayra Cabrera</name>
<email>mcabrera@gitlab.com</email>
</author>
<published>2019-03-12T10:15:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7e9348f3594ee158dfd4aaa9e03e5bb5dd36aead'/>
<id>7e9348f3594ee158dfd4aaa9e03e5bb5dd36aead</id>
<content type='text'>
- Includes instance methods on Group model to detect when a group has
AutoDevOps explicitly/implicitly enabled/disabled.
- Includes migration to add a new column to namespaces table
- Add UI necessary modifications
- Add service and controller to update auto devops
related instances
- Updates project and groups auto devops badges

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52447
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Includes instance methods on Group model to detect when a group has
AutoDevOps explicitly/implicitly enabled/disabled.
- Includes migration to add a new column to namespaces table
- Add UI necessary modifications
- Add service and controller to update auto devops
related instances
- Updates project and groups auto devops badges

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52447
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '56937-edit-knative-domain' into 'master'</title>
<updated>2019-03-07T12:43:34+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzegorz@gitlab.com</email>
</author>
<published>2019-03-07T12:43:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5cea1e8b8007da95995cda682b5f0d96b0c7f10c'/>
<id>5cea1e8b8007da95995cda682b5f0d96b0c7f10c</id>
<content type='text'>
Edit Knative domain after it has been deployed

Closes #56937

See merge request gitlab-org/gitlab-ce!25386</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Edit Knative domain after it has been deployed

Closes #56937

See merge request gitlab-org/gitlab-ce!25386</pre>
</div>
</content>
</entry>
<entry>
<title>Rename ClusterUpdateAppWorker to ClusterPatchAppWorker</title>
<updated>2019-03-05T15:21:29+00:00</updated>
<author>
<name>João Cunha</name>
<email>j.a.cunha@gmail.com</email>
</author>
<published>2019-03-05T15:21:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3bdff7aadfc68222086518a365496fb22357cb9c'/>
<id>3bdff7aadfc68222086518a365496fb22357cb9c</id>
<content type='text'>
- This is to avoid colision with EE ClusterUpdateAppWorker
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- This is to avoid colision with EE ClusterUpdateAppWorker
</pre>
</div>
</content>
</entry>
<entry>
<title>Creates Clusterss::ApplciationsController update endpoint</title>
<updated>2019-03-05T06:32:51+00:00</updated>
<author>
<name>João Cunha</name>
<email>j.a.cunha@gmail.com</email>
</author>
<published>2019-02-18T17:06:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f8234d9a086a43a95698da13d2734fe62ddb9ad7'/>
<id>f8234d9a086a43a95698da13d2734fe62ddb9ad7</id>
<content type='text'>
- Creates new route
- Creates new controller action
- Creates call stack:
  Clusterss::ApplciationsController calls --&gt;
  Clusters::Applications::UpdateService calls --&gt;
  Clusters::Applications::ScheduleUpdateService calls --&gt;
  ClusterUpdateAppWorker calls --&gt;
  Clusters::Applications::PatchService --&gt;
  ClusterWaitForAppInstallationWorker

DRY req params

Adds gcp_cluster:cluster_update_app queue

Schedule_update_service is uneeded

Extract common logic to a parent class (UpdateService will need it)

Introduce new UpdateService

Fix rescue class namespace

Fix RuboCop offenses

Adds BaseService for create and update services

Remove request_handler code duplication

Fixes update command

Move update_command to ApplicationCore so all apps can use it

Adds tests for Knative update_command

Adds specs for PatchService

Raise error if update receives an unistalled app

Adds update_service spec

Fix RuboCop offense

Use subject in favor of go

Adds update endpoint specs for project namespace

Adds update endpoint specs for group namespace
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Creates new route
- Creates new controller action
- Creates call stack:
  Clusterss::ApplciationsController calls --&gt;
  Clusters::Applications::UpdateService calls --&gt;
  Clusters::Applications::ScheduleUpdateService calls --&gt;
  ClusterUpdateAppWorker calls --&gt;
  Clusters::Applications::PatchService --&gt;
  ClusterWaitForAppInstallationWorker

DRY req params

Adds gcp_cluster:cluster_update_app queue

Schedule_update_service is uneeded

Extract common logic to a parent class (UpdateService will need it)

Introduce new UpdateService

Fix rescue class namespace

Fix RuboCop offenses

Adds BaseService for create and update services

Remove request_handler code duplication

Fixes update command

Move update_command to ApplicationCore so all apps can use it

Adds tests for Knative update_command

Adds specs for PatchService

Raise error if update receives an unistalled app

Adds update_service spec

Fix RuboCop offense

Use subject in favor of go

Adds update endpoint specs for project namespace

Adds update endpoint specs for group namespace
</pre>
</div>
</content>
</entry>
<entry>
<title>Change policy regarding group visibility</title>
<updated>2019-02-20T10:08:13+00:00</updated>
<author>
<name>Małgorzata Ksionek</name>
<email>meksionek@gmail.com</email>
</author>
<published>2019-02-12T12:29:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=211c4e5985bf40afe7cf2391c76a6cfde153fb49'/>
<id>211c4e5985bf40afe7cf2391c76a6cfde153fb49</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove TLD validation from Cluster#domain</title>
<updated>2019-02-14T22:25:41+00:00</updated>
<author>
<name>Dylan Griffith</name>
<email>dyl.griffith@gmail.com</email>
</author>
<published>2019-02-14T21:10:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3016a2a3606fb10e5bba48111e7e6cd1bb279ec6'/>
<id>3016a2a3606fb10e5bba48111e7e6cd1bb279ec6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Addresses backend/db review comments</title>
<updated>2019-02-04T18:08:09+00:00</updated>
<author>
<name>Mayra Cabrera</name>
<email>mcabrera@gitlab.com</email>
</author>
<published>2019-01-31T14:58:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=087af654bbae1e4a843029b33e1aab546f4d7d61'/>
<id>087af654bbae1e4a843029b33e1aab546f4d7d61</id>
<content type='text'>
- Fixes multiple typos on AutoDevops script
- Add an alias to Clusters::Cluster#domain as base_domain, so it's more
descriptive
- Removes unnecessary memoization on qa specs
- Changes migration to a post migration to deal better with traffic on
big instances (like gitlab.com)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fixes multiple typos on AutoDevops script
- Add an alias to Clusters::Cluster#domain as base_domain, so it's more
descriptive
- Removes unnecessary memoization on qa specs
- Changes migration to a post migration to deal better with traffic on
big instances (like gitlab.com)
</pre>
</div>
</content>
</entry>
<entry>
<title>Moves domain setting to Cluster setting</title>
<updated>2019-02-04T17:43:34+00:00</updated>
<author>
<name>Mayra Cabrera</name>
<email>mcabrera@gitlab.com</email>
</author>
<published>2019-01-23T16:28:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8ff73614a1466ffc39e4464462719e7456c03e29'/>
<id>8ff73614a1466ffc39e4464462719e7456c03e29</id>
<content type='text'>
Changes domain field to be on the Cluster page show, removing it from
Auto DevOps setting. Also injects the new environment variable
KUBE_INGRESS_BASE_DOMAIN into kubernetes#predefined_variables.

Migration to move the information from ProjectAutoDevops#domain
to Clusters::Cluster#domain. As well as necessary modifications to qa
selectors

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52363
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changes domain field to be on the Cluster page show, removing it from
Auto DevOps setting. Also injects the new environment variable
KUBE_INGRESS_BASE_DOMAIN into kubernetes#predefined_variables.

Migration to move the information from ProjectAutoDevops#domain
to Clusters::Cluster#domain. As well as necessary modifications to qa
selectors

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52363
</pre>
</div>
</content>
</entry>
</feed>
