- 21 Oct, 2017 1 commit
-
-
Nick Thomas authored
-
- 18 Oct, 2017 1 commit
-
-
Nick Thomas authored
-
- 17 Oct, 2017 2 commits
-
-
Jen-Shin Lin authored
Security fixes for 10.1 RC See merge request gitlab/gitlabhq!2209
-
Bob Van Landuyt authored
The problem would occur when the `ForkedProjectLink` was deleted, but the `ForkNetworkMember` was not. The delete would be rolled back and retried. But the error would not be saved because `Project#forked?` would still be true, because the `ForkNetworkMember` exists. But the `Project#forked_project_link` would be `nil`. So the validation for the visibility level would fail.
-
- 16 Oct, 2017 1 commit
-
-
Sean McGivern authored
When a build is retried automatically, we close any open todos. However, we do that _before_ creating a new build failed todo. To solve this, we check if the build is retried before creating the todo. We also ensure that the build _instance_ has the correct attribute set, without needing to reload it from the database.
-
- 13 Oct, 2017 4 commits
-
-
Vlad authored
-
Alejandro Rodríguez authored
Rename classes to (hopefully) clearer names while we're doing that.
-
Alejandro Rodríguez authored
This prepares the codebase for a Gitaly migration. See https://gitlab.com/gitlab-org/gitaly/issues/553
-
Alejandro Rodríguez authored
-
- 12 Oct, 2017 2 commits
-
-
Micael Bergeron authored
-
Micael Bergeron authored
-
- 11 Oct, 2017 1 commit
-
-
micael.bergeron authored
-
- 10 Oct, 2017 4 commits
-
-
Vratislav Kalenda authored
-
micael.bergeron authored
This also refactor the email_helper support spec to watch for multiple emails being sent.
-
Andrew Newdigate authored
-
Jarka Kadlecova authored
-
- 09 Oct, 2017 3 commits
-
-
Jarka Kadlecova authored
-
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>
-
- 08 Oct, 2017 2 commits
-
-
Vratislav Kalenda authored
-
Vratislav Kalenda authored
-
- 07 Oct, 2017 3 commits
-
-
Bob Van Landuyt authored
So we can keep showing it to a user in his project page.
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
When no fork network exists for the source projects, we create a new one with the correct source
-
- 06 Oct, 2017 2 commits
-
-
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.
-
Alessio Caiazza authored
-
- 05 Oct, 2017 4 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
- 04 Oct, 2017 3 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Shinya Maeda authored
-
- 03 Oct, 2017 4 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
- introduce state machine - use before transitions to clear data - introduce namespace validation
-
Kamil Trzcinski authored
-
Shinya Maeda authored
-
- 02 Oct, 2017 1 commit
-
-
Shinya Maeda authored
-
- 01 Oct, 2017 2 commits
-
-
Alexandra authored
-
Shinya Maeda authored
-