- 21 Apr, 2015 8 commits
-
-
Dmitriy Zaporozhets authored
-
Job van der Voort authored
-
Job van der Voort authored
-
Dmitriy Zaporozhets authored
7.10.0.rc5 cc @job See merge request !1787
-
Dmitriy Zaporozhets authored
7.10 requires gitlab-shell 2.6.2. Fixes #1467. See merge request !552
-
Dmitriy Zaporozhets authored
Update gitlab-grack to 2.0.1 to get unicorn to stop creating zombies. Addresses #1461 and private issue https://dev.gitlab.org/gitlab/gitlabhq/issues/2253. This regression was introduced between 7.9 and the 7.10 rcs, so no changelog item for 7.10 proper. cc @JobV @jacobvosmaer See merge request !546
-
Dmitriy Zaporozhets authored
Fix some issues with Google Code importer Thanks, @mrtux, for reporting all of these. See merge request !551
-
Dmitriy Zaporozhets authored
Revert and re-fix image rendering in help pages Closes #2212 See merge request !1765
-
- 20 Apr, 2015 9 commits
-
-
Job van der Voort authored
-
Dmitriy Zaporozhets authored
Changes for 7.10.0.rc4 cc @job @douwe See merge request !1785
-
Dmitriy Zaporozhets authored
Revert disallowing usernames to end in period. cc @JobV @jacobvosmaer See merge request !545
-
Dmitriy Zaporozhets authored
Remove access control for uploaded images to fix broken images in emails Replaces !530. > This MR removes the access control for uploaded images. This is needed to display the images in emails again. > > The previous solution to base64 encode the images had to be reverted, because not all email clients supported it. > > If possible this should go into the 7.10 release. See merge request !533
-
Dmitriy Zaporozhets authored
Parse GFM references after sanitizing Parse GFM references - labels, issues, MRs, etc. - after calling the HTML Pipeline `SanitizationFilter` so that we can use non-whitelisted attributes like `style`. See #2188. See merge request !1745
-
Douwe Maan authored
-
Roshan Gautam authored
-
Dmitriy Zaporozhets authored
Fix label color input. Because `value` was set, every label color would render as purple in the form. Introduced by 83b5a9ae between 7.9 and 7.10, so no changelog item. See merge request !538
-
Job van der Voort authored
-
- 17 Apr, 2015 5 commits
-
-
Dmitriy Zaporozhets authored
Fixes for 7.10.0.rc3 content - [ ] Update gitlab_git to ignore invalid lines in .gitmodules. - [ ] Add a task that checks repository integrity with `git fsck`. - [ ] Decrease memory use and increase performance of Google Code importer. - [ ] Fix username period migration to preserve uniqueness of names and paths. See merge request !1783
-
Dmitriy Zaporozhets authored
Decrease memory use and increase performance of Google Code importer. Addresses private issue https://dev.gitlab.org/gitlab/gitlabhq/issues/2241. See merge request !536
-
Douwe Maan authored
-
Vinnie Okada authored
Add a task that checks repository integrity with `git fsck`.
-
Douwe Maan authored
-
- 16 Apr, 2015 6 commits
-
-
Job van der Voort authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
ruby 2.1.6
-
Jeroen van Baarsen authored
update text to reference new location of setting
-
Job van der Voort authored
update guides for 7.10 See merge request !1779
-
Job van der Voort authored
-
- 15 Apr, 2015 12 commits
-
-
Marin Jankovski authored
Fix merge request comments on files with multiple commits
-
Dmitriy Zaporozhets authored
Fix Mention notification level. Fixes internal issue https://dev.gitlab.org/gitlab/gitlabhq/issues/2236. See merge request !527
-
Dominik Sander authored
Having a merge request with a comments on a line which is then changed in a later commit prevented new comments from properly showing up in the merge request show page. * `Note#set_diff` do not use stored the diff when creating a new note in merge requests (we can not be sure the diff did not changed since the last comment on that line) * Do not rely just on `outdated?` of the first note when displaying comments of a MR in the discussion tab, but partition the active/outdated notes and display them all * In the inline changes tab just select the active notes, so an outdated note does not prevent an active one from being rendered * Just show active comments in the side-by-side changes tab
-
Douwe Maan authored
-
Douwe Maan authored
-
Marin Jankovski authored
Make sure user has access to namespace in import tests. See merge request !529
-
Douwe Maan authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Fix generating SSH key fingerprints with OpenSSH 6.8. Replaces https://github.com/gitlabhq/gitlabhq/pull/9008. Fixes gitlab-org/gitlab-ce#1289. cc @jacobvosmaer See merge request !519
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Set EmailsOnPush reply-to address to committer email when enabled. Addresses private issue https://dev.gitlab.org/gitlab/gitlabhq/issues/2227. See merge request !520
-