<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/controllers, branch fix/serialized-commit-path</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>Merge branch 'refactor-controller-params' into 'master'</title>
<updated>2017-01-12T23:39:59+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2017-01-12T23:39:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6d010ebfb934b782d558a5f93c69d3133f5e5635'/>
<id>6d010ebfb934b782d558a5f93c69d3133f5e5635</id>
<content type='text'>

Refactor controller params

See merge request !8522</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Refactor controller params

See merge request !8522</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '24185-legacy-ci-status-reactive-cache' into 'security'</title>
<updated>2017-01-12T22:39:46+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2017-01-12T22:31:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e75b1f11057829964dd9c3aac3b0a0deb964707e'/>
<id>e75b1f11057829964dd9c3aac3b0a0deb964707e</id>
<content type='text'>
Use ReactiveCaching to update external CI status asynchronously

See https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2055
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use ReactiveCaching to update external CI status asynchronously

See https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2055
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor authorized params in GroupsController</title>
<updated>2017-01-12T22:33:21+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-01-10T14:57:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9e0d3906b931eb0f81c9cd9864891ca26cbefd44'/>
<id>9e0d3906b931eb0f81c9cd9864891ca26cbefd44</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>
<entry>
<title>Refactor allowed params in ServiceParams</title>
<updated>2017-01-12T22:33:21+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-01-10T14:41:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6195ab754dcaac0930f01dae86d39adf9ac0fce9'/>
<id>6195ab754dcaac0930f01dae86d39adf9ac0fce9</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>
<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>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>
<entry>
<title>Refactor authorized params in Admin::GroupsController</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:43:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=83c1395af2e457a1de919a67ff7a2b21dceaeeef'/>
<id>83c1395af2e457a1de919a67ff7a2b21dceaeeef</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>
<entry>
<title>Refactor authorized params in Admin::ApplicationSettingsController</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:40:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=dafd5531ed793321eb8d886715654b4d572b2880'/>
<id>dafd5531ed793321eb8d886715654b4d572b2880</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>
<entry>
<title>Merge branch 'master' into auto-pipelines-vue</title>
<updated>2017-01-09T17:54:02+00:00</updated>
<author>
<name>Regis</name>
<email>boudinot.regis@yahoo.com</email>
</author>
<published>2017-01-09T17:54:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6625f479f857aefde855f45d3e2c820bfbb872e3'/>
<id>6625f479f857aefde855f45d3e2c820bfbb872e3</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 '25985-combine-members-and-groups-settings-pages' into 'master'</title>
<updated>2017-01-06T20:17:34+00:00</updated>
<author>
<name>Alfredo Sumaran</name>
<email>alfredo@gitlab.com</email>
</author>
<published>2017-01-06T20:17:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9cdfcbb50f225162fd46162e13e5b685819c9543'/>
<id>9cdfcbb50f225162fd46162e13e5b685819c9543</id>
<content type='text'>

Moved the members and groups to single option called members

Closes #25985

See merge request !8281</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Moved the members and groups to single option called members

Closes #25985

See merge request !8281</pre>
</div>
</content>
</entry>
</feed>
