<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/qa, branch docs/split-autodevops-variable-table</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>Adding changes to CE from EE</title>
<updated>2019-07-27T04:23:34+00:00</updated>
<author>
<name>Tomislav Nikic</name>
<email>tnikic@gitlab.com</email>
</author>
<published>2019-07-27T04:23:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=972573e35183c50de37ce7eec1346f20a23bfca1'/>
<id>972573e35183c50de37ce7eec1346f20a23bfca1</id>
<content type='text'>
All the changes done to files that are also inside CE and need to be
ported.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All the changes done to files that are also inside CE and need to be
ported.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor elements used by ci_variable and ::CICD</title>
<updated>2019-07-26T18:07:51+00:00</updated>
<author>
<name>Dan Davison</name>
<email>ddavison@gitlab.com</email>
</author>
<published>2019-07-26T18:07:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9bf08867ddece5fec67807631de7d4fb9a0bd6a6'/>
<id>9bf08867ddece5fec67807631de7d4fb9a0bd6a6</id>
<content type='text'>
Many elements defined in the QA framework in ci_variable.rb
call elements and methods that are not framework specific.

Fix these issues, as well as use data-qa-selector s
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Many elements defined in the QA framework in ci_variable.rb
call elements and methods that are not framework specific.

Fix these issues, as well as use data-qa-selector s
</pre>
</div>
</content>
</entry>
<entry>
<title>Retry if dropdown is not visible</title>
<updated>2019-07-25T13:40:47+00:00</updated>
<author>
<name>Sanad Liaquat</name>
<email>sliaquat@gitlab.com</email>
</author>
<published>2019-07-25T13:40:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=09a7e5cdd0003383b259dc7b7ff7a24691a9f78f'/>
<id>09a7e5cdd0003383b259dc7b7ff7a24691a9f78f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sl-qa-staging-63-spam-issue-fix-ce' into 'master'</title>
<updated>2019-07-25T06:08:23+00:00</updated>
<author>
<name>Sanad Liaquat</name>
<email>sliaquat@gitlab.com</email>
</author>
<published>2019-07-25T06:08:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a5eaefc9027696fc65b7d51251902e013c14d161'/>
<id>a5eaefc9027696fc65b7d51251902e013c14d161</id>
<content type='text'>
CE port of "Fix spam in issue creation by making project private"

See merge request gitlab-org/gitlab-ce!30997</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CE port of "Fix spam in issue creation by making project private"

See merge request gitlab-org/gitlab-ce!30997</pre>
</div>
</content>
</entry>
<entry>
<title>Enable Rubocop Performance/InefficientHashSearch</title>
<updated>2019-07-24T18:47:58+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-07-24T18:11:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3e001d29ccdb5a5b1ba223710525f8dc7ae844ee'/>
<id>3e001d29ccdb5a5b1ba223710525f8dc7ae844ee</id>
<content type='text'>
When used with a Hash, `.keys.include?` is bad because:

1. It performs a O(n) search instead of the efficient `.has_key?`
2. It clones all keys into separate array.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64975
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When used with a Hash, `.keys.include?` is bad because:

1. It performs a O(n) search instead of the efficient `.has_key?`
2. It clones all keys into separate array.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64975
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a single knapsack file</title>
<updated>2019-07-24T10:24:06+00:00</updated>
<author>
<name>Mark Lapierre</name>
<email>mlapierre@gitlab.com</email>
</author>
<published>2019-07-24T10:24:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=61de1f3596c9de9ad7bf955fc4c04f0ab1c030b2'/>
<id>61de1f3596c9de9ad7bf955fc4c04f0ab1c030b2</id>
<content type='text'>
There should be no difference between jobs in package-and-qa.

Review apps should also be similar but there might be differences
if the runners have different resources.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There should be no difference between jobs in package-and-qa.

Review apps should also be similar but there might be differences
if the runners have different resources.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'qa-staging-61-fix-ee-project-templates-spec-ce' into 'master'</title>
<updated>2019-07-24T10:01:28+00:00</updated>
<author>
<name>Sanad Liaquat</name>
<email>sliaquat@gitlab.com</email>
</author>
<published>2019-07-24T10:01:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=53e444fe8762c7054ab789638130345c98c1edd6'/>
<id>53e444fe8762c7054ab789638130345c98c1edd6</id>
<content type='text'>
CE port of EE branch qa-staging-61-fix-ee-project-templates-spec

See merge request gitlab-org/gitlab-ce!30835</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CE port of EE branch qa-staging-61-fix-ee-project-templates-spec

See merge request gitlab-org/gitlab-ce!30835</pre>
</div>
</content>
</entry>
<entry>
<title>Replace homepage visit step</title>
<updated>2019-07-23T09:15:22+00:00</updated>
<author>
<name>Sanad Liaquat</name>
<email>sliaquat@gitlab.com</email>
</author>
<published>2019-07-23T09:15:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=50a24da200be48940af2eeba075a69d9fd1fd35b'/>
<id>50a24da200be48940af2eeba075a69d9fd1fd35b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Temporarily remove the before block to capture screenshots</title>
<updated>2019-07-23T06:19:40+00:00</updated>
<author>
<name>Sanad Liaquat</name>
<email>sliaquat@gitlab.com</email>
</author>
<published>2019-07-23T06:19:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=29d447af7b60641512e24743241d93dbd8eefd7c'/>
<id>29d447af7b60641512e24743241d93dbd8eefd7c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure test is on login page</title>
<updated>2019-07-23T06:17:35+00:00</updated>
<author>
<name>Sanad Liaquat</name>
<email>sliaquat@gitlab.com</email>
</author>
<published>2019-07-23T06:17:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3b9b74072f8dad089558d64f1e96937b99ee34a9'/>
<id>3b9b74072f8dad089558d64f1e96937b99ee34a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
