Commit ce04ba4d authored by James Lopez's avatar James Lopez

Update CHANGELOG-EE.md for 9.0.0-ee

[ci skip]
parent e9468e0f
......@@ -954,6 +954,51 @@ Please view this file on the master branch, on stable branches it's out of date.
- Add documentation for "Share project with group" API call
- Ability to disable 'Share with Group' feature (via UI and API)
## 9.0.0 (2017-03-22)
- Geo: Replicate repository creation in Geo secondary node. !952
- Make approval system notes lowercase. !1125
- Issues can be exported as CSV, via email. !1126
- Try to update mirrors again after 15 minutes if the previous update failed. !1183
- Adds abitlity to render deploy boards in the frontend side. !1233
- Add filtered search to MR page. !1243
- Update project list API returns with approvals_before_merge attribute. !1245 (Geoff Webster)
- Catch Net::LDAP::DN exceptions in EE::Gitlab::LDAP::Group. !1260
- API: Use `post ":id/#{type}/:subscribable_id/subscribe"` to subscribe and `post ":id/#{type}/:subscribable_id/unsubscribe"` to unsubscribe from a resource. !1274 (Robert Schilling)
- API: Remove deprecated fields Notes#upvotes and Notes#downvotes. !1275 (Robert Schilling)
- Deploy board backend. !1278
- API: Remove the ProjectGitHook API. !1301 (Robert Schilling)
- Expose elasticsearch client params for AWS signing and HTTPS. !1305 (Matt Gresko)
- Fix LDAP DN case-mismatch bug in LDAP group sync. !1337
- Remove es6 file extension from JavaScript files. !1344 (winniehell)
- Geo: Don't load dependent models when fetching an existing GeoNode from the database. !1348
- Parallelise the gitlab:elastic:index_database Rake task. !1361
- Robustify reading attributes for elasticsearch. !1365
- Introduce one additional thread into bin/elastic_repo_indexer. !1372
- Show hook errors for fast-forward merges. !1375
- Allow all parameters of group webhooks to be set through the UI. !1376
- Fix Elasticsearch queries when a group_id is specified. !1423
- Check the right index mapping based on Rails environment for rake gitlab:elastic:add_feature_visiblity_levels_to_project. !1473
- Fix issues with another milestone that has a matching list label could not be added to a board.
- Only admins or group owners can set LDAP overrides.
- Add support for load balancing database queries.
- Only replace non-approval mr-widget-footer on getMergeStatus.
- Remove repository_storage from V4 "/application/settings" settings API.
- Added headers to protected branches access dropdowns.
- Remove support for Git Annex.
- Repositioned multiple issue boards selector.
- Added back weight in issue rows on issue list.
- Add basic support for GitLab Geo file transfers over HTTP.
- Added weight slash command.
- Set deployment status invalid when the environments does not match a k8s label.
- Combined deploy keys, push rules, protect branches and mirror repository settings options into a single one called Repository.
- Rebase - fix commiter email & name.
- Adds a EE specific dev favicon.
- Elastic security fix: Respect feature visibility level.
- Update Elasticsearch to 5.1.
- [Elasticsearch] More efficient search.
- Get Geo secondaries nodes statuses over AJAX.
## 8.0.6
- No EE-specific changes
......
---
title: 'Geo: Replicate repository creation in Geo secondary node'
merge_request: 952
author:
---
title: Expose elasticsearch client params for AWS signing and HTTPS
merge_request: 1305
author: Matt Gresko
---
title: "Update project list API returns with approvals_before_merge attribute"
merge_request: 1245
author: Geoff Webster
\ No newline at end of file
---
title: Fix LDAP DN case-mismatch bug in LDAP group sync
merge_request: 1337
author:
---
title: Issues can be exported as CSV, via email
merge_request: 1126
author:
---
title: Deploy board backend
merge_request: 1278
author:
---
title: Adds abitlity to render deploy boards in the frontend side
merge_request: 1233
author:
---
title: Introduce one additional thread into bin/elastic_repo_indexer
merge_request: 1372
author:
---
title: Remove support for Git Annex
merge_request:
author:
---
title: Remove repository_storage from V4 "/application/settings" settings API
merge_request:
author:
---
title: 'Geo: Don''t load dependent models when fetching an existing GeoNode from the
database'
merge_request: 1348
author:
---
title: Parallelise the gitlab:elastic:index_database Rake task
merge_request: 1361
author:
---
title: Robustify reading attributes for elasticsearch
merge_request: 1365
author:
---
title: Show hook errors for fast-forward merges
merge_request: 1375
author:
---
title: Allow all parameters of group webhooks to be set through the UI
merge_request: 1376
author:
---
title: Fix Elasticsearch queries when a group_id is specified
merge_request: 1423
author:
---
title: Check the right index mapping based on Rails environment for rake gitlab:elastic:add_feature_visiblity_levels_to_project
merge_request: 1473
author:
---
title: Combined deploy keys, push rules, protect branches and mirror repository settings options into a single one called
Repository
merge_request:
author:
---
title: Rebase - fix commiter email & name
merge_request:
author:
---
title: Add filtered search to MR page
merge_request: 1243
author:
---
title: 'API: Remove deprecated fields Notes#upvotes and Notes#downvotes'
merge_request: 1275
author: Robert Schilling
---
title: 'API: Use `post ":id/#{type}/:subscribable_id/subscribe"` to subscribe and
`post ":id/#{type}/:subscribable_id/unsubscribe"` to unsubscribe from a resource'
merge_request: 1274
author: Robert Schilling
---
title: Catch Net::LDAP::DN exceptions in EE::Gitlab::LDAP::Group
merge_request: 1260
author:
---
title: Adds a EE specific dev favicon
merge_request:
author:
---
title: 'Elastic security fix: Respect feature visibility level'
merge_request:
author:
---
title: Update Elasticsearch to 5.1
merge_request:
author:
---
title: "[Elasticsearch] More efficient search"
merge_request:
author:
---
title: Get Geo secondaries nodes statuses over AJAX
merge_request:
author:
---
title: Fix issues with another milestone that has a matching list label could not be added to a board
merge_request:
author:
---
title: Only admins or group owners can set LDAP overrides
merge_request:
author:
---
title: Add support for load balancing database queries
merge_request:
author:
---
title: Try to update mirrors again after 15 minutes if the previous update failed
merge_request: 1183
author:
---
title: Only replace non-approval mr-widget-footer on getMergeStatus.
merge_request:
author:
---
title: Make approval system notes lowercase
merge_request: 1125
author:
---
title: Added headers to protected branches access dropdowns
merge_request:
author:
---
title: 'API: Remove the ProjectGitHook API'
merge_request: 1301
author: Robert Schilling
---
title: Remove es6 file extension from JavaScript files
merge_request: 1344
author: winniehell
---
title: Repositioned multiple issue boards selector
merge_request:
author:
---
title: Added back weight in issue rows on issue list
merge_request:
author:
---
title: 'Add basic support for GitLab Geo file transfers over HTTP'
merge_request:
author:
---
title: Added weight slash command
merge_request:
author:
---
title: Set deployment status invalid when the environments does not match a k8s label
merge_request:
author:
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