<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git, branch input-button-hover</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Add hover state to MR comment reply button</title>
<updated>2017-01-12T16:40:04+00:00</updated>
<author>
<name>Annabel Dunstone Gray</name>
<email>annabel.dunstone@gmail.com</email>
</author>
<published>2017-01-12T16:27:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cb316804aa59986c2a31bd8bcbc056e7fc0e66c0'/>
<id>cb316804aa59986c2a31bd8bcbc056e7fc0e66c0</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 'search-bar-first-iteration' into 'master'</title>
<updated>2017-01-12T14:57:57+00:00</updated>
<author>
<name>Jacob Schatz</name>
<email>jschatz@gitlab.com</email>
</author>
<published>2017-01-12T14:57:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3c9a3918e6a93a3e3cdcbe63214809d2ba9eb959'/>
<id>3c9a3918e6a93a3e3cdcbe63214809d2ba9eb959</id>
<content type='text'>

Search bar first iteration

Closes #21747

See merge request !7345</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Search bar first iteration

Closes #21747

See merge request !7345</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'Sanson/gitlab-ce-asciidoctor-plantuml' into 'master'</title>
<updated>2017-01-12T11:18:42+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-01-12T11:18:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=50fff719fc148ac9f6f6a309770c6136a3aeb31b'/>
<id>50fff719fc148ac9f6f6a309770c6136a3aeb31b</id>
<content type='text'>

Add support for PlantUML diagrams in Asciidoc.

Closes #17603

See merge request !8537</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Add support for PlantUML diagrams in Asciidoc.

Closes #17603

See merge request !8537</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'do-not-remove-autodeploy-directory-when-fetching-ci-templates' into 'master'</title>
<updated>2017-01-12T10:30:03+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-01-12T10:30:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e798ee718312dbe7445ec9cf2e75045e8b2b3117'/>
<id>e798ee718312dbe7445ec9cf2e75045e8b2b3117</id>
<content type='text'>

Do not remove "autodeploy" directory when fetching CI templates

See merge request !8517</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Do not remove "autodeploy" directory when fetching CI templates

See merge request !8517</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix/project-delete-tooltip' into 'master'</title>
<updated>2017-01-12T10:22:30+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-01-12T10:22:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e4cde4281c45ceef49f89370724453a0bb6f15cc'/>
<id>e4cde4281c45ceef49f89370724453a0bb6f15cc</id>
<content type='text'>

Fix project queued for deletion re-creation tooltip

Closes #17235

See merge request !5393</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fix project queued for deletion re-creation tooltip

Closes #17235

See merge request !5393</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for PlantUML diagrams in Asciidoc.</title>
<updated>2017-01-12T10:04:52+00:00</updated>
<author>
<name>Horacio Sanson</name>
<email>horacio@allm.net</email>
</author>
<published>2016-11-28T17:41:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f986b4c4e529f4c2518f0ce37dc9dfcaa2f073a0'/>
<id>f986b4c4e529f4c2518f0ce37dc9dfcaa2f073a0</id>
<content type='text'>
This MR enables rendering of PlantUML diagrams in Asciidoc documents. To add a
PlantUML diagram all we need is to include a plantuml block like:

```
[plantuml, id="myDiagram", width="100px", height="100px"]
--
bob -&gt; alice : ping
alice -&gt; bob : pong
--
```

The plantuml block is substituted by an HTML img element with *src* pointing to
an external PlantUML server.

This MR also add a PlantUML integration section to the Administrator -&gt; Settings
page to configure the PlantUML rendering service and to enable/disable it.

Closes: #17603
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This MR enables rendering of PlantUML diagrams in Asciidoc documents. To add a
PlantUML diagram all we need is to include a plantuml block like:

```
[plantuml, id="myDiagram", width="100px", height="100px"]
--
bob -&gt; alice : ping
alice -&gt; bob : pong
--
```

The plantuml block is substituted by an HTML img element with *src* pointing to
an external PlantUML server.

This MR also add a PlantUML integration section to the Administrator -&gt; Settings
page to configure the PlantUML rendering service and to enable/disable it.

Closes: #17603
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix rubocop</title>
<updated>2017-01-12T02:12:03+00:00</updated>
<author>
<name>Clement Ho</name>
<email>ClemMakesApps@gmail.com</email>
</author>
<published>2017-01-12T02:12:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3e457f78cf6798042a1fc30790c24f935861182f'/>
<id>3e457f78cf6798042a1fc30790c24f935861182f</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 'refactor-admin-controllers-params' into 'master'</title>
<updated>2017-01-12T02:00:04+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2017-01-12T02:00:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=826adaaff876d2b6b5886e6d8133b0d0c2cd4a2d'/>
<id>826adaaff876d2b6b5886e6d8133b0d0c2cd4a2d</id>
<content type='text'>

Refactor admin controllers params

See merge request !8521</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Refactor admin controllers params

See merge request !8521</pre>
</div>
</content>
</entry>
<entry>
<title>Backend review</title>
<updated>2017-01-12T01:47:42+00:00</updated>
<author>
<name>Clement Ho</name>
<email>ClemMakesApps@gmail.com</email>
</author>
<published>2017-01-12T01:47:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ce9d3ee599f816ba20d57eae16b4139cabecdb1a'/>
<id>ce9d3ee599f816ba20d57eae16b4139cabecdb1a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor authorized params in Admin::UsersController</title>
<updated>2017-01-11T21:52:30+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-01-10T13:53:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d8d9d0c74cdc0ec68bce23ba75706c1b78e864d1'/>
<id>d8d9d0c74cdc0ec68bce23ba75706c1b78e864d1</id>
<content type='text'>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
</feed>
