<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/helpers, branch ruby_version</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 the WikiPipeline when rendering the wiki markdown content</title>
<updated>2016-01-14T14:09:31+00:00</updated>
<author>
<name>Douglas Barbosa Alexandre</name>
<email>dbalexandre@gmail.com</email>
</author>
<published>2016-01-12T04:10:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4872b319c8152837bd36e7fc0a5ad912d1c3ef90'/>
<id>4872b319c8152837bd36e7fc0a5ad912d1c3ef90</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move `BroadcastMessage#status` to a helper since it's presentational</title>
<updated>2016-01-13T16:49:59+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2016-01-13T16:46:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=843662821ddbf2d06aa2da72ce32717cebecb7c6'/>
<id>843662821ddbf2d06aa2da72ce32717cebecb7c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update broadcast_message helper</title>
<updated>2016-01-13T16:34:58+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-12-31T21:42:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5a1706791e46fd69a67fcdebfc384a702b00a7ff'/>
<id>5a1706791e46fd69a67fcdebfc384a702b00a7ff</id>
<content type='text'>
Now it returns the fully-formatted message so we can be consistent about
how it's shown.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now it returns the fully-formatted message so we can be consistent about
how it's shown.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure time_ago_with_tooltip is using a Time object</title>
<updated>2016-01-12T18:13:16+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2016-01-12T18:13:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=100cdce21e6dafa1b5d32313436fc610e8c88648'/>
<id>100cdce21e6dafa1b5d32313436fc610e8c88648</id>
<content type='text'>
Somehow this test existed on EE but not in CE, so it started failing
after a bad CE-to-EE merge.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Somehow this test existed on EE but not in CE, so it started failing
after a bad CE-to-EE merge.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add two custom Date/Time conversion formats</title>
<updated>2016-01-08T01:01:08+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2016-01-06T22:27:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fa36749bcee7fa2eb72c9f2a6a28aab1b7274097'/>
<id>fa36749bcee7fa2eb72c9f2a6a28aab1b7274097</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't override issue page description in project layout.</title>
<updated>2016-01-06T12:02:51+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2016-01-06T12:02:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=384445eca6249363c0da6d8b96e7ee030dc6fab3'/>
<id>384445eca6249363c0da6d8b96e7ee030dc6fab3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make `page_description` less magical :sparkles:</title>
<updated>2016-01-05T19:54:59+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2016-01-05T19:54:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=43053c2e6f03ad60f85728f36c46588979f68024'/>
<id>43053c2e6f03ad60f85728f36c46588979f68024</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use `User#avatar_url` instead of `avatar_icon` helper</title>
<updated>2016-01-05T19:50:52+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2016-01-05T19:50:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a298f694327b1241fc0d06618228e3750c20c5a1'/>
<id>a298f694327b1241fc0d06618228e3750c20c5a1</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 'master' into more-opengraph</title>
<updated>2016-01-05T15:35:18+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2016-01-05T15:35:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7a3b76297873782e2a56e77bcf55bbe950e57453'/>
<id>7a3b76297873782e2a56e77bcf55bbe950e57453</id>
<content type='text'>
# Conflicts:
#	app/views/layouts/_head.html.haml
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Conflicts:
#	app/views/layouts/_head.html.haml
</pre>
</div>
</content>
</entry>
<entry>
<title>remove public field from namespace and refactoring</title>
<updated>2016-01-04T14:00:29+00:00</updated>
<author>
<name>Valery Sizov</name>
<email>vsv2711@gmail.com</email>
</author>
<published>2015-12-28T11:32:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8b1844912561a7e6dd0cc361ea1514f2a340e275'/>
<id>8b1844912561a7e6dd0cc361ea1514f2a340e275</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
