Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-16Adds Rubocop rule for line break after guard clauseJacopo
2017-11-02Remove an exception from the git user default SSH config checkNick Thomas
2017-10-31Upgrade Ruby to 2.3.5Zeger-Jan van de Weg
2017-10-06Create idea of read-only databaseToon Claes
2017-10-02Whitelist authorized_keys.lock in the gitlab:check rake taskNick Thomas
2017-09-25Fixed few gitlab:check tasks that were failing with exceptionGabriel Mazetto
2017-09-21Fix rake gitlab:incoming_email:check and make itLin Jen-Shin
2017-09-12Refactor on namespace and repository checks and added specsGabriel Mazetto
2017-09-12Detect orphaned repositories and namespaces in any storageGabriel Mazetto
2017-09-06Merge branch 'system-checks-incoming-email' into 'master'Sean McGivern
2017-09-04Add a system check for the git user's custom SSH configurationNick Thomas
2017-09-04Refactored Incoming Email checks to use SystemCheck libraryGabriel Mazetto
2017-09-04Refactored app/init script check to use dynamic skip reasonGabriel Mazetto
2017-09-04Added dynamic skip reason to SystemCheckGabriel Mazetto
2017-08-29replace `is_multi_check?` with `multi_check?`Maxim Rydkin
2017-08-29replace `is_gitlab_user?` with `gitlab_user?`Maxim Rydkin
2017-06-27Make the SimpleExecutor rescue exceptions in the executing ChecksGabriel Mazetto
2017-05-31Refactor and move things around to improve in YAGNI perspectiveGabriel Mazetto
2017-05-31Fix BasicExecutor specsGabriel Mazetto
2017-05-31Fixed and improved some existing checks and SystemCheck libraryGabriel Mazetto
2017-05-31Fix codestyleGabriel Mazetto
2017-05-31Improve Specs and some fixesGabriel Mazetto
2017-05-31Add ActiveUsers CheckGabriel Mazetto
2017-05-31Refactor gitlab:app:checks to use SystemCheckGabriel Mazetto
2017-05-31Fix a few method signature checksGabriel Mazetto
2017-05-31Some code-style fixes and documentationGabriel Mazetto
2017-05-31WIP SystemCheck library for executing checks from a rake taskGabriel Mazetto