summaryrefslogtreecommitdiff
path: root/lib/system_check
Commit message (Collapse)AuthorAgeFilesLines
* Fix rake gitlab:incoming_email:check and make it38197-fix-ImapAuthenticationCheckLin Jen-Shin2017-09-221-17/+28
| | | | report error properly, so that we know what's really wrong.
* 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
|\ | | | | | | | | Move Incoming Email checks to System Checks See merge request !14028
| * 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
|
* Refactor and move things around to improve in YAGNI perspectiveGabriel Mazetto2017-05-312-25/+23
|
* Fix BasicExecutor specsGabriel Mazetto2017-05-311-11/+0
|
* Fixed and improved some existing checks and SystemCheck libraryGabriel Mazetto2017-05-318-54/+44
|
* Fix codestyleGabriel Mazetto2017-05-314-12/+8
|
* Improve Specs and some fixesGabriel Mazetto2017-05-312-7/+9
|
* Add ActiveUsers CheckGabriel Mazetto2017-05-311-0/+17
|
* Refactor gitlab:app:checks to use SystemCheckGabriel Mazetto2017-05-3120-49/+737
|
* Fix a few method signature checksGabriel Mazetto2017-05-311-1/+1
|
* Some code-style fixes and documentationGabriel Mazetto2017-05-313-14/+62
|
* WIP SystemCheck library for executing checks from a rake taskGabriel Mazetto2017-05-313-0/+94