summaryrefslogtreecommitdiff
path: root/lib/tasks/gitlab/check.rake
Commit message (Expand)AuthorAgeFilesLines
* Gitlab::Shell works on shard name, not pathZeger-Jan van de Weg2018-04-251-4/+1
* Route path lookups through legacy_disk_pathmark-legacy-git-accessJacob Vosmaer2018-03-211-4/+4
* Moved o_auth/saml/ldap modules under gitlab/authHoratiu Eugen Vlad2018-02-281-3/+3
* Eliminate the warnings from task helpersLin Jen-Shin2018-01-261-14/+10
* typo fixBen Bodenmiller2018-01-181-1/+1
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+3
* deprecate check integrity taskJames Lopez2018-01-041-39/+2
* Refactor on namespace and repository checks and added specsGabriel Mazetto2017-09-121-1/+0
* Detect orphaned repositories and namespaces in any storageGabriel Mazetto2017-09-121-0/+30
* Merge branch 'system-checks-incoming-email' into 'master'Sean McGivern2017-09-061-117/+8
|\
| * Refactored Incoming Email checks to use SystemCheck librarysystem-checks-incoming-emailGabriel Mazetto2017-09-041-117/+8
* | Add a system check for the git user's custom SSH configurationNick Thomas2017-09-041-0/+1
|/
* Just extend main, rather than include to KernelLin Jen-Shin2017-08-081-12/+0
* Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto2017-08-011-1/+1
* Don't check if MailRoom is running on Omnibusdm-mail-room-check-without-omnibusDouwe Maan2017-06-091-5/+4
* Fixed and improved some existing checks and SystemCheck libraryGabriel Mazetto2017-05-311-1/+1
* Add ActiveUsers CheckGabriel Mazetto2017-05-311-6/+2
* Refactor gitlab:app:checks to use SystemCheckGabriel Mazetto2017-05-311-455/+40
* WIP SystemCheck library for executing checks from a rake taskGabriel Mazetto2017-05-311-0/+5
* Fix the `gitlab:gitlab_shell:check` taskomnibus-gitlab-1993-check-shell-repositories-path-group-is-rootRémy Coutable2017-04-121-7/+7
* There might be ps utilities out there, that assume 80chars insteadSebastian Reitenbach2017-03-281-2/+2
* Update storage settings to allow extra values per shard28447-hybrid-repository-storagesAlejandro Rodríguez2017-03-031-6/+10
* Don’t exclude some file in lib from rubocopDouwe Maan2017-02-231-34/+24
* Fix incomming email check task to use same patch we did in mail_room1363-redo-mailroom-supportGabriel Mazetto2017-02-211-2/+5
* Introduce better credential and error checking to `rake gitlab:ldap:check`Drew Blessing2016-11-081-9/+30
* Move reply by email docs to a new locationdocs/refactor-reply-by-emailAchilleas Pipinellis2016-09-251-3/+3
* Use `File::exist?` instead of `File::exists?`bogdanvlviv2016-08-111-10/+10
* Rename `run` task helper method to prevent conflict with StateMachineRobert Speicher2016-08-091-4/+4
* Use limit parameter rather than hardcoded valueM. Ricketts2016-07-201-1/+1
* Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez2016-06-291-78/+89
* Replace colorize gem with rainbow.Connor Shea2016-06-031-89/+89
* Fixed advice on invalid permissions on upload pathJazz2016-05-191-1/+1
* Improve and finish the fallback to the In-Reply-To and References header for ...2364-fallback-to-in-reply-to-headerRémy Coutable2016-03-251-15/+0
* Bump Git version requirement to 2.7.3Douwe Maan2016-03-151-1/+1
* Fix `gitlab:incoming_email:check` task.Douwe Maan2016-02-291-4/+6
* Merge branch 'uploads-700' into 'master' revert-53176717Marin Jankovski2016-02-231-6/+7
|\
| * Simplify permissions creationuploads-700Achilleas Pipinellis2016-02-101-1/+1
| * Restrict permissions on public/uploadsAchilleas Pipinellis2016-02-091-6/+7
* | Remove remaining sqlite method callAchilleas Pipinellis2016-02-171-1/+0
* | Remove sqlite check in raketaskremove_sqlite_checkAchilleas Pipinellis2016-02-101-18/+0
|/
* Suggest prefacing find command with sudo when base permissions are wrongStan Hu2016-01-051-1/+1
* Merge branch 'add_user_repo_integrity_rake_task' into 'master' Robert Speicher2015-12-151-4/+52
|\
| * [ci skip] Add user repository integrity check rake taskDrew Blessing2015-12-141-4/+52
* | Bump Redis requirement to 2.8 for Sidekiq 4 requirementsStan Hu2015-12-121-1/+1
|/
* Replace all usages of `git` command with configurable binary pathrs-git-bin-pathRobert Speicher2015-11-031-1/+1
* Fix regex in redis version checkBenny Schimmer2015-10-191-1/+1
* Make Reply by email easier to configureDouwe Maan2015-10-131-32/+5
* Skip check_initd_configured_correctly on omnibus installsAchilleas Pipinellis2015-09-221-0/+5
* Rename reply_by_email to incoming_email to prepare for the future.Douwe Maan2015-09-211-9/+9
* Merge branch 'upgrade-redis-required-check' into 'master'Marin Jankovski2015-09-071-3/+6
|\