Commit df54f868 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Merge branch 'update_changelog' into 'master'

Update changelog

Fixes #1509

See merge request !1026
parents 6040e84b 5b99b6f2
...@@ -2,16 +2,16 @@ v 7.2.0 ...@@ -2,16 +2,16 @@ v 7.2.0
- Explore page - Explore page
- Add project stars (Ciro Santilli) - Add project stars (Ciro Santilli)
- Log Sidekiq arguments - Log Sidekiq arguments
- Fix cpu usage issue in Firefox
- Better labels: colors, ability to rename and remove - Better labels: colors, ability to rename and remove
- Improve the way merge request collects diffs - Improve the way merge request collects diffs
- Improve compare page for large diffs - Improve compare page for large diffs
- Expose the full commit message via API - Expose the full commit message via API
- Fix 500 error on repository rename - Fix 500 error on repository rename
- Fix bug when MR download patch return invalid diff - Fix bug when MR download patch return invalid diff
- Test gitlab-shell integration - Test gitlab-shell integration
- Repository import timeout increased from 2 to 4 minutes allowing larger repos to be imported - Repository import timeout increased from 2 to 4 minutes allowing larger repos to be imported
- API for labels (Robert Schilling) - API for labels (Robert Schilling)
- API: ability to set an import url when creating project for specific user
v 7.1.1 v 7.1.1
- Fix cpu usage issue in Firefox - Fix cpu usage issue in Firefox
...@@ -73,7 +73,7 @@ v 7.0.0 ...@@ -73,7 +73,7 @@ v 7.0.0
- Show notice if your profile is public - Show notice if your profile is public
- UI improvements for mobile devices - UI improvements for mobile devices
- Improve diff rendering performance - Improve diff rendering performance
- Drag-n-drop for issues and merge requests between states at milestone page - Drag-n-drop for issues and merge requests between states at milestone page
- Fix '0 commits' message for huge repositories on project home page - Fix '0 commits' message for huge repositories on project home page
- Prevent 500 error page when visit commit page from large repo - Prevent 500 error page when visit commit page from large repo
- Add notice about huge push over http to unicorn config - Add notice about huge push over http to unicorn config
...@@ -83,7 +83,7 @@ v 7.0.0 ...@@ -83,7 +83,7 @@ v 7.0.0
- Be more selective when killing stray Sidekiqs - Be more selective when killing stray Sidekiqs
- Check LDAP user filter during sign-in - Check LDAP user filter during sign-in
- Remove wall feature (no data loss - you can take it from database) - Remove wall feature (no data loss - you can take it from database)
- Dont expose user emails via API unless you are admin - Dont expose user emails via API unless you are admin
- Detect issues closed by Merge Request description - Detect issues closed by Merge Request description
- Better email subject lines from email on push service (Alex Elman) - Better email subject lines from email on push service (Alex Elman)
- Enable identicon for gravatar be default - Enable identicon for gravatar be default
...@@ -158,7 +158,7 @@ v 6.7.0 ...@@ -158,7 +158,7 @@ v 6.7.0
- Blob and tree gfm links to anchors work - Blob and tree gfm links to anchors work
- Piwik Integration (Sebastian Winkler) - Piwik Integration (Sebastian Winkler)
- Show contribution guide link for new issue form (Jeroen van Baarsen) - Show contribution guide link for new issue form (Jeroen van Baarsen)
- Fix CI status for merge requests from fork - Fix CI status for merge requests from fork
- Added option to remove issue assignee on project issue page and issue edit page (Jason Blanchard) - Added option to remove issue assignee on project issue page and issue edit page (Jason Blanchard)
- New page load indicator that includes a spinner that scrolls with the page - New page load indicator that includes a spinner that scrolls with the page
- Converted all the help sections into markdown - Converted all the help sections into markdown
...@@ -349,7 +349,7 @@ v 6.2.0 ...@@ -349,7 +349,7 @@ v 6.2.0
- Store the sessions in Redis instead of the cookie store - Store the sessions in Redis instead of the cookie store
- Fixed relative links in markdown - Fixed relative links in markdown
- User must confirm their email if signup enabled - User must confirm their email if signup enabled
- User must confirm changed email - User must confirm changed email
v 6.1.0 v 6.1.0
- Project specific IDs for issues, mr, milestones - Project specific IDs for issues, mr, milestones
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment