<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/support/features, branch patch-59</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>Adds header column to variables list</title>
<updated>2019-05-07T14:23:47+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2019-05-03T11:12:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=31861b0f050ab4ba728c8d17bbe9d1970c4ce190'/>
<id>31861b0f050ab4ba728c8d17bbe9d1970c4ce190</id>
<content type='text'>
For the variables list in CI/CD settings
this commits adds an header row with titles
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For the variables list in CI/CD settings
this commits adds an header row with titles
</pre>
</div>
</content>
</entry>
<entry>
<title>Quarantine flaky test</title>
<updated>2019-04-09T18:04:26+00:00</updated>
<author>
<name>Michael Kozono</name>
<email>mkozono@gmail.com</email>
</author>
<published>2019-04-09T18:04:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8fc2347fa96f2594f04a9482fbdca34eab349f15'/>
<id>8fc2347fa96f2594f04a9482fbdca34eab349f15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Autocorrect with RSpec/ExampleWording cop</title>
<updated>2019-04-05T08:43:27+00:00</updated>
<author>
<name>Thong Kuah</name>
<email>tkuah@gitlab.com</email>
</author>
<published>2019-04-05T08:43:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4ec16912b8f4eba9cc70dd21afb65c441f857da0'/>
<id>4ec16912b8f4eba9cc70dd21afb65c441f857da0</id>
<content type='text'>
- rewords examples starting with 'should'
- rewords examples starting with 'it'

Note: I had to manually fixup "onlies" to "only"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- rewords examples starting with 'should'
- rewords examples starting with 'it'

Note: I had to manually fixup "onlies" to "only"
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '13784-validate-variables-for-masking' into 'master'</title>
<updated>2019-04-03T17:55:56+00:00</updated>
<author>
<name>Clement Ho</name>
<email>clemmakesapps@gmail.com</email>
</author>
<published>2019-04-03T17:55:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3de4399406eab3a34d9c07c31a99bc5e32de310e'/>
<id>3de4399406eab3a34d9c07c31a99bc5e32de310e</id>
<content type='text'>
Simple masking frontend - CE

See merge request gitlab-org/gitlab-ce!26751</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simple masking frontend - CE

See merge request gitlab-org/gitlab-ce!26751</pre>
</div>
</content>
</entry>
<entry>
<title>Add control for variable value masking</title>
<updated>2019-03-29T18:49:59+00:00</updated>
<author>
<name>mfluharty</name>
<email>mfluharty@gitlab.com</email>
</author>
<published>2019-03-29T15:46:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0481d699075ea48c67037088713689b8d66f1983'/>
<id>0481d699075ea48c67037088713689b8d66f1983</id>
<content type='text'>
Show masked switch for each variable
When toggled on, the variable value will be masked in runner logs
Show warning message if the switch is on but the value is not maskable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Show masked switch for each variable
When toggled on, the variable value will be masked in runner logs
Show warning message if the switch is on but the value is not maskable
</pre>
</div>
</content>
</entry>
<entry>
<title>Extend quick actions dsl</title>
<updated>2019-03-29T10:53:28+00:00</updated>
<author>
<name>Alexandru Croitor</name>
<email>acroitor@gitlab.com</email>
</author>
<published>2019-03-13T10:45:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4b9ff4d2fe2eb22e3abed32f56aef6b24d40aa31'/>
<id>4b9ff4d2fe2eb22e3abed32f56aef6b24d40aa31</id>
<content type='text'>
* Extend quick actions dsl to allow specifying model types
to which given quick action applies
* Rename issuable attribute to noteable in interpret_service.rb
* Refactor and reorder quick action specs
* Create a shared example spec for each quick action to be used for
issue, merge request and commit specs.

https://gitlab.com/gitlab-org/gitlab-ce/issues/50199
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Extend quick actions dsl to allow specifying model types
to which given quick action applies
* Rename issuable attribute to noteable in interpret_service.rb
* Refactor and reorder quick action specs
* Create a shared example spec for each quick action to be used for
issue, merge request and commit specs.

https://gitlab.com/gitlab-org/gitlab-ce/issues/50199
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Merge branch '13784-validate-variables-for-masking' into 'master'"</title>
<updated>2019-03-27T21:42:23+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2019-03-27T21:42:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=89fdf64c8a3764cf8c646cb4b9eb9b11a3871eae'/>
<id>89fdf64c8a3764cf8c646cb4b9eb9b11a3871eae</id>
<content type='text'>
This reverts merge request !25476</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts merge request !25476</pre>
</div>
</content>
</entry>
<entry>
<title>Scaffold UI elements for minimal version</title>
<updated>2019-03-27T19:13:55+00:00</updated>
<author>
<name>Miranda Fluharty</name>
<email>mfluharty@gitlab.com</email>
</author>
<published>2019-03-27T19:13:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fc8f4b62f887abbc02e2c21b7275f53b51a5bad2'/>
<id>fc8f4b62f887abbc02e2c21b7275f53b51a5bad2</id>
<content type='text'>
Add a masked switch to variable rows
Copy some behavior from the protected switch
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a masked switch to variable rows
Copy some behavior from the protected switch
</pre>
</div>
</content>
</entry>
<entry>
<title>Align nav-sidebar with design.gitlab.com docs</title>
<updated>2019-03-04T13:58:23+00:00</updated>
<author>
<name>Ezekiel Kigbo</name>
<email>ekigbo@gitlab.com</email>
</author>
<published>2019-03-04T08:23:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ed29dd5293896aa3848d799420bb63991c55af49'/>
<id>ed29dd5293896aa3848d799420bb63991c55af49</id>
<content type='text'>
Updated nav-sidebar to reflect the documented
behaviour from the design.gitlab.com docs:
https://design.gitlab.com/regions/navigation#contextual-navigation

Updated rspec tests to reflect the expected behaviour
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated nav-sidebar to reflect the documented
behaviour from the design.gitlab.com docs:
https://design.gitlab.com/regions/navigation#contextual-navigation

Updated rspec tests to reflect the expected behaviour
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Merge branch 'revert-8baf9e5f' into 'master'"</title>
<updated>2019-02-27T11:52:53+00:00</updated>
<author>
<name>Matija Čupić</name>
<email>matteeyah@gmail.com</email>
</author>
<published>2019-02-27T00:22:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=316889cb4789e8a4a43bf0c79a4269643a97c336'/>
<id>316889cb4789e8a4a43bf0c79a4269643a97c336</id>
<content type='text'>
This reverts commit f5201a816f2eff9393e16f362403451e5d86ee6c, reversing
changes made to 48e6db0dad6f256e8423e0bd6c9b254803f50ccf.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit f5201a816f2eff9393e16f362403451e5d86ee6c, reversing
changes made to 48e6db0dad6f256e8423e0bd6c9b254803f50ccf.
</pre>
</div>
</content>
</entry>
</feed>
