Update CHANGELOG-EE.md for 12.8.0-ee

[ci skip]
parent 3765eb1d
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.
## 12.8.0
### Removed (1 change)
- Remove confidence labels from security report. !24033
### Fixed (33 changes, 1 of them is from the community)
- Fix UI on Project Audit Events when the feature not available. !16032 (Takuya Noguchi)
- Group SSO handles locked users gracefully instead of showing 500 error. !20329
- Fix incorrect security status counts. !22650
- Fix include subgroups in security status. !22653
- Make sure type is set properly in Elasticsearch query when doing global search. !22821
- Include users from all sub-projects and shared groups when counting billing seats currently in use. !22967
- Fix vulnerability finding list endpoint query timeout on instance security dashboard. !23232
- Add app validation for any-approver rule uniqueness. !23241
- Fix 500 error in global search for blob, wiki_blob and commit search. !23326
- Fix group hook triggering from subgroup project. !23333
- Change conditions when user uses license seat. !23522
- Accept group path as ID when fetching notes from API. !23535
- Fixes a bug that prevented auto-remediation on the pipeline security dashboard. !23677
- Fix nav link in security submenu. !23775
- Order epic related issues by relative_position. !23776
- Correctly display the number of approvals for a merge request. !23827
- Fix orphan issues that were promoted to epics. !23916
- Fix rendering of design management references. !24001
- Fix 500 error when browsing the roadmap page for a group the user is not authorized to view. !24002
- Use project slug instead of name for Error Tracking Settings Display. !24176
- Display error message in MR License Report if it fails to load. !24201
- Fix display logic of Securty Report MR widget. !24204
- Set SSL certificates path env when calling ES indexer. !24213
- Allow submit to event to trigger a new search. !24262
- Fix npm package uploads when bundleDependencies is set to false. !24355
- Resolve 500 error after Web IDE terminal use. !24443
- Added commas to current active user count when appropriate. !24549
- Hide duplicate company/individual question on trial selection. !24567
- Update invalid SPDX identifiers in software licenses table. !24829
- Cleanup deprecated package dependency links. !24868
- Fix to display a link to the logs in both embed and dashboard. !25288
- Disable self-approval at the Instance level - Fix approvals filtering. !25385
- Allow user to close sidebar while editing boardlist and save wip limit.
### Changed (13 changes)
- Display generic error in codeclimate MR widget when base_path is null. !21666
- Adjust skip trial copy in trial sign up flow for SaaS users who are logged in. !22923
- Use export icon instead of download for the export button in the Dependencies List. !23094
- Apply darker color to column headers and scan names in secure features configuration. !23104
- Redacts quick actions used by support bot. !23353
- Remove Code Review Analytics feature flag. !23418
- Delete description change history - Frontend. !23568
- Support moving the design repository of a project when the project is transferred to a new namespace. !23573
- Display proper error messages on vulnerabilities fetch failure. !23812
- Add date range validation for Cycle Analytics at the backend side. !24254
- Exclude GitLab generated bot users from using a license seat. !24275
- Changes the standalone vulnerabilty endpoint. !24777
- Move Productivity Analytics page to the group level. !25329
### Performance (1 change)
- Geo - Fix query to retrieve Job Artifacts when selective sync is disabled. !25388
### Added (42 changes, 1 of them is from the community)
- Create DesignAtVersion model, exposing it with GraphQL. !15260
- Add Group-level compliance dashboard MVC. !20844
- Adds sorting to package api. !20963
- Allow to soft delete issuables description history. !21439
- Display warning flash if design upload is skipped. !21615
- Ask if a user is trying GitLab for his company or for his individual usage. !22280
- Support design tab link references for issues. !22330
- Allow using custom user name for service desk emails. !22478
- Raise exception if any namespaces runner minutes were not reset. !22636
- Adds vulnerability management state dropdown. !22823
- Add additional license information to admin dashboard. !22866
- Add sort by date to audit logs and events. !22887
- Add Group WebHooks API. !22994 (Rajendra Kadam)
- Add API route to confirm a vulnerability. !23099
- Creates the standalone vulnerability list page. !23438
- Show license badge for Gitlab.com member overview. !23521
- Create audit log when username changes. !23576
- Resolve Disable self-approval at the Instance level. !23731
- Add time picker to logs page. !23837
- Introduce Credentials Inventory for Groups that enforce Group Managed Accounts. !23944
- Add API for protected environments. !23964
- Prompt users to check their account settings. !23994
- Allow to pick a subgroup to hold the Insights config. !24053
- Add health_status column to issues and epics tables. !24202
- Add a link in dashboard to allow users to go to the logs page. !24240
- Record audit event when user is deleted. !24257
- Time Series chart filtered time range (datazoom) becomes reflected in the View logs link. !24343
- Scope merge request approval rules to protected branches using API search. !24344
- Add application limit for ES indexed field length. !24345
- Add affected projects feature to instance security dashboard. !24644
- Add trial field to namespaces API. !24666
- Make elasticsearch bulk parameters configurable. !24688
- Add feature filter for users. !24765
- Design view: moveable `new comment` pin. !24769
- Record audit event when user is added. !24855
- Add group identification headers to epic emails. !24878
- Record audit event when user is blocked. !24930
- Moveable design note pins. !24934
- Add NuGet Repository. !25157
- Add single-level Epics to EE Premium. !25184
- Show View logs link in embed metrics. !25217
- Add usage ping counter for events. !199874
### Other (1 change)
- Prepare DB structure for GMA forking changes. !22002
## 12.7.5 ## 12.7.5
### Fixed (1 change) ### Fixed (1 change)
......
---
title: Add sort by date to audit logs and events
merge_request: 22887
author:
type: added
---
title: Cleanup deprecated package dependency links
merge_request: 24868
author:
type: fixed
---
title: Add NuGet Repository
merge_request: 25157
author:
type: added
---
title: Allow to pick a subgroup to hold the Insights config
merge_request: 24053
author:
type: added
---
title: Ask if a user is trying GitLab for his company or for his individual usage
merge_request: 22280
author:
type: added
---
title: Adjust skip trial copy in trial sign up flow for SaaS users who are logged
in
merge_request: 22923
author:
type: changed
---
title: 'Fix incorrect security status counts'
merge_request: 22650
author:
type: fixed
---
title: 'Fix include subgroups in security status'
merge_request: 22653
author:
type: fixed
---
title: Fixes a bug that prevented auto-remediation on the pipeline security dashboard
merge_request: 23677
author:
type: fixed
---
title: Time Series chart filtered time range (datazoom) becomes reflected in the View logs link
merge_request: 24343
author:
type: added
---
title: Add a link in dashboard to allow users to go to the logs page
merge_request: 24240
author:
type: added
---
title: Make elasticsearch bulk parameters configurable
merge_request: 24688
author:
type: added
---
title: Support design tab link references for issues
merge_request: 22330
author:
type: added
---
title: 'Create DesignAtVersion model, exposing it with GraphQL'
merge_request: 15260
author:
type: added
---
title: Display generic error in codeclimate MR widget when base_path is null
merge_request: 21666
author:
type: changed
---
title: Fix UI on Project Audit Events when the feature not available
merge_request: 16032
author: Takuya Noguchi
type: fixed
---
title: Add affected projects feature to instance security dashboard
merge_request: 24644
author:
type: added
---
title: Remove Code Review Analytics feature flag
merge_request: 23418
author:
type: changed
---
title: Move Productivity Analytics page to the group level
merge_request: 25329
author:
type: changed
---
title: Creates the standalone vulnerability list page
merge_request: 23438
author:
type: added
---
title: Apply darker color to column headers and scan names in secure features configuration
merge_request: 23104
author:
type: changed
---
title: Resolve 500 error after Web IDE terminal use
merge_request: 24443
author:
type: fixed
---
title: Fix vulnerability finding list endpoint query timeout on instance security dashboard
merge_request: 23232
author:
type: fixed
---
title: Allow user to close sidebar while editing boardlist and save wip limit
merge_request:
author:
type: fixed
---
title: Add time picker to logs page
merge_request: 23837
author:
type: added
---
title: Fix 500 error in global search for blob, wiki_blob and commit search
merge_request: 23326
author:
type: fixed
---
title: Use export icon instead of download for the export button in the Dependencies
List
merge_request: 23094
author:
type: changed
---
title: Fix npm package uploads when bundleDependencies is set to false
merge_request: 24355
author:
type: fixed
---
title: Changes the standalone vulnerabilty endpoint
merge_request: 24777
author:
type: changed
---
title: Update invalid SPDX identifiers in software licenses table
merge_request: 24829
author:
type: fixed
---
title: Fix 500 error when browsing the roadmap page for a group the user is not authorized
to view
merge_request: 24002
author:
type: fixed
---
title: Add usage ping counter for events
merge_request: 199874
author:
type: added
---
title: Use project slug instead of name for Error Tracking Settings Display
merge_request: 24176
author:
type: fixed
---
title: Display error message in MR License Report if it fails to load
merge_request: 24201
author:
type: fixed
---
title: Fix display logic of Securty Report MR widget
merge_request: 24204
author:
type: fixed
---
title: Allow submit to event to trigger a new search
merge_request: 24262
author:
type: fixed
---
title: Add application limit for ES indexed field length
merge_request: 24345
author:
type: added
---
title: Fix to display a link to the logs in both embed and dashboard
merge_request: 25288
author:
type: fixed
---
title: Show View logs link in embed metrics
merge_request: 25217
author:
type: added
---
title: Hide duplicate company/individual question on trial selection
merge_request: 24567
author:
type: fixed
---
title: Geo - Fix query to retrieve Job Artifacts when selective sync is disabled
merge_request: 25388
author:
type: performance
---
title: Add API route to confirm a vulnerability
merge_request: 23099
author:
type: added
---
title: Record audit event when user is added
merge_request: 24855
author:
type: added
---
title: Record audit event when user is blocked
merge_request: 24930
author:
type: added
---
title: Record audit event when user is deleted
merge_request: 24257
author:
type: added
---
title: Correctly display the number of approvals for a merge request
merge_request: 23827
author:
type: fixed
---
title: Add API for protected environments
merge_request: 23964
author:
type: added
---
title: Delete description change history - Frontend
merge_request: 23568
author:
type: changed
---
title: Include users from all sub-projects and shared groups when counting billing seats currently in use
merge_request: 22967
author:
type: fixed
---
title: Display proper error messages on vulnerabilities fetch failure
merge_request: 23812
author:
type: changed
---
title: Prepare DB structure for GMA forking changes
merge_request: 22002
author:
type: other
---
title: Adds sorting to package api
merge_request: 20963
author:
type: added
---
title: Raise exception if any namespaces runner minutes were not reset
merge_request: 22636
author:
type: added
---
title: Add Group-level compliance dashboard MVC
merge_request: 20844
author:
type: added
---
title: Adds vulnerability management state dropdown
merge_request: 22823
author:
type: added
---
title: Add date range validation for Cycle Analytics at the backend side
merge_request: 24254
author:
type: changed
---
title: Order epic related issues by relative_position
merge_request: 23776
author:
type: fixed
---
title: Add single-level Epics to EE Premium
merge_request: 25184
author:
type: added
---
title: Introduce Credentials Inventory for Groups that enforce Group Managed Accounts
merge_request: 23944
author:
type: added
---
title: Disable self-approval at the Instance level - Fix approvals filtering
merge_request: 25385
author:
type: fixed
---
title: Resolve Disable self-approval at the Instance level
merge_request: 23731
author:
type: added
---
title: Support moving the design repository of a project when the project is transferred
to a new namespace
merge_request: 23573
author:
type: changed
---
title: Scope merge request approval rules to protected branches using API search
merge_request: 24344
author:
type: added
---
title: Allow using custom user name for service desk emails
merge_request: 22478
author:
type: added
---
title: Create audit log when username changes
merge_request: 23576
author:
type: added
---
title: Add trial field to namespaces API
merge_request: 24666
author:
type: added
---
title: Add feature filter for users
merge_request: 24765
author:
type: added
---
title: Fix rendering of design management references
merge_request: 24001
author:
type: fixed
---
title: Make sure type is set properly in Elasticsearch query when doing global search
merge_request: 22821
author:
type: fixed
---
title: Exclude GitLab generated bot users from using a license seat
merge_request: 24275
author:
type: changed
---
title: Fix group hook triggering from subgroup project
merge_request: 23333
author:
type: fixed
---
title: Fix nav link in security submenu
merge_request: 23775
author:
type: fixed
---
title: Add Group WebHooks API
merge_request: 22994
author: Rajendra Kadam
type: added
---
title: Add app validation for any-approver rule uniqueness
merge_request: 23241
author:
type: fixed
---
title: Redacts quick actions used by support bot
merge_request: 23353
author:
type: changed
---
title: Add group identification headers to epic emails
merge_request: 24878
author:
type: added
---
title: Fix orphan issues that were promoted to epics
merge_request: 23916
author:
type: fixed
---
title: Accept group path as ID when fetching notes from API
merge_request: 23535
author:
type: fixed
---
title: Allow to soft delete issuables description history
merge_request: 21439
author:
type: added
---
title: Add health_status column to issues and epics tables
merge_request: 24202
author:
type: added
---
title: Group SSO handles locked users gracefully instead of showing 500 error
merge_request: 20329
author:
type: fixed
---
title: Add additional license information to admin dashboard
merge_request: 22866
author:
type: added
---
title: Added commas to current active user count when appropriate
merge_request: 24549
author:
type: fixed
---
title: Show license badge for Gitlab.com member overview
merge_request: 23521
author:
type: added
---
title: Change conditions when user uses license seat
merge_request: 23522
author:
type: fixed
---
title: Moveable design note pins
merge_request: 24934
author:
type: added
---
title: 'Design view: moveable `new comment` pin'
merge_request: 24769
author:
type: added
---
title: Set SSL certificates path env when calling ES indexer
merge_request: 24213
author:
type: fixed
---
title: Remove confidence labels from security report
merge_request: 24033
author:
type: removed
---
title: Display warning flash if design upload is skipped
merge_request: 21615
author:
type: added
---
title: Prompt users to check their account settings
merge_request: 23994
author:
type: added
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