<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/Gemfile.lock, branch fix-include-description-commit-message</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 'refresh-authorizations-fork-join' into 'master'</title>
<updated>2017-01-27T19:09:49+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-01-25T20:30:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e69aa6b26d81e06eb8ef8757c9b63fc37f57d107'/>
<id>e69aa6b26d81e06eb8ef8757c9b63fc37f57d107</id>
<content type='text'>

Fix race conditions for AuthorizedProjectsWorker

Closes #26194 and #26310

See merge request !8701</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fix race conditions for AuthorizedProjectsWorker

Closes #26194 and #26310

See merge request !8701</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'upgrade-omniauth' into 'security'</title>
<updated>2017-01-22T17:06:33+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2017-01-19T17:49:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b6cd58784303328c3a785a0d458642a708d7260a'/>
<id>b6cd58784303328c3a785a0d458642a708d7260a</id>
<content type='text'>

Upgrade OmniAuth Ruby gem to 1.3.2

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/26813

See merge request !2056</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Upgrade OmniAuth Ruby gem to 1.3.2

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/26813

See merge request !2056</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'brakeman-upgrade' into 'master'</title>
<updated>2017-01-20T09:10:43+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2017-01-19T16:02:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=75f7b407825e07013c02d6f6edecfbd4a6db6422'/>
<id>75f7b407825e07013c02d6f6edecfbd4a6db6422</id>
<content type='text'>

Upgrade Brakeman to 3.4.1

Closes #26820

See merge request !8629</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Upgrade Brakeman to 3.4.1

Closes #26820

See merge request !8629</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'rs-revert-sassc' into 'master'</title>
<updated>2017-01-19T18:34:47+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2017-01-19T15:38:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8cdd3887889c425a72a23ad36fa767554b9c110a'/>
<id>8cdd3887889c425a72a23ad36fa767554b9c110a</id>
<content type='text'>

Revert "Merge branch 'switch-to-sassc' into 'master'"

Closes #26762

See merge request !8642</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Revert "Merge branch 'switch-to-sassc' into 'master'"

Closes #26762

See merge request !8642</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'switch-to-sassc' into 'master'</title>
<updated>2017-01-17T06:45:14+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2017-01-17T06:45:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e7fdb1aae5a61b30f66ea3489d4e0759ed8ea3a1'/>
<id>e7fdb1aae5a61b30f66ea3489d4e0759ed8ea3a1</id>
<content type='text'>

Switch to sassc-rails

Closes #18432

See merge request !8556</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Switch to sassc-rails

Closes #18432

See merge request !8556</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to sassc-rails</title>
<updated>2017-01-17T04:00:55+00:00</updated>
<author>
<name>Richard Macklin</name>
<email>richard.github@nrm.com</email>
</author>
<published>2017-01-13T09:31:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d5e996d1c235acb5db022429b1a5afe9eb329690'/>
<id>d5e996d1c235acb5db022429b1a5afe9eb329690</id>
<content type='text'>
Closes #18432

This uses sassc to compile the application's SASS so it compiles faster.

Without attempting to be very scientific here are some numbers I got:

Using sassc-rails:

```
[1] pry(main)&gt; Benchmark.bm { |bm| bm.report { Rails.application.assets["application.css"] } }
       user     system      total        real
   1.430000   0.380000   1.810000 (  1.830753)
```

Using sass-rails:
```
[1] pry(main)&gt; Benchmark.bm { |bm| bm.report { Rails.application.assets["application.css"] } }
       user     system      total        real
  12.320000   0.530000  12.850000 ( 12.909684)
```

The result is faster page loads when changing CSS in development and
faster precompilation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #18432

This uses sassc to compile the application's SASS so it compiles faster.

Without attempting to be very scientific here are some numbers I got:

Using sassc-rails:

```
[1] pry(main)&gt; Benchmark.bm { |bm| bm.report { Rails.application.assets["application.css"] } }
       user     system      total        real
   1.430000   0.380000   1.810000 (  1.830753)
```

Using sass-rails:
```
[1] pry(main)&gt; Benchmark.bm { |bm| bm.report { Rails.application.assets["application.css"] } }
       user     system      total        real
  12.320000   0.530000  12.850000 ( 12.909684)
```

The result is faster page loads when changing CSS in development and
faster precompilation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '19633-remove-rerun' into 'master'</title>
<updated>2017-01-17T02:14:29+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2017-01-17T02:14:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=78d710388fbabe27481c77cc353610904465c4df'/>
<id>78d710388fbabe27481c77cc353610904465c4df</id>
<content type='text'>

Remove rerun since it's not used anymore

Closes #19633

See merge request !8598</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Remove rerun since it's not used anymore

Closes #19633

See merge request !8598</pre>
</div>
</content>
</entry>
<entry>
<title>Remove rerun since it's not used anymore</title>
<updated>2017-01-16T20:53:42+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-01-16T20:53:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0c1378e7fc504402b35029e8b0f0ed942e104992'/>
<id>0c1378e7fc504402b35029e8b0f0ed942e104992</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>Update ffaker to ~&gt;2.4 to avoid generating names with suffixes</title>
<updated>2017-01-16T20:22:11+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-01-16T20:22:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=feeb490a6c8611e1a03b007aaa9b6ab3baa0c853'/>
<id>feeb490a6c8611e1a03b007aaa9b6ab3baa0c853</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>
</feed>
