- Jul 31, 2018
-
-
Alejandro Rodríguez authored
-
- Jul 10, 2018
-
-
Sean McGivern authored
-
- Jun 12, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
- May 29, 2018
-
-
blackst0ne authored
-
- May 14, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
- Apr 25, 2018
-
-
Zeger-Jan van de Weg authored
Direct disk access is done through Gitaly now, so the legacy path was deprecated. This path was used in Gitlab::Shell however. This required the refactoring in this commit. Added is the removal of direct path access on the project model, as that lookup wasn't needed anymore is most cases. Closes https://gitlab.com/gitlab-org/gitaly/issues/1111
-
- Apr 23, 2018
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Apr 03, 2018
-
-
Ahmad Sherif authored
Closes gitaly#1110
-
- Mar 21, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
- Feb 28, 2018
-
-
Kamil Trzcińśki authored
This reverts commit 54a575f1, reversing changes made to c63af942.
-
Sean McGivern authored
Move uploads to object storage Closes #4163 See merge request gitlab-org/gitlab-ee!3867
-
- Feb 21, 2018
-
-
Ken authored
36847 - add changelog
-
- Feb 01, 2018
-
-
Micael Bergeron authored
-
- Jan 24, 2018
-
-
James Edwards-Jones authored
-
- Jan 15, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
- Jan 11, 2018
-
-
- Jan 05, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
- Jan 03, 2018
-
-
Douglas Barbosa Alexandre authored
-
- Dec 14, 2017
-
-
Rémy Coutable authored
I've followed the [upgrade guide](https://github.com/thoughtbot/factory_bot/blob/4-9-0-stable/UPGRADE_FROM_FACTORY_GIRL.md ) and ran these two commands: ``` grep -e FactoryGirl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|FactoryGirl|FactoryBot|" grep -e factory_girl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|factory_girl|factory_bot|" ``` Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Dec 03, 2017
-
-
Zeger-Jan van de Weg authored
-
- Oct 17, 2017
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Oct 07, 2017
-
-
- Sep 26, 2017
-
-
Alejandro Rodríguez authored
-
- Sep 20, 2017
-
-
Eric Eastwood authored
This error was thrown before ``` source repository is empty /builds/gitlab-org/gitlab-ce/lib/gitlab/git/repository.rb:838:in `block in fetch_source_branch' ```
-
- Sep 14, 2017
-
-
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>
-
- Sep 06, 2017
-
-
Jacob Vosmaer (GitLab) authored
-
- Sep 05, 2017
-
-
Alexis Reigel authored
-
- Aug 08, 2017
-
-
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.
-
- Aug 04, 2017
-
-
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.
-
- Aug 03, 2017
-
-
Robert Speicher authored
This reverts merge request !12761
-
Jacob Vosmaer (GitLab) authored
-
- Aug 02, 2017
-
-
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>
-
- Aug 01, 2017
-
-
Jacob Vosmaer (GitLab) authored
-
- Jul 27, 2017
-
-
Jacob Vosmaer (GitLab) authored
-
Alexis Reigel authored
-
- Jul 26, 2017
-
-
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.
-