summaryrefslogtreecommitdiff
path: root/lib/system_check
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-4/+7
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-203-1/+48
* Add latest changes from gitlab-org/gitlab@12-10-stable-eeGitLab Bot2020-04-201-7/+26
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-2710-10/+10
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-161-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-121-3/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-271-5/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-132-0/+4
* Avoid calling freeze on already frozen strings in libDinesh Panda2019-09-102-2/+2
* Remove outdated mail_room checkWinnie Hellmann2019-09-032-27/+0
* Auto create authorized_keys file if doesn't exist60071-remove-gitlab-keys-usagePatrick Bajao2019-08-291-0/+4
* Add system check for authorized_keys file permPatrick Bajao2019-08-292-1/+39
* Use Git 2.22 for GitLabZeger-Jan van de Weg2019-08-071-1/+1
* Sanitize LDAP output in Rake tasksDrew Blessing2019-06-211-2/+7
* Fix typos in the whole gitlab-ce projectYoginth2019-05-201-1/+1
* Bump required Ruby version check to 2.5.3Stan Hu2019-04-181-1/+1
* Update preflight check to require 2.21zj-git-2.21-testsZeger-Jan van de Weg2019-04-161-1/+1
* Adds the Rubocop ReturnNil copAndrew Newdigate2019-03-061-1/+1
* chore(rubocop): fix Style/TrivialAccessors issuesSemyon Pupkov2019-01-161-6/+2
* Extract system check rake task logicMichael Kozono2018-12-0317-1/+474
* Merge branch '46950-systemcheck-use-gem-ruby-instead-of-hardcoding-ruby-versi...Douwe Maan2018-11-221-1/+1
|\
| * Use a more reliable way to detect current Ruby version46950-systemcheck-use-gem-ruby-instead-of-hardcoding-ruby-version46950-systemcheck-ruby-versionGabriel Mazetto2018-11-211-1/+1
* | Upgraded minimum Git version to 2.18.0Francisco Javier López2018-11-211-1/+1
|/
* Enable even more frozen string in lib/**/*.rbgfyoung2018-10-0828-0/+56
* Fix grammar (setup to set-up) in code comments, spec, views, etc.Marcel Amirault2018-09-171-1/+1
* Deny repository disk access in development and testJacob Vosmaer (GitLab)2018-06-141-7/+9
* Bring changes from EE for lib/system_check/simple_executor.rbunify-simple_executorLin Jen-Shin2018-06-141-5/+25
* Find and mark more Git disk access locations, part 2Jacob Vosmaer2018-06-121-7/+9
* Route path lookups through legacy_disk_pathmark-legacy-git-accessJacob Vosmaer2018-03-212-4/+6
* Use Project#full_name instead of name_with_namespaceDmitriy Zaporozhets2018-03-071-1/+1
* [ci skip] Fix example commands to refer to the correct versionsAlejandro Rodríguez2018-01-311-1/+1
* Eliminate the warnings from task helpersLin Jen-Shin2018-01-261-2/+0
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+1
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
* Remove an exception from the git user default SSH config checkNick Thomas2017-11-021-2/+2
* Upgrade Ruby to 2.3.5Zeger-Jan van de Weg2017-10-311-1/+1
* Create idea of read-only databasetc-geo-read-only-ideaToon Claes2017-10-061-2/+2
* Whitelist authorized_keys.lock in the gitlab:check rake taskNick Thomas2017-10-021-0/+1
* Fixed few gitlab:check tasks that were failing with exception38280-undefined-run_command-when-running-rake-gitlab-checkGabriel Mazetto2017-09-252-2/+2
* Fix rake gitlab:incoming_email:check and make it38197-fix-ImapAuthenticationCheckLin Jen-Shin2017-09-221-17/+28
* Refactor on namespace and repository checks and added specsGabriel Mazetto2017-09-122-32/+67
* Detect orphaned repositories and namespaces in any storageGabriel Mazetto2017-09-122-0/+87
* Merge branch 'system-checks-incoming-email' into 'master'Sean McGivern2017-09-067-15/+179
|\
| * Refactored Incoming Email checks to use SystemCheck librarysystem-checks-incoming-emailGabriel Mazetto2017-09-044-0/+143
| * Refactored app/init script check to use dynamic skip reasonGabriel Mazetto2017-09-041-13/+15
| * Added dynamic skip reason to SystemCheckGabriel Mazetto2017-09-042-2/+21
* | Add a system check for the git user's custom SSH configurationNick Thomas2017-09-041-0/+69
|/
* replace `is_multi_check?` with `multi_check?`Maxim Rydkin2017-08-292-2/+2
* replace `is_gitlab_user?` with `gitlab_user?`Maxim Rydkin2017-08-291-1/+1
* Make the SimpleExecutor rescue exceptions in the executing ChecksGabriel Mazetto2017-06-271-0/+2