- 28 Jul, 2015 6 commits
-
-
Robert Speicher authored
-
Stan Hu authored
Steps to reproduce: 1. Create a project with a README 2. In the actual remote, type: `git symbolic-ref HEAD refs/heads/nowhere` 3. Check that HEAD is gone via `git ls-remote .` 4. Go to the projects page and see the Error 500 Closes https://github.com/gitlabhq/gitlabhq/issues/9484
-
Robert Speicher authored
-
Robert Speicher authored
This was necessary because this permission is checked dynamically by `app/views/shared/issuable/_context` when on a Merge Request. Closes #2058
-
Robert Speicher authored
-
Robert Speicher authored
-
- 23 Jul, 2015 19 commits
-
-
Valery Sizov authored
Fix randomly failed spec https://gitlab.com/gitlab-org/gitlab-ce/issues/2069 See merge request !1035
-
Valery Sizov authored
-
Valery Sizov authored
-
Valery Sizov authored
Update 7-13-stable (7.13.1) See merge request !1033
-
Valery Sizov authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Valery Sizov authored
-
Valery Sizov authored
Update to 7-13-stable (7.13.1) See merge request !1031
-
Valery Sizov authored
-
Valery Sizov authored
-
Valery Sizov authored
-
Achilleas Pipinellis authored
-
Valery Sizov authored
-
Marin Jankovski authored
-
Hannes Rosenögger authored
-
Valery Sizov authored
-
Jacob Vosmaer authored
-
Valery Sizov authored
-
- 22 Jul, 2015 1 commit
-
-
Valery Sizov authored
-
- 21 Jul, 2015 11 commits
-
-
Valery Sizov authored
-
Valery Sizov authored
Updates for 7.13 stable (RC4) See merge request !1012
-
Valery Sizov authored
This reverts commit fbdaf0e2.
-
Jacob Vosmaer authored
The existing behavior of the backups is to overwrite whatever data was still there in the scratch directories. This broke when we added a 'gzip' step because 'gzip database.sql' will fail if 'database.sql.gz' already exists. Doing 'rm -f database.sql.gz' before the 'gzip' avoids this failure.
-
Dmitriy Zaporozhets authored
-
Valery Sizov authored
-
Stan Hu authored
Closes #2009
-
Robert Speicher authored
Closes #2001
-
Valery Sizov authored
-
Stan Hu authored
Recalculating graph_log took minutes on a large repository since each of the 6000 commits would need to calculate the diff. Since graph_log does not appear to be used, remove it from the list of things to update. For the Linux kernel repository, this reduced the ProjectCacheWorker time from 8+ minutes to 16 seconds. Closes #2016
-
Valery Sizov authored
This reverts commit ebb6393d.
-
- 19 Jul, 2015 3 commits
-
-
Valery Sizov authored
-
Valery Sizov authored
Fixes from master to 7.13.rc3 See merge request !1001
-
Valery Sizov authored
This reverts commit 94c2516a, reversing changes made to ae44e5ec.
-