<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/config/initializers, branch sh-remove-docs-executable</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 'mk-add-user-rate-limits' into 'master'</title>
<updated>2017-11-17T16:11:22+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-11-17T16:11:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=371180a47d292957b73c6c9e1e662b6c99a62ee9'/>
<id>371180a47d292957b73c6c9e1e662b6c99a62ee9</id>
<content type='text'>
Add request rate limits

Closes #30053

See merge request gitlab-org/gitlab-ce!14708</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add request rate limits

Closes #30053

See merge request gitlab-org/gitlab-ce!14708</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve "Performance issues when loading large number of wiki pages"</title>
<updated>2017-11-17T11:48:32+00:00</updated>
<author>
<name>Francisco Javier López</name>
<email>fjlopez@gitlab.com</email>
</author>
<published>2017-11-17T11:48:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ff26ea818cb92eabc8fbea1a8385cb5bc6b0a66f'/>
<id>ff26ea818cb92eabc8fbea1a8385cb5bc6b0a66f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't add methods to Rack::Attack</title>
<updated>2017-11-17T08:58:18+00:00</updated>
<author>
<name>Michael Kozono</name>
<email>mkozono@gmail.com</email>
</author>
<published>2017-10-17T16:40:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=09b01c756069058e02ba4fc9f5f53a534aef3fe3'/>
<id>09b01c756069058e02ba4fc9f5f53a534aef3fe3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix OAuth API and RSS rate limiting</title>
<updated>2017-11-17T08:58:18+00:00</updated>
<author>
<name>Michael Kozono</name>
<email>mkozono@gmail.com</email>
</author>
<published>2017-10-14T00:05:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=43a682ccaa694d2a14f3d639d66708057859a628'/>
<id>43a682ccaa694d2a14f3d639d66708057859a628</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow throttling code in test environment</title>
<updated>2017-11-17T08:58:18+00:00</updated>
<author>
<name>Michael Kozono</name>
<email>mkozono@gmail.com</email>
</author>
<published>2017-10-13T00:49:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d87030714a654b0dfa47aa6b38eb970731e7a04e'/>
<id>d87030714a654b0dfa47aa6b38eb970731e7a04e</id>
<content type='text'>
This code should not break other tests because the rate limits are off by default.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This code should not break other tests because the rate limits are off by default.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add request throttles</title>
<updated>2017-11-17T08:58:18+00:00</updated>
<author>
<name>Michael Kozono</name>
<email>mkozono@gmail.com</email>
</author>
<published>2017-09-15T17:31:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=dc9266fbeacd24446b52e4dad328c8286be40b31'/>
<id>dc9266fbeacd24446b52e4dad328c8286be40b31</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 'feature-change-signout-route' into 'master'</title>
<updated>2017-11-08T09:28:50+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-11-08T09:28:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b579cc7620dad1d406e974cce2d9ad5a4ce58a57'/>
<id>b579cc7620dad1d406e974cce2d9ad5a4ce58a57</id>
<content type='text'>
Change Sign Out route from a DELETE to a GET

Closes #39708

See merge request gitlab-org/gitlab-ce!15231</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change Sign Out route from a DELETE to a GET

Closes #39708

See merge request gitlab-org/gitlab-ce!15231</pre>
</div>
</content>
</entry>
<entry>
<title>Change Sign Out route from a DELETE to a GET</title>
<updated>2017-11-06T22:19:15+00:00</updated>
<author>
<name>Joe Marty</name>
<email>jmarty@iexposure.com</email>
</author>
<published>2017-11-06T22:12:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=dfeb60daa607dd96be689cfd3b2f929138efacdf'/>
<id>dfeb60daa607dd96be689cfd3b2f929138efacdf</id>
<content type='text'>
Closes #39708
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #39708
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'pawel/metrics-to-prometheus-33643' into 'master'</title>
<updated>2017-11-06T21:17:24+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzegorz@gitlab.com</email>
</author>
<published>2017-11-06T21:17:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4da03e9977ea3fa5bb422ab0f23f0a60406c7073'/>
<id>4da03e9977ea3fa5bb422ab0f23f0a60406c7073</id>
<content type='text'>
Add all InfluxDB metrics to prometheus

See merge request gitlab-org/gitlab-ce!13891</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add all InfluxDB metrics to prometheus

See merge request gitlab-org/gitlab-ce!13891</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'remove-ensure-ref-fetched-from-controllers' into 'master'</title>
<updated>2017-11-06T17:10:18+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-11-06T17:10:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=045795d0d93dfe426cac668d612aa031114df930'/>
<id>045795d0d93dfe426cac668d612aa031114df930</id>
<content type='text'>
removed the #ensure_ref_fetched from all controllers

Closes #36061

See merge request gitlab-org/gitlab-ce!15129</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
removed the #ensure_ref_fetched from all controllers

Closes #36061

See merge request gitlab-org/gitlab-ce!15129</pre>
</div>
</content>
</entry>
</feed>
