<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/migrations, branch document-lambda-deploy</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>Added EncryptDeployTokensTokens spec file</title>
<updated>2019-08-27T02:39:48+00:00</updated>
<author>
<name>Etienne Baqué</name>
<email>ebaque@gitlab.com</email>
</author>
<published>2019-07-12T15:24:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=63ade4b819bd222eb436f271a4a919a199bc023b'/>
<id>63ade4b819bd222eb436f271a4a919a199bc023b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a link to docs in project description</title>
<updated>2019-08-23T22:27:41+00:00</updated>
<author>
<name>Reuben Pereira</name>
<email>rpereira@gitlab.com</email>
</author>
<published>2019-08-23T22:27:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2515c0cd44db9e14ebea9a9218b05853b9afcaad'/>
<id>2515c0cd44db9e14ebea9a9218b05853b9afcaad</id>
<content type='text'>
Add to the service and migration both.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add to the service and migration both.
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrations for adding issue_id to versions table</title>
<updated>2019-07-29T18:55:19+00:00</updated>
<author>
<name>Luke Duncalfe</name>
<email>lduncalfe@gitlab.com</email>
</author>
<published>2019-07-29T18:55:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=177463007b1b97d29c7f4f8e279365c1ca6bfc9e'/>
<id>177463007b1b97d29c7f4f8e279365c1ca6bfc9e</id>
<content type='text'>
These migrations do the following:

- Adds a new `issue_id` column to `versions`. This fixes an n+1 problem
  when loading versions for an issue in GraphQL as AR can now load from
  cache
- Change the unique restraint on versions.sha to be scoped to `issue_id`
  as in order to import version data, we need to allow duplicate `sha`
  values for versions
- Update all versions with an `issue_id`

https://gitlab.com/gitlab-org/gitlab-ee/issues/11090
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These migrations do the following:

- Adds a new `issue_id` column to `versions`. This fixes an n+1 problem
  when loading versions for an issue in GraphQL as AR can now load from
  cache
- Change the unique restraint on versions.sha to be scoped to `issue_id`
  as in order to import version data, we need to allow duplicate `sha`
  values for versions
- Update all versions with an `issue_id`

https://gitlab.com/gitlab-org/gitlab-ee/issues/11090
</pre>
</div>
</content>
</entry>
<entry>
<title>Add default for outbound_local_requests_whitelist</title>
<updated>2019-07-25T18:43:52+00:00</updated>
<author>
<name>Thong Kuah</name>
<email>tkuah@gitlab.com</email>
</author>
<published>2019-07-25T18:43:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=64f3324096e759b599682ef7ce5bdee75c9701b2'/>
<id>64f3324096e759b599682ef7ce5bdee75c9701b2</id>
<content type='text'>
It needs to default to an empty array logically.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It needs to default to an empty array logically.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix wrong pages access level default</title>
<updated>2019-07-17T12:56:58+00:00</updated>
<author>
<name>Vladimir Shushlin</name>
<email>vshushlin@gitlab.com</email>
</author>
<published>2019-07-17T12:56:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6796dcf27715f9a149387bb80e7a359208602f1f'/>
<id>6796dcf27715f9a149387bb80e7a359208602f1f</id>
<content type='text'>
- Set access level in before_validation hook
- Add post migration for updating existing project_features
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Set access level in before_validation hook
- Add post migration for updating existing project_features
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade to Rails 5.2</title>
<updated>2019-07-12T02:15:31+00:00</updated>
<author>
<name>Heinrich Lee Yu</name>
<email>heinrich@gitlab.com</email>
</author>
<published>2019-06-25T17:54:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=aeb67dd489b1ccc7f0ab1d702725729ab9cc3e27'/>
<id>aeb67dd489b1ccc7f0ab1d702725729ab9cc3e27</id>
<content type='text'>
Updates changed method names and fixes spec failures
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updates changed method names and fixes spec failures
</pre>
</div>
</content>
</entry>
<entry>
<title>Change occurrence of Sidekiq::Testing.inline!</title>
<updated>2019-07-03T20:02:17+00:00</updated>
<author>
<name>Reuben Pereira</name>
<email>rpereira@gitlab.com</email>
</author>
<published>2019-07-03T20:02:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=49b5ef5c3110ec25b65e20c75c3f98dbb2c8dfea'/>
<id>49b5ef5c3110ec25b65e20c75c3f98dbb2c8dfea</id>
<content type='text'>
- Change it to perform_enqueued_jobs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Change it to perform_enqueued_jobs
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '44990-remove-old-i' into 'master'</title>
<updated>2019-07-03T09:19:17+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2019-07-03T09:19:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e555db6f28260e5473b8634fe3a21e89ec1ba578'/>
<id>e555db6f28260e5473b8634fe3a21e89ec1ba578</id>
<content type='text'>
Remove old migration specs that violate FactoriesInMigrationSpecs

See merge request gitlab-org/gitlab-ce!30280</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove old migration specs that violate FactoriesInMigrationSpecs

See merge request gitlab-org/gitlab-ce!30280</pre>
</div>
</content>
</entry>
<entry>
<title>Show upcoming status for releases</title>
<updated>2019-07-03T09:12:15+00:00</updated>
<author>
<name>Jason Goodman</name>
<email>jgoodman@gitlab.com</email>
</author>
<published>2019-07-03T09:12:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7ecffe2987e0f3953489759d080fc263c5cb95c5'/>
<id>7ecffe2987e0f3953489759d080fc263c5cb95c5</id>
<content type='text'>
Add released_at field to releases API
Add released_at column to releases table
Return releases to the API sorted by released_at
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add released_at field to releases API
Add released_at column to releases table
Return releases to the API sorted by released_at
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove old migrations and specs</title>
<updated>2019-07-02T19:55:56+00:00</updated>
<author>
<name>Heinrich Lee Yu</name>
<email>heinrich@gitlab.com</email>
</author>
<published>2019-07-02T19:55:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=28ac2d304989164a1e9bf6d82fa8106a86a5f688'/>
<id>28ac2d304989164a1e9bf6d82fa8106a86a5f688</id>
<content type='text'>
This removes old migrations that violate the
FactoriesinMigrationSpecs cop
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This removes old migrations that violate the
FactoriesinMigrationSpecs cop
</pre>
</div>
</content>
</entry>
</feed>
