Update CHANGELOG-EE.md for 11.11.0-ee

[ci skip]
parent ccbf1561
Please view this file on the master branch, on stable branches it's out of date.
## 11.11.0 (2019-05-22)
### Security (1 change)
- Destroy project remote pull mirrors instead of disabling. !10355
### Fixed (26 changes)
- Add missing endpoint for user information to GitHub API. !10482
- Remove slack slash commands double up. !10555
- Display Scoped Labels on Issue Board. !10669
- Ensure custom group template feature is available only for groups on gold and silver. !10678
- Fix removing and updating insights config, and foreign key constraints. !11030
- Geo: Fix broken button to delete orphaned upload registries through Admin. !11156
- Resolve: Epic labels in system notes point to the epic itself. !11234
- Geo: Fix: Project sync failures usually double-increment *_retry_count. !11381
- Fix unauthenticated GET of public Epics API. !11485
- Hide ScopedBadge overflow notes. !11548
- Fixes a CI failure in jest. !11586
- Fix error when reordering/deleting subgroup epics. !11837
- Fix some filter bar tokens not showing up when multiple assignees are enabled. !11939
- Geo: Fix OAuth authentication with relative URLs. !11976
- Fix for not being able to remove the last namespace/project from elasticsearch limited namespaces/projects. !11989
- Fix approvals project settings section when merge requests disabled. !12070
- Enable alert bot to use quick actions. !12127
- Geo: Remove counts over geo_event_log table. !12146
- Geo: Prevent RegistryFinder calls on the primary. !12183
- Fix placement of LDAP icon in members list. !12304
- Use path instead of a URL for accessing approval settings. !12414
- Remove non-semantic use of `.row` in member listing controls. !12466
- Force tag overwrite on mirror update. !12491
- Fixes the feedback paths on the project security dashboard. !12849
- Fixed starting a review on images.
- Fix updating board attributes through API.
### Changed (13 changes)
- Group SAML enforcement requires active SSO session for group access. !10034
- Geo: Rename "Disable" to "Pause|Resume" (Admin > Geo Nodes). !10297
- Upgrade group security dashboard to use gitlab-ui line chart. !10479
- Geo - Implement selective sync support for the LFS objects FDW queries. !10757
- Documentation : Improve selective sync documentation. !11072
- Geo: Implement selective sync support for the FDW queries to count the number of attachments to sync. !11107
- Allowing Elasticsearch indexing gap recovering. !11408
- Geo - Implement selective sync support for the FDW queries to count attachments. !11518
- Geo - Implement selective sync support for the FDW queries to find attachments. !11544
- Geo - Add selective sync support for the job artifacts FDW queries. !11892
- Fetch all available groups when creating MR approval rule. !12096
- SSO enforcement requires active SAML session for web access to project resources. !12109
- Perform LDAP group sync on sign in only for new users.
### Performance (3 changes)
- Swap conditions to reduce frequency of database query. !11217
- Add index for mirror_user_id to projects table. !11422
- Geo - Improve performance of the selective sync cleanup worker. !11998
### Added (27 changes, 2 of them are from the community)
- Proxy websocket requests to build services. !9723
- Add dependency proxy for containers. !9750
- Added gitlab:elastic:projects_not_indexed rake task. !9854 (Jason Colyer)
- Added Snowplow tracking to notes. !10104
- Support multiple assignees for merge requests. !10161
- Add UI to enable/disable a dependency proxy on a group level. !10386
- Let the GitLab Alert bot open incident issues. !10460
- Remove feature flag `:incident_management`. !10569
- Allow multiple secondary nodes behind a load balancer. !10755
- Copy LFS objects from pull mirror. !10779
- Geo: Inform users about current replication lag in the UI on secondaries. !10807
- Autosave description in epics. !10844
- Keep track of packages_file in ProjectStatistics. !11020
- Adds a dismissal item to the vulnerability modal. !11028
- Add project level config for merge train. !11065
- Support pie charts in Insights. !11186
- Create ActiveRecordModel and table for Merge Train feature. !11204
- Allow adding GitLab license at installation time. !11244
- Added ZAP Full Scan support for DAST. !11269
- Add created_at and updated_at filters to Epics API. !11315 (jramsay)
- Add API to retrieve security vulnerabilities. !11539
- Basic Rails implementation for BOM. !11613
- Add Frontend Store and UI For Environments Dashboard MVC. !11702
- Track clicks on uninstall button for kubernetes implementation. !12048
- Add Vulnerabilities API scoping: severity, confidence, and dismissal. !12076
- Alert users that protected environments affects feature flags. !12168
- Support creating a new child epic from the API.
### Other (8 changes, 1 of them is from the community)
- Improve project settings page layout and UX. !10388
- Uses the more explicit vulnerability feedback endpoints on the front end. !10461
- Automatically enable multiple MR assignees feature flag. !10558
- Move geo_log_cursor binary to the ee folder. !10821
- Move sidekiq-cluster to ee/bin. !11001
- Move ee-specific code from boards/components/issue_card_inner.vue. !11032 (Roman Rodionov)
- Make all billing cards fit in view. !11602
- Extracted EE specific lines for spec/javascripts/vue_mr_widget/mock_data.js. !11847
## 11.10.4 (2019-05-01)
### Fixed (1 change, 1 of them is from the community)
......
---
title: Move ee-specific code from boards/components/issue_card_inner.vue
merge_request: 11032
author: Roman Rodionov
type: other
---
title: Added gitlab:elastic:projects_not_indexed rake task
merge_request: 9854
author: Jason Colyer
type: added
---
title: Let the GitLab Alert bot open incident issues
merge_request: 10460
author:
type: added
---
title: 'Add Vulnerabilities API scoping: severity, confidence, and dismissal'
merge_request: 12076
author:
type: added
---
title: Add API to retrieve security vulnerabilities
merge_request: 11539
author:
type: added
---
title: Track clicks on uninstall button for kubernetes implementation
merge_request: 12048
author:
type: added
---
title: Allow adding GitLab license at installation time
merge_request: 11244
author:
type: added
---
title: Display Scoped Labels on Issue Board
merge_request: 10669
author:
type: fixed
---
title: Geo - Implement selective sync support for the FDW queries to find attachments
merge_request: 11544
author:
type: changed
---
title: 'Geo: Implement selective sync support for the FDW queries to count the number
of attachments to sync'
merge_request: 11107
author:
type: changed
---
title: Geo - Implement selective sync support for the FDW queries to count attachments
merge_request: 11518
author:
type: changed
---
title: Geo - Add selective sync support for the job artifacts FDW queries
merge_request: 11892
author:
type: changed
---
title: Geo - Implement selective sync support for the LFS objects FDW queries
merge_request: 10757
author:
type: changed
---
title: 'Geo: Fix broken button to delete orphaned upload registries through Admin'
merge_request: 11156
author:
type: fixed
---
title: Basic Rails implementation for BOM
merge_request: 11613
author:
type: added
---
title: Fix removing and updating insights config, and foreign key constraints.
merge_request: 11030
author:
type: fixed
---
title: Fetch all available groups when creating MR approval rule
merge_request: 12096
author:
type: changed
---
title: Support pie charts in Insights
merge_request: 11186
author:
type: added
---
title: Fix for not being able to remove the last namespace/project from elasticsearch
limited namespaces/projects
merge_request: 11989
author:
type: fixed
---
title: Enable alert bot to use quick actions
merge_request: 12127
author:
type: fixed
---
title: Hide ScopedBadge overflow notes
merge_request: 11548
author:
type: fixed
---
title: 'Geo: Remove counts over geo_event_log table'
merge_request: 12146
author:
type: fixed
---
title: Fixes a CI failure in jest
merge_request: 11586
author:
type: fixed
---
title: Fix approvals project settings section when merge requests disabled
merge_request: 12070
author:
type: fixed
---
title: Remove non-semantic use of `.row` in member listing controls
merge_request: 12466
author:
type: fixed
---
title: Geo - Improve performance of the selective sync cleanup worker
merge_request: 11998
author:
type: performance
---
title: Autosave description in epics
merge_request: 10844
author:
type: added
---
title: Allowing Elasticsearch indexing gap recovering
merge_request: 11408
author:
type: changed
---
title: 'Geo: Fix OAuth authentication with relative URLs'
merge_request: 11976
author:
type: fixed
---
title: Added Snowplow tracking to notes
merge_request: 10104
author:
type: added
---
title: 'Geo: Fix: Project sync failures usually double-increment *_retry_count'
merge_request: 11381
author:
type: fixed
---
title: Extracted EE specific lines for spec/javascripts/vue_mr_widget/mock_data.js
merge_request: 11847
author:
type: other
---
title: Move sidekiq-cluster to ee/bin
merge_request: 11001
author:
type: other
---
title: Added ZAP Full Scan support for DAST
merge_request: 11269
author:
type: added
---
title: Support creating a new child epic from the API
merge_request:
author:
type: added
---
title: Perform LDAP group sync on sign in only for new users
merge_request:
author:
type: changed
---
title: 'Geo: Inform users about current replication lag in the UI on secondaries'
merge_request: 10807
author:
type: added
---
title: Uses the more explicit vulnerability feedback endpoints on the front end
merge_request: 10461
author:
type: other
---
title: 'Geo: Rename "Disable" to "Pause|Resume" (Admin > Geo Nodes)'
merge_request: 10297
author:
type: changed
---
title: Adds a dismissal item to the vulnerability modal
merge_request: 11028
author:
type: added
---
title: 'Documentation : Improve selective sync documentation'
merge_request: 11072
author:
type: changed
---
title: Swap conditions to reduce frequency of database query
merge_request: 11217
author:
type: performance
---
title: Add index for mirror_user_id to projects table
merge_request: 11422
author:
type: performance
---
title: Keep track of packages_file in ProjectStatistics
merge_request: 11020
author:
type: added
---
title: Add project level config for merge train
merge_request: 11065
author:
type: added
---
title: Create ActiveRecordModel and table for Merge Train feature
merge_request: 11204
author:
type: added
---
title: Add UI to enable/disable a dependency proxy on a group level
merge_request: 10386
author:
type: added
---
title: Add dependency proxy for containers
merge_request: 9750
author:
type: added
---
title: Add Frontend Store and UI For Environments Dashboard MVC
merge_request: 11702
author:
type: added
---
title: Alert users that protected environments affects feature flags
merge_request: 12168
author:
type: added
---
title: Fixes the feedback paths on the project security dashboard
merge_request: 12849
author:
type: fixed
---
title: Add missing endpoint for user information to GitHub API
merge_request: 10482
author:
type: fixed
---
title: Fix updating board attributes through API
merge_request:
author:
type: fixed
---
title: Fix some filter bar tokens not showing up when multiple assignees are enabled
merge_request: 11939
author:
type: fixed
---
title: Copy LFS objects from pull mirror
merge_request: 10779
author:
type: added
---
title: Proxy websocket requests to build services
merge_request: 9723
author:
type: added
---
title: Ensure custom group template feature is available only for groups on gold and silver
merge_request: 10678
author:
type: fixed
---
title: Fixed starting a review on images
merge_request:
author:
type: fixed
---
title: 'Resolve: Epic labels in system notes point to the epic itself'
merge_request: 11234
author:
type: fixed
---
title: Destroy project remote pull mirrors instead of disabling
merge_request: 10355
author:
type: security
---
title: Force tag overwrite on mirror update
merge_request: 12491
author:
type: fixed
---
title: SSO enforcement requires active SAML session for web access to project resources
merge_request: 12109
author:
type: changed
---
title: Group SAML enforcement requires active SSO session for group access
merge_request: 10034
author:
type: changed
---
title: Add created_at and updated_at filters to Epics API
merge_request: 11315
author: jramsay
type: added
---
title: Fix unauthenticated GET of public Epics API
merge_request: 11485
author:
type: fixed
---
title: Make all billing cards fit in view
merge_request: 11602
author:
type: other
---
title: Allow multiple secondary nodes behind a load balancer
merge_request: 10755
author:
type: added
---
title: 'Geo: Prevent RegistryFinder calls on the primary'
merge_request: 12183
author:
type: fixed
---
title: Support multiple assignees for merge requests
merge_request: 10161
author:
type: added
---
title: Automatically enable multiple MR assignees feature flag
merge_request: 10558
author:
type: other
---
title: Remove feature flag `:incident_management`
merge_request: 10569
author:
type: added
---
title: Improve project settings page layout and UX
merge_request: 10388
author:
type: other
---
title: Fix placement of LDAP icon in members list
merge_request: 12304
author:
type: fixed
---
title: Use path instead of a URL for accessing approval settings
merge_request: 12414
author:
type: fixed
---
title: Remove slack slash commands double up
merge_request: 10555
author:
type: fixed
---
title: Move geo_log_cursor binary to the ee folder
merge_request: 10821
author:
type: other
---
title: Upgrade group security dashboard to use gitlab-ui line chart
merge_request: 10479
author:
type: changed
---
title: Fix error when reordering/deleting subgroup epics
merge_request: 11837
author:
type: fixed
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