- 29 Jul, 2015 2 commits
-
-
Valery Sizov authored
-
Daryl Chan authored
- Updated CHANGELOG
-
- 28 Jul, 2015 3 commits
-
-
Stan Hu authored
-
Stan Hu authored
Closes #745
-
Douwe Maan authored
-
- 26 Jul, 2015 2 commits
- 24 Jul, 2015 2 commits
-
-
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
-
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.
-
- 23 Jul, 2015 5 commits
-
-
Stan Hu authored
On the first load, the merge request tabs would be requested in JSON format to render the HTML. This would cause the "Reload with full diff" button to create a link to diff.json. Closes #2041
-
Valery Sizov authored
-
Valery Sizov authored
-
Douwe Maan authored
-
Valery Sizov authored
-
- 22 Jul, 2015 3 commits
-
-
Valery Sizov authored
-
Douwe Maan authored
-
Stan Hu authored
-
- 21 Jul, 2015 3 commits
-
-
Stan Hu authored
Closes #1362
-
Daniel Gerhardt authored
ZenMode is now initialized for snippet pages. Fixes #2036.
-
Valery Sizov authored
-
- 20 Jul, 2015 4 commits
-
-
Daniel Gerhardt authored
The change log for 7.11 was accidentally split in 1ffe35a248a2. Additionally, the change added with this commit did not make it into 7.11 according to `git branch --contains` and it has not been cherry picked to 7-11-stable so the entry is moved to 7.12. Refs GH-5625, GH-9318. [ci skip]
-
Ben Boeckel authored
-
Daniel Gerhardt authored
Unauthenticated users had access to disabled features of public projects. The code has been slightly refactored so that feature checks are done in a separate method and can also be applied for public access.
-
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
-
- 19 Jul, 2015 1 commit
-
-
Daniel Gerhardt authored
The label page was added to navigation for unauthorized users because the previously used milestone read permission was still checked. This has been fixed and read access to labels is now granted (again) for public projects. This regression has been introduced in 143429f2aa4f (7.12). See also d253d1a1bc9b. Refs !836, !842.
-
- 18 Jul, 2015 1 commit
-
-
Stan Hu authored
Closes #1612
-
- 17 Jul, 2015 5 commits
-
-
Stan Hu authored
Closes #1967
-
Daniel Gerhardt authored
This fixes the file upload dialog which currently works for new comments but not for comment editing. The cause for this is a missing DOM class which causes traversal to the dropzone to fail. This is fixed by adding the expected `gfm-form` class to the edit form. It has to be added dynamically since adding it to the form template would break the form's layout and comment saving.
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Stan Hu authored
Closes https://github.com/gitlabhq/gitlabhq/issues/1504
-
Stan Hu authored
Closes #1832
-
- 15 Jul, 2015 1 commit
-
-
Jacob Vosmaer authored
This should help prevent endless Redis growth.
-
- 14 Jul, 2015 1 commit
-
-
Sytse Sijbrandij authored
-
- 13 Jul, 2015 1 commit
-
-
Stan Hu authored
Closes https://github.com/gitlabhq/gitlabhq/issues/9449
-
- 12 Jul, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 11 Jul, 2015 4 commits
-
-
Douwe Maan authored
-
Nikita Verkhovin authored
-
Stan Hu authored
-
Stan Hu authored
Closes #1955
-
- 10 Jul, 2015 1 commit
-
-
Robert Speicher authored
-