<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app, branch 29168-copy-commit</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>Move copy button after commit sha</title>
<updated>2017-05-11T17:01:08+00:00</updated>
<author>
<name>Annabel Dunstone Gray</name>
<email>annabel.dunstone@gmail.com</email>
</author>
<published>2017-05-11T17:01:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=53d7065fe2a46522697dd485cb2e150a4c389a01'/>
<id>53d7065fe2a46522697dd485cb2e150a4c389a01</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 'zj-clean-up-ci-variables-table' into 'master'</title>
<updated>2017-05-11T15:53:06+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2017-05-11T15:53:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=455d4e25bf231f34ea066d0c9747a80b86eb1699'/>
<id>455d4e25bf231f34ea066d0c9747a80b86eb1699</id>
<content type='text'>

Clean up ci variables table

Closes #31799

See merge request !11186</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Clean up ci variables table

Closes #31799

See merge request !11186</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'mr-tabs-sticky-poc' into 'master'</title>
<updated>2017-05-11T14:30:32+00:00</updated>
<author>
<name>Annabel Dunstone Gray</name>
<email>annabel.dunstone@gmail.com</email>
</author>
<published>2017-05-11T14:30:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=92bf7dfcb040e3e035fc87b0a70461f891284c98'/>
<id>92bf7dfcb040e3e035fc87b0a70461f891284c98</id>
<content type='text'>

POC: Use position sticky on merge request tabs

See merge request !11289</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

POC: Use position sticky on merge request tabs

See merge request !11289</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '31781-print-rendered-files-not-possible' into 'master'</title>
<updated>2017-05-11T13:40:15+00:00</updated>
<author>
<name>Annabel Dunstone Gray</name>
<email>annabel.dunstone@gmail.com</email>
</author>
<published>2017-05-11T13:40:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f737a079cee6689e6ba6c1536f223a882a558f3e'/>
<id>f737a079cee6689e6ba6c1536f223a882a558f3e</id>
<content type='text'>

Include blob content when printing page

Closes #31781

See merge request !11247</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Include blob content when printing page

Closes #31781

See merge request !11247</pre>
</div>
</content>
</entry>
<entry>
<title>Remove rails dependent: :destroy statement</title>
<updated>2017-05-11T12:52:47+00:00</updated>
<author>
<name>Z.J. van de Weg</name>
<email>git@zjvandeweg.nl</email>
</author>
<published>2017-05-08T19:56:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d922f54548ee64ff8cffb7234f574333d4edd2b7'/>
<id>d922f54548ee64ff8cffb7234f574333d4edd2b7</id>
<content type='text'>
Enforced by the database, and no callbacks need to be called.

Combined with 7b9b2c6099 and 294a8b8a6d this resolves
gitlab-org/gitlab-ce#31799
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enforced by the database, and no callbacks need to be called.

Combined with 7b9b2c6099 and 294a8b8a6d this resolves
gitlab-org/gitlab-ce#31799
</pre>
</div>
</content>
</entry>
<entry>
<title>Use position sticky on merge request tabs</title>
<updated>2017-05-11T10:37:40+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2017-05-11T10:37:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5d74fc8a5496423b31eb4dc0daf02b39d0fb51de'/>
<id>5d74fc8a5496423b31eb4dc0daf02b39d0fb51de</id>
<content type='text'>
Removes the need for Bootstraps affix on browser that support sticky positions. On these browsers, there should be a slight performance improvement as there will be no scrolling events, it will all be handled by the browser
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removes the need for Bootstraps affix on browser that support sticky positions. On these browsers, there should be a slight performance improvement as there will be no scrolling events, it will all be handled by the browser
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix slash commands detection in comments</title>
<updated>2017-05-11T09:05:07+00:00</updated>
<author>
<name>Kushal Pandya</name>
<email>kushalspandya@gmail.com</email>
</author>
<published>2017-05-11T09:05:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5c25629a1427fd9a2e571bcde070f9aead2efd91'/>
<id>5c25629a1427fd9a2e571bcde070f9aead2efd91</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-auxiliary-viewers' into 'master'</title>
<updated>2017-05-11T08:26:05+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-05-11T08:26:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1c75e4e6a0e7a0dbcce679998fb7e3d45b9a25b7'/>
<id>1c75e4e6a0e7a0dbcce679998fb7e3d45b9a25b7</id>
<content type='text'>

Implement auxiliary blob viewers

See merge request !11195</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Implement auxiliary blob viewers

See merge request !11195</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '32087-fix-flickering-system-notes' into 'master'</title>
<updated>2017-05-11T07:57:38+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2017-05-11T07:57:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4067dd4f84681dd109fb8e1957b6327b4db20193'/>
<id>4067dd4f84681dd109fb8e1957b6327b4db20193</id>
<content type='text'>

Fix flickering of system notes

Closes #32087

See merge request !11281</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fix flickering of system notes

Closes #32087

See merge request !11281</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '31625-tag-editor-loses-all-inputs-when-you-try-to-add-a-tag-that-already-exists' into 'master'</title>
<updated>2017-05-11T07:49:07+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2017-05-11T07:49:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=226f3bb94fcd21911a4978621fe2d4cc369358c3'/>
<id>226f3bb94fcd21911a4978621fe2d4cc369358c3</id>
<content type='text'>

Resolve "Tag editor loses all inputs when you try to add a tag that already exists"

Closes #31625

See merge request !11155</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Resolve "Tag editor loses all inputs when you try to add a tag that already exists"

Closes #31625

See merge request !11155</pre>
</div>
</content>
</entry>
</feed>
