<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/qa/spec, branch docs-css</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>Allow token env var from gitlab-qa</title>
<updated>2019-03-28T08:15:14+00:00</updated>
<author>
<name>Mark Lapierre</name>
<email>mlapierre@gitlab.com</email>
</author>
<published>2019-03-28T08:15:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=35c55576855c5d71c30d5e87a08d91da74442930'/>
<id>35c55576855c5d71c30d5e87a08d91da74442930</id>
<content type='text'>
gitlab-qa accepts an env var named GITLAB_QA_ACCESS_TOKEN, but here we
only accepted PERSONAL_ACCESS_TOKEN.

This change replaces PERSONAL_ACCESS_TOKEN with GITLAB_QA_ACCESS_TOKEN
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gitlab-qa accepts an env var named GITLAB_QA_ACCESS_TOKEN, but here we
only accepted PERSONAL_ACCESS_TOKEN.

This change replaces PERSONAL_ACCESS_TOKEN with GITLAB_QA_ACCESS_TOKEN
</pre>
</div>
</content>
</entry>
<entry>
<title>Set feature flag via command line</title>
<updated>2019-03-27T19:03:03+00:00</updated>
<author>
<name>Mark Lapierre</name>
<email>mlapierre@gitlab.com</email>
</author>
<published>2019-03-27T19:03:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=67c38a6573f35333cf9b1a399431b86e8b376443'/>
<id>67c38a6573f35333cf9b1a399431b86e8b376443</id>
<content type='text'>
First attempt at allowing a feature flag to be set via the command line
when running tests. This will enable the flag, run the tests, and then
disable the flag.

Using OptionParser meant changing how scenarios get the instance
address, so this also allows the address to be set as a command line
option. It's backwards compatible (you can still provide the address
as the command line option after the scenario)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
First attempt at allowing a feature flag to be set via the command line
when running tests. This will enable the flag, run the tests, and then
disable the flag.

Using OptionParser meant changing how scenarios get the instance
address, so this also allows the address to be set as a command line
option. It's backwards compatible (you can still provide the address
as the command line option after the scenario)
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip contexts in quarantine</title>
<updated>2019-03-11T11:50:09+00:00</updated>
<author>
<name>Mark Lapierre</name>
<email>mlapierre@gitlab.com</email>
</author>
<published>2019-03-11T11:50:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c6a6b8a24e0e761dc44d8439740e92679afc10d7'/>
<id>c6a6b8a24e0e761dc44d8439740e92679afc10d7</id>
<content type='text'>
This avoids running before/after blocks for tests that are in quarantine
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids running before/after blocks for tests that are in quarantine
</pre>
</div>
</content>
</entry>
<entry>
<title>[QA] Fail early if a Git command fails</title>
<updated>2019-02-28T17:15:51+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2018-11-29T15:39:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=95b5832366e4bd809bc55641e9c8cb93234b0330'/>
<id>95b5832366e4bd809bc55641e9c8cb93234b0330</id>
<content type='text'>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update GitHub Import test</title>
<updated>2019-02-25T13:37:27+00:00</updated>
<author>
<name>Sanad Liaquat</name>
<email>sliaquat@gitlab.com</email>
</author>
<published>2019-02-25T13:37:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ddef2f1fbd3af7e91cb568adc8258043e05f15fc'/>
<id>ddef2f1fbd3af7e91cb568adc8258043e05f15fc</id>
<content type='text'>
Removes the unnecessary :orchestrated tag and updates a few
selectors. Also wait_for_success for import before proceeding.
The test is currently placed in quarantine because of a bug.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removes the unnecessary :orchestrated tag and updates a few
selectors. Also wait_for_success for import before proceeding.
The test is currently placed in quarantine because of a bug.
</pre>
</div>
</content>
</entry>
<entry>
<title>Retry failed tests with rspec-retry</title>
<updated>2019-02-19T12:12:07+00:00</updated>
<author>
<name>Sanad Liaquat</name>
<email>sliaquat@gitlab.com</email>
</author>
<published>2019-02-19T12:12:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d54cb37d29a9f02e210a5e5b4ada6169fc0cf9fb'/>
<id>d54cb37d29a9f02e210a5e5b4ada6169fc0cf9fb</id>
<content type='text'>
Does not retry if tagged :quarantine. Also adds unit tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Does not retry if tagged :quarantine. Also adds unit tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move server responding check to scenario before hook</title>
<updated>2019-02-14T17:06:39+00:00</updated>
<author>
<name>Mark Lapierre</name>
<email>mlapierre@gitlab.com</email>
</author>
<published>2019-02-14T17:06:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e5e57df61ccda241e23bd4f67fe9022cec6c8c57'/>
<id>e5e57df61ccda241e23bd4f67fe9022cec6c8c57</id>
<content type='text'>
This checks that the server is responding before any other actions,
including before trying to add a license.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This checks that the server is responding before any other actions,
including before trying to add a license.
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip contexts in quarantine</title>
<updated>2019-02-14T04:35:20+00:00</updated>
<author>
<name>Mark Lapierre</name>
<email>mlapierre@gitlab.com</email>
</author>
<published>2019-02-14T04:35:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=893142020207518faf2a4fbb0eaed8a8117adfd9'/>
<id>893142020207518faf2a4fbb0eaed8a8117adfd9</id>
<content type='text'>
This avoids running before/after blocks for tests that are in quarantine
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids running before/after blocks for tests that are in quarantine
</pre>
</div>
</content>
</entry>
<entry>
<title>[CE] Improve `wait_for_push`</title>
<updated>2019-02-11T09:04:59+00:00</updated>
<author>
<name>Mark Lapierre</name>
<email>mlapierre@gitlab.com</email>
</author>
<published>2019-02-11T09:04:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=97265d39e72cbb32468a3f1d671820528af02a8b'/>
<id>97265d39e72cbb32468a3f1d671820528af02a8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Load login page only if gitlab_address is defined</title>
<updated>2019-02-07T06:00:47+00:00</updated>
<author>
<name>Sanad Liaquat</name>
<email>sliaquat@gitlab.com</email>
</author>
<published>2019-02-07T06:00:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=621b92120e133e1fa8e29a51ece8b850302a6a63'/>
<id>621b92120e133e1fa8e29a51ece8b850302a6a63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
