GitLab Bot
3cccd102ba
Add latest changes from gitlab-org/gitlab@14-10-stable-ee
2022-04-20 10:00:54 +00:00
GitLab Bot
a7b3560714
Add latest changes from gitlab-org/gitlab@14-8-stable-ee
2022-02-18 09:45:46 +00:00
GitLab Bot
311b0269b4
Add latest changes from gitlab-org/gitlab@14-5-stable-ee
2021-11-18 13:16:36 +00:00
GitLab Bot
d9ab72d608
Add latest changes from gitlab-org/gitlab@14-4-stable-ee
2021-10-20 08:43:02 +00:00
GitLab Bot
0653e08efd
Add latest changes from gitlab-org/gitlab@14-3-stable-ee
2021-09-20 13:18:24 +00:00
GitLab Bot
e8d2c25793
Add latest changes from gitlab-org/gitlab@14-1-stable-ee
2021-07-20 09:55:51 +00:00
GitLab Bot
a5f4bba440
Add latest changes from gitlab-org/gitlab@14-0-stable-ee
2021-06-16 18:25:58 +00:00
GitLab Bot
4555e1b21c
Add latest changes from gitlab-org/gitlab@13-12-stable-ee
2021-05-19 15:44:42 +00:00
GitLab Bot
9dc93a4519
Add latest changes from gitlab-org/gitlab@13-11-stable-ee
2021-04-20 23:50:22 +00:00
GitLab Bot
f64a639bcf
Add latest changes from gitlab-org/gitlab@13-10-stable-ee
2021-03-16 18:18:33 +00:00
GitLab Bot
86a8eee1b8
Add latest changes from gitlab-org/gitlab@13-6-stable-ee
2020-12-10 14:52:44 +00:00
GitLab Bot
7e9c479f7d
Add latest changes from gitlab-org/gitlab@13-6-stable-ee
2020-11-19 08:27:35 +00:00
GitLab Bot
48aff82709
Add latest changes from gitlab-org/gitlab@13-5-stable-ee
2020-10-21 07:08:36 +00:00
GitLab Bot
85dc423f70
Add latest changes from gitlab-org/gitlab@13-4-stable-ee
2020-09-19 01:45:44 +00:00
GitLab Bot
6e4e1050d9
Add latest changes from gitlab-org/gitlab@13-3-stable-ee
2020-08-20 18:42:06 +00:00
GitLab Bot
a09983ae35
Add latest changes from gitlab-org/gitlab@13-2-stable-ee
2020-07-20 12:26:25 +00:00
GitLab Bot
9f46488805
Add latest changes from gitlab-org/gitlab@13-0-stable-ee
2020-05-20 14:34:42 +00:00
GitLab Bot
983a0bba5d
Add latest changes from gitlab-org/gitlab@12-10-stable-ee
2020-04-20 18:38:24 +00:00
GitLab Bot
39fa7d1eeb
Add latest changes from gitlab-org/gitlab@master
2020-03-27 12:07:43 +00:00
GitLab Bot
cbfe03ae04
Add latest changes from gitlab-org/gitlab@master
2020-03-16 12:09:12 +00:00
GitLab Bot
dc889678d1
Add latest changes from gitlab-org/gitlab@master
2020-03-12 15:09:39 +00:00
GitLab Bot
e4ea43b2b8
Add latest changes from gitlab-org/gitlab@master
2020-01-27 21:08:47 +00:00
GitLab Bot
b7dfe2ae40
Add latest changes from gitlab-org/gitlab@master
2019-09-13 13:26:31 +00:00
Dinesh Panda
736b5908da
Avoid calling freeze on already frozen strings in lib
2019-09-10 08:11:43 +00:00
Winnie Hellmann
ebb8197860
Remove outdated mail_room check
2019-09-03 13:37:47 +00:00
Patrick Bajao
a1ec2ad0b2
Auto create authorized_keys file if doesn't exist
...
Utilize the auto repair functionality of system checks.
2019-08-29 16:33:04 +08:00
Patrick Bajao
0e33f16b5f
Add system check for authorized_keys file perm
...
This check is being removed from gitlab-shell as the file
is now being managed by gitlab-rails.
2019-08-29 16:33:04 +08:00
Zeger-Jan van de Weg
3ace5766e9
Use Git 2.22 for GitLab
...
Part of: https://gitlab.com/gitlab-org/gitaly/issues/1715
2019-08-07 14:25:58 +02:00
Drew Blessing
05d5504d07
Sanitize LDAP output in Rake tasks
...
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
2019-06-21 05:49:56 -05:00
Yoginth
2f6a20ce66
Fix typos in the whole gitlab-ce project
2019-05-20 14:11:44 +00:00
Stan Hu
0ca790aff7
Bump required Ruby version check to 2.5.3
...
Relates to https://gitlab.com/gitlab-org/gitlab-ce/issues/58079
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60704
2019-04-18 10:15:53 -07:00
Zeger-Jan van de Weg
98befb5d40
Update preflight check to require 2.21
2019-04-16 14:09:45 +00:00
Andrew Newdigate
3288e1a874
Adds the Rubocop ReturnNil cop
...
This style change enforces `return if ...` instead of
`return nil if ...` to save maintainers a few minor review points
2019-03-06 17:51:56 +02:00
Semyon Pupkov
c379973bce
chore(rubocop): fix Style/TrivialAccessors issues
2019-01-16 13:53:04 +05:00
Michael Kozono
6855e6b586
Extract system check rake task logic
...
These changes make the code more reusable, testable, and most
importantly, overrideable.
2018-12-03 13:51:46 -08:00
Douwe Maan
cd7f2d35ae
Merge branch '46950-systemcheck-use-gem-ruby-instead-of-hardcoding-ruby-version' into 'master'
...
SystemCheck: Use a more reliable way to detect current Ruby version
Closes #46950
See merge request gitlab-org/gitlab-ce!23291
2018-11-22 10:20:47 +00:00
Francisco Javier López
e178329b45
Upgraded minimum Git version to 2.18.0
2018-11-21 22:37:08 +00:00
Gabriel Mazetto
e94001ba89
Use a more reliable way to detect current Ruby version
2018-11-21 21:46:27 +01:00
gfyoung
c8755543f0
Enable even more frozen string in lib/**/*.rb
...
Enables frozen string for the following files:
* lib/generators/**/*.rb
* lib/gitaly/**/*.rb
* lib/google_api/**/*.rb
* lib/haml_lint/**/*.rb
* lib/json_web_token/**/*.rb
* lib/mattermost/**/*.rb
* lib/microsoft_teams/**/*.rb
* lib/object_storage/**/*.rb
* lib/omni_auth/**/*.rb
* lib/peek/**/*.rb
* lib/rouge/**/*.rb
* lib/rspec_flaky/**/*.rb
* lib/system_check/**/*.rb
Partially addresses #47424 .
2018-10-08 11:16:49 -07:00
Marcel Amirault
6876c7afa8
Fix grammar (setup to set-up) in code comments, spec, views, etc.
2018-09-17 09:17:33 +00:00
Jacob Vosmaer (GitLab)
5cf5680f9c
Deny repository disk access in development and test
2018-06-14 11:18:25 +00:00
Lin Jen-Shin
5240bb7574
Bring changes from EE for lib/system_check/simple_executor.rb
2018-06-14 02:39:20 +08:00
Jacob Vosmaer
f376347f24
Find and mark more Git disk access locations, part 2
2018-06-12 14:33:37 +02:00
Jacob Vosmaer
008a6a6ce6
Route path lookups through legacy_disk_path
2018-03-21 18:18:32 +01:00
Dmitriy Zaporozhets
aeab4e6263
Use Project#full_name instead of name_with_namespace
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-03-07 16:07:09 +02:00
Alejandro Rodríguez
c01f81fa08
[ci skip] Fix example commands to refer to the correct versions
2018-01-31 17:02:50 +00:00
Lin Jen-Shin
8e87ecbf30
Eliminate the warnings from task helpers
2018-01-26 19:42:48 +08:00
🙈 jacopo beschi 🙉
729f05f0e3
Adds Rubocop rule for line break around conditionals
2018-01-11 16:34:01 +00:00
Jacopo
181cd299f9
Adds Rubocop rule for line break after guard clause
...
Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
2017-11-16 17:58:29 +01:00
Nick Thomas
2f0f62e588
Remove an exception from the git user default SSH config check
2017-11-02 13:31:11 +00:00