- 08 Aug, 2017 1 commit
-
-
Lin Jen-Shin authored
If we set `ENCODING_CONFIDENCE_THRESHOLD` to 40, this test case would not pass. If we raise to 50, this would pass. Note that if in the future rugged didn't return corrupt data, this would be less relevant. But still icu recommend the threshold to be 50, we should just stick with 50.
-
- 04 Aug, 2017 3 commits
-
-
Rémy Coutable authored
Print the setup steps and duration and fix an issue resulting in re-setuping GitLab Shell on each test run Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
This reverts commit 23c502b4, reversing changes made to 1018ab05.
-
- 03 Aug, 2017 2 commits
-
-
Robert Speicher authored
This reverts merge request !12761
-
Jacob Vosmaer (GitLab) authored
-
- 02 Aug, 2017 2 commits
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
If we call `system('rake', 'taks_name')`, `ENV['RUBYOPT']` is set to `'-rbundler/setup'` but some tasks (e.g. `gitlab:gitaly:install` need a clean env since they install their own Gem bundle. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 01 Aug, 2017 1 commit
-
-
Jacob Vosmaer authored
-
- 27 Jul, 2017 2 commits
-
-
Jacob Vosmaer authored
-
Alexis Reigel authored
-
- 26 Jul, 2017 1 commit
-
-
Sean McGivern authored
Previously, we used Psych, which would: 1. Check if a string was encoded as binary, and not ASCII-compatible. 2. Add the !binary tag in that case. 3. Convert to base64. We need to do the same thing, using a new column in place of the tag.
-
- 10 Jul, 2017 1 commit
-
-
Robert Speicher authored
We initially started doing this because the first feature test to use the JavaScript driver would often time out due to asset compilation on CI. We should still do it in CI since the cost is (relatively) low, but doing so for every local run is both tiresome and generally unnecessary, as developer machines will be faster than most shared CI runners, and the cost of retrying a test after a timeout is much, much lower.
-
- 07 Jul, 2017 1 commit
-
-
Jacob Vosmaer authored
-
- 21 Jun, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 19 Jun, 2017 1 commit
-
-
Alejandro Rodríguez authored
-
- 06 Jun, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 30 May, 2017 1 commit
-
-
Phil Hughes authored
-
- 24 May, 2017 1 commit
-
-
Alejandro Rodríguez authored
-
- 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>
-
- 15 May, 2017 2 commits
-
-
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.
-
- 28 Apr, 2017 1 commit
-
-
Sam Rose authored
-
- 19 Apr, 2017 1 commit
-
-
Alejandro Rodríguez authored
-
- 11 Apr, 2017 3 commits
-
-
Phil Hughes authored
-
Alejandro Rodríguez authored
-
Luke "Jared" Bennett authored
-
- 02 Apr, 2017 2 commits
-
-
Bob Van Landuyt authored
fixes the warning: fatal: destination path '~/gitlab-ce/gitlab/tmp/tests/gitlab-test-fork_bare' already exists and is not an empty directory.
-
Stan Hu authored
Closes #30347
-
- 31 Mar, 2017 3 commits
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Also disabled assets warming for Capybara/RSpec and remove a check to skip assets warming when ./tmp/cache/assets/test exists because assets are now served by webpack-dev-server. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 30 Mar, 2017 2 commits
-
-
Nick Thomas authored
-
Rémy Coutable authored
Use full path for moving directories when changing namespace path See merge request !2078
-
- 23 Mar, 2017 1 commit
-
-
Sanster authored
-
- 03 Mar, 2017 1 commit
-
-
Alejandro Rodríguez authored
This will be necessary when adding gitaly settings. This version doesn't make any functional changes, but allows us to include this breaking change in 9.0 and add the needed extra settings in the future with backwards compatibility
-
- 23 Feb, 2017 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
-