<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/db/migrate, branch docs-avoid-CephFS-GlusterFS</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 '54670-external-diffs-when-outdated' into 'master'</title>
<updated>2019-03-28T09:19:14+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2019-03-28T09:19:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1ab4d12aae9897e48df054a7c58944c5c73a2759'/>
<id>1ab4d12aae9897e48df054a7c58944c5c73a2759</id>
<content type='text'>
Allow external diffs to be used conditionally

Closes #54670

See merge request gitlab-org/gitlab-ce!25432</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow external diffs to be used conditionally

Closes #54670

See merge request gitlab-org/gitlab-ce!25432</pre>
</div>
</content>
</entry>
<entry>
<title>Allow external diffs to be used conditionally</title>
<updated>2019-03-27T16:51:33+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2019-02-20T15:35:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0e831b0b692f2988d3c84fc01a463b08afec05ad'/>
<id>0e831b0b692f2988d3c84fc01a463b08afec05ad</id>
<content type='text'>
Since external diffs are likely to be a bit slower than in-database
ones, add a mode that makes diffs external after they've been obsoleted
by events. This should strike a balance between performance and disk
space.

A background cron drives the majority of migrations, since diffs become
outdated through user actions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since external diffs are likely to be a bit slower than in-database
ones, add a mode that makes diffs external after they've been obsoleted
by events. This should strike a balance between performance and disk
space.

A background cron drives the majority of migrations, since diffs become
outdated through user actions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare suggestion implementation for multi-line</title>
<updated>2019-03-27T15:26:53+00:00</updated>
<author>
<name>Oswaldo Ferreira</name>
<email>oswaldo@gitlab.com</email>
</author>
<published>2019-03-15T17:35:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=03e0604d5ded6402c7fddc4001ab23d9712c98de'/>
<id>03e0604d5ded6402c7fddc4001ab23d9712c98de</id>
<content type='text'>
Adds the groundwork needed in order to persist multi-line suggestions,
while providing the parsing strategy which will be reused for the
**Preview** as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds the groundwork needed in order to persist multi-line suggestions,
while providing the parsing strategy which will be reused for the
**Preview** as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add multi-line suggestion migrations</title>
<updated>2019-03-26T19:06:26+00:00</updated>
<author>
<name>Oswaldo Ferreira</name>
<email>oswaldo@gitlab.com</email>
</author>
<published>2019-03-15T17:35:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1db3926dd2a5de719859ea962d4e1360b375d87b'/>
<id>1db3926dd2a5de719859ea962d4e1360b375d87b</id>
<content type='text'>
Adds outdated, lines_above and lines_below columns to
suggestions table.

outdated - boolean which represents whether the suggestion
is outdated or not. For instance, if any line changed after
you left the multi-line suggestion, even though the note
is not outdated, it helps tracking if the content has changed
in the latest file. We cache this information in a column given
it's not a cheap operation to do for every suggestion in the
request time.
lines_below, lines_above - persists the parsed arguments from
`suggestion:-10+3` syntax, where `10` would be lines_above and
3 lines_below. We need that to dynamically calculate which
lines we should monitor for outdating / persisting the correct
content in from_content column.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds outdated, lines_above and lines_below columns to
suggestions table.

outdated - boolean which represents whether the suggestion
is outdated or not. For instance, if any line changed after
you left the multi-line suggestion, even though the note
is not outdated, it helps tracking if the content has changed
in the latest file. We cache this information in a column given
it's not a cheap operation to do for every suggestion in the
request time.
lines_below, lines_above - persists the parsed arguments from
`suggestion:-10+3` syntax, where `10` would be lines_above and
3 lines_below. We need that to dynamically calculate which
lines we should monitor for outdating / persisting the correct
content in from_content column.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add multiple assignees migration and table population</title>
<updated>2019-03-25T22:50:40+00:00</updated>
<author>
<name>Oswaldo Ferreira</name>
<email>oswaldo@gitlab.com</email>
</author>
<published>2019-03-22T16:51:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=929ee4d18da886826e9fcc15c35b4d4024bc8237'/>
<id>929ee4d18da886826e9fcc15c35b4d4024bc8237</id>
<content type='text'>
This will be further required for supporting multi-assignees MRs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will be further required for supporting multi-assignees MRs
</pre>
</div>
</content>
</entry>
<entry>
<title>Run rubocop -a</title>
<updated>2019-03-13T13:42:43+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2019-03-13T13:42:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9f05e97aad33a0cd70862f67101bdcb3fddc639a'/>
<id>9f05e97aad33a0cd70862f67101bdcb3fddc639a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable/disable Auto DevOps at Group level</title>
<updated>2019-03-12T10:15:33+00:00</updated>
<author>
<name>Mayra Cabrera</name>
<email>mcabrera@gitlab.com</email>
</author>
<published>2019-03-12T10:15:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7e9348f3594ee158dfd4aaa9e03e5bb5dd36aead'/>
<id>7e9348f3594ee158dfd4aaa9e03e5bb5dd36aead</id>
<content type='text'>
- Includes instance methods on Group model to detect when a group has
AutoDevOps explicitly/implicitly enabled/disabled.
- Includes migration to add a new column to namespaces table
- Add UI necessary modifications
- Add service and controller to update auto devops
related instances
- Updates project and groups auto devops badges

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52447
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Includes instance methods on Group model to detect when a group has
AutoDevOps explicitly/implicitly enabled/disabled.
- Includes migration to add a new column to namespaces table
- Add UI necessary modifications
- Add service and controller to update auto devops
related instances
- Updates project and groups auto devops badges

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52447
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for ingress hostnames</title>
<updated>2019-03-07T23:25:48+00:00</updated>
<author>
<name>walkafwalka</name>
<email>2865898-walkafwalka@users.noreply.gitlab.com</email>
</author>
<published>2019-03-07T21:51:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=460797dec3dc143943390e86a09d6e6b45a465d8'/>
<id>460797dec3dc143943390e86a09d6e6b45a465d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Merge branch '54924-clean-up-data' into 'master'"</title>
<updated>2019-03-06T18:05:55+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2019-03-06T18:05:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ce23d6e64d59a8fadcc86bb25a157607322b09e3'/>
<id>ce23d6e64d59a8fadcc86bb25a157607322b09e3</id>
<content type='text'>
This reverts commit c9ecc71ab91b0b55f9aba632f9e7b305191a458c, reversing
changes made to c3c8dbf8fa4090bb090071d320a31857eb709d3d.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit c9ecc71ab91b0b55f9aba632f9e7b305191a458c, reversing
changes made to c3c8dbf8fa4090bb090071d320a31857eb709d3d.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use encrypted runner tokens</title>
<updated>2019-03-06T12:18:53+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2019-03-06T12:18:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c5f1f7f3dbd5e7094ae3f30823d6c87b7a72121d'/>
<id>c5f1f7f3dbd5e7094ae3f30823d6c87b7a72121d</id>
<content type='text'>
This makes code to support encrypted runner tokens.
This code also finished previously started encryption
process.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes code to support encrypted runner tokens.
This code also finished previously started encryption
process.
</pre>
</div>
</content>
</entry>
</feed>
