Update CHANGELOG-EE.md for 12.6.0-ee

[ci skip]
parent 6d043f42
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.6.0
### Fixed (32 changes, 5 of them are from the community)
- Exclude forks from Group Security Dashboard filter. !14667
- Clarify why Service Desk feature is unavailable. !19244
- Bump code quality version in template to 0.85.5. !19354
- Nullify user roles that have been accidentaly set to a value of 0. !19569
- Display CI Minutes warning only if minutes left is still below last level. !19751
- Add a unique constraint to `software_licenses.name` column. !19840
- Link user accounts to new Smartcards identities on login. !20059
- Allow valid namespace paths with dots for api PUT. !20079
- Map software license names from the v1 license scan report to an equivalent SPDX identifer. !20195
- Prefer sending external pull request pipeline statuses over general statuses to GitHub. !20364
- Abort rendering of security reports that aren't enabled. !20381
- Fix Infinite Scrolling on Environments Dashboard Project Selector. !20408
- Link user accounts to new Smartcards certificate ldap identities on login. !20470
- Handle design repositories when moving a project to a new storage. !20509
- Resolve Version dropdown goes wrong if versions are not monotonic. !20515 (Tom Quirk)
- Turn auto_complete_issues on by default. !20525
- Handle design repositories when moving existing projects to Hashed Storage. !20540
- Fix dependency metadata on the NPM registry responses. !20549
- Fix the hiding of undismissed vulnerabilities. !20599
- Fix check for existing ES limited indexing IDs. !20866
- Show actions area for fixed vulnerabilities in merge requests. !20867
- Fix typo in Kubernetes GKE setup error message. !21091
- Include projects in subgroups in group boards relative position. !21189
- Fix inability to add comments to a discussion in Design Management. !21229
- Fix Infinity % / Infinity % on Stacked Progress Bar. !21437
- Fix sort icon direction when sorting by weight. !21447 (Jan Beckmann)
- Auto-focus title text box when creating new epics. !21516 (Jan Beckmann)
- Fix analytics icon alignment. !21555
- Invalid trial form to remember user & country. !21840
- Fix styling on contribution analytics dashboard. !207012 (briankabiro)
- Add correct link to milestone in groups for issuables list after refactor.
- Show the proper message when adding a duplicate issue to an epic. (20175)
### Changed (13 changes, 1 of them is from the community)
- Make "Learn more about" links for security scanning popovers on merge request page open in new tab. !13333 (Daniel Tian)
- Redirect Admin > Settings > Geo to Admin > Geo > Settings. !19833
- Expose epic_id parameter in issues API. !19953
- Allow to login with Smartcard certificates using SAN extensions that only defines one global email identity. !20052
- Update SAST.gitlab-ci.yml - Add kubesec analyzer. !20129
- Update start trial CTA in top right banner to only appear if all namespaces are free. !20177
- Update billing page trial CTAs. !20383
- Rename software_license_policies.approval_status to software_license_policies.classification. !20414
- Add ability to edit Group Hooks. !20898
- Improve the performance of group templates finder. !20947
- Hide elasticsearch namespaces and projects when too many in rollout. !21225
- Update Explore Geo Page. !21448
- Renamed Conversational Development Index feature to DevOps Score.
### Performance (1 change)
- Do not trigger count query for pagination without count. !21232
### Added (24 changes, 2 of them are from the community)
- Add new approval rule type which allows anyone to approve. !15378
- Add Personal access token expiry policy. !17344
- Expose time logs for group issues via the GraphQL API. !18689
- Add application settings needed for soft-deletion. !18790
- Add link to new epic for promoted issues. !18839 (Jan Beckmann)
- Use issue templates on service desk(backend). !19515
- Log history for gitlab_subscriptions table. !19694
- Resolve Show plan of root group on subgroup details page. !20218
- Adjust group members API to include group SAML info. !20357
- Add user ability to append template to incoming service desk issues. !20476
- Add audit event when member access is removed due to expiration. !20529
- Update CI templates to use sitespeed 11.2.0. !20561
- Added migration for issue link types. !20617
- Add security configuration navigation item. !20711
- Create a new database composite index to support cross-project artifacts downloads. !20721
- Add deployment API updated_at filters. !20731
- Show loading spinner in design card while design is uploading. !20814
- Add most affected projects to group security dashboard. !20892
- Introduce Credentials Inventory. !20912
- Add GraphQL mutation for changing weight of an issue. !21331
- Cache vulnerability findings history endpoint for security dashboards. !21349
- Added Marginalia feature which can generate PostgreSQL query comments to Gitlab. !21364 (BalaKumar)
- Add API for states by country. !21417
- Improved trials sign up for gitlab.com. !21650
### Other (8 changes, 2 of them are from the community)
- Store and look up design management version authorship from database. !17322
- Remove redundant ManagedLicenses controller. !20131 (briankabiro)
- Updated board_service.js to use boardStore directly. !20141 (nuwe1)
- Delete any stale deploy access levels by group. !20689
- Add project webhooks limits on GitLab.com. !20730
- Remove the design_management_flag feature flag from the codebase. The feature flag toggles the Design Management feature, and has been enabled by default since 12.2. !20883
- Remove operations_feature_flags_clients.token column. !21016
- Update the alerts used in the Dependency List to follow GitLab design guidelines. !21760
## 12.5.5 ## 12.5.5
- No changes. - No changes.
......
---
title: Remove redundant ManagedLicenses controller
merge_request: 20131
author: briankabiro
type: other
---
title: Add ability to edit Group Hooks
merge_request: 20898
author:
type: changed
---
title: Expose time logs for group issues via the GraphQL API
merge_request: 18689
author:
type: added
---
title: Fix dependency metadata on the NPM registry responses
merge_request: 20549
author:
type: fixed
---
title: Add most affected projects to group security dashboard
merge_request: 20892
author:
type: added
---
title: Exclude forks from Group Security Dashboard filter
merge_request: 14667
author:
type: fixed
---
title: Invalid trial form to remember user & country
merge_request: 21840
author:
type: fixed
---
title: Update the alerts used in the Dependency List to follow GitLab design guidelines
merge_request: 21760
author:
type: other
---
title: Add audit event when member access is removed due to expiration
merge_request: 20529
author:
type: added
---
title: Show loading spinner in design card while design is uploading
merge_request: 20814
author:
type: added
---
title: Resolve Version dropdown goes wrong if versions are not monotonic
merge_request: 20515
author: Tom Quirk
type: fixed
---
title: Include projects in subgroups in group boards relative position
merge_request: 21189
author:
type: fixed
---
title: Log history for gitlab_subscriptions table
merge_request: 19694
author:
type: added
---
title: Make "Learn more about" links for security scanning popovers on merge request
page open in new tab
merge_request: 13333
author: Daniel Tian
type: changed
---
title: Store and look up design management version authorship from database
merge_request: 17322
author:
type: other
---
title: Add security configuration navigation item
merge_request: 20711
author:
type: added
---
title: Remove the design_management_flag feature flag from the codebase. The feature
flag toggles the Design Management feature, and has been enabled by default since
12.2.
merge_request: 20883
author:
type: other
---
title: Clarify why Service Desk feature is unavailable
merge_request: 19244
author:
type: fixed
---
title: Abort rendering of security reports that aren't enabled
merge_request: 20381
author:
type: fixed
---
title: Add user ability to append template to incoming service desk issues
merge_request: 20476
author:
type: added
---
title: Prefer sending external pull request pipeline statuses over general statuses
to GitHub
merge_request: 20364
author:
type: fixed
---
title: Add project webhooks limits on GitLab.com
merge_request: 20730
author:
type: other
---
title: Redirect Admin > Settings > Geo to Admin > Geo > Settings
merge_request: 19833
author:
type: changed
---
title: Show actions area for fixed vulnerabilities in merge requests
merge_request: 20867
author:
type: fixed
---
title: Add application settings needed for soft-deletion
merge_request: 18790
author:
type: added
---
title: Add deployment API updated_at filters
merge_request: 20731
author:
type: added
---
title: Delete any stale deploy access levels by group
merge_request: 20689
author:
type: other
---
title: Link user accounts to new Smartcards identities on login
merge_request: 20059
author:
type: fixed
---
title: Hide elasticsearch namespaces and projects when too many in rollout
merge_request: 21225
author:
type: changed
---
title: Cache vulnerability findings history endpoint for security dashboards
merge_request: 21349
author:
type: added
---
title: Allow to login with Smartcard certificates using SAN extensions that only defines
one global email identity
merge_request: 20052
author:
type: changed
---
title: Map software license names from the v1 license scan report to an equivalent SPDX identifer
merge_request: 20195
author:
type: fixed
---
title: Display CI Minutes warning only if minutes left is still below last level
merge_request: 19751
author:
type: fixed
---
title: Adjust group members API to include group SAML info
merge_request: 20357
author:
type: added
---
title: Add correct link to milestone in groups for issuables list after refactor
merge_request:
author:
type: fixed
---
title: Remove operations_feature_flags_clients.token column
merge_request: 21016
author:
type: other
---
title: Improve the performance of group templates finder
merge_request: 20947
author:
type: changed
---
title: Add a unique constraint to `software_licenses.name` column
merge_request: 19840
author:
type: fixed
---
title: Add GraphQL mutation for changing weight of an issue
merge_request: 21331
author:
type: added
---
title: Update start trial CTA in top right banner to only appear if all namespaces
are free
merge_request: 20177
author:
type: changed
---
title: Add Personal access token expiry policy
merge_request: 17344
author:
type: added
---
title: Improved trials sign up for gitlab.com
merge_request: 21650
author:
type: added
---
title: Introduce Credentials Inventory
merge_request: 20912
author:
type: added
---
title: Update billing page trial CTAs
merge_request: 20383
author:
type: changed
---
title: Rename software_license_policies.approval_status to software_license_policies.classification
merge_request: 20414
author:
type: changed
---
title: Link user accounts to new Smartcards certificate ldap identities on login
merge_request: 20470
author:
type: fixed
---
title: Handle design repositories when moving a project to a new storage
merge_request: 20509
author:
type: fixed
---
title: Handle design repositories when moving existing projects to Hashed Storage
merge_request: 20540
author:
type: fixed
---
title: Fix the hiding of undismissed vulnerabilities
merge_request: 20599
author:
type: fixed
---
title: Auto-focus title text box when creating new epics
merge_request: 21516
author: Jan Beckmann
type: fixed
---
title: Fix sort icon direction when sorting by weight
merge_request: 21447
author: Jan Beckmann
type: fixed
---
title: Fix check for existing ES limited indexing IDs
merge_request: 20866
author:
type: fixed
---
title: Fix typo in Kubernetes GKE setup error message
merge_request: 21091
author:
type: fixed
---
title: Fix styling on contribution analytics dashboard
merge_request: 207012
author: briankabiro
type: fixed
---
title: Fix Infinity % / Infinity % on Stacked Progress Bar
merge_request: 21437
author:
type: fixed
---
title: Resolve Show plan of root group on subgroup details page
merge_request: 20218
author:
type: added
---
title: Update Explore Geo Page
merge_request: 21448
author:
type: changed
---
title: Add link to new epic for promoted issues
merge_request: 18839
author: Jan Beckmann
type: added
---
title: Updated board_service.js to use boardStore directly
merge_request: 20141
author: nuwe1
type: other
---
title: Fix Infinite Scrolling on Environments Dashboard Project Selector
merge_request: 20408
author:
type: fixed
---
title: Update SAST.gitlab-ci.yml - Add kubesec analyzer
merge_request: 20129
author:
type: changed
---
title: Renamed Conversational Development Index feature to DevOps Score
merge_request:
author:
type: changed
---
title: Allow valid namespace paths with dots for api PUT
merge_request: 20079
author:
type: fixed
---
title: Create a new database composite index to support cross-project artifacts downloads
merge_request: 20721
author:
type: added
---
title: Bump code quality version in template to 0.85.5
merge_request: 19354
author:
type: fixed
---
title: Update CI templates to use sitespeed 11.2.0
merge_request: 20561
author:
type: added
---
title: Fix analytics icon alignment
merge_request: 21555
author:
type: fixed
---
title: Fix inability to add comments to a discussion in Design Management
merge_request: 21229
author:
type: fixed
---
title: Do not trigger count query for pagination without count
merge_request: 21232
author:
type: performance
---
title: Add API for states by country
merge_request: 21417
author:
type: added
---
title: Nullify user roles that have been accidentaly set to a value of 0
merge_request: 19569
author:
type: fixed
---
title: Add new approval rule type which allows anyone to approve
merge_request: 15378
author:
type: added
---
title: Use issue templates on service desk(backend)
merge_request: 19515
author:
type: added
---
title: 'Show the proper message when adding a duplicate issue to an epic'
merge_request:
author: 20175
type: fixed
---
title: Added migration for issue link types.
merge_request: 20617
author:
type: added
---
title: Added Marginalia feature which can generate PostgreSQL query comments to Gitlab
merge_request: 21364
author: BalaKumar
type: added
---
title: Turn auto_complete_issues on by default
merge_request: 20525
author:
type: fixed
---
title: Expose epic_id parameter in issues API
merge_request: 19953
author:
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