<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/db/migrate, branch diff-scroll-point</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>Cache the presence of an issue_tracker at project level</title>
<updated>2016-06-10T13:41:56+00:00</updated>
<author>
<name>Paco Guzman</name>
<email>pacoguzmanp@gmail.com</email>
</author>
<published>2016-06-03T08:21:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=136a4ea39bb82d7e88b79a3bb7b2f3b4a5ec42ab'/>
<id>136a4ea39bb82d7e88b79a3bb7b2f3b4a5ec42ab</id>
<content type='text'>
Using update_column to store the boolean flag to avoid
any side effects with the current state of the project
instance
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using update_column to store the boolean flag to avoid
any side effects with the current state of the project
instance
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow or not merge MR with failed build</title>
<updated>2016-06-10T12:36:54+00:00</updated>
<author>
<name>Rui Anderson</name>
<email>anderson.rui@gmail.com</email>
</author>
<published>2016-04-27T18:34:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=07dbd6b3884c4f188b2c3f29dd7419791f1051eb'/>
<id>07dbd6b3884c4f188b2c3f29dd7419791f1051eb</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>Enable RuboCop for migrations</title>
<updated>2016-06-09T15:05:25+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2016-06-09T12:39:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=98bb435f4266719b1e0fca57472a0f4e50d30371'/>
<id>98bb435f4266719b1e0fca57472a0f4e50d30371</id>
<content type='text'>
Migrations shouldn't fail RuboCop checks - especially lint checks, such
as the nested method check. To avoid changing code in existing
migrations, add the magic comment to the top of each of them to skip
that file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Migrations shouldn't fail RuboCop checks - especially lint checks, such
as the nested method check. To avoid changing code in existing
migrations, add the magic comment to the top of each of them to skip
that file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow custom text on 'almost there' page</title>
<updated>2016-06-08T18:08:53+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2016-05-09T15:12:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=40b6d9064a2ab6c89cb54b62536fe2952c6cbca6'/>
<id>40b6d9064a2ab6c89cb54b62536fe2952c6cbca6</id>
<content type='text'>
Add a new application setting, after_sign_up_text. This is text to be
rendered as Markdown and shown on the 'almost there' page after a user
signs up, but before they've confirmed their account.

Tweak the styles for that page so that centered lists look reasonable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a new application setting, after_sign_up_text. This is text to be
rendered as Markdown and shown on the 'almost there' page after a user
signs up, but before they've confirmed their account.

Tweak the styles for that page so that centered lists look reasonable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove notification settings in batches</title>
<updated>2016-06-08T14:20:42+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2016-06-08T10:27:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3883bc05d26d930689115c6b5d8750c594420615'/>
<id>3883bc05d26d930689115c6b5d8750c594420615</id>
<content type='text'>
This improves performance of the duplicate notification settings
migration by removing duplicates in batches instead of using one big
"DELETE FROM" query.

The previous query would locally run over 45 minutes without even
finishing. This new setup finished in a matter of seconds.

Fixes #18289
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This improves performance of the duplicate notification settings
migration by removing duplicates in batches instead of using one big
"DELETE FROM" query.

The previous query would locally run over 45 minutes without even
finishing. This new setup finished in a matter of seconds.

Fixes #18289
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'issue_14189' into 'master'</title>
<updated>2016-06-07T15:15:07+00:00</updated>
<author>
<name>Jacob Schatz</name>
<email>jschatz@gitlab.com</email>
</author>
<published>2016-06-07T15:15:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5b83abcc01bd4a24268126dc52019b9f11152a7c'/>
<id>5b83abcc01bd4a24268126dc52019b9f11152a7c</id>
<content type='text'>

Ability to prioritize labels

Closes #14189 

See merge request !4009</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Ability to prioritize labels

Closes #14189 

See merge request !4009</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'issue_3359' into 'master'</title>
<updated>2016-06-06T19:14:01+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2016-06-06T19:14:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0ba21860c5ca3df1a1aca916cb0094802e76fd75'/>
<id>0ba21860c5ca3df1a1aca916cb0094802e76fd75</id>
<content type='text'>

Remove duplicated notification settings and add unique index

See merge request !4472</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Remove duplicated notification settings and add unique index

See merge request !4472</pre>
</div>
</content>
</entry>
<entry>
<title>Sort by label priority</title>
<updated>2016-06-06T16:59:49+00:00</updated>
<author>
<name>Thijs Wouters</name>
<email>thijs@morewood.be</email>
</author>
<published>2016-03-14T09:46:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d8263b285193d9163089683eb77825f1cd673b14'/>
<id>d8263b285193d9163089683eb77825f1cd673b14</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 a `U2fRegistrations` table/model.</title>
<updated>2016-06-06T07:20:31+00:00</updated>
<author>
<name>Timothy Andrew</name>
<email>mail@timothyandrew.net</email>
</author>
<published>2016-06-06T04:38:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=791cc9138be6ea1783e3c3853370cf0290f4d41e'/>
<id>791cc9138be6ea1783e3c3853370cf0290f4d41e</id>
<content type='text'>
- To hold registrations from U2F devices, and to authenticate them.
- Previously, `User#two_factor_enabled` was aliased to the
  `otp_required_for_login` column on `users`.
- This commit changes things a bit:
    - `User#two_factor_enabled` is not a method anymore
    - `User#two_factor_enabled?` checks both the
      `otp_required_for_login` column, as well as `U2fRegistration`s
    - Change all instances of `User#two_factor_enabled` to
      `User#two_factor_enabled?`
- Add the `u2f` gem, and implement registration/authentication at the
  model level.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- To hold registrations from U2F devices, and to authenticate them.
- Previously, `User#two_factor_enabled` was aliased to the
  `otp_required_for_login` column on `users`.
- This commit changes things a bit:
    - `User#two_factor_enabled` is not a method anymore
    - `User#two_factor_enabled?` checks both the
      `otp_required_for_login` column, as well as `U2fRegistration`s
    - Change all instances of `User#two_factor_enabled` to
      `User#two_factor_enabled?`
- Add the `u2f` gem, and implement registration/authentication at the
  model level.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add index to notification settings</title>
<updated>2016-06-03T19:46:10+00:00</updated>
<author>
<name>Felipe Artur</name>
<email>felipefac@gmail.com</email>
</author>
<published>2016-06-03T18:49:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8450fe3074140b86e7d2e5a85d2cdb65051906ee'/>
<id>8450fe3074140b86e7d2e5a85d2cdb65051906ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
