- 23 Oct, 2017 1 commit
-
-
Kamil Trzcinski authored
-
- 21 Oct, 2017 2 commits
-
-
Nick Thomas authored
-
Kamil Trzcinski authored
-
- 20 Oct, 2017 1 commit
-
-
Nick Thomas authored
-
- 19 Oct, 2017 1 commit
-
-
Kamil Trzcinski authored
-
- 17 Oct, 2017 4 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.
-
Bob Van Landuyt authored
-
Annabel Dunstone Gray authored
-
- 16 Oct, 2017 3 commits
-
-
Annabel Dunstone Gray authored
-
Andrew Newdigate authored
-
Kamil Trzcinski authored
-
- 13 Oct, 2017 4 commits
-
-
Vlad authored
-
Oswaldo Ferreira authored
-
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 6 commits
-
-
Sean McGivern authored
We were looking these up on each request to an issue page, because the form is pre-filled, as is the template dropdown. That was unnecessary: we could just treat these as 'special' repository files (like the rendered README) and cache them in Redis until they change on a push.
-
Sean McGivern authored
The basename appears to have been a holdover from the past - it doesn't look necessary now. Some of the regexes were unanchored on one side, so explicitly ensure that they only match the root. Apart from that, this means that pushing to foo/README.md will no longer invalidate the main README cache for a project.
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Douwe Maan authored
-
- 11 Oct, 2017 3 commits
-
-
Oswaldo Ferreira authored
-
Shinya Maeda authored
Collect usage pings `Gcp::Cluster.enabled` and `Gcp::Cluster.disabled`, instead of `Gcp::Cluster.count`
-
Bob Van Landuyt authored
-
- 10 Oct, 2017 3 commits
-
-
Andrew Newdigate authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
- 09 Oct, 2017 5 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
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Tim Zallmann authored
-
- 07 Oct, 2017 6 commits
-
-
Rubén Dávila authored
-
Bob Van Landuyt authored
-
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
-
Bob Van Landuyt authored
The fork network will keep track of the root project as long as it's present.
-
Felipe Artur authored
-
- 06 Oct, 2017 1 commit
-
-
Winnie Hellmann authored
-