<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/Gemfile.lock, branch docs/migrate_from_github_to_gitlab</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>Bump sentry-raven to 2.9</title>
<updated>2019-06-07T11:40:53+00:00</updated>
<author>
<name>Utkarsh Gupta</name>
<email>guptautkarsh2102@gmail.com</email>
</author>
<published>2019-06-07T11:40:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=689d2839db028ca94b66a55ed8609d3387def53d'/>
<id>689d2839db028ca94b66a55ed8609d3387def53d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update rspec-retry to fix Selenium NoSuchDriverError errors</title>
<updated>2019-06-06T14:27:38+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2019-06-06T14:27:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=91895eacfeb1bdcb615e7d20a83eb70a7658a075'/>
<id>91895eacfeb1bdcb615e7d20a83eb70a7658a075</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 client code to call GetObjectDirectorySize RPC</title>
<updated>2019-06-05T12:58:46+00:00</updated>
<author>
<name>Patrick Bajao</name>
<email>ebajao@gitlab.com</email>
</author>
<published>2019-05-27T04:38:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=40fd0b9e405ec8e4c37e8c90d44dde6c98e1176c'/>
<id>40fd0b9e405ec8e4c37e8c90d44dde6c98e1176c</id>
<content type='text'>
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13460
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13460
</pre>
</div>
</content>
</entry>
<entry>
<title>Add activerecord-explain-analyze gem</title>
<updated>2019-06-03T18:53:53+00:00</updated>
<author>
<name>Toon Claes</name>
<email>toon@gitlab.com</email>
</author>
<published>2019-06-03T11:53:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=be472673313680d62ff9d3b4bb81976e714dd8cd'/>
<id>be472673313680d62ff9d3b4bb81976e714dd8cd</id>
<content type='text'>
This gem allows you to get the `EXPLAIN ANALYZE` query plan, directly
from the Rails console.

The gem is installed with `require: false`, but if it was loaded on
launch, this would be it's memory load:

```
TOP: 145.3086 MiB
  rails/all: 22.4844 MiB
  ...
  activerecord-explain-analyze: 2.9648 MiB
    active_record/connection_adapters/postgresql_adapter: 2.9648 MiB
      pg: 2.9648 MiB
        pg_ext: 2.9648 MiB
  ...
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This gem allows you to get the `EXPLAIN ANALYZE` query plan, directly
from the Rails console.

The gem is installed with `require: false`, but if it was loaded on
launch, this would be it's memory load:

```
TOP: 145.3086 MiB
  rails/all: 22.4844 MiB
  ...
  activerecord-explain-analyze: 2.9648 MiB
    active_record/connection_adapters/postgresql_adapter: 2.9648 MiB
      pg: 2.9648 MiB
        pg_ext: 2.9648 MiB
  ...
```
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump concurrent-ruby and concurrent-ruby-ext to 1.1.5</title>
<updated>2019-06-02T05:27:55+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-06-01T06:27:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fe0c53805d53a0276a31f0c5d754a6602d55bed6'/>
<id>fe0c53805d53a0276a31f0c5d754a6602d55bed6</id>
<content type='text'>
This matches the version used in Gitaly and avoids potential
version conflicts when multiple versions are installed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This matches the version used in Gitaly and avoids potential
version conflicts when multiple versions are installed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added rack-timeout for Puma</title>
<updated>2019-05-29T18:53:44+00:00</updated>
<author>
<name>Jan Provaznik</name>
<email>jprovaznik@gitlab.com</email>
</author>
<published>2019-05-29T18:53:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6d6bae66dffefeb3f34f2646b0e801b3c1002170'/>
<id>6d6bae66dffefeb3f34f2646b0e801b3c1002170</id>
<content type='text'>
It assures that requests are aborted after 60 seconds, otherwise
an exception is raised. This exception is logged by Sentry, also
there is a Prometheus counter for measuring number of requests in each
state.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It assures that requests are aborted after 60 seconds, otherwise
an exception is raised. This exception is logged by Sentry, also
there is a Prometheus counter for measuring number of requests in each
state.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add benchmark-memory Ruby gem</title>
<updated>2019-05-27T08:30:17+00:00</updated>
<author>
<name>Ash McKenzie</name>
<email>amckenzie@gitlab.com</email>
</author>
<published>2019-05-27T08:30:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=937fae76cb17a3e9129173729a8463fa5b837f0d'/>
<id>937fae76cb17a3e9129173729a8463fa5b837f0d</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 '62151-broken-master' into 'master'</title>
<updated>2019-05-24T15:34:54+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2019-05-24T15:34:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=21c809ce224696a811d6a557c601e6dc2eb27d2f'/>
<id>21c809ce224696a811d6a557c601e6dc2eb27d2f</id>
<content type='text'>
Fix MySQL CI jobs

Closes #62156 and #62151

See merge request gitlab-org/gitlab-ce!28593</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix MySQL CI jobs

Closes #62156 and #62151

See merge request gitlab-org/gitlab-ce!28593</pre>
</div>
</content>
</entry>
<entry>
<title>Add `memory_profiler` and `derailed_benchmarks`</title>
<updated>2019-05-24T08:41:03+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2019-05-24T08:41:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=06b05eafef3c812c516b9ea4b5857c2cd6106b9e'/>
<id>06b05eafef3c812c516b9ea4b5857c2cd6106b9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Merge branch 'revert-04c3c6dd' into 'master'"</title>
<updated>2019-05-22T19:47:32+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2019-05-22T12:16:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6145ddf515f93fcc7ed873b911b6369cc2bc0462'/>
<id>6145ddf515f93fcc7ed873b911b6369cc2bc0462</id>
<content type='text'>
This reverts commit 744f1f2e7037f5c70c3168d9e2e89b1c327465d2, reversing
changes made to c4d930e5f54e7da07c80cc028dfc0f5c08719146.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 744f1f2e7037f5c70c3168d9e2e89b1c327465d2, reversing
changes made to c4d930e5f54e7da07c80cc028dfc0f5c08719146.
</pre>
</div>
</content>
</entry>
</feed>
