summaryrefslogtreecommitdiff
path: root/spec/lib/system_check
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-12-131-27/+35
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-12-091-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-12-092-0/+54
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-10-061-9/+11
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-08-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-03-291-0/+24
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-01-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-10-281-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-08-231-0/+54
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-06-085-22/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-06-021-0/+31
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-03-081-0/+81
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-248-8/+8
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-171-29/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-161-0/+29
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-05-191-65/+75
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-05-112-0/+48
|
* Auto create authorized_keys file if doesn't exist60071-remove-gitlab-keys-usagePatrick Bajao2019-08-291-0/+22
| | | | Utilize the auto repair functionality of system checks.
* Refactor specs to use one-liner expectationPatrick Bajao2019-08-291-16/+11
|
* Add system check for authorized_keys file permPatrick Bajao2019-08-291-0/+50
| | | | | This check is being removed from gitlab-shell as the file is now being managed by gitlab-rails.
* Add frozen_string_literal to lib part 2Thong Kuah2019-08-235-0/+10
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Refactor Rainbow usage in specsGabriel Mazetto2018-08-161-9/+0
| | | | | We don't test any specific string generated by it yet, so there is no point in keeping it enabled when we are disabling it everywhere we test its output.
* Remove an exception from the git user default SSH config checkNick Thomas2017-11-021-8/+0
|
* Create idea of read-only databasetc-geo-read-only-ideaToon Claes2017-10-061-0/+8
| | | | | | | | | | | | In GitLab EE, a GitLab instance can be read-only (e.g. when it's a Geo secondary node). But in GitLab CE it also might be useful to have the "read-only" idea around. So port it back to GitLab CE. Also having the principle of read-only in GitLab CE would hopefully lead to less errors introduced, doing write operations when there aren't allowed for read-only calls. Closes gitlab-org/gitlab-ce#37534.
* Whitelist authorized_keys.lock in the gitlab:check rake taskNick Thomas2017-10-021-1/+6
|
* Fixed few gitlab:check tasks that were failing with exception38280-undefined-run_command-when-running-rake-gitlab-checkGabriel Mazetto2017-09-251-0/+17
|
* Refactor on namespace and repository checks and added specsGabriel Mazetto2017-09-122-0/+129
|
* Merge branch 'system-checks-incoming-email' into 'master'Sean McGivern2017-09-061-1/+23
|\ | | | | | | | | Move Incoming Email checks to System Checks See merge request !14028
| * Added dynamic skip reason to SystemCheckGabriel Mazetto2017-09-041-1/+23
| |
* | Add a system check for the git user's custom SSH configurationNick Thomas2017-09-041-0/+79
|/
* Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable2017-07-271-1/+1
| | | | | | services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
* Disable rainbow during SimpleExecutor specs to have consistencebackport-system-check-fixGabriel Mazetto2017-06-271-2/+11
|
* Make the SimpleExecutor rescue exceptions in the executing ChecksGabriel Mazetto2017-06-271-2/+17
|
* Refactor and move things around to improve in YAGNI perspectiveGabriel Mazetto2017-05-312-53/+44
|
* Fixed and improved some existing checks and SystemCheck libraryGabriel Mazetto2017-05-311-1/+3
|
* Improve Specs and some fixesGabriel Mazetto2017-05-311-0/+179
|
* Added specs for BaseExecutorGabriel Mazetto2017-05-311-0/+51