<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/tasks, branch docs-pages-force-https</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>Sanitize LDAP output in Rake tasks</title>
<updated>2019-06-21T10:49:56+00:00</updated>
<author>
<name>Drew Blessing</name>
<email>drew@blessing.io</email>
</author>
<published>2019-05-17T20:26:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=05d5504d072fa1a1c222e94b21e483ba28cbe666'/>
<id>05d5504d072fa1a1c222e94b21e483ba28cbe666</id>
<content type='text'>
The various LDAP check Rake tasks have long supported a SANITIZE
environment variable. When present, identifiable information is
obscured such as user names and project/group names. Until now,
the LDAP check did not honor this. Now it will only say how many
users were found. This should at least give the indication that
the LDAP configuration found something, but will not leak what
it is. Resolves #56131
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The various LDAP check Rake tasks have long supported a SANITIZE
environment variable. When present, identifiable information is
obscured such as user names and project/group names. Until now,
the LDAP check did not honor this. Now it will only say how many
users were found. This should at least give the indication that
the LDAP configuration found something, but will not leak what
it is. Resolves #56131
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'gitaly-version-v1.43.0' into 'master'</title>
<updated>2019-05-31T14:16:54+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@gitlab.com</email>
</author>
<published>2019-05-31T14:16:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9a8955d3c06c23cfc95914254ec77cc78e2cf6b5'/>
<id>9a8955d3c06c23cfc95914254ec77cc78e2cf6b5</id>
<content type='text'>
Upgrade Gitaly to v1.43.0

See merge request gitlab-org/gitlab-ce!28867</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Upgrade Gitaly to v1.43.0

See merge request gitlab-org/gitlab-ce!28867</pre>
</div>
</content>
</entry>
<entry>
<title>Remove legacy artifact related code</title>
<updated>2019-05-31T03:49:17+00:00</updated>
<author>
<name>Shinya Maeda</name>
<email>shinya@gitlab.com</email>
</author>
<published>2019-03-22T12:38:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=387a4f4b2cc9cffe2a21ef1060fe35c60d1ac769'/>
<id>387a4f4b2cc9cffe2a21ef1060fe35c60d1ac769</id>
<content type='text'>
We've already migrated all the legacy artifacts to the new realm,
which is ci_job_artifacts table.
It's time to remove the old code base that is no longer used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We've already migrated all the legacy artifacts to the new realm,
which is ci_job_artifacts table.
It's time to remove the old code base that is no longer used.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove hook directory requirement from Shell</title>
<updated>2019-05-30T18:04:08+00:00</updated>
<author>
<name>Zeger-Jan van de Weg</name>
<email>git@zjvandeweg.nl</email>
</author>
<published>2019-05-29T12:07:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=951afba624ed042e818f0febc702b5abbe3fec91'/>
<id>951afba624ed042e818f0febc702b5abbe3fec91</id>
<content type='text'>
It used to be the case that GitLab created symlinks for each repository
to one copy of the Git hooks, so these ran when required. This changed
to set the hooks dynamically on Gitaly when invoking Git.

The side effect is that we didn't need all these symlinks anymore, which
Gitaly doesn't create anymore either. Now that means that the tests in
GitLab-Rails should test for it either.

Related: https://gitlab.com/gitlab-org/gitaly/issues/1392#note_175619926
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It used to be the case that GitLab created symlinks for each repository
to one copy of the Git hooks, so these ran when required. This changed
to set the hooks dynamically on Gitaly when invoking Git.

The side effect is that we didn't need all these symlinks anymore, which
Gitaly doesn't create anymore either. Now that means that the tests in
GitLab-Rails should test for it either.

Related: https://gitlab.com/gitlab-org/gitaly/issues/1392#note_175619926
</pre>
</div>
</content>
</entry>
<entry>
<title>Replaced config access</title>
<updated>2019-03-18T17:26:18+00:00</updated>
<author>
<name>Dominic Renner</name>
<email>rennerdo30@gmail.com</email>
</author>
<published>2019-03-18T17:26:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ad29681cab4939c1cc9dc14c98b566f66328b1dc'/>
<id>ad29681cab4939c1cc9dc14c98b566f66328b1dc</id>
<content type='text'>
Replaced Settings with Gitlab.config for uniformity
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replaced Settings with Gitlab.config for uniformity
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix storage migration check for non-empty queues</title>
<updated>2019-03-16T23:27:38+00:00</updated>
<author>
<name>Gabriel Mazetto</name>
<email>brodock@gmail.com</email>
</author>
<published>2019-03-13T14:54:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=523712d116a560f314cf144edbde076d7ab6fdc4'/>
<id>523712d116a560f314cf144edbde076d7ab6fdc4</id>
<content type='text'>
The previous code works fine when running specs, but the API
does not exist outside that environment.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The previous code works fine when running specs, but the API
does not exist outside that environment.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent storage migration and rollback running at the same time</title>
<updated>2019-03-12T16:51:05+00:00</updated>
<author>
<name>Gabriel Mazetto</name>
<email>brodock@gmail.com</email>
</author>
<published>2019-03-11T17:15:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=337977776a26368ddc7621efe373eba5113f0491'/>
<id>337977776a26368ddc7621efe373eba5113f0491</id>
<content type='text'>
This is a small polishing on the storage migration and storage rollback
rake tasks. By aborting a migration while a rollback is already
scheduled we want to prevent unexpected consequences.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a small polishing on the storage migration and storage rollback
rake tasks. By aborting a migration while a rollback is already
scheduled we want to prevent unexpected consequences.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare test suite for switch to Gitaly-embedded Git hooks</title>
<updated>2019-02-27T10:58:21+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>jacob@gitlab.com</email>
</author>
<published>2019-02-27T10:58:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=078f11a6b9c0197a3cfde6b3658ca268097e315c'/>
<id>078f11a6b9c0197a3cfde6b3658ca268097e315c</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 'master' into '46448-add-timestamps-for-each-stage-of-gitlab-rake-gitlab-backup-restore'</title>
<updated>2019-02-04T14:11:04+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2019-02-04T14:11:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5c583c8e87f6b299b3a7ea07dded0972740092e9'/>
<id>5c583c8e87f6b299b3a7ea07dded0972740092e9</id>
<content type='text'>
# Conflicts:
#   spec/tasks/gitlab/backup_rake_spec.rb</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Conflicts:
#   spec/tasks/gitlab/backup_rake_spec.rb</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor Storage Migration</title>
<updated>2019-01-25T19:26:35+00:00</updated>
<author>
<name>Gabriel Mazetto</name>
<email>brodock@gmail.com</email>
</author>
<published>2019-01-17T01:53:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7bc16889df458865ffbbb7bef8087c04a5768a1d'/>
<id>7bc16889df458865ffbbb7bef8087c04a5768a1d</id>
<content type='text'>
Specs were reviewed and improved to better cover the current behavior.
There was some standardization done as well to facilitate the
implementation of the rollback functionality.

StorageMigratorWorker was extracted to HashedStorage namespace were
RollbackerWorker will live one as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Specs were reviewed and improved to better cover the current behavior.
There was some standardization done as well to facilitate the
implementation of the rollback functionality.

StorageMigratorWorker was extracted to HashedStorage namespace were
RollbackerWorker will live one as well.
</pre>
</div>
</content>
</entry>
</feed>
