<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/controllers/projects, branch docs-pages-https</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>Make pagination optional for issuables</title>
<updated>2018-01-30T14:43:44+00:00</updated>
<author>
<name>Jan Provaznik</name>
<email>jprovaznik@gitlab.com</email>
</author>
<published>2018-01-29T15:22:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b02a6bed85000db63189b68fe8ce6154c283bc39'/>
<id>b02a6bed85000db63189b68fe8ce6154c283bc39</id>
<content type='text'>
On epics roadmap page we list all epics in the given time frame
without pagination (at least for the first iteration), in this
case it would be nice to use the existing issuables index logic
except pagination (see MR gitlab-ee!4281). For this reason this
patch allows to easily disable pagination.

Related gitlab-ee!4281
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On epics roadmap page we list all epics in the given time frame
without pagination (at least for the first iteration), in this
case it would be nice to use the existing issuables index logic
except pagination (see MR gitlab-ee!4281). For this reason this
patch allows to easily disable pagination.

Related gitlab-ee!4281
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sh-fix-error-500-no-avatars' into 'master'</title>
<updated>2018-01-22T17:46:39+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2018-01-22T17:46:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=00aaf50326c16835983d45015e6594fbabe013ef'/>
<id>00aaf50326c16835983d45015e6594fbabe013ef</id>
<content type='text'>
Fix Error 500 when repository has no avatar

Closes #42249

See merge request gitlab-org/gitlab-ce!16601</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix Error 500 when repository has no avatar

Closes #42249

See merge request gitlab-org/gitlab-ce!16601</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '41208-commit-atom-feeds-double-escaped' into 'master'</title>
<updated>2018-01-22T15:13:22+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2018-01-22T15:13:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=676b2043f7fb5fc80a7faf13eda42ea490fa9fc9'/>
<id>676b2043f7fb5fc80a7faf13eda42ea490fa9fc9</id>
<content type='text'>
Resolve "Commits atom feed is double-escaped"

Closes #41208

See merge request gitlab-org/gitlab-ce!16603</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Commits atom feed is double-escaped"

Closes #41208

See merge request gitlab-org/gitlab-ce!16603</pre>
</div>
</content>
</entry>
<entry>
<title>Allows html in commits atom feed</title>
<updated>2018-01-22T14:00:35+00:00</updated>
<author>
<name>Jacopo</name>
<email>beschi.jacopo@gmail.com</email>
</author>
<published>2018-01-21T11:06:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4f34206a5b9308efeb0970bfe62434e8fedf15c5'/>
<id>4f34206a5b9308efeb0970bfe62434e8fedf15c5</id>
<content type='text'>
Html code now works in commits atom feed `title` and `summary`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Html code now works in commits atom feed `title` and `summary`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Error 500 when repository has no avatar</title>
<updated>2018-01-21T05:00:39+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-01-21T05:00:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b9c537487fdd9782531c6e996d62f8e875f8dab6'/>
<id>b9c537487fdd9782531c6e996d62f8e875f8dab6</id>
<content type='text'>
Closes #42249
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #42249
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '41247-timestamp' into 'master'</title>
<updated>2018-01-18T23:05:28+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2018-01-18T23:05:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=def2f1299512ce43370aa5b727a3d7f4733adf96'/>
<id>def2f1299512ce43370aa5b727a3d7f4733adf96</id>
<content type='text'>
Use last_edited_at instead of updated_at for displaying issuable last change

Closes #41247

See merge request gitlab-org/gitlab-ce!16406</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use last_edited_at instead of updated_at for displaying issuable last change

Closes #41247

See merge request gitlab-org/gitlab-ce!16406</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'feature/merge-request-system-hook' into 'master'</title>
<updated>2018-01-18T11:37:16+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2018-01-18T11:37:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8e9c073a146f655cea2fd13f259bd68dc2c37259'/>
<id>8e9c073a146f655cea2fd13f259bd68dc2c37259</id>
<content type='text'>
System hooks for Merge Requests

See merge request gitlab-org/gitlab-ce!14387</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
System hooks for Merge Requests

See merge request gitlab-org/gitlab-ce!14387</pre>
</div>
</content>
</entry>
<entry>
<title>Return last edited time instead of update time</title>
<updated>2018-01-18T11:27:02+00:00</updated>
<author>
<name>Jan Provaznik</name>
<email>jprovaznik@gitlab.com</email>
</author>
<published>2018-01-11T16:22:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4b6b8eccedb49014d4cd329a336015fb8d7bcff9'/>
<id>4b6b8eccedb49014d4cd329a336015fb8d7bcff9</id>
<content type='text'>
For issuable models we keep two timestamps:
updated_at which is updated whenever any model attribute is changed,
last_edited_at which is changed when only title or description is
changed.

In UI bellow description we display who and when updated the item. But
last_edited_by (used for 'who') is mistakenly combined with updated_at
(when), last_edited_at should be used instead.

Closes #41247
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For issuable models we keep two timestamps:
updated_at which is updated whenever any model attribute is changed,
last_edited_at which is changed when only title or description is
changed.

In UI bellow description we display who and when updated the item. But
last_edited_by (used for 'who') is mistakenly combined with updated_at
(when), last_edited_at should be used instead.

Closes #41247
</pre>
</div>
</content>
</entry>
<entry>
<title>reference triggers.values for permitted parameters</title>
<updated>2018-01-17T08:55:00+00:00</updated>
<author>
<name>Alexis Reigel</name>
<email>alexis.reigel.ext@siemens.com</email>
</author>
<published>2017-12-18T10:14:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=337ced28bcdff25a2d2d4c726d37c782c4cc2d24'/>
<id>337ced28bcdff25a2d2d4c726d37c782c4cc2d24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix error on changes tab when merge request cannot be created</title>
<updated>2018-01-15T13:53:40+00:00</updated>
<author>
<name>Felipe Artur</name>
<email>felipefac@gmail.com</email>
</author>
<published>2018-01-11T20:18:01+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ca4a59e3df2a8cd64c4055528dde9cb8dd58a369'/>
<id>ca4a59e3df2a8cd64c4055528dde9cb8dd58a369</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
