Commit Graph

42 Commits

Author SHA1 Message Date
GitLab Bot 51ad17b411 Add latest changes from gitlab-org/gitlab@master 2023-11-22 15:11:39 +00:00
GitLab Bot e3736bd03e Add latest changes from gitlab-org/gitlab@master 2023-11-22 00:10:40 +00:00
GitLab Bot 774f6e6e98 Add latest changes from gitlab-org/gitlab@master 2023-10-24 21:12:08 +00:00
GitLab Bot 9adb0b9ffb Add latest changes from gitlab-org/gitlab@master 2023-09-19 21:13:17 +00:00
GitLab Bot 0d55697d64 Add latest changes from gitlab-org/gitlab@master 2022-12-13 15:07:56 +00:00
GitLab Bot 94a2edbe79 Add latest changes from gitlab-org/gitlab@master 2022-12-09 21:07:17 +00:00
GitLab Bot 7d8fc3b6b6 Add latest changes from gitlab-org/gitlab@master 2022-12-09 18:08:15 +00:00
GitLab Bot 53a3791717 Add latest changes from gitlab-org/gitlab@master 2022-10-06 03:08:18 +00:00
GitLab Bot 31522c5182 Add latest changes from gitlab-org/gitlab@master 2022-08-18 09:11:27 +00:00
GitLab Bot 31c56eec40 Add latest changes from gitlab-org/gitlab@master 2022-03-29 06:08:52 +00:00
GitLab Bot c17eb7c970 Add latest changes from gitlab-org/gitlab@master 2022-01-20 15:11:58 +00:00
GitLab Bot 03cd4f8da4 Add latest changes from gitlab-org/gitlab@master 2021-10-28 15:09:42 +00:00
GitLab Bot a7f478c9b1 Add latest changes from gitlab-org/gitlab@master 2021-08-23 15:10:43 +00:00
GitLab Bot 0ebbf19f2d Add latest changes from gitlab-org/gitlab@master 2021-06-08 15:10:00 +00:00
GitLab Bot b2180a27bc Add latest changes from gitlab-org/gitlab@master 2021-06-02 09:09:46 +00:00
GitLab Bot 0179dc40d7 Add latest changes from gitlab-org/gitlab@master 2021-03-08 18:09:12 +00:00
GitLab Bot c59765a50a Add latest changes from gitlab-org/gitlab@master 2020-06-24 18:09:03 +00:00
GitLab Bot a3f88440c4 Add latest changes from gitlab-org/gitlab@master 2020-06-17 03:08:38 +00:00
GitLab Bot 9bfdb5cf67 Add latest changes from gitlab-org/gitlab@master 2020-06-16 12:09:00 +00:00
GitLab Bot 680d188025 Add latest changes from gitlab-org/gitlab@master 2020-05-19 21:08:05 +00:00
GitLab Bot 3f45eb27e9 Add latest changes from gitlab-org/gitlab@master 2020-05-11 21:09:40 +00:00
Patrick Bajao a1ec2ad0b2 Auto create authorized_keys file if doesn't exist
Utilize the auto repair functionality of system checks.
2019-08-29 16:33:04 +08:00
Patrick Bajao b047359de5 Refactor specs to use one-liner expectation 2019-08-29 16:33:04 +08:00
Patrick Bajao 0e33f16b5f Add system check for authorized_keys file perm
This check is being removed from gitlab-shell as the file
is now being managed by gitlab-rails.
2019-08-29 16:33:04 +08:00
Thong Kuah 8c42a0eac0 Add frozen_string_literal to lib part 2
Using the sed script from
https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2019-08-23 00:15:24 +12:00
Gabriel Mazetto 696a5fce68 Refactor Rainbow usage in specs
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.
2018-08-16 21:31:19 +02:00
Nick Thomas 2f0f62e588
Remove an exception from the git user default SSH config check 2017-11-02 13:31:11 +00:00
Toon Claes d13669716a Create idea of read-only database
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-06 22:37:40 +02:00
Nick Thomas 43c712f5dd
Whitelist authorized_keys.lock in the gitlab:check rake task 2017-10-02 11:25:02 +01:00
Gabriel Mazetto c505a52347 Fixed few gitlab:check tasks that were failing with exception 2017-09-25 00:34:12 +02:00
Gabriel Mazetto 2c489f8289 Refactor on namespace and repository checks and added specs 2017-09-12 06:57:22 +02:00
Sean McGivern 446c7fc6f1 Merge branch 'system-checks-incoming-email' into 'master'
Move Incoming Email checks to System Checks

See merge request !14028
2017-09-06 09:02:47 +00:00
Nick Thomas 48115be509 Add a system check for the git user's custom SSH configuration 2017-09-04 18:16:31 +01:00
Gabriel Mazetto 706d49b259 Added dynamic skip reason to SystemCheck 2017-09-04 03:58:54 +02:00
Rémy Coutable c946ee1282
Enable the Layout/SpaceBeforeBlockBraces cop
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-08-09 11:52:22 +02:00
Rémy Coutable ddccd24c13 Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-27 14:31:53 +02:00
Gabriel Mazetto 758e020019 Disable rainbow during SimpleExecutor specs to have consistence 2017-06-27 20:20:57 +02:00
Gabriel Mazetto b0f2861c3d Make the SimpleExecutor rescue exceptions in the executing Checks 2017-06-27 17:48:04 +02:00
Gabriel Mazetto 0d4d9a6a63 Refactor and move things around to improve in YAGNI perspective 2017-05-31 20:45:00 +02:00
Gabriel Mazetto 3f187751d4 Fixed and improved some existing checks and SystemCheck library 2017-05-31 14:33:03 +02:00
Gabriel Mazetto ecdbde3d95 Improve Specs and some fixes 2017-05-31 14:33:03 +02:00
Gabriel Mazetto 45378bdd3a Added specs for BaseExecutor 2017-05-31 14:33:03 +02:00