<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib, branch docs-refactor-dev-guides</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>Add rake task to cleanup any existing exclusive lease</title>
<updated>2018-03-09T13:32:18+00:00</updated>
<author>
<name>Gabriel Mazetto</name>
<email>gabriel@gitlab.com</email>
</author>
<published>2018-03-09T13:32:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9b5e4ecc55e85304c0eb3e9d3713edbc9bebbeab'/>
<id>9b5e4ecc55e85304c0eb3e9d3713edbc9bebbeab</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 'jprovazn-commits-count-reschedule' into 'master'</title>
<updated>2018-03-09T12:57:06+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2018-03-09T12:57:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cd7fcfd5779716c302608ce462996809f952ceec'/>
<id>cd7fcfd5779716c302608ce462996809f952ceec</id>
<content type='text'>
Reschedule commits_count background migration

See merge request gitlab-org/gitlab-ce!17599</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reschedule commits_count background migration

See merge request gitlab-org/gitlab-ce!17599</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'cache-refactor' into 'master'</title>
<updated>2018-03-09T10:23:18+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2018-03-09T10:23:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=734b84105b0f025e4d8c533ba4f41f2835d2976c'/>
<id>734b84105b0f025e4d8c533ba4f41f2835d2976c</id>
<content type='text'>
Cache `#can_be_resolved_in_ui?` git operations

Closes gitaly#1051

See merge request gitlab-org/gitlab-ce!17589</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cache `#can_be_resolved_in_ui?` git operations

Closes gitaly#1051

See merge request gitlab-org/gitlab-ce!17589</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '43949-verify-job-artifacts' into 'master'</title>
<updated>2018-03-09T10:15:22+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2018-03-09T10:15:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=dad547a5f100c996aa3ec9ecdfd1d2f170189e83'/>
<id>dad547a5f100c996aa3ec9ecdfd1d2f170189e83</id>
<content type='text'>
Resolve "Foreground verification of job artifacts"

Closes #43949

See merge request gitlab-org/gitlab-ce!17578</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Foreground verification of job artifacts"

Closes #43949

See merge request gitlab-org/gitlab-ce!17578</pre>
</div>
</content>
</entry>
<entry>
<title>Reschedule commits_count background migration</title>
<updated>2018-03-09T08:56:49+00:00</updated>
<author>
<name>Jan Provaznik</name>
<email>jprovaznik@gitlab.com</email>
</author>
<published>2018-03-07T12:52:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7b22381603d4f2cddc87b1b70e5be076df63cf01'/>
<id>7b22381603d4f2cddc87b1b70e5be076df63cf01</id>
<content type='text'>
We still have &gt;100K unmigrated MergeRequestDiffs
which don't have commits_count set yet (see
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/17567#note_61904891)

This migration re-schedules the original background migration.
To assure that records are not processed twice, records with
commits_count set are skipped.

Related to #41698 and !17567
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We still have &gt;100K unmigrated MergeRequestDiffs
which don't have commits_count set yet (see
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/17567#note_61904891)

This migration re-schedules the original background migration.
To assure that records are not processed twice, records with
commits_count set are skipped.

Related to #41698 and !17567
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'gitaly-fsck-mandatory' into 'master'</title>
<updated>2018-03-08T22:21:04+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2018-03-08T22:21:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=47b9854dac5d255f0ad68cb3310c66a7111b792e'/>
<id>47b9854dac5d255f0ad68cb3310c66a7111b792e</id>
<content type='text'>
Make 'git fsck' mandatory

See merge request gitlab-org/gitlab-ce!17648</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make 'git fsck' mandatory

See merge request gitlab-org/gitlab-ce!17648</pre>
</div>
</content>
</entry>
<entry>
<title>Make 'git fsck' mandatory</title>
<updated>2018-03-08T15:27:31+00:00</updated>
<author>
<name>Kim "BKC" Carlbäcker</name>
<email>kim.carlbacker@gmail.com</email>
</author>
<published>2018-03-08T15:27:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3ddde75a1b0d1beca4e2294b567ec3c227ace6f5'/>
<id>3ddde75a1b0d1beca4e2294b567ec3c227ace6f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cache `#can_be_resolved_in_ui?` git operations</title>
<updated>2018-03-08T14:54:21+00:00</updated>
<author>
<name>Alejandro Rodríguez</name>
<email>alejorro70@gmail.com</email>
</author>
<published>2018-03-07T01:25:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bb2bf39ddfc05db887d4a02ad3a38dbf81beed1a'/>
<id>bb2bf39ddfc05db887d4a02ad3a38dbf81beed1a</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 'gitlab-git-duplicate-code' into 'master'</title>
<updated>2018-03-08T13:21:53+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2018-03-08T13:21:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cb1538bba7afac965f6ba2b09e8b94afdcdd7fbc'/>
<id>cb1538bba7afac965f6ba2b09e8b94afdcdd7fbc</id>
<content type='text'>
Remove duplicate method definitions

See merge request gitlab-org/gitlab-ce!17478</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove duplicate method definitions

See merge request gitlab-org/gitlab-ce!17478</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'jprovazn-revert-commit-cleanup' into 'master'</title>
<updated>2018-03-08T13:07:36+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2018-03-08T13:07:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fcda1e96e8955f448411830962026ee0f9285b11'/>
<id>fcda1e96e8955f448411830962026ee0f9285b11</id>
<content type='text'>
Revert "Cleanup after adding MR diff's commit_count"

See merge request gitlab-org/gitlab-ce!17639</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Revert "Cleanup after adding MR diff's commit_count"

See merge request gitlab-org/gitlab-ce!17639</pre>
</div>
</content>
</entry>
</feed>
