<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/controllers/projects/blob_controller.rb, branch parallel-tests</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>Add a `Blob` model that wraps `Gitlab::Git::Blob`</title>
<updated>2016-02-19T03:45:30+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2016-02-18T23:19:43+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8c454b362425228ab14bb4ed5320f6ba2f505679'/>
<id>8c454b362425228ab14bb4ed5320f6ba2f505679</id>
<content type='text'>
This allows us to take advantage of Rails' `to_partial_path` to render
the correct partial based on the Blob type, rather than cluttering the
view with conditionals.

It also allows (and will allow in the future) better encapsulation for
Blob-related logic which makes sense for our Rails app but might not
make as much sense for the core `gitlab_git` library, such as detecting
if the blob is an SVG.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows us to take advantage of Rails' `to_partial_path` to render
the correct partial based on the Blob type, rather than cluttering the
view with conditionals.

It also allows (and will allow in the future) better encapsulation for
Blob-related logic which makes sense for our Rails app but might not
make as much sense for the core `gitlab_git` library, such as detecting
if the blob is an SVG.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into lazy-blobs</title>
<updated>2016-02-01T12:51:05+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2016-02-01T12:51:05+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=51574d779cac5b97ffb7603db783a26bfd6da1e6'/>
<id>51574d779cac5b97ffb7603db783a26bfd6da1e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>WIP lazy blobs</title>
<updated>2016-02-01T09:41:52+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2016-02-01T09:41:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=64c8ee47c96d9245081abdf1b9d4ec39cdfc5883'/>
<id>64c8ee47c96d9245081abdf1b9d4ec39cdfc5883</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure non-highlighted diffs are still escaped</title>
<updated>2016-01-22T00:47:17+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@selenight.nl</email>
</author>
<published>2016-01-22T00:43:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=150b4f66e6a244b5f6bd1119de3ce68336a9bf9e'/>
<id>150b4f66e6a244b5f6bd1119de3ce68336a9bf9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add inline diff markers in highlighted diffs.</title>
<updated>2016-01-14T21:28:07+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2016-01-14T21:28:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8dfad143d44af4896ff6c71e8a42ad32b69ad593'/>
<id>8dfad143d44af4896ff6c71e8a42ad32b69ad593</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reuse existent vars with ref and path. #3945</title>
<updated>2016-01-12T16:14:41+00:00</updated>
<author>
<name>Rubén Dávila</name>
<email>rdavila84@gmail.com</email>
</author>
<published>2016-01-12T16:14:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c476395b4d8b78cfc7431153a144ffccbd414c61'/>
<id>c476395b4d8b78cfc7431153a144ffccbd414c61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change strategy to highlight diffs. #3945</title>
<updated>2016-01-08T03:37:01+00:00</updated>
<author>
<name>Rubén Dávila</name>
<email>rdavila84@gmail.com</email>
</author>
<published>2016-01-08T03:37:01+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=21b602c60ad787b63039d804a5e15b43d0d3c32c'/>
<id>21b602c60ad787b63039d804a5e15b43d0d3c32c</id>
<content type='text'>
Now we apply syntax highlighting to the whole old and new files.
This basically help us to highlight adequately multiline content.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now we apply syntax highlighting to the whole old and new files.
This basically help us to highlight adequately multiline content.
</pre>
</div>
</content>
</entry>
<entry>
<title>Apply syntax highlighting when expanding diff plus some refactor. #3945</title>
<updated>2015-12-31T06:05:52+00:00</updated>
<author>
<name>Rubén Dávila</name>
<email>rdavila84@gmail.com</email>
</author>
<published>2015-12-31T06:05:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3fbcf52ec8decc3a4e331d52b2f47d7b85d399cf'/>
<id>3fbcf52ec8decc3a4e331d52b2f47d7b85d399cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Automatically fork a project when not allowed to edit a file.</title>
<updated>2015-12-18T09:03:34+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-12-18T09:03:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d9c82d679fd622aead99aeb90369361a05e02a36'/>
<id>d9c82d679fd622aead99aeb90369361a05e02a36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Default target branch to patch-n when editing file in protected branch</title>
<updated>2015-12-08T15:42:10+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-12-08T15:42:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=df6750d3d6b562c8a6a0a57c12dfd694da38a0e8'/>
<id>df6750d3d6b562c8a6a0a57c12dfd694da38a0e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
