Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-15Add some frozen string to spec/**/*.rbgfyoung
Adds frozen string to the following: * spec/bin/**/*.rb * spec/config/**/*.rb * spec/controllers/**/*.rb xref https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2018-12-19Update specs to rails5 formatblackst0ne
Updates specs to use new rails5 format. The old format: `get :show, { some: params }, { some: headers }` The new format: `get :show, params: { some: params }, headers: { some: headers }`
2018-02-02use Gitlab::UserSettings directly as a singleton instead of ↵Mario de la Ossa
including/extending it
2017-10-20Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo
2017-07-10Differentiate shared test context using options hash instead of subject.Pawel Chojnacki
+ fix typos, and capitalization + point configuration to `gitlab.rb` as well
2017-07-06Add tests for token auth.Pawel Chojnacki
2017-07-05Add spaces between test phasesPawel Chojnacki
+ fix wrong test setup
2017-07-05Bring back healthcheck token access to monitoring resources, but mark this ↵Pawel Chojnacki
as deprecated
2017-07-05Remove the need to use health check tokenPawel Chojnacki
in favor of whitelist that will be used to control the access to monitoring resources
2017-03-03Bump health_check gem to version 2.6.0Douglas Barbosa Alexandre
2017-01-23Revert "Merge branch 'revert-9cac0317' into 'master' "Grzegorz Bizon
This reverts commit c20934869f7dc8cfbdbafb6ecb7b1305452c9e8a, reversing changes made to 4b7ec44b91e0571d209c790d54947ba1756dac0e.
2017-01-22Revert "Merge branch 'dont-persist-application-settings-in-test-env' into ↵Grzegorz Bizon
'master'" This reverts merge request !8573
2017-01-15Don't persist ApplicationSetting in test envRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-06-27Use HTTP matchers if possibleZ.J. van de Weg
2016-05-12Support token header for health check token, and general cleanup of the ↵DJ Mountney
health_check feature.
2016-05-11Add tests for the health check featureDJ Mountney