Update CHANGELOG-EE.md for 11.10.0-ee

[ci skip]
parent d3662f3e
Please view this file on the master branch, on stable branches it's out of date. Please view this file on the master branch, on stable branches it's out of date.
## 11.10.0 (2019-04-22)
### Security (3 changes)
- Check label_ids parent when updating issue board.
- Geo - Improve security while redirecting user back to the secondary after a logout & re-login via the primary.
- Expose only basic group attributes in boards API.
### Fixed (25 changes)
- User Statistics in Admin Dashboard now a button. !8807
- Fix misalignment of dropdowns in edit board modal of issue boards. !9909
- Geo: Support archive recovery or streaming replication types in health check. !9935
- Geo: Only display Geo-specific clone instructions button on a Geo Secondary node. !10007
- Resolve Deletion of vulnerability-associated issuables prevents security report from loading. !10016
- Elasticsearch API: Fix project_id showing as 0 for all blobs. A reindex will be required. !10020
- Make editing the filters in the Group Security Dashboard easier. !10138
- Geo - Reset the verification checksum after deployment refs are created. !10160
- Search snippets via elasticsearch. !10325
- Fixed bug preventing users from adding child epics with multiple children. !10331
- Fix merge requests being added to Jira Development Panel. !10342
- Fix authors of merge commits being excluded from approving an MR. !10359
- Fix ChatOps Slack responder for gitlab.com. !10416
- Fix sorting by priority with filtering by approvers. !10446
- Make UpdateRepositoryStorageService idempotent. !10457
- Fix broken links to protected environments on the CI/CD settings page. !10470
- Notify owner that group is invalid when LDAP "Sync now" fails. !10509
- Fix user agent string for Hosted Jira. !10545
- Fix query used to calculate number of users over license. !10556
- Fix pipeline bridge serialization error. !10565
- Correct path to cluster health partial. !10638
- Ensure Insights charts show all periods even if there are no data. !10733
- Hide scoped labels help text without corresponding license. !10737
- Fix merge request operation failure (e.g. assigning user) when project approvers required increases. !10766
- Include subgroups when finding Insights issuables. !10801
### Changed (27 changes)
- Move project search bar into modal dialog on Operations Dashboard page. !9260
- Geo - Add selective sync support for the FDW queries to count synced registries. !9445
- Geo - Add selective sync support for the FDW queries to count failed registries. !9527
- Convert enable group authentication checkbox to toggle button. !9816
- Geo: Limit max backoff time by 1 hour, instead of 7 days. !9893
- Documented Guide to using Geo in HA with RDS cross-region replicas. !9985
- Dynamically resize security group dashboard vuln graph. !10028
- Add self approval of merge requests setting to merge requests approvals API. !10050
- elasticsearch: Switch from LZ4 to DEFLATE compression. !10072
- Geo - Store the invalid checksum when we have a mismatch. !10101
- Add requested resources to cluster health metrics. !10135
- Allow self-approvals in fallback approval rules. !10218
- Geo - Add selective sync support for FDW queries to find verified registries. !10255
- Add file line number to vuln modal. !10265
- Geo - Add selective sync support for FDW queries to find registries where verification has failed. !10266
- Enforce Geo JWT tokens scope for repository sync. !10303
- Display link to review note in text email, similar to HTML email. !10401
- Geo - Add selective sync support for the FDW queries to find mismatch registries. !10434
- Geo - Add selective sync support for queries to find registries retrying verification. !10436
- Geo - Add selective sync support for the FDW queries to find registries to verify. !10438
- Improve DAST location fingerprints. !10487
- Change order in dast location fingerprint. !10487
- Geo: Add selective sync support for the FDW queries to find unsynced projects. !10522
- Enrich container scanning with more data on the frontend. !10526
- [Geo] Don't mark sync as successful if repo does not exist because of some problems. !10578
- Move operations dashboard from Ultimate to Premium. !10586
- Support multiple chart per page for Insights.
### Performance (3 changes)
- Avoid a Gitaly N+1 when loading commits for Elasticsearch search results. !9760
- Geo: Optimize repository and wiki verification counts. !9939
- Avoid N+1 when loading Code search results with Elasticsearch enabled. !10394
### Added (31 changes, 1 of them is from the community)
- Add approval and unapproval webhooks. !8742
- Adding pipelines to the operations dashboard. !9197
- Add operations dashboard usage counts to usage data. !9291
- Automatically deprovision and update users from a configured identity via SCIM. !9388
- Add SCIM Token section to SAML SSO Settings. !9619
- Use merge request MERGE ref for attached merge request pipelines. !9622
- Geo: Support syncing over non-publicly accessible URLs. !9634
- Prevent merge if the merge request pipeline is stale. !9643
- Block possibility to change email for users with group managed account. !9712
- Geo admin panel for upload verification. !9720
- Geo: Create separate models for different registries. !9755
- Add ability to purchase extra CI minutes. !9815
- Update Web IDE config to accept ports. !9818
- Allow per-project and per-group enabling of Elasticsearch indexing. !9861
- Geo: Help admins diagnose configuration problems. !9988
- Added MAVEN_CLI_OPTS env var support to License Management CI job. !10012
- Show DAST vulnerabilities in the Group Security Dashboard. !10271
- Show DAST in Group Security Dashboard Back-End. !10277
- Removing pipeline dashboard feature flag. !10302
- Update user name upon LDAP sync. !10316 (@icode1)
- Collect usage of pod logs feature. !10370
- Added metrics reports widget to merge request page. !10380
- IP whitelisting for Geo-enabling functionality in the primary. !10383
- Persist in the URL the page and day range of vulnerabilities viewed in the Group Security Dashboard. !10402
- Add 'Metrics' job artifact report type. !10452
- Create a user via SCIM. !10456
- Geo: Display secondary replication lag on console (if lag > 0 seconds). !10471
- Add Roadmap to Epic page. !10488
- Expose merge request pipeline parameters for MR widget. !10502
- Allow instance admins to link all projects to Jira DVCS. !10541
- Added mutually exclusive key value labels.
### Other (4 changes)
- Simplify admin instance licenses page. !9785
- Extract EE specific files and externalize strings in admin application settings. !9930
- Add specs for coerced labels parameter in Epics API. !9932
- Improve project service desk settings. !10381
## 11.9.8 (2019-04-11) ## 11.9.8 (2019-04-11)
### Fixed (1 change) ### Fixed (1 change)
......
---
title: Fix merge request operation failure (e.g. assigning user) when project approvers required increases
merge_request: 10766
author:
type: fixed
---
title: Display link to review note in text email, similar to HTML email
merge_request: 10401
author:
type: changed
---
title: 'Elasticsearch API: Fix project_id showing as 0 for all blobs. A reindex will be required'
merge_request: 10020
author:
type: fixed
---
title: 'Geo: Only display Geo-specific clone instructions button on a Geo Secondary
node'
merge_request: 10007
author:
type: fixed
---
title: 'elasticsearch: Switch from LZ4 to DEFLATE compression'
merge_request: 10072
author:
type: changed
---
title: Removing pipeline dashboard feature flag
merge_request: 10302
author:
type: added
---
title: Fixed bug preventing users from adding child epics with multiple children
merge_request: 10331
author:
type: fixed
---
title: Ensure Insights charts show all periods even if there are no data
merge_request: 10733
author:
type: fixed
---
title: Include subgroups when finding Insights issuables
merge_request: 10801
author:
type: fixed
---
title: Allow per-project and per-group enabling of Elasticsearch indexing
merge_request: 9861
author:
type: added
---
title: Update user name upon LDAP sync
merge_request: 10316
author: '@icode1'
type: added
---
title: Add ability to purchase extra CI minutes
merge_request: 9815
author:
type: added
---
title: IP whitelisting for Geo-enabling functionality in the primary
merge_request: 10383
author:
type: added
---
title: Automatically deprovision and update users from a configured identity via SCIM
merge_request: 9388
author:
type: added
---
title: "[Geo] Don't mark sync as successful if repo does not exist because of some
problems"
merge_request: 10578
author:
type: changed
---
title: 'Geo: Limit max backoff time by 1 hour, instead of 7 days'
merge_request: 9893
author:
type: changed
---
title: Enrich container scanning with more data on the frontend
merge_request: 10526
author:
type: changed
---
title: Geo - Store the invalid checksum when we have a mismatch
merge_request: 10101
author:
type: changed
---
title: Fix broken links to protected environments on the CI/CD settings page.
merge_request: 10470
author:
type: fixed
---
title: Fix authors of merge commits being excluded from approving an MR
merge_request: 10359
author:
type: fixed
---
title: 'Geo: Support archive recovery or streaming replication types in health check'
merge_request: 9935
author:
type: fixed
---
title: Extract EE specific files and externalize strings in admin application settings
merge_request: 9930
author:
type: other
---
title: User Statistics in Admin Dashboard now a button
merge_request: 8807
author:
type: fixed
---
title: Added MAVEN_CLI_OPTS env var support to License Management CI job
merge_request: 10012
author:
type: added
---
title: Add Roadmap to Epic page
merge_request: 10488
author:
type: added
---
title: Documented Guide to using Geo in HA with RDS cross-region replicas
merge_request: 9985
author:
type: changed
---
title: Allow self-approvals in fallback approval rules
merge_request: 10218
author:
type: changed
---
title: Adding pipelines to the operations dashboard
merge_request: 9197
author:
type: added
---
title: Enforce Geo JWT tokens scope for repository sync
merge_request: 10303
author:
type: changed
---
title: Add operations dashboard usage counts to usage data
merge_request: 9291
author:
type: added
---
title: Show DAST vulnerabilities in the Group Security Dashboard.
merge_request: 10271
author:
type: added
---
title: Geo - Add selective sync support for the FDW queries to count failed registries
merge_request: 9527
author:
type: changed
---
title: Geo - Add selective sync support for the FDW queries to find mismatch registries
merge_request: 10434
author:
type: changed
---
title: Geo - Add selective sync support for queries to find registries retrying verification
merge_request: 10436
author:
type: changed
---
title: Geo - Add selective sync support for the FDW queries to find registries to
verify
merge_request: 10438
author:
type: changed
---
title: Geo - Add selective sync support for FDW queries to find registries where verification has failed
merge_request: 10266
author:
type: changed
---
title: 'Geo: Add selective sync support for the FDW queries to find unsynced projects'
merge_request: 10522
author:
type: changed
---
title: Geo - Add selective sync support for FDW queries to find verified registries
merge_request: 10255
author:
type: changed
---
title: Geo - Add selective sync support for the FDW queries to count synced registries
merge_request: 9445
author:
type: changed
---
title: Allow instance admins to link all projects to Jira DVCS
merge_request: 10541
author:
type: added
---
title: 'Geo: Support syncing over non-publicly accessible URLs'
merge_request: 9634
author:
type: added
---
title: Create a user via SCIM
merge_request: 10456
author:
type: added
---
title: 'Geo: Display secondary replication lag on console (if lag > 0 seconds)'
merge_request: 10471
author:
type: added
---
title: Geo - Reset the verification checksum after deployment refs are created
merge_request: 10160
author:
type: fixed
---
title: Make editing the filters in the Group Security Dashboard easier.
merge_request: 10138
author:
type: fixed
---
title: Move project search bar into modal dialog on Operations Dashboard page
merge_request: 9260
author:
type: changed
---
title: Convert enable group authentication checkbox to toggle button
merge_request: 9816
author:
type: changed
---
title: Add SCIM Token section to SAML SSO Settings
merge_request: 9619
author:
type: added
---
title: Resolve Deletion of vulnerability-associated issuables prevents security report
from loading
merge_request: 10016
author:
type: fixed
---
title: Add self approval of merge requests setting to merge requests approvals API
merge_request: 10050
author:
type: changed
---
title: Persist in the URL the page and day range of vulnerabilities viewed in the
Group Security Dashboard.
merge_request: 10402
author:
type: added
---
title: Added metrics reports widget to merge request page
merge_request: 10380
author:
type: added
---
title: Improve DAST location fingerprints
merge_request: 10487
author:
type: changed
---
title: Add approval and unapproval webhooks
merge_request: 8742
author:
type: added
---
title: Avoid a Gitaly N+1 when loading commits for Elasticsearch search results
merge_request: 9760
author:
type: performance
---
title: Avoid N+1 when loading Code search results with Elasticsearch enabled
merge_request: 10394
author:
type: performance
---
title: Use merge request MERGE ref for attached merge request pipelines
merge_request: 9622
author:
type: added
---
title: Show DAST in Group Security Dashboard Back-End
merge_request: 10277
author:
type: added
---
title: Change order in dast location fingerprint
merge_request: 10487
author:
type: changed
---
title: Add specs for coerced labels parameter in Epics API
merge_request: 9932
author:
type: other
---
title: Expose merge request pipeline parameters for MR widget
merge_request: 10502
author:
type: added
---
title: Correct path to cluster health partial
merge_request: 10638
author:
type: fixed
---
title: Search snippets via elasticsearch
merge_request: 10325
author:
type: fixed
---
title: Fix pipeline bridge serialization error
merge_request: 10565
author:
type: fixed
---
title: Fix user agent string for Hosted Jira
merge_request: 10545
author:
type: fixed
---
title: Fix ChatOps Slack responder for gitlab.com
merge_request: 10416
author:
type: fixed
---
title: Update Web IDE config to accept ports
merge_request: 9818
author:
type: added
---
title: Block possibility to change email for users with group managed account
merge_request: 9712
author:
type: added
---
title: "Geo: Create separate models for different registries"
merge_request: 9755
author:
type: added
---
title: Prevent merge if the merge request pipeline is stale
merge_request: 9643
author:
type: added
---
title: Simplify admin instance licenses page
merge_request: 9785
author:
type: other
---
title: Support multiple chart per page for Insights
merge_request:
author:
type: changed
---
title: Fix merge requests being added to Jira Development Panel
merge_request: 10342
author:
type: fixed
---
title: Make UpdateRepositoryStorageService idempotent
merge_request: 10457
author:
type: fixed
---
title: Added mutually exclusive key value labels
merge_request:
author:
type: added
---
title: Add file line number to vuln modal
merge_request: 10265
author:
type: changed
---
title: Add 'Metrics' job artifact report type.
merge_request: 10452
author:
type: added
---
title: Move operations dashboard from Ultimate to Premium
merge_request: 10586
author:
type: changed
---
title: 'Geo: Optimize repository and wiki verification counts'
merge_request: 9939
author:
type: performance
---
title: 'Geo: Help admins diagnose configuration problems'
merge_request: 9988
author:
type: added
---
title: Improve project service desk settings
merge_request: 10381
author:
type: other
---
title: Fix query used to calculate number of users over license
merge_request: 10556
author:
type: fixed
---
title: Collect usage of pod logs feature
merge_request: 10370
author:
type: added
---
title: Dynamically resize security group dashboard vuln graph
merge_request: 10028
author:
type: changed
---
title: Expose only basic group attributes in boards API.
merge_request:
author:
type: security
---
title: Geo - Improve security while redirecting user back to the secondary after a
logout & re-login via the primary
merge_request:
author:
type: security
---
title: Check label_ids parent when updating issue board
merge_request:
author:
type: security
---
title: Notify owner that group is invalid when LDAP "Sync now" fails
merge_request: 10509
author:
type: fixed
---
title: Geo admin panel for upload verification
merge_request: 9720
author:
type: added
---
title: Add requested resources to cluster health metrics
merge_request: 10135
author:
type: changed
---
title: Hide scoped labels help text without corresponding license
merge_request: 10737
author:
type: fixed
---
title: Fix misalignment of dropdowns in edit board modal of issue boards
merge_request: 9909
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