- 28 Jul, 2015 13 commits
-
-
Robert Speicher authored
- The "Edit" form didn't have Markdown hints. - The "New" form had a paperclip icon for attachments, the "edit" form didn't. Closes #2010 Closes internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2525
-
Marin Jankovski authored
-
Marin Jankovski authored
-
Daniel Gerhardt authored
Starting with migration `20150717130904` commit count is stored in the database. For existing projects it defaults to `0` and is updated to the correct value when commits are pushed. The newly introduced rake task updates the commit count for all projects which have not been updated yet. Refs !986, !989, #2040.
-
Robert Speicher authored
Closes #2013
-
Robert Speicher authored
Closes #2092
-
Robert Speicher authored
Closes #2092
-
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 7 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
-