<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib/tasks, branch docs-processes</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 'gitaly-install-path' into 'master'</title>
<updated>2018-08-14T08:59:10+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2018-08-14T08:59:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d9614e701a932881e3b64a1785f91e524499541d'/>
<id>d9614e701a932881e3b64a1785f91e524499541d</id>
<content type='text'>
Remove storage path dependency of gitaly install task

See merge request gitlab-org/gitlab-ce!21101</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove storage path dependency of gitaly install task

See merge request gitlab-org/gitlab-ce!21101</pre>
</div>
</content>
</entry>
<entry>
<title>Remove storage path dependency of gitaly install task</title>
<updated>2018-08-12T21:52:44+00:00</updated>
<author>
<name>Alejandro Rodríguez</name>
<email>alejorro70@gmail.com</email>
</author>
<published>2018-08-09T05:08:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=eb1a3798adb3836e4ebe641c8eb962b6f7220004'/>
<id>eb1a3798adb3836e4ebe641c8eb962b6f7220004</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean orphaned files in object storage</title>
<updated>2018-08-07T10:51:58+00:00</updated>
<author>
<name>Jarka Kadlecová</name>
<email>jarka@gitlab.com</email>
</author>
<published>2018-07-30T18:14:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6aaeb6dc411d6a92e9dc8d7968aa774c9e8ae044'/>
<id>6aaeb6dc411d6a92e9dc8d7968aa774c9e8ae044</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add local project uploads cleanup task</title>
<updated>2018-07-31T18:09:42+00:00</updated>
<author>
<name>Michael Kozono</name>
<email>mkozono@gmail.com</email>
</author>
<published>2018-07-26T21:23:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3cbd8b13436be25074db17dfbd555588e917279d'/>
<id>3cbd8b13436be25074db17dfbd555588e917279d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove gitlab:user:check_repos task</title>
<updated>2018-07-31T12:31:51+00:00</updated>
<author>
<name>Zeger-Jan van de Weg</name>
<email>git@zjvandeweg.nl</email>
</author>
<published>2018-07-30T17:23:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4600265e00baf18f289af19cddb476a5db17f0ea'/>
<id>4600265e00baf18f289af19cddb476a5db17f0ea</id>
<content type='text'>
While reviewing this branch it was noted that this task was broken.
Given the limited value this task brings, and given the fact that much
of the old behaviour has been moved to be automatically fixed, removing
was a good option.

Suggestion in:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20806#note_91261001
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While reviewing this branch it was noted that this task was broken.
Given the limited value this task brings, and given the fact that much
of the old behaviour has been moved to be automatically fixed, removing
was a good option.

Suggestion in:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20806#note_91261001
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove git rake tasks</title>
<updated>2018-07-31T12:31:50+00:00</updated>
<author>
<name>Zeger-Jan van de Weg</name>
<email>git@zjvandeweg.nl</email>
</author>
<published>2018-07-24T10:17:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f1f7bfc06f506469c5d469ba91350ff57780f117'/>
<id>f1f7bfc06f506469c5d469ba91350ff57780f117</id>
<content type='text'>
These tasks are happening through housekeeping right now, by default
ever 10th push. This removes the need for these tasks.

Side note, this removes one of my first contributions to GitLab, as back
than I introduced these tasks through: 54e6c0045bb13c05cc5478cbdf47d3246bd9fe2b

Closes https://gitlab.com/gitlab-org/gitaly/issues/768
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These tasks are happening through housekeeping right now, by default
ever 10th push. This removes the need for these tasks.

Side note, this removes one of my first contributions to GitLab, as back
than I introduced these tasks through: 54e6c0045bb13c05cc5478cbdf47d3246bd9fe2b

Closes https://gitlab.com/gitlab-org/gitaly/issues/768
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '48932-disable-saml-if-omniauth-is-disabled' into 'master'</title>
<updated>2018-07-23T07:48:00+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2018-07-23T07:48:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8bc7845fbf424b9f451247459dcb3a8bbe953242'/>
<id>8bc7845fbf424b9f451247459dcb3a8bbe953242</id>
<content type='text'>
Resolve "Disable SAML and Bitbucket if OmniAuth is disabled"

Closes #48932

See merge request gitlab-org/gitlab-ce!20608</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Disable SAML and Bitbucket if OmniAuth is disabled"

Closes #48932

See merge request gitlab-org/gitlab-ce!20608</pre>
</div>
</content>
</entry>
<entry>
<title>Disable SAML if OmniAuth is disabled</title>
<updated>2018-07-20T10:54:46+00:00</updated>
<author>
<name>Lin Jen-Shin</name>
<email>godfat@godfat.org</email>
</author>
<published>2018-07-13T10:39:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d0afab482f1157d0b41631cb4dbdfdfeadabb7c8'/>
<id>d0afab482f1157d0b41631cb4dbdfdfeadabb7c8</id>
<content type='text'>
We also try to unify the way we setup OmniAuth, and how we check
if it's enabled or not.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We also try to unify the way we setup OmniAuth, and how we check
if it's enabled or not.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove refs cleanup job</title>
<updated>2018-07-19T12:47:11+00:00</updated>
<author>
<name>Zeger-Jan van de Weg</name>
<email>git@zjvandeweg.nl</email>
</author>
<published>2018-07-19T12:47:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=80c61639f3a3da4895ec0a50437497dc97b4eb49'/>
<id>80c61639f3a3da4895ec0a50437497dc97b4eb49</id>
<content type='text'>
Introduced by f20eadcbbeb88e98c2608cbaf23f0d09ca002a98, meant to remove
refs from Git using the wrong name. That never made it to a non-rc
release and can be safely removed now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduced by f20eadcbbeb88e98c2608cbaf23f0d09ca002a98, meant to remove
refs from Git using the wrong name. That never made it to a non-rc
release and can be safely removed now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve "Rename the `Master` role to `Maintainer`" Backend</title>
<updated>2018-07-11T14:36:08+00:00</updated>
<author>
<name>Mark Chao</name>
<email>mchao@gitlab.com</email>
</author>
<published>2018-07-11T14:36:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a63bce1a4b55bc6cbafb9dec12d33028521489e9'/>
<id>a63bce1a4b55bc6cbafb9dec12d33028521489e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
