summaryrefslogtreecommitdiff
path: root/bin/check
Commit message (Collapse)AuthorAgeFilesLines
* Remove direct redis integrationNick Thomas2018-01-121-19/+4
|
* Support `redis` field on /internal/check API endpointAlejandro Rodríguez2017-09-051-12/+28
|
* Revert "Merge branch 'sh-disable-rubygems' into 'master'"Stan Hu2017-07-051-1/+1
| | | | | This reverts commit a18c90128e4d3eeae1233b1bc3c3998afd223c0d, reversing changes made to 0a64624152735766c428d1532e434dd0bf5a9748.
* Disable RubyGems to increase performanceStan Hu2017-07-031-1/+1
| | | | | | By default, RubyGems is enabled, which causes the Ruby interpreter to load 600+ additional files at startup when gitlab-shell is designed not to use any external gems.
* Improve output from redis checkJacob Vosmaer2016-08-041-1/+7
|
* Improve authorized_keys checkJacob Vosmaer2016-08-021-5/+3
| | | | | | The old check only looked if authorized_keys exists. With this change, we look whether we can actually open the file for reading and writing. When this fails we try to print useful diagnostic information.
* Refactor repository paths handling to allow multiple git mount pointsshardsAlejandro Rodríguez2016-06-291-10/+7
|
* Use Redis Ruby client instead of shelling out to redis-cliStan Hu2016-05-121-4/+1
| | | | Closes gitlab-org/gitlab-ce#17329
* Revert "Merge branch 'use-load-path' into 'master' "Dmitriy Zaporozhets2015-11-121-3/+2
| | | | | This reverts commit ae498b6cd4122d3d7f35e6b73b50c53615ca3488, reversing changes made to 79fdf65c71e90773fbf52d6832b74cf5a7124755.
* use load path instead of require_relativePirate Praveen2015-11-101-2/+3
|
* Show nice error message when internal API is unreachable.Douwe Maan2015-02-111-5/+10
|
* Redis configuration checkJonathan A. Sternberg2013-11-201-3/+9
| | | | The bin/check script now checks if Redis is configured properly.
* Display appropriate error message on config errorjavex2013-11-201-0/+1
|
* Check for redis-cli binaryKaosMcRage2013-11-111-1/+1
|
* add check binDmitriy Zaporozhets2013-02-051-0/+31