<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/views/projects/settings, branch docs/https-many-docs-links</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>Hide kubernetes cluster warning when a cluster exists</title>
<updated>2019-04-04T21:30:29+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2019-04-01T03:33:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8598fb3411521f813f8776f6f992983bf115668b'/>
<id>8598fb3411521f813f8776f6f992983bf115668b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add feature specs for settings page</title>
<updated>2019-03-14T23:50:21+00:00</updated>
<author>
<name>Reuben Pereira</name>
<email>rpereira@gitlab.com</email>
</author>
<published>2019-03-14T23:50:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cc2ed858a44a7e01dd04aed6718a7b232209b4bc'/>
<id>cc2ed858a44a7e01dd04aed6718a7b232209b4bc</id>
<content type='text'>
Add spec for form fields
Style settings sections
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add spec for form fields
Style settings sections
</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>Refactor model and spec</title>
<updated>2019-03-01T14:51:54+00:00</updated>
<author>
<name>Reuben Pereira</name>
<email>rpereira@gitlab.com</email>
</author>
<published>2019-03-01T14:51:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=43e713eb41117138c13ee4b9279321ca4331a302'/>
<id>43e713eb41117138c13ee4b9279321ca4331a302</id>
<content type='text'>
- Move some specs into contexts
- Let get_slugs method take a parameter and return a specific slug.
- Add rescues when using Addressable::URI.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Move some specs into contexts
- Let get_slugs method take a parameter and return a specific slug.
- Add rescues when using Addressable::URI.
</pre>
</div>
</content>
</entry>
<entry>
<title>Addresses UX and BE comments:</title>
<updated>2019-02-07T03:51:48+00:00</updated>
<author>
<name>Mayra Cabrera</name>
<email>mcabrera@gitlab.com</email>
</author>
<published>2019-02-05T19:11:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d9af3752fcfa6e97bcec82515b0cbc1ab88285de'/>
<id>d9af3752fcfa6e97bcec82515b0cbc1ab88285de</id>
<content type='text'>
- Changes help text on clusters form to make it more explicit.
- Removes unnecessary warnings on auto devops form
- Simplifies cluster methods logic
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Changes help text on clusters form to make it more explicit.
- Removes unnecessary warnings on auto devops form
- Simplifies cluster methods logic
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove `error_tracking` feature flag</title>
<updated>2019-01-15T20:33:40+00:00</updated>
<author>
<name>Peter Leitzen</name>
<email>pleitzen@gitlab.com</email>
</author>
<published>2019-01-10T17:50:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=77eff52afa379d653c47ecc64e75779a330be5e1'/>
<id>77eff52afa379d653c47ecc64e75779a330be5e1</id>
<content type='text'>
We introduced the feature flag `error_tracking` to test the Sentry MVC
safely.

After the successful test, we remove it again.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We introduced the feature flag `error_tracking` to test the Sentry MVC
safely.

After the successful test, we remove it again.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add view and feature test for error tracking settings</title>
<updated>2019-01-07T18:09:49+00:00</updated>
<author>
<name>Tristan Read</name>
<email>tread@gitlab.com</email>
</author>
<published>2018-12-13T15:55:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7380ed309a14bfcaa9a0fc87433e50c01c8b43fd'/>
<id>7380ed309a14bfcaa9a0fc87433e50c01c8b43fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix broken specs</title>
<updated>2018-06-06T10:29:52+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2018-06-06T10:29:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c604c43782c5f2ac915f934d566f0502ae41f6d4'/>
<id>c604c43782c5f2ac915f934d566f0502ae41f6d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Create autodevops settings sections</title>
<updated>2018-04-20T17:48:04+00:00</updated>
<author>
<name>Jose Ivan Vargas</name>
<email>jvargas@gitlab.com</email>
</author>
<published>2018-04-11T17:04:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e40bc1b190f51ca42ac12d79b87a0338f2ab0357'/>
<id>e40bc1b190f51ca42ac12d79b87a0338f2ab0357</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move leftovers from pipelines_settings_controller to settings/ci_cd_controller</title>
<updated>2018-04-04T17:47:37+00:00</updated>
<author>
<name>Tomasz Maczukin</name>
<email>tomasz@maczukin.pl</email>
</author>
<published>2018-03-22T14:31:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=909c277e56e2773bab8368b6fdd3871a4c9c53f3'/>
<id>909c277e56e2773bab8368b6fdd3871a4c9c53f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
