Update CHANGELOG-EE.md for 12.7.0-ee

[ci skip]
parent 92b42fc7
Please view this file on the master branch, on stable branches it's out of date.
## 12.7.0
### Removed (2 changes)
- Remove `project_ci_cd_settings.merge_trains_enabled` column. !19701
- Remove old pipeline security report view in favor of the Security Dashboard. !22152
### Fixed (20 changes, 1 of them is from the community)
- Add error flashes to Design view. !20889
- Pending (unsubmitted) review comments with multiple lines now display whitespace before being submitted. !21435
- Fixed GitLab admin not seeing merge requests in Jira Development Panel Integration. !21467
- fix CSS shadowbox on focus. !21785 (allenlai18)
- Fix GraphQL access to groups with SAML SSO Enforcement. !21922
- Remove spinner when approval require input is changed. !22186
- Add billing plans box to profiles. !22270
- Use full reference in Epic Issue GraphQL query. !22292
- Support new Azure SCIM pre-setup check. !22348
- Show expiry details in Audit events when changing acesss levels. !22412
- Fix PruneOrphanedGeoEvents to pass in demodulized name to BackgroundMigrationWorker. !22451
- Update widget on click dropdown item when creating epic from epic. !22511
- Ensure When userWithId Is Picked User IDs are Sent. !22528
- Fix initial sorting of non-persisted Cycle Analytics stages. !22541
- The Active tab on the Admin Users page should include bots. !22543
- Fix reply emails with attachments for epics. !22547
- Fix child epics depth validation. !22729
- Users without a license do not use a seat. !23146
- Fix access to horizontal scrollbar when zooming in on a design.
- fix positioning of design overlay pins when viewing design.
### Changed (13 changes)
- Rename "Production" stage in Cycle Analytics to "Total". !21450
- Update copy for start a free gold trial screen. !21820
- Show Geo node's name in admin page. !21876
- Improve validation message when a design extension is unsupported. !21888
- Prevent spiders indexing contribution analytics. !21896
- Replace depricatedModal (Geo) with GlModal. !22125
- Allow namespaces in a trial to upgrade to any plan. !22273
- DAST vendored template pins DAST to latest major version. !22371
- Rename productivity analytics date parameters. !22377
- Rename Contribution Analytics endpoint URL. !22877
- Move 'Allow admins to disable users ability to change profile name' feature to Premium tier. !23034
- Change security dashboard's filters bar background. !23094
- Add First & last name on the trial form. !33742
### Performance (3 changes)
- Cache vulnerability summary per project/group. !21373
- Fix N+1 SQL queries with protected environments. !22101
- Optimize Group#for_epics scope. !22375
### Added (26 changes)
- GitLab Pages - Storage size Limitations by Project or Group. !17725
- Add Instance Security Dashboard feature. !18008
- Add NPM dist-tag support. !20636
- Track resource weight changes. !21515
- Add support for custom email templates for service desk. !21745
- members list to group sso page. !21852
- Alow to filter by saml identity linked for group members API. !21931
- Added submit_review quick action. !22061
- Adds project_id and project_path to package group api. !22089
- Add trial_ends_on to Namespaces API. !22121
- Uniquifies path slug creation from trial new group name. !22147
- Capture Release actions in the audit log page. !22167
- Add ability to cancel a design discussion. !22241
- Enable License compliance feature for all instances. !22250
- Add support for license_scanning artifact report. !22277
- Add trial counters to usage ping. !22279
- Support gl-license-scanning-report.json file. !22312
- Includes _link object in packages list api. !22503
- Geo - Replicate project designs repositories. !22544
- Add information about epic to Issue list csv export. !22662
- Scope approval rules by protected branches via API. !22673
- Prevent a child pipeline to create further child pipelines. !22675
- Adds pipeline object to package API. !22854
- Add zooming functionality to designs in Design view. !22863
- Introduce Code Review Analytics page. !23031
- Add support for work in progress limits - Max issue count only.
### Other (3 changes, 1 of them is from the community)
- Generate appropriate Vue key for licenses list table. !21566 (allenlai18)
- Limit size of search query for non ES searches. !22208
- Remove "creations" in gitlab_subscription_histories on gitlab.com. !22278
## 12.6.4
- No changes.
......
---
title: Add NPM dist-tag support
merge_request: 20636
author:
type: added
---
title: Show Geo node's name in admin page
merge_request: 21876
author:
type: changed
---
title: Remove "creations" in gitlab_subscription_histories on gitlab.com
merge_request: 22278
author:
type: other
---
title: Update copy for start a free gold trial screen
merge_request: 21820
author:
type: changed
---
title: Alow to filter by saml identity linked for group members API
merge_request: 21931
author:
type: added
---
title: The Active tab on the Admin Users page should include bots
merge_request: 22543
author:
type: fixed
---
title: Add trial counters to usage ping
merge_request: 22279
author:
type: added
---
title: Add trial_ends_on to Namespaces API
merge_request: 22121
author:
type: added
---
title: Add billing plans box to profiles
merge_request: 22270
author:
type: fixed
---
title: Update widget on click dropdown item when creating epic from epic
merge_request: 22511
author:
type: fixed
---
title: Allow namespaces in a trial to upgrade to any plan
merge_request: 22273
author:
type: changed
---
title: Show expiry details in Audit events when changing acesss levels
merge_request: 22412
author:
type: fixed
title: Remove `project_ci_cd_settings.merge_trains_enabled` column
merge_request: 19701
author:
type: removed
---
title: Enable License compliance feature for all instances
merge_request: 22250
author:
type: added
---
title: Cache vulnerability summary per project/group
merge_request: 21373
author:
type: performance
---
title: GitLab Pages - Storage size Limitations by Project or Group
merge_request: 17725
author:
type: added
---
title: Ensure When userWithId Is Picked User IDs are Sent
merge_request: 22528
author:
type: fixed
---
title: Add information about epic to Issue list csv export
merge_request: 22662
author:
type: added
---
title: Change security dashboard's filters bar background
merge_request: 23094
author:
type: changed
---
title: Add support for custom email templates for service desk
merge_request: 21745
author:
type: added
---
title: Move 'Allow admins to disable users ability to change profile name' feature to Premium tier
merge_request: 23034
author:
type: changed
---
title: Support gl-license-scanning-report.json file
merge_request: 22312
author:
type: added
---
title: Add support for license_scanning artifact report
merge_request: 22277
author:
type: added
---
title: Capture Release actions in the audit log page
merge_request: 22167
author:
type: added
---
title: Adds pipeline object to package API
merge_request: 22854
author:
type: added
---
title: Add First & last name on the trial form
merge_request: 33742
author:
type: changed
---
title: Adds project_id and project_path to package group api
merge_request: 22089
author:
type: added
---
title: Geo - Replicate project designs repositories
merge_request: 22544
author:
type: added
---
title: Use full reference in Epic Issue GraphQL query
merge_request: 22292
author:
type: fixed
---
title: Add error flashes to Design view
merge_request: 20889
author:
type: fixed
---
title: Fix initial sorting of non-persisted Cycle Analytics stages
merge_request: 22541
author:
type: fixed
---
title: Add ability to cancel a design discussion
merge_request: 22241
author:
type: added
---
title: Replace depricatedModal (Geo) with GlModal
merge_request: 22125
author:
type: changed
---
title: Optimize Group#for_epics scope
merge_request: 22375
author:
type: performance
---
title: Introduce Code Review Analytics page
merge_request: 23031
author:
type: added
---
title: Remove spinner when approval require input is changed
merge_request: 22186
author:
type: fixed
---
title: Track resource weight changes
merge_request: 21515
author:
type: added
---
title: Rename "Production" stage in Cycle Analytics to "Total"
merge_request: 21450
author:
type: changed
---
title: Fixed GitLab admin not seeing merge requests in Jira Development Panel Integration
merge_request: 21467
author:
type: fixed
---
title: Uniquifies path slug creation from trial new group name
merge_request: 22147
author:
type: added
---
title: Scope approval rules by protected branches via API
merge_request: 22673
author:
type: added
---
title: Rename productivity analytics date parameters
merge_request: 22377
author:
type: changed
---
title: Prevent spiders indexing contribution analytics
merge_request: 21896
author:
type: changed
---
title: Add Instance Security Dashboard feature
merge_request: 18008
author:
type: added
---
title: Rename Contribution Analytics endpoint URL
merge_request: 22877
author:
type: changed
---
title: Generate appropriate Vue key for licenses list table
merge_request: 21566
author: allenlai18
type: other
---
title: fix CSS shadowbox on focus
merge_request: 21785
author: allenlai18
type: fixed
---
title: Includes _link object in packages list api
merge_request: 22503
author:
type: added
---
title: Prevent a child pipeline to create further child pipelines
merge_request: 22675
author:
type: added
---
title: Pending (unsubmitted) review comments with multiple lines now display whitespace
before being submitted
merge_request: 21435
author:
type: fixed
---
title: Fix PruneOrphanedGeoEvents to pass in demodulized name to BackgroundMigrationWorker
merge_request: 22451
author:
type: fixed
---
title: Fix access to horizontal scrollbar when zooming in on a design
merge_request:
author:
type: fixed
---
title: fix positioning of design overlay pins when viewing design
merge_request:
author:
type: fixed
---
title: Fix reply emails with attachments for epics
merge_request: 22547
author:
type: fixed
---
title: Fix child epics depth validation
merge_request: 22729
author:
type: fixed
---
title: Support new Azure SCIM pre-setup check
merge_request: 22348
author:
type: fixed
---
title: Fix GraphQL access to groups with SAML SSO Enforcement
merge_request: 21922
author:
type: fixed
---
title: Improve validation message when a design extension is unsupported
merge_request: 21888
author:
type: changed
---
title: Limit size of search query for non ES searches
merge_request: 22208
author:
type: other
---
title: Users without a license do not use a seat
merge_request: 23146
author:
type: fixed
---
title: DAST vendored template pins DAST to latest major version
merge_request: 22371
author:
type: changed
---
title: Remove old pipeline security report view in favor of the Security Dashboard
merge_request: 22152
author:
type: removed
---
title: Fix N+1 SQL queries with protected environments
merge_request: 22101
author:
type: performance
---
title: Add support for work in progress limits - Max issue count only
merge_request:
author:
type: added
---
title: Added submit_review quick action
merge_request: 22061
author:
type: added
---
title: members list to group sso page
merge_request: 21852
author:
type: added
---
title: Add zooming functionality to designs in Design view
merge_request: 22863
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