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
2019-08-07Use Git 2.22 for GitLabZeger-Jan van de Weg
2019-06-21Sanitize LDAP output in Rake tasksDrew Blessing
2019-05-20Fix typos in the whole gitlab-ce projectYoginth
2019-04-18Bump required Ruby version check to 2.5.3Stan Hu
2019-04-16Update preflight check to require 2.21Zeger-Jan van de Weg
2019-03-06Adds the Rubocop ReturnNil copAndrew Newdigate
2019-01-16chore(rubocop): fix Style/TrivialAccessors issuesSemyon Pupkov
2018-12-04Extract system check rake task logicMichael Kozono
2018-11-22Merge branch '46950-systemcheck-use-gem-ruby-instead-of-hardcoding-ruby-versi...Douwe Maan
2018-11-22Upgraded minimum Git version to 2.18.0Francisco Javier López
2018-11-21Use a more reliable way to detect current Ruby versionGabriel Mazetto
2018-10-08Enable even more frozen string in lib/**/*.rbgfyoung
2018-09-17Fix grammar (setup to set-up) in code comments, spec, views, etc.Marcel Amirault
2018-06-14Deny repository disk access in development and testJacob Vosmaer (GitLab)
2018-06-13Bring changes from EE for lib/system_check/simple_executor.rbLin Jen-Shin
2018-06-12Find and mark more Git disk access locations, part 2Jacob Vosmaer
2018-03-21Route path lookups through legacy_disk_pathJacob Vosmaer
2018-03-07Use Project#full_name instead of name_with_namespaceDmitriy Zaporozhets
2018-01-31[ci skip] Fix example commands to refer to the correct versionsAlejandro Rodríguez
2018-01-26Eliminate the warnings from task helpersLin Jen-Shin
2018-01-11Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉
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