- 02 Nov, 2017 2 commits
-
-
Kamil Trzcinski authored
-
Alessio Caiazza authored
-
- 01 Nov, 2017 4 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Shinya Maeda authored
-
- 31 Oct, 2017 4 commits
-
-
Shinya Maeda authored
-
Felipe Artur authored
-
Gabriel Mazetto authored
-
Shinya Maeda authored
-
- 30 Oct, 2017 3 commits
-
-
Rob Ede authored
-
Shinya Maeda authored
-
Bob Van Landuyt authored
-
- 27 Oct, 2017 1 commit
-
-
Oswaldo Ferreira authored
-
- 23 Oct, 2017 2 commits
-
-
Shinya Maeda authored
-
Kamil Trzcinski authored
-
- 22 Oct, 2017 1 commit
-
-
Bob Van Landuyt authored
It is possible for a fork not to have a source anymore, in this case we don't need to keep track of the push event.
-
- 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 2 commits
-
-
Bob Van Landuyt authored
So we can keep showing it to a user in his project page.
-
Bob Van Landuyt authored
-