<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/qa, branch winh-prepend-entity</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>Merge branch 'qa/quarantine-filter-issue-comments-test' into 'master'</title>
<updated>2019-08-23T16:30:38+00:00</updated>
<author>
<name>Walmyr Lima e Silva Filho</name>
<email>walmyr@gitlab.com</email>
</author>
<published>2019-08-23T16:30:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8f797950e8e5f92da800d67444a1f67bb6078f21'/>
<id>8f797950e8e5f92da800d67444a1f67bb6078f21</id>
<content type='text'>
Quarantine filter issue comments test

See merge request gitlab-org/gitlab-ce!32152</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Quarantine filter issue comments test

See merge request gitlab-org/gitlab-ce!32152</pre>
</div>
</content>
</entry>
<entry>
<title>Fail E2E tests early if template not found via API</title>
<updated>2019-08-23T14:06:22+00:00</updated>
<author>
<name>Mark Lapierre</name>
<email>mlapierre@gitlab.com</email>
</author>
<published>2019-08-23T14:06:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=99327de207965fe85e6c7759ebb2ef014b3574e8'/>
<id>99327de207965fe85e6c7759ebb2ef014b3574e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Quarantine filter issue comments test</title>
<updated>2019-08-23T13:32:27+00:00</updated>
<author>
<name>Walmyr Lima</name>
<email>walmyr@gitlab.com</email>
</author>
<published>2019-08-23T13:31:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6d1800aa9437ed5c6ea1c9fca8d02eaa0e266f54'/>
<id>6d1800aa9437ed5c6ea1c9fca8d02eaa0e266f54</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-ml-fix-view-commit-patch-test' into 'master'</title>
<updated>2019-08-23T07:23:29+00:00</updated>
<author>
<name>Sanad Liaquat</name>
<email>sliaquat@gitlab.com</email>
</author>
<published>2019-08-23T07:23:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8634cca30083746e44121ccef060fd11f548f672'/>
<id>8634cca30083746e44121ccef060fd11f548f672</id>
<content type='text'>
Resolve "Failure in qa/specs/features/browser_ui/3_create/repository/user_views_commit_diff_patch_spec.rb"

Closes gitlab-org/quality/staging#69

See merge request gitlab-org/gitlab-ce!32087</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Failure in qa/specs/features/browser_ui/3_create/repository/user_views_commit_diff_patch_spec.rb"

Closes gitlab-org/quality/staging#69

See merge request gitlab-org/gitlab-ce!32087</pre>
</div>
</content>
</entry>
<entry>
<title>Always pre-select "Start a new merge request"</title>
<updated>2019-08-22T23:23:06+00:00</updated>
<author>
<name>Denys Mishunov</name>
<email>dmishunov@gitlab.com</email>
</author>
<published>2019-08-22T23:23:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=371e1ed3716d25f48c6458373e64ea81e0a45946'/>
<id>371e1ed3716d25f48c6458373e64ea81e0a45946</id>
<content type='text'>
One exception: there is an existing MR for the current branch and the
branch is non-default and non-protected.

Extended mock_data for ide/stores to have different types of branches:
default, protected and regular

Cleaned new MR checkbox view
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
One exception: there is an existing MR for the current branch and the
branch is non-default and non-protected.

Extended mock_data for ide/stores to have different types of branches:
default, protected and regular

Cleaned new MR checkbox view
</pre>
</div>
</content>
</entry>
<entry>
<title>Update GitHub CI/CD import page to use PAT only</title>
<updated>2019-08-22T23:20:19+00:00</updated>
<author>
<name>Scott Hampton</name>
<email>shampton@gitlab.com</email>
</author>
<published>2019-08-22T23:20:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=56294b4ea9b0a2054423c895b9a7667118cda0ad'/>
<id>56294b4ea9b0a2054423c895b9a7667118cda0ad</id>
<content type='text'>
Oauth2 tokens are causing issues with mirroring
repos, because it effectively limits the number
of repos you can mirror. Personal Access
Tokens do not have this problem.

This change removes the OAuth2 option from
the import page for CI/CD only, and only
provides the personal access token form.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Oauth2 tokens are causing issues with mirroring
repos, because it effectively limits the number
of repos you can mirror. Personal Access
Tokens do not have this problem.

This change removes the OAuth2 option from
the import page for CI/CD only, and only
provides the personal access token form.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update QA readme to note that Chrome/Chromium is required</title>
<updated>2019-08-22T22:57:24+00:00</updated>
<author>
<name>Mark Lapierre</name>
<email>mlapierre@gitlab.com</email>
</author>
<published>2019-08-22T22:57:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=31490c6d1daa13d05febb14561f08dcc46414522'/>
<id>31490c6d1daa13d05febb14561f08dcc46414522</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/issue-boards-e2e-tests' into 'master'</title>
<updated>2019-08-22T14:56:41+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2019-08-22T14:56:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9f6ff5dca286b99a960e923efa5a24030de462ec'/>
<id>9f6ff5dca286b99a960e923efa5a24030de462ec</id>
<content type='text'>
Backport of EE MR

See merge request gitlab-org/gitlab-ce!31903</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of EE MR

See merge request gitlab-org/gitlab-ce!31903</pre>
</div>
</content>
</entry>
<entry>
<title>Add docs exceptions to two pipeline jobs</title>
<updated>2019-08-22T11:56:14+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-08-22T11:56:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d936e8644c0e6c46fdc0123baa325a3607617757'/>
<id>d936e8644c0e6c46fdc0123baa325a3607617757</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix failing test</title>
<updated>2019-08-22T06:42:53+00:00</updated>
<author>
<name>Mark Lapierre</name>
<email>mlapierre@gitlab.com</email>
</author>
<published>2019-08-22T06:42:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=095768be4fd5aad0f46d7e57c3c97ab347277253'/>
<id>095768be4fd5aad0f46d7e57c3c97ab347277253</id>
<content type='text'>
Optionally check for quotes and escape the name
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Optionally check for quotes and escape the name
</pre>
</div>
</content>
</entry>
</feed>
