<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc, 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 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>Merge branch 'backup-restore-documentation-tips' into 'master'</title>
<updated>2017-01-11T21:37:57+00:00</updated>
<author>
<name>Marin Jankovski</name>
<email>marin@gitlab.com</email>
</author>
<published>2017-01-11T21:37:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3fc91a3598499db5ecb89bc299ca0c257c4572a7'/>
<id>3fc91a3598499db5ecb89bc299ca0c257c4572a7</id>
<content type='text'>

Add detail to backup_restore omnibus remote storage docs

See merge request !8306</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Add detail to backup_restore omnibus remote storage docs

See merge request !8306</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'patch-8' into 'master'</title>
<updated>2017-01-10T23:43:48+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axilleas@axilleas.me</email>
</author>
<published>2017-01-10T23:43:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=590e3d6461878ab64fbcfa51cad8e55f95f1c09c'/>
<id>590e3d6461878ab64fbcfa51cad8e55f95f1c09c</id>
<content type='text'>

Clarify instructions for importing Wiki/Merge Request data

See merge request !8075</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Clarify instructions for importing Wiki/Merge Request data

See merge request !8075</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'restore-backup-when-env-variable-is-passed' into 'master'</title>
<updated>2017-01-10T11:09:06+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-01-10T11:09:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e93cd61793020128ae2f577b20d8e4cc2313ce8b'/>
<id>e93cd61793020128ae2f577b20d8e4cc2313ce8b</id>
<content type='text'>

Restore backup correctly when "BACKUP" environment variable is passed

Closes #26090

See merge request !8477</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Restore backup correctly when "BACKUP" environment variable is passed

Closes #26090

See merge request !8477</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '24139-production-wildcard-for-cycle-analytics' into 'master'</title>
<updated>2017-01-10T10:20:03+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-01-10T10:20:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=58db2929f713c90a9b66b27b5a2fc46d6a0dbf94'/>
<id>58db2929f713c90a9b66b27b5a2fc46d6a0dbf94</id>
<content type='text'>

Treat environments matching `production/*` as Production for Cycle Analytics

Closes #24139

See merge request !8500</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Treat environments matching `production/*` as Production for Cycle Analytics

Closes #24139

See merge request !8500</pre>
</div>
</content>
</entry>
<entry>
<title>Restore backup correctly when "BACKUP" environment variable is passed</title>
<updated>2017-01-09T17:38:53+00:00</updated>
<author>
<name>Adam Niedzielski</name>
<email>adamsunday@gmail.com</email>
</author>
<published>2017-01-09T17:38:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=82692ea2140fc35cca4157050c29abffbc5d71b0'/>
<id>82692ea2140fc35cca4157050c29abffbc5d71b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Treat environments matching `production/*` as Production</title>
<updated>2017-01-09T15:35:24+00:00</updated>
<author>
<name>Toon Claes</name>
<email>toon@gitlab.com</email>
</author>
<published>2017-01-06T14:51:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b74677489a915570a182e624fc2c7ad537c8e75e'/>
<id>b74677489a915570a182e624fc2c7ad537c8e75e</id>
<content type='text'>
For Cycle Analytics, the environment `production` is treated as a
special case, and used to update the `first_deployed_to_production_at`
metric.

With the Review Apps changes, slash syntax is used to group related
environments in the list. This is mostly used for `review/&lt;branch&gt;`
environments, but it's possible for people to have multiple production
environments, and someone might then want to group them like
`production/eu`, `production/us`, or even just make it look prettier
with `production/www.example.com`. In any of these cases, the first
deploy to one of these `production/*` environments now is treated as a
Production deploy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For Cycle Analytics, the environment `production` is treated as a
special case, and used to update the `first_deployed_to_production_at`
metric.

With the Review Apps changes, slash syntax is used to group related
environments in the list. This is mostly used for `review/&lt;branch&gt;`
environments, but it's possible for people to have multiple production
environments, and someone might then want to group them like
`production/eu`, `production/us`, or even just make it look prettier
with `production/www.example.com`. In any of these cases, the first
deploy to one of these `production/*` environments now is treated as a
Production deploy.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'remove-successful-pipeline-emails-for-now' into 'master'</title>
<updated>2017-01-09T14:15:35+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-01-09T14:15:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=583deef209af5a2700701fb0933582a7b5680620'/>
<id>583deef209af5a2700701fb0933582a7b5680620</id>
<content type='text'>

Make successful pipeline emails off for watchers

Closes #24845

See merge request !8176</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Make successful pipeline emails off for watchers

Closes #24845

See merge request !8176</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'feature/log-ldap-to-application-log' into 'master'</title>
<updated>2017-01-09T13:39:19+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-01-09T13:39:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=60569032658e93658f789f8bd8bbaef56ea39412'/>
<id>60569032658e93658f789f8bd8bbaef56ea39412</id>
<content type='text'>

Log LDAP blocking/unblocking events to application log

See merge request !8042</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Log LDAP blocking/unblocking events to application log

See merge request !8042</pre>
</div>
</content>
</entry>
<entry>
<title>updated due to reorder changes [ci skip]</title>
<updated>2017-01-09T11:35:14+00:00</updated>
<author>
<name>James Lopez</name>
<email>james@jameslopez.es</email>
</author>
<published>2017-01-09T11:35:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=488da232eb4d9ff941a5fdd275d092fa7922c731'/>
<id>488da232eb4d9ff941a5fdd275d092fa7922c731</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
