<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/helpers, branch api-internal-errors</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>Use `project_member` instead of `team_member`.</title>
<updated>2015-03-15T12:50:38+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-03-13T15:22:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=31fc73f0a9b9225ba3737b9525fcf7a1695a45f2'/>
<id>31fc73f0a9b9225ba3737b9525fcf7a1695a45f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix specs</title>
<updated>2015-03-12T21:51:41+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2015-03-12T21:51:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bf0c04e5ff61cd68177e52c15128aea9b1a41427'/>
<id>bf0c04e5ff61cd68177e52c15128aea9b1a41427</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix tests for emojione</title>
<updated>2015-03-12T00:52:02+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2015-03-12T00:52:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d6dda952b8eea8f6b08df9a4d12e5991929de3d4'/>
<id>d6dda952b8eea8f6b08df9a4d12e5991929de3d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix code preview theme setting for comments, issues, merge requests, and snippets.</title>
<updated>2015-03-10T15:11:20+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2015-02-28T01:17:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4218a2bfcf7a3f864268c3eafe8ead28bb7808d8'/>
<id>4218a2bfcf7a3f864268c3eafe8ead28bb7808d8</id>
<content type='text'>
Also preserve code preview color scheme in events dashboard.

Assign default colors to all code blocks shown as &lt;pre class="code highlight [color_scheme]"&gt;

Closes #1139
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also preserve code preview color scheme in events dashboard.

Assign default colors to all code blocks shown as &lt;pre class="code highlight [color_scheme]"&gt;

Closes #1139
</pre>
</div>
</content>
</entry>
<entry>
<title>Automatically link commit ranges to compare page.</title>
<updated>2015-03-06T23:46:13+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-03-06T22:08:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4dddaef8661c8bfb5127d5db12b91d18cfcf0b8f'/>
<id>4dddaef8661c8bfb5127d5db12b91d18cfcf0b8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #8890 from sue445/feature/project_api_avatar_url</title>
<updated>2015-03-01T09:54:42+00:00</updated>
<author>
<name>Jeroen van Baarsen</name>
<email>jeroenvanbaarsen@gmail.com</email>
</author>
<published>2015-03-01T09:54:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=93bacb03e5ea33a67bcc8198862a23d2038bf6ef'/>
<id>93bacb03e5ea33a67bcc8198862a23d2038bf6ef</id>
<content type='text'>
Expose avatar_url in projects API</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Expose avatar_url in projects API</pre>
</div>
</content>
</entry>
<entry>
<title>Expose avatar_url in projects API</title>
<updated>2015-03-01T01:13:01+00:00</updated>
<author>
<name>sue445</name>
<email>sue445@sue445.net</email>
</author>
<published>2015-02-28T17:07:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=51abeaa1bc93862a4d15506a590704f9fc56cfd6'/>
<id>51abeaa1bc93862a4d15506a590704f9fc56cfd6</id>
<content type='text'>
* Impl Project#avatar_url
* Refactor ApplicationHelper: Use Project#avatar_url
* Update changelog
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Impl Project#avatar_url
* Refactor ApplicationHelper: Use Project#avatar_url
* Update changelog
</pre>
</div>
</content>
</entry>
<entry>
<title>Add UTF-8 character to version_sorter test</title>
<updated>2015-02-25T20:40:27+00:00</updated>
<author>
<name>Robert Schilling</name>
<email>rschilling@student.tugraz.at</email>
</author>
<published>2015-02-25T20:40:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1c7947ace0e4f79f1c354a3d63b5f2caedbe1e35'/>
<id>1c7947ace0e4f79f1c354a3d63b5f2caedbe1e35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update version sorter to 2.0.0, fixes #8572</title>
<updated>2015-02-24T22:20:00+00:00</updated>
<author>
<name>Robert Schilling</name>
<email>rschilling@student.tugraz.at</email>
</author>
<published>2015-02-24T19:30:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c6e9d14ceb03d4f1cf2d3a720f1e64c41d3c43b8'/>
<id>c6e9d14ceb03d4f1cf2d3a720f1e64c41d3c43b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Using gitlab url to build links for gitlab issue tracker and add a spec. Fix rubocop warnings in path.</title>
<updated>2015-02-24T02:43:26+00:00</updated>
<author>
<name>Marin Jankovski</name>
<email>maxlazio@gmail.com</email>
</author>
<published>2015-02-23T20:38:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b0dfe434c60da7d04ddf23f7a3e85af97d377568'/>
<id>b0dfe434c60da7d04ddf23f7a3e85af97d377568</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
