<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/config/locales, branch complexity/descrease-abc-size-threshold</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Implement new UI for pagination</title>
<updated>2016-01-21T02:27:01+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2016-01-20T17:42:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8367e4abebcf23a6be830db57193417d3efe20b5'/>
<id>8367e4abebcf23a6be830db57193417d3efe20b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use devise paranoid mode and ensure the same message is returned every time</title>
<updated>2015-12-10T00:40:37+00:00</updated>
<author>
<name>Drew Blessing</name>
<email>drew@gitlab.com</email>
</author>
<published>2015-12-09T17:45:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f4ec906e90b2f8dbf18b359b773e3b31f5da89ff'/>
<id>f4ec906e90b2f8dbf18b359b773e3b31f5da89ff</id>
<content type='text'>
Skipped CI because it has already passed. Had to rebase due to CHANGELOG.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Skipped CI because it has already passed. Had to rebase due to CHANGELOG.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added total query time to Sherlock</title>
<updated>2015-11-24T09:57:21+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2015-11-19T11:33:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=97f8c6279fc39c4bad87bb880eba04802f6d351d'/>
<id>97f8c6279fc39c4bad87bb880eba04802f6d351d</id>
<content type='text'>
This makes it easier to see if a problem is caused by slow queries or
slow Ruby code (unrelated to any SQL queries that might be used).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes it easier to see if a problem is caused by slow queries or
slow Ruby code (unrelated to any SQL queries that might be used).
</pre>
</div>
</content>
</entry>
<entry>
<title>Track the amount of times views are rendered</title>
<updated>2015-11-09T13:29:10+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2015-11-09T11:36:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7b5fd8742e6112491f61f27dcca2d8e441cc33a1'/>
<id>7b5fd8742e6112491f61f27dcca2d8e441cc33a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added Sherlock, a custom profiling tool for GitLab</title>
<updated>2015-11-09T13:29:10+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2015-11-04T18:13:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=dec3e4ce64df5f71a7cba7734cada1baa79242cd'/>
<id>dec3e4ce64df5f71a7cba7734cada1baa79242cd</id>
<content type='text'>
Sherlock will be a new GitLab specific tool for measuring the
performance of Rails requests (and SideKiq jobs at some point). Some of
the things that are currently tracked:

* SQL queries along with their timings, backtraces and query plans
  (using "EXPLAIN ANALYZE" for PostgreSQL and regular "EXPLAIN" for
  MySQL)
* Timings of application files (including views) on a per line basis
* Some meta data such as the request method, path, total duration, etc

More tracking (e.g. Rugged or gitlab-shell timings) might be added in
the future.

Sherlock will replace any existing tools we have used so far (e.g.
active_record_query_trace and rack-mini-profiler), hence the
corresponding Gems have been removed from the Gemfile.

Sherlock can be enabled by starting Rails as following:

    ENABLE_SHERLOCK=1 bundle exec rails s

Recorded transactions can be found at `/sherlock/transactions`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sherlock will be a new GitLab specific tool for measuring the
performance of Rails requests (and SideKiq jobs at some point). Some of
the things that are currently tracked:

* SQL queries along with their timings, backtraces and query plans
  (using "EXPLAIN ANALYZE" for PostgreSQL and regular "EXPLAIN" for
  MySQL)
* Timings of application files (including views) on a per line basis
* Some meta data such as the request method, path, total duration, etc

More tracking (e.g. Rugged or gitlab-shell timings) might be added in
the future.

Sherlock will replace any existing tools we have used so far (e.g.
active_record_query_trace and rack-mini-profiler), hence the
corresponding Gems have been removed from the Gemfile.

Sherlock can be enabled by starting Rails as following:

    ENABLE_SHERLOCK=1 bundle exec rails s

Recorded transactions can be found at `/sherlock/transactions`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add recently_reset message to Devise translations</title>
<updated>2015-10-02T01:46:51+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-10-02T01:46:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c7b43126bd7f5ef1b76a546029754ee44d68288e'/>
<id>c7b43126bd7f5ef1b76a546029754ee44d68288e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update config/locales/devise.en.yml with latest version</title>
<updated>2015-10-02T01:38:39+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-10-02T01:38:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=19748ddee6ef4c794d6cc30cdf1c607088cc5bf7'/>
<id>19748ddee6ef4c794d6cc30cdf1c607088cc5bf7</id>
<content type='text'>
It looks like a lot of changes but it's not, they just sorted it
alphabetically.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It looks like a lot of changes but it's not, they just sorted it
alphabetically.
</pre>
</div>
</content>
</entry>
<entry>
<title>Groundwork for merging CI into CE</title>
<updated>2015-08-26T01:42:46+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-08-26T01:42:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=046b28312704f3131e72dcd2dbdacc5264d4aa62'/>
<id>046b28312704f3131e72dcd2dbdacc5264d4aa62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve OAuth application flash messages.</title>
<updated>2015-05-13T07:41:56+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-05-12T12:30:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0c4653e101df82fd94181269db2ffb4ba425bebb'/>
<id>0c4653e101df82fd94181269db2ffb4ba425bebb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove signout flash message because it also makes no sense.</title>
<updated>2015-03-19T04:26:36+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2015-03-19T04:26:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=64f5d6ddf06620e4989ffe414602998016f39ac5'/>
<id>64f5d6ddf06620e4989ffe414602998016f39ac5</id>
<content type='text'>
You get redirected after signuout to gitlab.com and see this message on login page which makes no sense.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
You get redirected after signuout to gitlab.com and see this message on login page which makes no sense.
</pre>
</div>
</content>
</entry>
</feed>
