<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib/system_check, 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>Fix typos in the whole gitlab-ce project</title>
<updated>2019-05-20T14:11:44+00:00</updated>
<author>
<name>Yoginth</name>
<email>me@yoginth.com</email>
</author>
<published>2019-05-20T14:11:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2f6a20ce665de6a23fe2c1cc28cc6398afcb1b71'/>
<id>2f6a20ce665de6a23fe2c1cc28cc6398afcb1b71</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump required Ruby version check to 2.5.3</title>
<updated>2019-04-18T17:15:53+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-04-18T17:13:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0ca790aff77ceaf4de1a7f1df0af6780f2859b32'/>
<id>0ca790aff77ceaf4de1a7f1df0af6780f2859b32</id>
<content type='text'>
Relates to https://gitlab.com/gitlab-org/gitlab-ce/issues/58079

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60704
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Relates to https://gitlab.com/gitlab-org/gitlab-ce/issues/58079

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60704
</pre>
</div>
</content>
</entry>
<entry>
<title>Update preflight check to require 2.21</title>
<updated>2019-04-16T14:09:45+00:00</updated>
<author>
<name>Zeger-Jan van de Weg</name>
<email>git@zjvandeweg.nl</email>
</author>
<published>2019-04-16T14:09:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=98befb5d4057e367df43c2371888fa9edbc1df06'/>
<id>98befb5d4057e367df43c2371888fa9edbc1df06</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds the Rubocop ReturnNil cop</title>
<updated>2019-03-06T15:51:56+00:00</updated>
<author>
<name>Andrew Newdigate</name>
<email>andrew@gitlab.com</email>
</author>
<published>2019-02-08T12:19:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3288e1a874ec0184f9f27f932748e51c57babf17'/>
<id>3288e1a874ec0184f9f27f932748e51c57babf17</id>
<content type='text'>
This style change enforces `return if ...` instead of
`return nil if ...` to save maintainers a few minor review points
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This style change enforces `return if ...` instead of
`return nil if ...` to save maintainers a few minor review points
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(rubocop): fix Style/TrivialAccessors issues</title>
<updated>2019-01-16T08:53:04+00:00</updated>
<author>
<name>Semyon Pupkov</name>
<email>mail@semyonpupkov.com</email>
</author>
<published>2019-01-16T05:48:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c379973bceccbcd7b554f4a9c7026aca7cba4618'/>
<id>c379973bceccbcd7b554f4a9c7026aca7cba4618</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract system check rake task logic</title>
<updated>2018-12-03T21:51:46+00:00</updated>
<author>
<name>Michael Kozono</name>
<email>mkozono@gmail.com</email>
</author>
<published>2018-11-28T00:08:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6855e6b5864abcf01689720424a4bea4c3b9fec2'/>
<id>6855e6b5864abcf01689720424a4bea4c3b9fec2</id>
<content type='text'>
These changes make the code more reusable, testable, and most
importantly, overrideable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These changes make the code more reusable, testable, and most
importantly, overrideable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '46950-systemcheck-use-gem-ruby-instead-of-hardcoding-ruby-version' into 'master'</title>
<updated>2018-11-22T10:20:47+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2018-11-22T10:20:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cd7f2d35aef4442a72b1e99da4cd02d8ac50d2fc'/>
<id>cd7f2d35aef4442a72b1e99da4cd02d8ac50d2fc</id>
<content type='text'>
SystemCheck: Use a more reliable way to detect current Ruby version

Closes #46950

See merge request gitlab-org/gitlab-ce!23291</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SystemCheck: Use a more reliable way to detect current Ruby version

Closes #46950

See merge request gitlab-org/gitlab-ce!23291</pre>
</div>
</content>
</entry>
<entry>
<title>Upgraded minimum Git version to 2.18.0</title>
<updated>2018-11-21T22:37:08+00:00</updated>
<author>
<name>Francisco Javier López</name>
<email>fjlopez@gitlab.com</email>
</author>
<published>2018-11-21T22:37:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e178329b4561c729b432a5b66010973d60d2649c'/>
<id>e178329b4561c729b432a5b66010973d60d2649c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a more reliable way to detect current Ruby version</title>
<updated>2018-11-21T20:46:27+00:00</updated>
<author>
<name>Gabriel Mazetto</name>
<email>brodock@gmail.com</email>
</author>
<published>2018-11-21T20:46:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e94001ba89d4c59e981254b1434789f707071990'/>
<id>e94001ba89d4c59e981254b1434789f707071990</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
