<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/features, branch gitlab-git-popen</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>Merge branch 'acey-flakes' into 'master'</title>
<updated>2017-09-19T13:53:52+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-09-19T13:53:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c74f9a998f9ea1dafd85331e6089016f9ca1fd3f'/>
<id>c74f9a998f9ea1dafd85331e6089016f9ca1fd3f</id>
<content type='text'>
fix transient user_edits_files_spec failures

See merge request gitlab-org/gitlab-ce!14324</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix transient user_edits_files_spec failures

See merge request gitlab-org/gitlab-ce!14324</pre>
</div>
</content>
</entry>
<entry>
<title>Fix MR widget with external CI services/integrations</title>
<updated>2017-09-18T23:06:39+00:00</updated>
<author>
<name>Eric Eastwood</name>
<email>contact@ericeastwood.com</email>
</author>
<published>2017-09-01T00:46:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5ecfd3cd0f6be51d4e01292b0c5583427d73aa8d'/>
<id>5ecfd3cd0f6be51d4e01292b0c5583427d73aa8d</id>
<content type='text'>
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33287

The MR widget was trying to render the pipelines section when
there are no GitLab CI pipelines which was throwing some NPE
errors.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33287

The MR widget was trying to render the pipelines section when
there are no GitLab CI pipelines which was throwing some NPE
errors.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'update-user_uses_slash_commands_spec' into 'master'</title>
<updated>2017-09-18T11:51:15+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-09-18T11:51:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4cadf22e208e3be401824f43ab13d5e6f2ff6465'/>
<id>4cadf22e208e3be401824f43ab13d5e6f2ff6465</id>
<content type='text'>
Minor update to address Sean McGivern's comment.

See merge request gitlab-org/gitlab-ce!14311</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Minor update to address Sean McGivern's comment.

See merge request gitlab-org/gitlab-ce!14311</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'replace_project_snippets.feature' into 'master'</title>
<updated>2017-09-18T09:54:02+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-09-18T09:54:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bff004d44b7af2cb5be608d7a74d2429f23782e1'/>
<id>bff004d44b7af2cb5be608d7a74d2429f23782e1</id>
<content type='text'>
Replace the 'project/snippets.feature' spinach test with an rspec analog

See merge request gitlab-org/gitlab-ce!14326</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace the 'project/snippets.feature' spinach test with an rspec analog

See merge request gitlab-org/gitlab-ce!14326</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'replace_project_commits_revert.feature' into 'master'</title>
<updated>2017-09-18T08:44:01+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-09-18T08:44:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fffae7a0bfeb0eea9167bb87c3ecd1d557cb327a'/>
<id>fffae7a0bfeb0eea9167bb87c3ecd1d557cb327a</id>
<content type='text'>
Replace the 'project/commits/revert.feature' spinach test with an rspec analog

See merge request gitlab-org/gitlab-ce!14325</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace the 'project/commits/revert.feature' spinach test with an rspec analog

See merge request gitlab-org/gitlab-ce!14325</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'replace_project_archived.feature' into 'master'</title>
<updated>2017-09-18T08:39:32+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-09-18T08:39:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d73eb894ca5ab0978cdd2bd942f734af8461767e'/>
<id>d73eb894ca5ab0978cdd2bd942f734af8461767e</id>
<content type='text'>
Replace the 'project/archived.feature' spinach test with an rspec analog

See merge request gitlab-org/gitlab-ce!14322</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace the 'project/archived.feature' spinach test with an rspec analog

See merge request gitlab-org/gitlab-ce!14322</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'improve_spec_features_profiles_specs' into 'master'</title>
<updated>2017-09-18T08:32:17+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-09-18T08:32:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f0f835ad4c6231c601c0eea308bdd9109ab281e9'/>
<id>f0f835ad4c6231c601c0eea308bdd9109ab281e9</id>
<content type='text'>
Improve 'spec/features/profiles/*' specs

Closes #37855 et #37856

See merge request gitlab-org/gitlab-ce!14317</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Improve 'spec/features/profiles/*' specs

Closes #37855 et #37856

See merge request gitlab-org/gitlab-ce!14317</pre>
</div>
</content>
</entry>
<entry>
<title>Replace the 'project/snippets.feature' spinach test with an rspec analog</title>
<updated>2017-09-18T07:52:28+00:00</updated>
<author>
<name>Vitaliy @blackst0ne Klachkov</name>
<email>blackst0ne.ru@gmail.com</email>
</author>
<published>2017-09-18T07:52:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5d3165d41e04af6b3f188c96bb868a886c1b6145'/>
<id>5d3165d41e04af6b3f188c96bb868a886c1b6145</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace the 'project/commits/revert.feature' spinach test with an rspec analog</title>
<updated>2017-09-18T05:15:42+00:00</updated>
<author>
<name>Vitaliy @blackst0ne Klachkov</name>
<email>blackst0ne.ru@gmail.com</email>
</author>
<published>2017-09-18T05:15:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b5a091e3a4c01374138b3b327ec8cde3c23bef69'/>
<id>b5a091e3a4c01374138b3b327ec8cde3c23bef69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix transient user_edits_files_spec failures</title>
<updated>2017-09-18T00:20:57+00:00</updated>
<author>
<name>Simon Knox</name>
<email>psimyn@gmail.com</email>
</author>
<published>2017-09-18T00:20:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1d5f07cb333d8da732fc42ebc092863d80bd80d0'/>
<id>1d5f07cb333d8da732fc42ebc092863d80bd80d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
