summaryrefslogtreecommitdiff
path: root/spec/lib/system_check
Commit message (Collapse)AuthorAgeFilesLines
* 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