<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/lib/banzai, branch api-notes-entity-fields</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>Only yield valid references in ReferenceFilter.references_in</title>
<updated>2017-02-16T20:06:24+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@selenight.nl</email>
</author>
<published>2017-02-16T20:06:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=02aad721f16a8eb4d5fd7499693614dadfa64770'/>
<id>02aad721f16a8eb4d5fd7499693614dadfa64770</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add GFM support to nested groups</title>
<updated>2017-02-13T20:30:10+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2017-02-13T11:26:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2c55fd0019ea9ac33e310151a61892fada42d5a2'/>
<id>2c55fd0019ea9ac33e310151a61892fada42d5a2</id>
<content type='text'>
Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'markdown-plantuml' into 'master'</title>
<updated>2017-02-03T12:37:37+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-02-03T12:37:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=52ea505126da19717c9137e6bb301f55965eb6e4'/>
<id>52ea505126da19717c9137e6bb301f55965eb6e4</id>
<content type='text'>

PlantUML support for Markdown

Closes #4048

See merge request !8588</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

PlantUML support for Markdown

Closes #4048

See merge request !8588</pre>
</div>
</content>
</entry>
<entry>
<title>replace `find_with_namespace` with `find_by_full_path`</title>
<updated>2017-02-03T00:14:04+00:00</updated>
<author>
<name>Adam Pahlevi</name>
<email>adam.pahlevi@gmail.com</email>
</author>
<published>2017-02-02T23:43:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a0586dbc165cc09422412149712a218938137308'/>
<id>a0586dbc165cc09422412149712a218938137308</id>
<content type='text'>
add complete changelog for !8949
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add complete changelog for !8949
</pre>
</div>
</content>
</entry>
<entry>
<title>PlantUML support for Markdown</title>
<updated>2017-02-02T23:49:48+00:00</updated>
<author>
<name>Horacio Sanson</name>
<email>horacio@allm.net</email>
</author>
<published>2017-01-16T00:07:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d9e9ad2211c06159914e0183e4842abc16e5666f'/>
<id>d9e9ad2211c06159914e0183e4842abc16e5666f</id>
<content type='text'>
Allow rendering of PlantUML diagrams in Markdown documents using fenced blocks:

    ```plantuml
    Bob -&gt; Sara : Hello
    Sara -&gt; Bob : Go away
    ```

Closes: #4048
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow rendering of PlantUML diagrams in Markdown documents using fenced blocks:

    ```plantuml
    Bob -&gt; Sara : Hello
    Sara -&gt; Bob : Go away
    ```

Closes: #4048
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'rs-empty_project-lib' into 'master'</title>
<updated>2017-01-26T12:29:51+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-01-26T12:29:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=18c5983b5c34bb6c51e202f6c7b57bd4a8aed383'/>
<id>18c5983b5c34bb6c51e202f6c7b57bd4a8aed383</id>
<content type='text'>

Use `:empty_project` where possible throughout spec/lib

See merge request !8767</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Use `:empty_project` where possible throughout spec/lib

See merge request !8767</pre>
</div>
</content>
</entry>
<entry>
<title>Use `:empty_project` where possible throughout spec/lib</title>
<updated>2017-01-25T17:25:42+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2017-01-24T23:42:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=80a6d2fda2483bf81c4cf9cdac9aa3c9e42b7982'/>
<id>80a6d2fda2483bf81c4cf9cdac9aa3c9e42b7982</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 copy-as-md</title>
<updated>2017-01-25T17:23:25+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@selenight.nl</email>
</author>
<published>2017-01-25T17:23:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=21755ac9e9e349c4291e6f64109abe0b4588436d'/>
<id>21755ac9e9e349c4291e6f64109abe0b4588436d</id>
<content type='text'>
# Conflicts:
#	app/assets/javascripts/lib/utils/common_utils.js.es6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Conflicts:
#	app/assets/javascripts/lib/utils/common_utils.js.es6
</pre>
</div>
</content>
</entry>
<entry>
<title>address comments</title>
<updated>2017-01-25T09:10:05+00:00</updated>
<author>
<name>Jarka Kadlecova</name>
<email>jarka@gitlab.com</email>
</author>
<published>2017-01-20T10:28:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0c350b79395d6712c7c4fee649cdbd77aa4052cc'/>
<id>0c350b79395d6712c7c4fee649cdbd77aa4052cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make mentions working when project not specified</title>
<updated>2017-01-18T23:38:17+00:00</updated>
<author>
<name>Jarka Kadlecova</name>
<email>jarka@gitlab.com</email>
</author>
<published>2017-01-18T23:37:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bf708e55c2e6035b64861a1cda8bfe3d3b4a2105'/>
<id>bf708e55c2e6035b64861a1cda8bfe3d3b4a2105</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
