<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/features, branch commit-comments-limited-width</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Improve Job detail view to make it refreshed in real-time instead of reloading</title>
<updated>2017-06-12T09:20:19+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2017-06-12T09:20:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=452202e36d3e20755b099a718a92d3f7b80fabb8'/>
<id>452202e36d3e20755b099a718a92d3f7b80fabb8</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 'dm-revert-mr-8427'</title>
<updated>2017-06-09T19:27:29+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@selenight.nl</email>
</author>
<published>2017-06-09T19:27:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ce4fe4dc76bfa55b44cb61c6eb0b2dee3a776850'/>
<id>ce4fe4dc76bfa55b44cb61c6eb0b2dee3a776850</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert 'New file from interface on existing branch'</title>
<updated>2017-06-09T15:10:47+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@selenight.nl</email>
</author>
<published>2017-06-08T15:33:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b38c74d696a8592878d92f8d40c8c3e1b42678b1'/>
<id>b38c74d696a8592878d92f8d40c8c3e1b42678b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix intermittent Spinach markdown render failure</title>
<updated>2017-06-09T13:59:54+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2017-06-09T13:59:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=114cae6d54d68782e77e8cb8a048d5722d758e86'/>
<id>114cae6d54d68782e77e8cb8a048d5722d758e86</id>
<content type='text'>
When loading a tree with a README.md, we need to wait for the blob viewer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When loading a tree with a README.md, we need to wait for the blob viewer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master-security-update' into 'master'</title>
<updated>2017-06-08T20:06:09+00:00</updated>
<author>
<name>Regis Boudinot</name>
<email>boudinot.regis@yahoo.com</email>
</author>
<published>2017-06-08T20:06:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b1bf6d88fceb24663bfe4be2d9cc111710d9126b'/>
<id>b1bf6d88fceb24663bfe4be2d9cc111710d9126b</id>
<content type='text'>
Master security update

See merge request !12025</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Master security update

See merge request !12025</pre>
</div>
</content>
</entry>
<entry>
<title>fixes project_group_links spec by adding click tab event</title>
<updated>2017-06-08T13:48:59+00:00</updated>
<author>
<name>tauriedavis</name>
<email>taurie@gitlab.com</email>
</author>
<published>2017-06-06T21:31:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b4c6dc1d813e179f87678116ed7625311af78c4d'/>
<id>b4c6dc1d813e179f87678116ed7625311af78c4d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bring in security changes from the 9.2.5 release</title>
<updated>2017-06-08T04:16:20+00:00</updated>
<author>
<name>DJ Mountney</name>
<email>david@twkie.net</email>
</author>
<published>2017-06-08T03:32:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1d1363e2bb8a0aee7e2849fd463ea415035710d9'/>
<id>1d1363e2bb8a0aee7e2849fd463ea415035710d9</id>
<content type='text'>
Ran:
 - git format-patch v9.2.2..v9.2.5 --stdout &gt; patchfile.patch
 - git checkout -b 9-2-5-security-patch origin/v9.2.2
 - git apply patchfile.patch
 - git commit
 - [Got the sha ref for the commit]
 - git checkout -b upstream-9-2-security master
 - git cherry-pick &lt;SHA of the patchfile commit&gt;
 - [Resolved conflicts]
 - git cherry-pick --continue
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ran:
 - git format-patch v9.2.2..v9.2.5 --stdout &gt; patchfile.patch
 - git checkout -b 9-2-5-security-patch origin/v9.2.2
 - git apply patchfile.patch
 - git commit
 - [Got the sha ref for the commit]
 - git checkout -b upstream-9-2-security master
 - git cherry-pick &lt;SHA of the patchfile commit&gt;
 - [Resolved conflicts]
 - git cherry-pick --continue
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '23603-add-extra-functionality-for-the-top-right-plus-button' into 'master'</title>
<updated>2017-06-08T00:20:52+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-06-08T00:20:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=27f68edd35d55e5620458a27321b8a440aa2f9fd'/>
<id>27f68edd35d55e5620458a27321b8a440aa2f9fd</id>
<content type='text'>
Resolve "Add extra functionality for the top right Plus Button"

Closes #23603

See merge request !11632</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Add extra functionality for the top right Plus Button"

Closes #23603

See merge request !11632</pre>
</div>
</content>
</entry>
<entry>
<title>Enhancing Spec's with negative cases</title>
<updated>2017-06-07T21:59:25+00:00</updated>
<author>
<name>Tim Zallmann</name>
<email>tzallmann@gitlab.com</email>
</author>
<published>2017-06-07T21:59:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9647d2e76d05e8720bfe695918e292e57307900e'/>
<id>9647d2e76d05e8720bfe695918e292e57307900e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added more actions and report as abuse to all notes</title>
<updated>2017-06-07T18:33:50+00:00</updated>
<author>
<name>Luke "Jared" Bennett</name>
<email>lbennett@gitlab.com</email>
</author>
<published>2017-06-07T18:33:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=32cac597275706930b221b19fb20b29ccebc7130'/>
<id>32cac597275706930b221b19fb20b29ccebc7130</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
