summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG29
1 files changed, 27 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 88a2acd15d2..ad91bc5cd5f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,32 @@
Please view this file on the master branch, on stable branches it's out of date.
v 8.12.0 (unreleased)
+ - Add two-factor recovery endpoint to internal API !5510
+ - Change merge_error column from string to text type
+ - Add `web_url` field to issue, merge request, and snippet API objects (Ben Boeckel)
+ - Set path for all JavaScript cookies to honor GitLab's subdirectory setting !5627 (Mike Greiling)
+ - Optimistic locking for Issues and Merge Requests (title and description overriding prevention)
+ - Add `wiki_page_events` to project hook APIs (Ben Boeckel)
+ - Add Sentry logging to API calls
+ - Automatically expand hidden discussions when accessed by a permalink !5585 (Mike Greiling)
+ - Added tests for diff notes
+ - Added 'only_allow_merge_if_build_succeeds' project setting in the API. !5930 (Duck)
+ - Reduce number of database queries on builds tab
+ - Use the default branch for displaying the project icon instead of master !5792 (Hannes Rosenögger)
+ - Adds response mime type to transaction metric action when it's not HTML
+
+v 8.11.3 (unreleased)
+ - Allow system info page to handle case where info is unavailable
+
+v 8.11.2 (unreleased)
+ - Show "Create Merge Request" widget for push events to fork projects on the source project
+
+v 8.11.1 (unreleased)
+ - Does not halt the GitHub import process when an error occurs
+ - Fix file links on project page when default view is Files !5933
+ - Change using size to use count and caching it for number of group members
+
+v 8.11.0
- Add merge request versions !5467
v 8.11.0 (unreleased)
@@ -166,6 +192,7 @@ v 8.11.0 (unreleased)
- Eliminate unneeded calls to Repository#blob_at when listing commits with no path
- Update gitlab_git gem to 10.4.7
- Simplify SQL queries of marking a todo as done
+ - Update merge_requests.md with a simpler way to check out a merge request. !5944
v 8.10.7
- Upgrade Hamlit to 2.6.1. !5873
@@ -199,8 +226,6 @@ v 8.10.3
- Trim extra displayed carriage returns in diffs and files with CRLFs. !5588
- Fix label already exist error message in the right sidebar.
-v 8.10.3 (unreleased)
-
v 8.10.2
- User can now search branches by name. !5144
- Page is now properly rendered after committing the first file and creating the first branch. !5399