An error occurred fetching the project authors.
- 06 Sep, 2018 2 commits
-
-
Mayra Cabrera authored
-
James Lopez authored
Updated docs, refactor import/export code Fix AvatarUploader path issue Fix project export upload webhook error
-
- 05 Sep, 2018 1 commit
-
-
Nick Thomas authored
-
- 24 Jul, 2018 1 commit
-
-
Gabriel Mazetto authored
-
- 11 Jul, 2018 1 commit
-
-
Mark Chao authored
-
- 06 Jul, 2018 1 commit
-
-
James Lopez authored
-
- 12 Jun, 2018 1 commit
-
-
Jacob Vosmaer authored
-
- 07 May, 2018 3 commits
-
-
Douwe Maan authored
-
Zeger-Jan van de Weg authored
Hooks were run for wikis, but given the internal API wasn't responding failures happended, as seen on: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18693
-
Tiago Botelho authored
-
- 04 May, 2018 1 commit
-
-
Tiago Botelho authored
-
- 03 May, 2018 2 commits
-
-
Dylan Griffith authored
This reverts commit bf790c26.
-
Dylan Griffith authored
-
- 30 Apr, 2018 1 commit
-
-
Dylan Griffith authored
-
- 25 Apr, 2018 1 commit
-
-
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
-
- 24 Apr, 2018 1 commit
-
-
Bob Van Landuyt authored
-
- 23 Apr, 2018 2 commits
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Alexis Reigel authored
-
- 28 Feb, 2018 2 commits
-
-
Kamil Trzciński 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
-
- 07 Feb, 2018 2 commits
-
-
Nick Thomas authored
-
Pawel Chojnacki authored
+ address small nitpicks
-
- 05 Feb, 2018 1 commit
-
-
Nick Thomas authored
-
- 01 Feb, 2018 1 commit
-
-
Micaël Bergeron authored
-
- 30 Jan, 2018 1 commit
-
-
Pawel Chojnacki authored
-
- 14 Dec, 2017 1 commit
-
-
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>
-
- 06 Oct, 2017 1 commit
-
-
Toon Claes authored
In GitLab EE, a GitLab instance can be read-only (e.g. when it's a Geo secondary node). But in GitLab CE it also might be useful to have the "read-only" idea around. So port it back to GitLab CE. Also having the principle of read-only in GitLab CE would hopefully lead to less errors introduced, doing write operations when there aren't allowed for read-only calls. Closes gitlab-org/gitlab-ce#37534.
-
- 28 Sep, 2017 2 commits
-
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
This is used in EE for the storage migration, and we want to use this in CE as well to be able to migrate projects to hashed_storage.
-
- 25 Aug, 2017 1 commit
-
-
Gabriel Mazetto authored
There are some redundancies in the validation steps, and that is to preserve current error messages behavior Also few specs have to be changed in order to fix madness in validation logic.
-
- 22 Aug, 2017 2 commits
-
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
- 10 Aug, 2017 1 commit
-
-
Rémy Coutable authored
Also improves the `create_templates` transient attribute and use `project.project_feature.update_columns` instead of `project.project_feature.update_attributes!` since it's faster. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 04 Aug, 2017 1 commit
-
-
Bob Van Landuyt authored
-
- 02 Aug, 2017 2 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
-
- 01 Aug, 2017 1 commit
-
-
Gabriel Mazetto authored
-
- 27 Jul, 2017 1 commit
-
-
Rémy Coutable authored
Also, fixing some calls to the :project factory with the :test_repo trait since this trait is already included in the :project factory. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 30 Jun, 2017 1 commit
-
-
Adam Niedzielski authored
-
- 21 Jun, 2017 1 commit
-
-
Grzegorz Bizon authored
-