diff options
author | Robert Speicher <robert@gitlab.com> | 2016-05-10 00:29:17 +0000 |
---|---|---|
committer | Yorick Peterse <yorickpeterse@gmail.com> | 2016-05-11 11:00:56 +0200 |
commit | afcc33b79777f008c6e4ffa2b9675101abdefb0c (patch) | |
tree | 65d9461b97a1a6cabeb33ab37408edaf86ebe264 /CHANGELOG | |
parent | d283e60d42b5bd7ad6a1b0d5890a554e84db2e53 (diff) | |
download | gitlab-ce-afcc33b79777f008c6e4ffa2b9675101abdefb0c.tar.gz |
Merge branch 'fix-link-to-redmine-issues' into 'master'
Allow Redmine issue references to work as intended
Closes #14527 and #14894
See merge request !4048
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 6ba120732a6..ed9edec98d8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,47 @@ Please view this file on the master branch, on stable branches it's out of date. +v 8.8.0 (unreleased) + - Assign labels and milestone to target project when moving issue. !3934 (Long Nguyen) + - Project#open_branches has been cleaned up and no longer loads entire records into memory. + - Escape HTML in commit titles in system note messages + - Improve multiple branch push performance by memoizing permission checking + - Log to application.log when an admin starts and stops impersonating a user + - Updated gitlab_git to 10.1.0 + - GitAccess#protected_tag? no longer loads all tags just to check if a single one exists + - Reduce delay in destroying a project from 1-minute to immediately + - Make build status canceled if any of the jobs was canceled and none failed + - Upgrade Sidekiq to 4.1.2 + - Sanitize repo paths in new project error message + - Bump mail_room to 0.7.0 to fix stuck IDLE connections + - Remove future dates from contribution calendar graph. + - Support e-mail notifications for comments on project snippets + - Use ActionDispatch Remote IP for Akismet checking + - Fix error when visiting commit builds page before build was updated + - Add 'l' shortcut to open Label dropdown on issuables and 'i' to create new issue on a project + - Update SVG sanitizer to conform to SVG 1.1 + - Updated search UI + - Display informative message when new milestone is created + - Sanitize milestones and labels titles + - Allow "NEWS" and "CHANGES" as alternative names for CHANGELOG. !3768 (Connor Shea) + - Added button to toggle whitespaces changes on diff view + - Backport GitHub Enterprise import support from EE + - Create tags using Rugged for performance reasons. !3745 + - API: Expose Issue#user_notes_count. !3126 (Anton Popov) + - Files over 5MB can only be viewed in their raw form, files over 1MB without highlighting !3718 + - Add support for supressing text diffs using .gitattributes on the default branch (Matt Oakes) + - Added multiple colors for labels in dropdowns when dups happen. + - Improve description for the Two-factor Authentication sign-in screen. (Connor Shea) + - API support for the 'since' and 'until' operators on commit requests (Paco Guzman) + - Fix Gravatar hint in user profile when Gravatar is disabled. !3988 (Artem Sidorenko) + - Expire repository exists? and has_visible_content? caches after a push if necessary + - Fix unintentional filtering bug in issues sorted by milestone due (Takuya Noguchi) + - Fix adding a todo for private group members (Ahmad Sherif) + +v 8.7.4 + - Fix always showing build notification message when switching between merge requests + - Fix links on wiki pages for relative url setups. !4026 (Artem Sidorenko) + - Links for Redmine issue references are generated correctly again (Benedikt Huss) + v 8.7.3 - Emails, Gitlab::Email::Message, Gitlab::Diff, and Premailer::Adapter::Nokogiri are now instrumented - Merge request widget displays TeamCity build state and code coverage correctly again. |