<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app, branch example-java</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 'bugfix/jschatz1/milestone-icon' into 'master'</title>
<updated>2016-02-17T16:21:08+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2016-02-17T16:21:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=be4cdd93449e220237c7eaa9527203a5c5433da9'/>
<id>be4cdd93449e220237c7eaa9527203a5c5433da9</id>
<content type='text'>

Correct icon for milestones.



See merge request !2856</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Correct icon for milestones.



See merge request !2856</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix/13464-order-line-notes-create_at-in-parallel-diff-view' into 'master'</title>
<updated>2016-02-17T15:57:34+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2016-02-17T15:57:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=14488f79b5d169397799292c7fd611e34064f3c4'/>
<id>14488f79b5d169397799292c7fd611e34064f3c4</id>
<content type='text'>

Sort line notes used in parallel diff by created_at


Fixes #13464.

See merge request !2858</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Sort line notes used in parallel diff by created_at


Fixes #13464.

See merge request !2858</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix/13367-redirect-to-project-page-if-no-import' into 'master'</title>
<updated>2016-02-17T15:52:35+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2016-02-17T15:52:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6483a4c7b1033f357eda3436bc7054c59e2f9b3f'/>
<id>6483a4c7b1033f357eda3436bc7054c59e2f9b3f</id>
<content type='text'>

Redirect /import to project page if no importing at all and repo exists


Fixes gitlab-org/gitlab-ce#13367.

See merge request !2857</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Redirect /import to project page if no importing at all and repo exists


Fixes gitlab-org/gitlab-ce#13367.

See merge request !2857</pre>
</div>
</content>
</entry>
<entry>
<title>Sort line notes used in parallel diff by created_at</title>
<updated>2016-02-17T15:31:14+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2016-02-17T15:31:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=42c2064a36f41f83501d9c8183fe93733da7ede6'/>
<id>42c2064a36f41f83501d9c8183fe93733da7ede6</id>
<content type='text'>
Fixes #13464.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #13464.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'expire-fork-import-caches' into 'master'</title>
<updated>2016-02-17T14:07:54+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2016-02-17T14:07:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f7ee31a2c364dbc7f4dc52cb5199b8d5885b4373'/>
<id>f7ee31a2c364dbc7f4dc52cb5199b8d5885b4373</id>
<content type='text'>

Expire caches after forking/importing a repository

cc @dblessing @DouweM 

Related issue: gitlab-org/gitlab-ce#13505

See merge request !2838</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Expire caches after forking/importing a repository

cc @dblessing @DouweM 

Related issue: gitlab-org/gitlab-ce#13505

See merge request !2838</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'image-diff' into 'master'</title>
<updated>2016-02-17T14:06:10+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2016-02-17T14:06:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cb2591e83f7e2fdf71a18673106ae9f902cdf9db'/>
<id>cb2591e83f7e2fdf71a18673106ae9f902cdf9db</id>
<content type='text'>

Fixes for showing images

- Render scrubbed SVG's inline, not via /raw/
- Use /raw/ requests on image diffs

Both of these are needed because of no longer eager loading blobs.

This a follow-up to https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2830

Also see https://gitlab.com/gitlab-org/gitlab-ce/issues/13350

See merge request !2837</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fixes for showing images

- Render scrubbed SVG's inline, not via /raw/
- Use /raw/ requests on image diffs

Both of these are needed because of no longer eager loading blobs.

This a follow-up to https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2830

Also see https://gitlab.com/gitlab-org/gitlab-ce/issues/13350

See merge request !2837</pre>
</div>
</content>
</entry>
<entry>
<title>Redirect /import to project page if no importing at all and repo exists</title>
<updated>2016-02-17T14:05:44+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2016-02-17T14:05:44+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3d3ac87af991319d6960a963c0975c83bf7e4108'/>
<id>3d3ac87af991319d6960a963c0975c83bf7e4108</id>
<content type='text'>
Fixes #13367.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #13367.
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct icon for milestones.</title>
<updated>2016-02-17T14:02:34+00:00</updated>
<author>
<name>Jacob Schatz</name>
<email>jacobschatz@Jacobs-MBP.fios-router.home</email>
</author>
<published>2016-02-17T14:02:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=16e116bc167b4c6a4e1efccc9fa429163fc28c10'/>
<id>16e116bc167b4c6a4e1efccc9fa429163fc28c10</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 'fix/13517-impossible-subsequent-issuable-edits-in-sidebar' into 'master'</title>
<updated>2016-02-17T14:01:30+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2016-02-17T14:01:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=534d480993db74a728bc3a91ce00e00504d840cb'/>
<id>534d480993db74a728bc3a91ce00e00504d840cb</id>
<content type='text'>

Fix a bug preventing from doing subsequent edits in any Issuable sidebar

Fixes #13517. Fixes #12572.

### Issue

![impossible-subsequent-issue-edits-in-sidebar](/uploads/bd45c0effb46848641932d9cd38d3fe2/impossible-subsequent-issue-edits-in-sidebar.gif)

---

### Merge request

![impossible-subsequent-mr-edits-in-sidebar](/uploads/b4e1e3e93df4ac0a3d962df8b6139de9/impossible-subsequent-mr-edits-in-sidebar.gif)

/cc @jschatz1 @sytses 

See merge request !2848</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fix a bug preventing from doing subsequent edits in any Issuable sidebar

Fixes #13517. Fixes #12572.

### Issue

![impossible-subsequent-issue-edits-in-sidebar](/uploads/bd45c0effb46848641932d9cd38d3fe2/impossible-subsequent-issue-edits-in-sidebar.gif)

---

### Merge request

![impossible-subsequent-mr-edits-in-sidebar](/uploads/b4e1e3e93df4ac0a3d962df8b6139de9/impossible-subsequent-mr-edits-in-sidebar.gif)

/cc @jschatz1 @sytses 

See merge request !2848</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'klowner/gitlab-ce-fix-compare-by-tag-crash' into 'master'</title>
<updated>2016-02-17T14:00:58+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2016-02-17T14:00:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=522eb17923271726a5b1ad588c6e5898d498752b'/>
<id>522eb17923271726a5b1ad588c6e5898d498752b</id>
<content type='text'>

Fix 500 error when comparing by tags

_Originally opened at !2787 by @klowner._

- - -

Fixes #13171.
Fixes #13370.

See merge request !2849</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fix 500 error when comparing by tags

_Originally opened at !2787 by @klowner._

- - -

Fixes #13171.
Fixes #13370.

See merge request !2849</pre>
</div>
</content>
</entry>
</feed>
