<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/qa, 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>Fix push file size test</title>
<updated>2019-03-28T20:19:52+00:00</updated>
<author>
<name>Mark Lapierre</name>
<email>mlapierre@gitlab.com</email>
</author>
<published>2019-03-28T19:56:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=903a9792cc664743351778de1222e08e88c3f37b'/>
<id>903a9792cc664743351778de1222e08e88c3f37b</id>
<content type='text'>
Don't try to re-create master as a new branch.
Expect a Git error raised when the file it too large.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't try to re-create master as a new branch.
Expect a Git error raised when the file it too large.
</pre>
</div>
</content>
</entry>
<entry>
<title>Standardize usage of `click_` and `go_to` on GUI tests</title>
<updated>2019-03-28T14:19:32+00:00</updated>
<author>
<name>Walmyr</name>
<email>walmyr@gitlab.com</email>
</author>
<published>2019-03-28T14:19:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2ace53feac2aa9e41bda61d8cb452923b54d5ab8'/>
<id>2ace53feac2aa9e41bda61d8cb452923b54d5ab8</id>
<content type='text'>
This MR addresses the following issue:
https://gitlab.com/gitlab-org/gitlab-ce/issues/57043
Based on the following comment:
https://gitlab.com/gitlab-org/gitlab-ce/issues/57043#note_136663994
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This MR addresses the following issue:
https://gitlab.com/gitlab-org/gitlab-ce/issues/57043
Based on the following comment:
https://gitlab.com/gitlab-org/gitlab-ce/issues/57043#note_136663994
</pre>
</div>
</content>
</entry>
<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>Unquarantine previously failing auto devops test</title>
<updated>2019-03-27T12:06:00+00:00</updated>
<author>
<name>Dan Davison</name>
<email>ddavison@gitlab.com</email>
</author>
<published>2019-03-27T12:06:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=520286b60e46ddfdde233d07f050cf4929e0df49'/>
<id>520286b60e46ddfdde233d07f050cf4929e0df49</id>
<content type='text'>
The smoke test for AutoDevOps was previously failing.
This test is now passing and ready to be unquarantined
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The smoke test for AutoDevOps was previously failing.
This test is now passing and ready to be unquarantined
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the job#successful? method wait by refreshing</title>
<updated>2019-03-27T02:38:49+00:00</updated>
<author>
<name>ddavison</name>
<email>ddavison@gitlab.com</email>
</author>
<published>2019-03-19T20:27:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a08b868e954efe9a1084f5afa0c0cf67c287d50a'/>
<id>a08b868e954efe9a1084f5afa0c0cf67c287d50a</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 'qa-fix-load-test-urls-file-format' into 'master'</title>
<updated>2019-03-26T09:16:53+00:00</updated>
<author>
<name>Ramya Authappan</name>
<email>rauthappan@gitlab.com</email>
</author>
<published>2019-03-26T09:16:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=849eb7c6e246b103a6837b969bb2a46aad9065e7'/>
<id>849eb7c6e246b103a6837b969bb2a46aad9065e7</id>
<content type='text'>
Fix url property format in urls.yml file

See merge request gitlab-org/gitlab-ce!26484</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix url property format in urls.yml file

See merge request gitlab-org/gitlab-ce!26484</pre>
</div>
</content>
</entry>
<entry>
<title>Fix url property format and use conn. pool</title>
<updated>2019-03-26T03:25:36+00:00</updated>
<author>
<name>Sanad Liaquat</name>
<email>sliaquat@gitlab.com</email>
</author>
<published>2019-03-26T03:25:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ed7e36628f077a5e90060f09320d679a0879268f'/>
<id>ed7e36628f077a5e90060f09320d679a0879268f</id>
<content type='text'>
Also update arrivalRate to a max of 100
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also update arrivalRate to a max of 100
</pre>
</div>
</content>
</entry>
<entry>
<title>Move simplest test to the top and more complex to the bottom</title>
<updated>2019-03-25T18:37:38+00:00</updated>
<author>
<name>Walmyr</name>
<email>walmyr@gitlab.com</email>
</author>
<published>2019-03-25T18:37:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3db469c5e15b266f490f7fe3b817bf371c934d6a'/>
<id>3db469c5e15b266f490f7fe3b817bf371c934d6a</id>
<content type='text'>
Also, make both `it` statments part of the same `describe`.

Finally, remove duplication of strings by defining variables and
re-using them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, make both `it` statments part of the same `describe`.

Finally, remove duplication of strings by defining variables and
re-using them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move details of e2e tests to the bottom</title>
<updated>2019-03-22T16:34:40+00:00</updated>
<author>
<name>Walmyr Lima</name>
<email>walmyr@gitlab.com</email>
</author>
<published>2019-03-22T16:19:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=93ed9de17928635b3e4b9a0d81006507bf54f24c'/>
<id>93ed9de17928635b3e4b9a0d81006507bf54f24c</id>
<content type='text'>
The code should be written like a newspaper, wherein the top we
have more high level information, and as we go down we have more
details.

So I'm moving the implementation details to the bottom to make the
test easier to read.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The code should be written like a newspaper, wherein the top we
have more high level information, and as we go down we have more
details.

So I'm moving the implementation details to the bottom to make the
test easier to read.
</pre>
</div>
</content>
</entry>
</feed>
