Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sanitize LDAP output in Rake tasks | Drew Blessing | 2019-06-21 | 1 | -2/+7 |
| | | | | | | | | | | The various LDAP check Rake tasks have long supported a SANITIZE environment variable. When present, identifiable information is obscured such as user names and project/group names. Until now, the LDAP check did not honor this. Now it will only say how many users were found. This should at least give the indication that the LDAP configuration found something, but will not leak what it is. Resolves #56131 | ||||
* | Fix typos in the whole gitlab-ce project | Yoginth | 2019-05-20 | 1 | -1/+1 |
| | |||||
* | Bump required Ruby version check to 2.5.3 | Stan Hu | 2019-04-18 | 1 | -1/+1 |
| | | | | | | Relates to https://gitlab.com/gitlab-org/gitlab-ce/issues/58079 Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60704 | ||||
* | Update preflight check to require 2.21zj-git-2.21-tests | Zeger-Jan van de Weg | 2019-04-16 | 1 | -1/+1 |
| | |||||
* | Adds the Rubocop ReturnNil cop | Andrew Newdigate | 2019-03-06 | 1 | -1/+1 |
| | | | | | This style change enforces `return if ...` instead of `return nil if ...` to save maintainers a few minor review points | ||||
* | chore(rubocop): fix Style/TrivialAccessors issues | Semyon Pupkov | 2019-01-16 | 1 | -6/+2 |
| | |||||
* | Extract system check rake task logic | Michael Kozono | 2018-12-03 | 17 | -1/+474 |
| | | | | | These changes make the code more reusable, testable, and most importantly, overrideable. | ||||
* | Merge branch ↵ | Douwe Maan | 2018-11-22 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | '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 | ||||
| * | Use a more reliable way to detect current Ruby version46950-systemcheck-use-gem-ruby-instead-of-hardcoding-ruby-version46950-systemcheck-ruby-version | Gabriel Mazetto | 2018-11-21 | 1 | -1/+1 |
| | | |||||
* | | Upgraded minimum Git version to 2.18.0 | Francisco Javier López | 2018-11-21 | 1 | -1/+1 |
|/ | |||||
* | Enable even more frozen string in lib/**/*.rb | gfyoung | 2018-10-08 | 28 | -0/+56 |
| | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Fix grammar (setup to set-up) in code comments, spec, views, etc. | Marcel Amirault | 2018-09-17 | 1 | -1/+1 |
| | |||||
* | Deny repository disk access in development and test | Jacob Vosmaer (GitLab) | 2018-06-14 | 1 | -7/+9 |
| | |||||
* | Bring changes from EE for lib/system_check/simple_executor.rbunify-simple_executor | Lin Jen-Shin | 2018-06-14 | 1 | -5/+25 |
| | |||||
* | Find and mark more Git disk access locations, part 2 | Jacob Vosmaer | 2018-06-12 | 1 | -7/+9 |
| | |||||
* | Route path lookups through legacy_disk_pathmark-legacy-git-access | Jacob Vosmaer | 2018-03-21 | 2 | -4/+6 |
| | |||||
* | Use Project#full_name instead of name_with_namespace | Dmitriy Zaporozhets | 2018-03-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | [ci skip] Fix example commands to refer to the correct versions | Alejandro Rodríguez | 2018-01-31 | 1 | -1/+1 |
| | |||||
* | Eliminate the warnings from task helpers | Lin Jen-Shin | 2018-01-26 | 1 | -2/+0 |
| | |||||
* | Adds Rubocop rule for line break around conditionals | 🙈 jacopo beschi 🙉 | 2018-01-11 | 1 | -0/+1 |
| | |||||
* | Adds Rubocop rule for line break after guard clause | Jacopo | 2017-11-16 | 1 | -0/+1 |
| | | | | Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses. | ||||
* | Remove an exception from the git user default SSH config check | Nick Thomas | 2017-11-02 | 1 | -2/+2 |
| | |||||
* | Upgrade Ruby to 2.3.5 | Zeger-Jan van de Weg | 2017-10-31 | 1 | -1/+1 |
| | | | | Part of gitlab-org/gitlab-ce#38040 | ||||
* | Create idea of read-only databasetc-geo-read-only-idea | Toon Claes | 2017-10-06 | 1 | -2/+2 |
| | | | | | | | | | | | | 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. | ||||
* | Whitelist authorized_keys.lock in the gitlab:check rake task | Nick Thomas | 2017-10-02 | 1 | -0/+1 |
| | |||||
* | Fixed few gitlab:check tasks that were failing with exception38280-undefined-run_command-when-running-rake-gitlab-check | Gabriel Mazetto | 2017-09-25 | 2 | -2/+2 |
| | |||||
* | Fix rake gitlab:incoming_email:check and make it38197-fix-ImapAuthenticationCheck | Lin Jen-Shin | 2017-09-22 | 1 | -17/+28 |
| | | | | report error properly, so that we know what's really wrong. | ||||
* | Refactor on namespace and repository checks and added specs | Gabriel Mazetto | 2017-09-12 | 2 | -32/+67 |
| | |||||
* | Detect orphaned repositories and namespaces in any storage | Gabriel Mazetto | 2017-09-12 | 2 | -0/+87 |
| | |||||
* | Merge branch 'system-checks-incoming-email' into 'master' | Sean McGivern | 2017-09-06 | 7 | -15/+179 |
|\ | | | | | | | | | Move Incoming Email checks to System Checks See merge request !14028 | ||||
| * | Refactored Incoming Email checks to use SystemCheck librarysystem-checks-incoming-email | Gabriel Mazetto | 2017-09-04 | 4 | -0/+143 |
| | | |||||
| * | Refactored app/init script check to use dynamic skip reason | Gabriel Mazetto | 2017-09-04 | 1 | -13/+15 |
| | | |||||
| * | Added dynamic skip reason to SystemCheck | Gabriel Mazetto | 2017-09-04 | 2 | -2/+21 |
| | | |||||
* | | Add a system check for the git user's custom SSH configuration | Nick Thomas | 2017-09-04 | 1 | -0/+69 |
|/ | |||||
* | replace `is_multi_check?` with `multi_check?` | Maxim Rydkin | 2017-08-29 | 2 | -2/+2 |
| | |||||
* | replace `is_gitlab_user?` with `gitlab_user?` | Maxim Rydkin | 2017-08-29 | 1 | -1/+1 |
| | |||||
* | Make the SimpleExecutor rescue exceptions in the executing Checks | Gabriel Mazetto | 2017-06-27 | 1 | -0/+2 |
| | |||||
* | Refactor and move things around to improve in YAGNI perspective | Gabriel Mazetto | 2017-05-31 | 2 | -25/+23 |
| | |||||
* | Fix BasicExecutor specs | Gabriel Mazetto | 2017-05-31 | 1 | -11/+0 |
| | |||||
* | Fixed and improved some existing checks and SystemCheck library | Gabriel Mazetto | 2017-05-31 | 8 | -54/+44 |
| | |||||
* | Fix codestyle | Gabriel Mazetto | 2017-05-31 | 4 | -12/+8 |
| | |||||
* | Improve Specs and some fixes | Gabriel Mazetto | 2017-05-31 | 2 | -7/+9 |
| | |||||
* | Add ActiveUsers Check | Gabriel Mazetto | 2017-05-31 | 1 | -0/+17 |
| | |||||
* | Refactor gitlab:app:checks to use SystemCheck | Gabriel Mazetto | 2017-05-31 | 20 | -49/+737 |
| | |||||
* | Fix a few method signature checks | Gabriel Mazetto | 2017-05-31 | 1 | -1/+1 |
| | |||||
* | Some code-style fixes and documentation | Gabriel Mazetto | 2017-05-31 | 3 | -14/+62 |
| | |||||
* | WIP SystemCheck library for executing checks from a rake task | Gabriel Mazetto | 2017-05-31 | 3 | -0/+94 |