- 01 Jun, 2017 1 commit
-
-
Lin Jen-Shin authored
it a bit more robust against missing options, which we did guard on for some cases.
-
- 31 May, 2017 1 commit
-
-
Alejandro Rodríguez authored
-
- 30 May, 2017 1 commit
-
-
Phil Hughes authored
-
- 26 May, 2017 1 commit
-
-
Valery Sizov authored
-
- 25 May, 2017 4 commits
-
-
Pawel Chojnacki authored
-
Luke "Jared" Bennett authored
-
Luke "Jared" Bennett authored
-
Kamil Trzcinski authored
It was broken, because we introduced a default namespace, which was not used by terminal methods.
-
- 24 May, 2017 6 commits
-
-
Alejandro Rodríguez authored
-
Douwe Maan authored
This reverts commit b0498c17
-
Alexis Reigel authored
-
Alexis Reigel authored
-
Douwe Maan authored
-
Douwe Maan authored
-
- 22 May, 2017 2 commits
-
-
Oswaldo Ferreira authored
-
Pawel Chojnacki authored
-
- 19 May, 2017 1 commit
-
-
Michael Kozono authored
In order to avoid string manipulation or modify route params (to make them unambiguous for `url_for`), we are accepting a behavior change: When being redirected to the canonical path for a group, if you requested a group show path starting with `/groups/…` then you’ll now be redirected to the group at root `/…`.
-
- 18 May, 2017 3 commits
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Sometimes, new references are not retrieved when a `git fetch` is called in a bare repos. The easiest solution is to cleanup the test repos and retry in this case. This only happens when a new ref is added to TestEnv::BRANCH_SHA or TestEnv::FORKED_BRANCH_SHA. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 17 May, 2017 2 commits
-
-
Alejandro Rodríguez authored
-
Pawel Chojnacki authored
+ actually make local tests correctly detect wether 'timeout' or 'gtimeout' is available
-
- 16 May, 2017 2 commits
-
-
Alejandro Rodríguez authored
-
blackst0ne authored
-
- 15 May, 2017 4 commits
-
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
It seems that bad things happen when two gRPC stubs share one gRPC channel so let's stop doing that. The downside of this is that we create more gRPC connections; one per stub.
- 12 May, 2017 3 commits
-
-
Douwe Maan authored
-
Luke "Jared" Bennett authored
-
Pawel Chojnacki authored
-
- 11 May, 2017 1 commit
-
-
Pawel Chojnacki authored
- Tests for prometheus queries - fix rubocop warnings - Remove unused method. Add more queries to deployment queries. - Wrap BaseQuery in module hierarchy Renname Prometheus class to PrometheusClient
-
- 10 May, 2017 1 commit
-
-
Rémy Coutable authored
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 09 May, 2017 1 commit
-
-
Fatih Acet authored
-
- 08 May, 2017 1 commit
-
-
Chris Wilson authored
The notify_only_default_branch property is using boolean_accessor this means we need to check it using a question methods. Also add specs for disabling this option.
-
- 05 May, 2017 2 commits
-
-
Clement Ho authored
-
Kushal Pandya authored
-
- 04 May, 2017 3 commits
-
-
James Edwards-Jones authored
The plan stage both measures time taken and lists related commits. We test for commits being listed, so needed to actually mention the issue in them. An alternative would have been adding “allow_any_instance_of(Commit).to receive(:matches_cross_reference_regex?).and_return(true)” but this felt too coupled to implementation.
-
Jose Ivan Vargas authored
-
Jose Ivan Vargas authored
-