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 (Collapse)Author
2018-11-22Merge branch ↵Douwe Maan
'46950-systemcheck-use-gem-ruby-instead-of-hardcoding-ruby-version' into 'master' SystemCheck: Use a more reliable way to detect current Ruby version Closes #46950 See merge request gitlab-org/gitlab-ce!23291
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
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.
2018-01-31[ci skip] Fix example commands to refer to the correct versionsAlejandro Rodríguez
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
Part of gitlab-org/gitlab-ce#38040
2017-10-06Create idea of read-only databaseToon Claes
In GitLab EE, a GitLab instance can be read-only (e.g. when it's a Geo secondary node). But in GitLab CE it also might be useful to have the "read-only" idea around. So port it back to GitLab CE. Also having the principle of read-only in GitLab CE would hopefully lead to less errors introduced, doing write operations when there aren't allowed for read-only calls. Closes gitlab-org/gitlab-ce#37534.
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-06Merge branch 'system-checks-incoming-email' into 'master'Sean McGivern
Move Incoming Email checks to System Checks See merge request !14028
2017-09-04Add a system check for the git user's custom SSH configurationNick Thomas
2017-09-04Refactored app/init script check to use dynamic skip reasonGabriel Mazetto
2017-08-29replace `is_gitlab_user?` with `gitlab_user?`Maxim Rydkin
2017-05-31Fixed and improved some existing checks and SystemCheck libraryGabriel Mazetto
2017-05-31Fix codestyleGabriel Mazetto
2017-05-31Add ActiveUsers CheckGabriel Mazetto
2017-05-31Refactor gitlab:app:checks to use SystemCheckGabriel Mazetto