summaryrefslogtreecommitdiff
path: root/lib/system_check/simple_executor.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable even more frozen string in lib/**/*.rbgfyoung2018-10-081-0/+2
* Bring changes from EE for lib/system_check/simple_executor.rbunify-simple_executorLin Jen-Shin2018-06-141-5/+25
* 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
* Added dynamic skip reason to SystemCheckGabriel Mazetto2017-09-041-2/+2
* replace `is_multi_check?` with `multi_check?`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-311-1/+23
* Fixed and improved some existing checks and SystemCheck libraryGabriel Mazetto2017-05-311-15/+15
* Improve Specs and some fixesGabriel Mazetto2017-05-311-6/+6
* Refactor gitlab:app:checks to use SystemCheckGabriel Mazetto2017-05-311-9/+40
* Some code-style fixes and documentationGabriel Mazetto2017-05-311-9/+21
* WIP SystemCheck library for executing checks from a rake taskGabriel Mazetto2017-05-311-0/+34