summaryrefslogtreecommitdiff
path: root/spec/gitlab_config_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove dead Ruby codeNick Thomas2019-10-151-40/+0
|
* GitlabConfig, GitlabShell & GitlabKeys spec fixesAsh McKenzie2018-09-071-5/+10
| | | | GitlabConfig spec was relying upon real config.yml
* Autocorrect specs via `transpec -k its -v stub_with_hash`Robert Speicher2018-08-151-5/+5
|
* Revert "Merge branch 'ash.mckenzie/srp-refactor' into 'master'"Nick Thomas2018-08-141-31/+5
| | | | | This reverts commit 3aaf4751e09262c53544a1987f59b1308af9b6c1, reversing changes made to c6577e0d75f51b017f2f332838b97c3ca5b497c0.
* Updated GitlabConfig spec to be less brittleAsh McKenzie2018-08-011-5/+31
|
* Switch to structured loggingJacob Vosmaer (GitLab)2018-03-191-0/+8
|
* Remove direct redis integrationNick Thomas2018-01-121-15/+0
|
* Remove unused redis bin configuration.remove-redis-cliMarin Jankovski2017-12-121-1/+0
|
* Added specs for sentinel supportGabriel Mazetto2016-08-181-11/+3
|
* Use Redis Ruby client instead of shelling out to redis-cliStan Hu2016-05-121-37/+1
| | | | Closes gitlab-org/gitlab-ce#17329
* Remove trailing slashes from gitlab_urlJacob Vosmaer2015-12-111-0/+6
| | | | | They do not play nice with gitlab-workhorse (or rather Golang net/http DefaultServemux).
* Improve gitlab config testsDmitriy Zaporozhets2014-09-161-5/+11
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve config specs so they dont rely on config.ymlDmitriy Zaporozhets2014-09-161-13/+20
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* support using custom redis database, fixes #173Tao2014-09-131-0/+1
|
* Fix spec for GitlabConfig.gitlab_url.Gabor Nagy2014-07-061-2/+4
|
* Fix testsDmitriy Zaporozhets2014-07-041-2/+2
|
* Improve coverage.Gabor Nagy2014-06-231-0/+65