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
2018-11-07Add e2e test of push over SSH over Git protocol v2Mark Lapierre
Adds a new end-to-end test to check that Git protocol v2 can be used to push over SSH. Includes a change in Git::Repository to use Runtime::Env.debug? to enable logging instead of .verbose?
2018-10-08Allow the registration e2e test to be skippedMark Lapierre
If SIGNUP_DISABLED is true skip any tests with a context :skip_signup_disabled. The context is set for the registration tests. This allows the tests to be skipped when run on the staging, which doesn't allow registration
2018-09-07[QA] Fix arguments passed to RSpec::Core::RunnerRémy Coutable
- When -t or --tag are passed, we shouldn't exclude the :orchestrated tag - When test path is passed, we shouldn't append the default test path Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-09-04[QA] Fix Specs::Runner that would always excluding the orchectsrated tagRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>