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
2022-12-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-12-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-12-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-10-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-08-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-03-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-01-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-10-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-08-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-06-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-06-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-03-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-05-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-05-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-29Auto create authorized_keys file if doesn't existPatrick Bajao
Utilize the auto repair functionality of system checks.
2019-08-29Refactor specs to use one-liner expectationPatrick Bajao
2019-08-29Add system check for authorized_keys file permPatrick Bajao
This check is being removed from gitlab-shell as the file is now being managed by gitlab-rails.
2019-08-22Add frozen_string_literal to lib part 2Thong Kuah
Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2018-08-16Refactor Rainbow usage in specsGabriel Mazetto
We don't test any specific string generated by it yet, so there is no point in keeping it enabled when we are disabling it everywhere we test its output.
2017-11-02Remove an exception from the git user default SSH config checkNick Thomas
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-12Refactor on namespace and repository checks and added specsGabriel 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-04Added dynamic skip reason to SystemCheckGabriel Mazetto
2017-08-09Enable the Layout/SpaceBeforeBlockBraces copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable
services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-27Disable rainbow during SimpleExecutor specs to have consistenceGabriel Mazetto
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-31Fixed and improved some existing checks and SystemCheck libraryGabriel Mazetto
2017-05-31Improve Specs and some fixesGabriel Mazetto
2017-05-31Added specs for BaseExecutorGabriel Mazetto