<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib/tasks, branch rs-git-bin-path</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>Replace all usages of `git` command with configurable binary path</title>
<updated>2015-11-03T22:11:09+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-11-03T22:10:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d09d62b6b875102b7a334fcf9e689537e1f25013'/>
<id>d09d62b6b875102b7a334fcf9e689537e1f25013</id>
<content type='text'>
Closes #3311
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #3311
</pre>
</div>
</content>
</entry>
<entry>
<title>Added @commits to list of tags.</title>
<updated>2015-10-29T02:34:39+00:00</updated>
<author>
<name>Mike Chmielewski</name>
<email>code@mikec.123mail.org</email>
</author>
<published>2015-10-21T01:04:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=afdb53baecb2ef6d57f8ed957213260825c67805'/>
<id>afdb53baecb2ef6d57f8ed957213260825c67805</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove CI migration task</title>
<updated>2015-10-21T10:13:09+00:00</updated>
<author>
<name>Kamil Trzcinski</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2015-10-20T17:43:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b7b0010f7b9fa70d13d499bf1c4b8c18a695989e'/>
<id>b7b0010f7b9fa70d13d499bf1c4b8c18a695989e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix regex in redis version check</title>
<updated>2015-10-19T20:14:22+00:00</updated>
<author>
<name>Benny Schimmer</name>
<email>benny@schimmer.se</email>
</author>
<published>2015-10-19T20:14:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d02a467d64679dd8ff02b5f4554ae5700f0bdfd7'/>
<id>d02a467d64679dd8ff02b5f4554ae5700f0bdfd7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve performance of User.by_login</title>
<updated>2015-10-15T09:58:25+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2015-10-08T11:28:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=72f428c7d217a5c40ed87d68ab9100e4c8754633'/>
<id>72f428c7d217a5c40ed87d68ab9100e4c8754633</id>
<content type='text'>
Performance is improved in two steps:

1. On PostgreSQL an expression index is used for checking lower(email)
   and lower(username).
2. The check to determine if we're searching for a username or Email is
   moved to Ruby. Thanks to @haynes for suggesting and writing the
   initial implementation of this.

Moving the check to Ruby makes this method an additional 1.5 times
faster compared to doing the check in the SQL query.

With performance being improved I've now also tweaked the amount of
iterations required by the User.by_login benchmark. This method now runs
between 900 and 1000 iterations per second.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Performance is improved in two steps:

1. On PostgreSQL an expression index is used for checking lower(email)
   and lower(username).
2. The check to determine if we're searching for a username or Email is
   moved to Ruby. Thanks to @haynes for suggesting and writing the
   initial implementation of this.

Moving the check to Ruby makes this method an additional 1.5 times
faster compared to doing the check in the SQL query.

With performance being improved I've now also tweaked the amount of
iterations required by the User.by_login benchmark. This method now runs
between 900 and 1000 iterations per second.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make Reply by email easier to configure</title>
<updated>2015-10-13T11:10:49+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-10-13T11:07:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=712d17684b2b9a8664cdff685c44fa59ea6fabbc'/>
<id>712d17684b2b9a8664cdff685c44fa59ea6fabbc</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 'rs-2fa-task' into 'master'</title>
<updated>2015-10-09T08:04:34+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2015-10-09T08:04:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6e1ec3b9affa298cba44078c18ae06d82950cffc'/>
<id>6e1ec3b9affa298cba44078c18ae06d82950cffc</id>
<content type='text'>

Add task to disable 2FA for all users

Addresses #2971 

See merge request !1532</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Add task to disable 2FA for all users

Addresses #2971 

See merge request !1532</pre>
</div>
</content>
</entry>
<entry>
<title>Add output and confirmation to gitlab:two_factor:disable_for_all_users</title>
<updated>2015-10-09T03:19:56+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-10-09T03:19:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cd46f4c36736ed548e440566095e51a3a43ca6d6'/>
<id>cd46f4c36736ed548e440566095e51a3a43ca6d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added dedicated Rake task for setting up Postgres</title>
<updated>2015-10-08T12:35:36+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2015-10-07T15:42:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c8f18fc56283859f47ab50a5e14a7b292f8e54a5'/>
<id>c8f18fc56283859f47ab50a5e14a7b292f8e54a5</id>
<content type='text'>
This ensures any PostgreSQL specific schema changes (e.g. expression
indexes) are created when setting up the database.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This ensures any PostgreSQL specific schema changes (e.g. expression
indexes) are created when setting up the database.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add gitlab:two_factor:disable_for_all_users task</title>
<updated>2015-10-07T19:46:18+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-10-07T19:46:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c3d9c55b23183a51c941800d94ed0ff085e5a3b8'/>
<id>c3d9c55b23183a51c941800d94ed0ff085e5a3b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
