<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/qa, branch ml-qa-logging</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Log page actions</title>
<updated>2018-10-19T22:32:33+00:00</updated>
<author>
<name>Mark Lapierre</name>
<email>mlapierre@gitlab.com</email>
</author>
<published>2018-10-02T18:31:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=45860bc807b693d4b7bc9797c37a6337a19c63c4'/>
<id>45860bc807b693d4b7bc9797c37a6337a19c63c4</id>
<content type='text'>
Override page object methods to log the actions taken by the methods
before or after the action, as appropriate.

Allow page object action logging to be turned on via a QA_DEBUG env var.
Unlike CHROME_HEADLESS (and the soon to arrive VERBOSE), QA_DEBUG
is false by default.

QA_DEBUG is used instead of just DEBUG because that enables Selenium
debug logging.

Mask passwords entered into fields with a QA selector with 'password'
in the name. Doesn't mask sensitive data entered into any other field.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Override page object methods to log the actions taken by the methods
before or after the action, as appropriate.

Allow page object action logging to be turned on via a QA_DEBUG env var.
Unlike CHROME_HEADLESS (and the soon to arrive VERBOSE), QA_DEBUG
is false by default.

QA_DEBUG is used instead of just DEBUG because that enables Selenium
debug logging.

Mask passwords entered into fields with a QA selector with 'password'
in the name. Doesn't mask sensitive data entered into any other field.
</pre>
</div>
</content>
</entry>
<entry>
<title>[QA] Fix resource API fabrication documentation</title>
<updated>2018-10-18T13:56:04+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2018-10-18T13:56:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=280a4b95c00a85bbe593e301ea801b6d77dd4d8d'/>
<id>280a4b95c00a85bbe593e301ea801b6d77dd4d8d</id>
<content type='text'>
The precedence of methods to fetch a product's attribute value was changed recently:

1. API response
2. Web UI block
3. Inheritance from the factory
4. Raise a `QA::Factory::Product::NoValueError` error otherwise</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The precedence of methods to fetch a product's attribute value was changed recently:

1. API response
2. Web UI block
3. Inheritance from the factory
4. Raise a `QA::Factory::Product::NoValueError` error otherwise</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'qa-nightly-26' into 'master'</title>
<updated>2018-10-18T10:17:23+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2018-10-18T10:17:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d4ad28856de7b5b0acf63cb257d2b0bfdc9818e5'/>
<id>d4ad28856de7b5b0acf63cb257d2b0bfdc9818e5</id>
<content type='text'>
[QA] Fix the 'clone using deploy key' tests

Closes gitlab-org/quality/nightly#26

See merge request gitlab-org/gitlab-ce!22445</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[QA] Fix the 'clone using deploy key' tests

Closes gitlab-org/quality/nightly#26

See merge request gitlab-org/gitlab-ce!22445</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ml-qa-code-owners' into 'master'</title>
<updated>2018-10-18T09:46:27+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2018-10-18T09:46:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=329aa24920d9bf385c244e648db4ab38dd3c23e8'/>
<id>329aa24920d9bf385c244e648db4ab38dd3c23e8</id>
<content type='text'>
QA: Add support for pushing and viewing files

See merge request gitlab-org/gitlab-ce!21911</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
QA: Add support for pushing and viewing files

See merge request gitlab-org/gitlab-ce!21911</pre>
</div>
</content>
</entry>
<entry>
<title>[QA] Fix the 'clone using deploy key' tests</title>
<updated>2018-10-18T08:00:42+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2018-10-18T08:00:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=105a8c177f7c2bfdd670180fe57d424d2c2de152'/>
<id>105a8c177f7c2bfdd670180fe57d424d2c2de152</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>Add support for pushing and viewing files</title>
<updated>2018-10-17T19:18:22+00:00</updated>
<author>
<name>Mark Lapierre</name>
<email>mlapierre@gitlab.com</email>
</author>
<published>2018-09-25T17:33:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c57ac000067b73640033a359267dbacf57e7d2d0'/>
<id>c57ac000067b73640033a359267dbacf57e7d2d0</id>
<content type='text'>
The MR below adds a test for the code owners feature. This adds the
part of those changes specific to CE - the ability to add and view
files in a project.

https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7368
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The MR below adds a test for the code owners feature. This adds the
part of those changes specific to CE - the ability to add and view
files in a project.

https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7368
</pre>
</div>
</content>
</entry>
<entry>
<title>First iteration to allow creating QA resources using the API</title>
<updated>2018-10-17T18:08:20+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2018-10-17T18:08:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b6f2f738c73b1dfe66be61e1b37ca21fa698cf1c'/>
<id>b6f2f738c73b1dfe66be61e1b37ca21fa698cf1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extend Create New Merge Request test to also add a label</title>
<updated>2018-10-17T12:17:32+00:00</updated>
<author>
<name>Aleksandr Soborov</name>
<email>asoborov@gmail.com</email>
</author>
<published>2018-10-17T12:17:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a68b6315f194be52ca0a5c672458c489d3dc0e42'/>
<id>a68b6315f194be52ca0a5c672458c489d3dc0e42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace job with group in frontend components to be consistent with backend</title>
<updated>2018-10-17T11:11:52+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2018-10-17T11:11:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b01dacffffd4df3592611afb43e9309ec6cc7f9c'/>
<id>b01dacffffd4df3592611afb43e9309ec6cc7f9c</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-handle-sign-up-with-terms' into 'master'</title>
<updated>2018-10-16T15:47:32+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2018-10-16T15:47:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=aeaf6686df0dabd211221b1158586136707f3bdf'/>
<id>aeaf6686df0dabd211221b1158586136707f3bdf</id>
<content type='text'>
[QA] Handle sign-up when terms must be accepted

See merge request gitlab-org/gitlab-ce!22374</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[QA] Handle sign-up when terms must be accepted

See merge request gitlab-org/gitlab-ce!22374</pre>
</div>
</content>
</entry>
</feed>
