summaryrefslogtreecommitdiff
path: root/lib/system_check/base_check.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable even more frozen string in lib/**/*.rbgfyoung2018-10-081-0/+2
| | | | | | | | | | | | | | | | | | | | 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.
* Added dynamic skip reason to SystemCheckGabriel Mazetto2017-09-041-0/+19
|
* replace `is_multi_check?` with `multi_check?`Maxim Rydkin2017-08-291-1/+1
|
* Fixed and improved some existing checks and SystemCheck libraryGabriel Mazetto2017-05-311-3/+0
|
* Improve Specs and some fixesGabriel Mazetto2017-05-311-1/+3
|
* Refactor gitlab:app:checks to use SystemCheckGabriel Mazetto2017-05-311-40/+98
|
* Some code-style fixes and documentationGabriel Mazetto2017-05-311-5/+35
|
* WIP SystemCheck library for executing checks from a rake taskGabriel Mazetto2017-05-311-0/+42