<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/db/migrate, branch 10443-ee-diff-commits-commit</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>Merge branch 'ce-2087-make-num-shards-configurable' into 'master'</title>
<updated>2019-05-16T16:15:24+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2019-05-16T16:15:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cb45b7193df2916e881dfb3a8efc29dc7c2b9006'/>
<id>cb45b7193df2916e881dfb3a8efc29dc7c2b9006</id>
<content type='text'>
CE backport of "Configure the number of ES shards and replicas"

See merge request gitlab-org/gitlab-ce!28329</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CE backport of "Configure the number of ES shards and replicas"

See merge request gitlab-org/gitlab-ce!28329</pre>
</div>
</content>
</entry>
<entry>
<title>CE backport of "Configure the number of ES shards and replicas"</title>
<updated>2019-05-16T14:25:02+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2019-05-15T14:22:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=841ea50be449a77725f01d0351e579515538e7ed'/>
<id>841ea50be449a77725f01d0351e579515538e7ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix. db:migrate is failed on MySQL 8</title>
<updated>2019-05-16T09:58:56+00:00</updated>
<author>
<name>sue445</name>
<email>sue445@sue445.net</email>
</author>
<published>2019-05-16T08:19:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9618141dc73ce24da521e2305eed613889879d73'/>
<id>9618141dc73ce24da521e2305eed613889879d73</id>
<content type='text'>
```
StandardError: An error has occurred, all later migrations canceled:

Mysql2::Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'system = true AND note LIKE '\_%\_'' at line 1: UPDATE notes SET note = trim(both '_' from note) WHERE system = true AND note LIKE '\_%\_'
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
```
StandardError: An error has occurred, all later migrations canceled:

Mysql2::Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'system = true AND note LIKE '\_%\_'' at line 1: UPDATE notes SET note = trim(both '_' from note) WHERE system = true AND note LIKE '\_%\_'
```
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ce-9688-mr-merge-order' into 'master'</title>
<updated>2019-05-08T13:05:46+00:00</updated>
<author>
<name>Ash McKenzie</name>
<email>amckenzie@gitlab.com</email>
</author>
<published>2019-05-08T13:05:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=603412af27346f1541971c674b97d8dbf2429dd0'/>
<id>603412af27346f1541971c674b97d8dbf2429dd0</id>
<content type='text'>
CE backport of merge request blocks - backend MVC

See merge request gitlab-org/gitlab-ce!27323</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CE backport of merge request blocks - backend MVC

See merge request gitlab-org/gitlab-ce!27323</pre>
</div>
</content>
</entry>
<entry>
<title>Added user time settings fields to profile</title>
<updated>2019-05-07T21:58:16+00:00</updated>
<author>
<name>Ezekiel Kigbo</name>
<email>ekigbo@gitlab.com</email>
</author>
<published>2019-05-07T21:58:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3ad6653b3e64ad81278cbbc24dacd15bd2d32e6f'/>
<id>3ad6653b3e64ad81278cbbc24dacd15bd2d32e6f</id>
<content type='text'>
Udpated user_edit_profile_spec with time preferences

Minor update form fields
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Udpated user_edit_profile_spec with time preferences

Minor update form fields
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issuables state_id nil when importing projects from GitHub</title>
<updated>2019-05-06T19:45:17+00:00</updated>
<author>
<name>Felipe Artur</name>
<email>fcardozo@gitlab.com</email>
</author>
<published>2019-05-06T19:45:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c40bad741f963f0b3bf3868d485e419dbbf7b37c'/>
<id>c40bad741f963f0b3bf3868d485e419dbbf7b37c</id>
<content type='text'>
Issues and merge requests imported from GitHub are having state_id
set to null. This fixes the GitHub project importer and schedule
migrations to fix state_id.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Issues and merge requests imported from GitHub are having state_id
set to null. This fixes the GitHub project importer and schedule
migrations to fix state_id.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement support for CI variables of type file</title>
<updated>2019-05-06T13:11:42+00:00</updated>
<author>
<name>Krasimir Angelov</name>
<email>kangelov@gitlab.com</email>
</author>
<published>2019-05-06T13:11:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=85609c117e2b96a786204069669c66d36d971733'/>
<id>85609c117e2b96a786204069669c66d36d971733</id>
<content type='text'>
Add env_var and file as supported types for CI variables. Variables of
type file expose to users existing gitlab-runner behaviour - save
variable value into a temp file and set the path to this file in an ENV
var named after the variable key.

Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/46806.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add env_var and file as supported types for CI variables. Variables of
type file expose to users existing gitlab-runner behaviour - save
variable value into a temp file and set the path to this file in an ENV
var named after the variable key.

Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/46806.
</pre>
</div>
</content>
</entry>
<entry>
<title>Create ActiveRecordModel and table for Merge Train feature</title>
<updated>2019-05-06T08:12:41+00:00</updated>
<author>
<name>Shinya Maeda</name>
<email>shinya@gitlab.com</email>
</author>
<published>2019-04-18T11:15:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=827fc3ccb9335aa29fba0fc532b70015ec4c5186'/>
<id>827fc3ccb9335aa29fba0fc532b70015ec4c5186</id>
<content type='text'>
This database table and AR model is going to be used for
the merge train feature.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This database table and AR model is going to be used for
the merge train feature.
</pre>
</div>
</content>
</entry>
<entry>
<title>Run rubocop -a on CE files</title>
<updated>2019-05-05T10:24:28+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-05-05T10:19:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f93b2e02a56a3b1f3041119e8302d43aeafc8284'/>
<id>f93b2e02a56a3b1f3041119e8302d43aeafc8284</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport of initial merge request blocks support</title>
<updated>2019-05-03T22:22:01+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2019-04-12T16:08:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=df778038981ae49cb7c0fec0a60f89abf801c5f0'/>
<id>df778038981ae49cb7c0fec0a60f89abf801c5f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
