Update CHANGELOG-EE.md for 11.3.0-ee

[ci skip]
parent cf63c940
Please view this file on the master branch, on stable branches it's out of date.
## 11.3.0 (2018-09-22)
### Security (1 change)
- Prevent regular users from moving projects to different storage shards.
### Fixed (29 changes, 11 of them are from the community)
- don't add empty query params to boards. !4441
- Geo: sync disabled wikis. !6420
- Rails 5 fix alerts controller spec for post json parameters. !6795 (Jasper Maes)
- Fixes 500 error on user creation from admin panel with spaced username. !6804 (Jacopo Beschi @jacopo-beschi)
- Don't show search results for projects that have been deleted when using elastic search. !6830
- Geo: Use database-cached status if redis-cached status is unavailable. !6854
- [Geo] Fix: Custom favicons not being replicated by Geo. !6860
- Rails5 fix AddMilestoneToLists migration rollback deleting wrong foreign key. !6865 (Jasper Maes)
- Rails5 fix passing Group objects array into for_projects_and_groups milestone scope. !6873 (Jasper Maes)
- Rails5: fix mysql milliseconds problem in project_import_state_spec. !6874 (Jasper Maes)
- Fix Jira integration duplicating branches and MRs. !6876
- Rails5: fix mysql milliseconds problem in project_spec. !6880 (Jasper Maes)
- Remove https from Snowplow Collector URI placeholder in Admin Areawq. !6886
- Geo: Replicate keep around refs. !6922
- Fixes bug that prevented a user from seeing the system header and footer settings on the admin dashboard. !6926
- Rails5 fix duplicate gpg signature in path lock spec. !6939 (Jasper Maes)
- Rails5: Fix audit event spec. !6940 (Jasper Maes)
- Rails5: fix mysql milliseconds problem in project registry spec. !6943 (Jasper Maes)
- LDAP - Does not update permissions on a read-only database. !6965
- Rails5 fix project import spec. !6981 (Jasper Maes)
- Geo: Resolve sticky failures when attachments are missing on primary. !6991
- Geo: LFS batch downloads are OK to be handled by secondary. !7209
- Geo - Synchronize the default branch in secondary nodes. !7218
- Handle fixed dates seperately from selected dates in Epics. !7227
- Fix tooltip string to support dynamic date type in Epic sidebar. !7243
- Fix an error in docs about fetching artifacts using API. !7244
- Return proper status code when creation of an alert fails. !7360 (Peter Leitzen)
- Geo - Find the remote root ref using a JWT header for authentication. !7405
- Add weight to issue hook.
### Changed (3 changes, 1 of them is from the community)
- Allow push_code when auth'd via Geo JWT. !6455
- Prefer From address over Sender for Service Desk emails. !7006 (Andreas Josephson)
- Add CI Job token support to Maven packages API. !7249
### Performance (3 changes)
- Reduce queries needed for CI artifacts on merge request widget. !6978
- Use limited count approach on Protected Environments view. !6987
- Limit sidekiq-cluster concurrency to a maximum of 50. !7025
### Added (15 changes, 2 of them are from the community)
- Allow custom notification for new epic event. !5863
- Geo: SSH git push to secondary -> proxy to Primary. !6456
- Allow epic start/due dates to be sourceable from issue milestones. !6470
- Add ability to upload and download maven packages from/to GitLab. !6607
- Added an instance-level license template project. !6631 (Dan Barker)
- Add backend structure for ProtectedEnvironments. !6672
- Add UI for GitLab private Maven repository feature. !6781
- Add support for sorting epics. !6885
- Allow specifying code owners in a CODEOWNERS file. !6916
- Quick action for adding/removing epic to issues. !6934
- Show total and completed instances deployed on deploy boards. !6955
- Show security analysis status on the environments page. !6987
- Add Instance Review for Core users. !6995
- Introduce custom instance-level templates for Dockerfile, .gitignore, and .gitlab-ci.yml files. !7000
- Adds Rubocop rule to enforce class_methods over module ClassMethods. !7044 (Jacopo Beschi @jacopo-beschi)
### Other (4 changes)
- Removes feature flag code surrounding Protected Environments feature. !7338
- Creates vue component for shared runner limit.
- Allow MR authors to approve their MRs.
- Remove differences between CE and EE settings panel component.
## 11.2.3 (2018-08-28)
- No changes.
......
---
title: Add backend structure for ProtectedEnvironments
merge_request: 6672
author:
type: added
---
title: Show security analysis status on the environments page
merge_request: 6987
author:
type: added
---
title: Creates vue component for shared runner limit
merge_request:
author:
type: other
---
title: Remove differences between CE and EE settings panel component
merge_request:
author:
type: other
---
title: Introduce custom instance-level templates for Dockerfile, .gitignore, and .gitlab-ci.yml files
merge_request: 7000
author:
type: added
---
title: Add ability to upload and download maven packages from/to GitLab
merge_request: 6607
author:
type: added
---
title: Allow custom notification for new epic event
merge_request: 5863
author:
type: added
---
title: Show total and completed instances deployed on deploy boards
merge_request: 6955
author:
type: added
---
title: 'Geo: sync disabled wikis'
merge_request: 6420
author:
type: fixed
---
title: Allow epic start/due dates to be sourceable from issue milestones
merge_request: 6470
author:
type: added
---
title: Add support for sorting epics
merge_request: 6885
author:
type: added
---
title: "[Geo] Fix: Custom favicons not being replicated by Geo"
merge_request: 6860
author:
type: fixed
---
title: Added an instance-level license template project
merge_request: 6631
author: Dan Barker
type: added
---
title: Fix Jira integration duplicating branches and MRs
merge_request: 6876
author:
type: fixed
---
title: Quick action for adding/removing epic to issues
merge_request: 6934
author:
type: added
---
title: Fixes 500 error on user creation from admin panel with spaced username
merge_request: 6804
author: Jacopo Beschi @jacopo-beschi
type: fixed
---
title: Use limited count approach on Protected Environments view
merge_request: 6987
author:
type: performance
---
title: Geo - Synchronize the default branch in secondary nodes
merge_request: 7218
author:
type: fixed
---
title: Fixes bug that prevented a user from seeing the system header and footer settings on the admin dashboard
merge_request: 6926
author:
type: fixed
---
title: LDAP - Does not update permissions on a read-only database
merge_request: 6965
author:
type: fixed
---
title: 'Geo: LFS batch downloads are OK to be handled by secondary'
merge_request: 7209
author:
type: fixed
---
title: Handle fixed dates seperately from selected dates in Epics
merge_request: 7227
author:
type: fixed
---
title: Fix tooltip string to support dynamic date type in Epic sidebar
merge_request: 7243
author:
type: fixed
---
title: Geo - Find the remote root ref using a JWT header for authentication
merge_request: 7405
author:
type: fixed
---
title: Allow push_code when auth'd via Geo JWT
merge_request: 6455
author:
type: changed
---
title: 'Geo: SSH git push to secondary -> proxy to Primary'
merge_request: 6456
author:
type: added
---
title: don't add empty query params to boards
merge_request: 4441
author:
type: fixed
---
title: Allow specifying code owners in a CODEOWNERS file
merge_request: 6916
author:
type: added
---
title: Don't show search results for projects that have been deleted when using elastic search
merge_request: 6830
author:
type: fixed
---
title: Add weight to issue hook
merge_request:
author:
type: fixed
---
title: Adds Rubocop rule to enforce class_methods over module ClassMethods
merge_request: 7044
author: Jacopo Beschi @jacopo-beschi
type: added
---
title: Add UI for GitLab private Maven repository feature
merge_request: 6781
author:
type: added
---
title: Add CI Job token support to Maven packages API
merge_request: 7249
author:
type: changed
---
title: Removes feature flag code surrounding Protected Environments feature
merge_request: 7338
author:
type: other
---
title: Fix an error in docs about fetching artifacts using API
merge_request: 7244
author:
type: fixed
---
title: 'Geo: Replicate keep around refs'
merge_request: 6922
author:
type: fixed
---
title: 'Geo: Resolve sticky failures when attachments are missing on primary'
merge_request: 6991
author:
type: fixed
---
title: Allow MR authors to approve their MRs
merge_request:
author:
type: other
---
title: Return proper status code when creation of an alert fails
merge_request: 7360
author: Peter Leitzen
type: fixed
---
title: Rails 5 fix alerts controller spec for post json parameters
merge_request: 6795
author: Jasper Maes
type: fixed
---
title: 'Rails5: Fix audit event spec'
merge_request: 6940
author: Jasper Maes
type: fixed
---
title: Rails5 fix passing Group objects array into for_projects_and_groups milestone
scope
merge_request: 6873
author: Jasper Maes
type: fixed
---
title: Rails5 fix AddMilestoneToLists migration rollback deleting wrong foreign key
merge_request: 6865
author: Jasper Maes
type: fixed
---
title: 'Rails5: fix mysql milliseconds problem in project_import_state_spec'
merge_request: 6874
author: Jasper Maes
type: fixed
---
title: Rails5 fix duplicate gpg signature in path lock spec
merge_request: 6939
author: Jasper Maes
type: fixed
---
title: Rails5 fix project import spec
merge_request: 6981
author: Jasper Maes
type: fixed
---
title: 'Rails5: fix mysql milliseconds problem in project registry spec'
merge_request: 6943
author: Jasper Maes
type: fixed
---
title: 'Rails5: fix mysql milliseconds problem in project_spec'
merge_request: 6880
author: Jasper Maes
type: fixed
---
title: Reduce queries needed for CI artifacts on merge request widget
merge_request: 6978
author:
type: performance
---
title: Prevent regular users from moving projects to different storage shards
merge_request:
author:
type: security
---
title: Limit sidekiq-cluster concurrency to a maximum of 50
merge_request: 7025
author:
type: performance
---
title: Remove https from Snowplow Collector URI placeholder in Admin Areawq
merge_request: 6886
author:
type: fixed
---
title: 'Geo: Use database-cached status if redis-cached status is unavailable'
merge_request: 6854
author:
type: fixed
---
title: "Add Instance Review for Core users"
merge_request: 6995
author:
type: added
---
title: Prefer From address over Sender for Service Desk emails
merge_request: 7006
author: Andreas Josephson
type: changed
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