Update CHANGELOG-EE.md for 12.4.0-ee

[ci skip]
parent 252fef74
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.4.0
### Security (2 changes)
- Prevent IDOR when adding groups to protected environments.
- Hide approvers if a rule has any hidden groups.
### Removed (1 change)
- Remove db_load_balancing_index gauge metric. !17561
### Fixed (26 changes, 1 of them is from the community)
- Admin settings errors now shown in the correct panel. !14374
- Add missing error handling for epic quick actions. !15648
- Fix project exports clobbering concurrent export paths. !16280
- Fixes scroll handle icon in time series. !16354
- Remove hardcoded Medium confidence for Container Scanning vulnerabilities. !16395
- Fixed renaming changed files. !16539
- Fix project-defined metrics dashboards not rendering. !16589
- Remove duplication of Licenses in Dependency List page. !16946
- Backfill SPDX identifiers in software_licenses table. !17004
- Monitor charts: Validate form for creating an alert before submitting. !17109
- Hide Push rules link when you dont have a license installed. !17530
- Operations Dashboard: fix minimum query message. !17574
- Fix page layout for sidebar on designs view. !17579
- Display error for invalid insights config. !17589
- Display appropriate approval status icon next to license. !17613
- Fix deduplication of WASC vulnerabilities in the Security dashboard. !17778
- Fix burndown negative count edge case. !18053
- Change design management empty state button style. !18060 (George Tsiolis)
- Decouple dependency list parser from v1.0 license scanning report. !18103
- Respect Group SSO Enforcement on projects where the user is an owner. !18154
- Scoped labels do not remove old label in board sidebar. !18313
- Restrict number of users input to positive numbers. !18381
- Fix undefined method log_geo_deleted_event for MergeRequestDiff. !18405
- Add default empty values to prevent parser errors from approving the Vulnerability-Check rule. !18423
- Fix time tracking info when the sidebar is collapsed.
- Fix Discussion tab counter on Issues.
### Changed (18 changes, 1 of them is from the community)
- Style burndown charts with gitlab-ui. !15463
- Add epic_iid parameter to issues API. !15640
- Use a single badge to show number of active alerts on metrics dashboards. !15789
- Allow files with .svg extensions to be uploaded as designs for Design Management. !16160
- Implement dismissal behaviour when dismissed vulnerabilities are hidden. !16207
- Remove environment_metrics_show_multiple_dashboards feature flag. !16640
- Make name an optional parameter of releases. !16647
- Expose epics closed_at on API. !17156
- Add static_context API param when editing GitHub project service. !17397
- Support variable expansion in branch property of bridge jobs. !17430
- Add environment dropdown to pod logs screen. !17532
- Parse v2 license scanning reports. !17646
- Remove broken HTML5 routing behaviour from Pipeline Security Dashboard. !17767
- Change Prometheus Alert details list from bulleted to description list. !18116 (Vitali Tatarintev)
- Check for software license violations using SPDX identifiers. !18300
- Move 'Advanced search' message to search page title. !18349
- Add alert message for feature 'require approval from code owners' being moved. !18715
- Enable Productivity Analytics feature by default. !18754
### Performance (1 change)
- Reduce excessive GC on pull mirrors. !17931
### Added (35 changes)
- Allow Design Management files and data to be included in the project exporter/importer. !14702
- Create system notes for design events. !14791
- Paginate SCIM responses using count and startIndex. !14892
- Front-End UI for design deletion. !15034
- Add max issue count to lists. !15116
- Sign in / sign up step for trial. !15289
- Add notification for updated privacy policy. !15435
- Show Billing Plan as Cards in profile and groups. !15437
- Add Audit Event API. !15698
- Add configurable Code Owner approvals for protected branches. !15862
- Add Alerts Service to Projects. !16117
- Add Conan check_credentials API endpoint. !16215
- Initial endpoint for exposing Cycle Analytics stages for the new frontend. !16240
- Add ability to multi select issue board cards. !16317
- Add License-Check approval UI. !16371
- Add links to associated releases on Tags page. !16479
- Frontend implementation for improved trial sign-up experience for GitLab.com (SaaS) users. !16732
- Return Todos for Designs via the REST API. !16885
- Set active insights dashboard tab from hash fragment. !16904
- Extend group IP restriction to Git activity. !16980
- Inactivate pipeline retries for Merge Trains. !17065
- Expose time when the build was generated. !17113
- Add new table for recording commit counts per file. !17277
- Add vendored template for Browser Performance Testing. !17319
- Link Gitlab managed Prometheus alerts and issues. !17477
- Disable insights tab navigation whilst current page loads. !17678
- Drop all merge requests from merge trains when the project-level setting is disabled. !17774
- Implement DAST for default branches. !17789
- Add rack attack settings for prometheus and generic alert endpoint. !17859
- Add Licenses list backend usage ping. !17925
- Associate self-managed Prometheus Alerts and Issues. !18046
- Operator can see all projects using an instance level cluster. !18173
- Expose subscribed attribute for Epics in GraphQL. !18607
- Expose epic participants on GraphQL. !18691
- Adds a generic alert integration which can accept alerts from any source via a generic webhook receiver.
### Other (4 changes)
- Productivity analytics: Add scatterplot. !15569
- Updated sidebar navigation icons to be horizontally centered when bar is condensed. !16820
- Pin major version of SAST analyzers. !17110
- Docs for protected branch code owner approval API. !17132
## 12.3.4 ## 12.3.4
### Fixed (2 changes) ### Fixed (2 changes)
......
---
title: Front-End UI for design deletion
merge_request: 15034
author:
type: added
---
title: Allow Design Management files and data to be included in the project exporter/importer
merge_request: 14702
author:
type: added
---
title: Set active insights dashboard tab from hash fragment
merge_request: 16904
author:
type: added
---
title: Add max issue count to lists
merge_request: 15116
author:
type: added
---
title: Hide Push rules link when you dont have a license installed
merge_request: 17530
author:
type: fixed
---
title: Add Audit Event API
merge_request: 15698
author:
type: added
---
title: Admin settings errors now shown in the correct panel
merge_request: 14374
author:
type: fixed
---
title: Allow files with .svg extensions to be uploaded as designs for Design Management
merge_request: 16160
author:
type: changed
---
title: Use a single badge to show number of active alerts on metrics dashboards
merge_request: 15789
author:
type: changed
---
title: Fix deduplication of WASC vulnerabilities in the Security dashboard
merge_request: 17778
author:
type: fixed
---
title: Check for software license violations using SPDX identifiers
merge_request: 18300
author:
type: changed
---
title: Decouple dependency list parser from v1.0 license scanning report
merge_request: 18103
author:
type: fixed
---
title: Backfill SPDX identifiers in software_licenses table
merge_request: 17004
author:
type: fixed
---
title: Parse v2 license scanning reports
merge_request: 17646
author:
type: changed
---
title: Add configurable Code Owner approvals for protected branches
merge_request: 15862
author:
type: added
---
title: Add Conan check_credentials API endpoint
merge_request: 16215
author:
type: added
---
title: Fix Discussion tab counter on Issues
merge_request:
author:
type: fixed
---
title: Return Todos for Designs via the REST API
merge_request: 16885
author:
type: added
---
title: Add notification for updated privacy policy
merge_request: 15435
author:
type: added
---
title: Add missing error handling for epic quick actions
merge_request: 15648
author:
type: fixed
---
title: Expose time when the build was generated
merge_request: 17113
author:
type: added
---
title: Add Licenses list backend usage ping
merge_request: 17925
author:
type: added
---
title: Inactivate pipeline retries for Merge Trains
merge_request: 17065
author:
type: added
---
title: Drop all merge requests from merge trains when the project-level setting is disabled
merge_request: 17774
author:
type: added
---
title: Remove environment_metrics_show_multiple_dashboards feature flag
merge_request: 16640
author:
type: changed
---
title: Fix time tracking info when the sidebar is collapsed
merge_request:
author:
type: fixed
---
title: Move 'Advanced search' message to search page title
merge_request: 18349
author:
type: changed
---
title: Updated sidebar navigation icons to be horizontally centered when bar is condensed
merge_request: 16820
author:
type: other
---
title: Make name an optional parameter of releases
merge_request: 16647
author:
type: changed
---
title: 'Monitor charts: Validate form for creating an alert before submitting'
merge_request: 17109
author:
type: fixed
---
title: Remove duplication of Licenses in Dependency List page
merge_request: 16946
author:
type: fixed
---
title: Extend group IP restriction to Git activity
merge_request: 16980
author:
type: added
---
title: 'Operations Dashboard: fix minimum query message'
merge_request: 17574
author:
type: fixed
---
title: Display error for invalid insights config
merge_request: 17589
author:
type: fixed
---
title: Disable insights tab navigation whilst current page loads
merge_request: 17678
author:
type: added
---
title: Remove broken HTML5 routing behaviour from Pipeline Security Dashboard
merge_request: 17767
author:
type: changed
---
title: Add default empty values to prevent parser errors from approving the Vulnerability-Check rule
merge_request: 18423
author:
type: fixed
---
title: Associate self-managed Prometheus Alerts and Issues
merge_request: 18046
author:
type: added
---
title: Fix undefined method log_geo_deleted_event for MergeRequestDiff
merge_request: 18405
author:
type: fixed
---
title: Add alert message for feature 'require approval from code owners' being moved
merge_request: 18715
author:
type: changed
---
title: Implement DAST for default branches
merge_request: 17789
author:
type: added
---
title: Add environment dropdown to pod logs screen
merge_request: 17532
author:
type: changed
---
title: Fix project-defined metrics dashboards not rendering
merge_request: 16589
author:
type: fixed
---
title: Fixed renaming changed files
merge_request: 16539
author:
type: fixed
---
title: Display appropriate approval status icon next to license
merge_request: 17613
author:
type: fixed
---
title: Implement dismissal behaviour when dismissed vulnerabilities are hidden
merge_request: 16207
author:
type: changed
---
title: Show Billing Plan as Cards in profile and groups
merge_request: 15437
author:
type: added
---
title: Add rack attack settings for prometheus and generic alert endpoint
merge_request: 17859
author:
type: added
---
title: Add new table for recording commit counts per file
merge_request: 17277
author:
type: added
---
title: Create system notes for design events
merge_request: 14791
author:
type: added
---
title: Add License-Check approval UI
merge_request: 16371
author:
type: added
---
title: Change Prometheus Alert details list from bulleted to description list
merge_request: 18116
author: Vitali Tatarintev
type: changed
---
title: Docs for protected branch code owner approval API
merge_request: 17132
author:
type: other
---
title: Remove db_load_balancing_index gauge metric
merge_request: 17561
author:
type: removed
---
title: Add vendored template for Browser Performance Testing
merge_request: 17319
author:
type: added
---
title: Enable Productivity Analytics feature by default
merge_request: 18754
author:
type: changed
---
title: Initial endpoint for exposing Cycle Analytics stages for the new frontend
merge_request: 16240
author:
type: added
---
title: Fix page layout for sidebar on designs view
merge_request: 17579
author:
type: fixed
---
title: Fixes scroll handle icon in time series
merge_request: 16354
author:
type: fixed
---
title: Add Alerts Service to Projects
merge_request: 16117
author:
type: added
---
title: Operator can see all projects using an instance level cluster
merge_request: 18173
author:
type: added
---
title: Expose epics closed_at on API
merge_request: 17156
author:
type: changed
---
title: Expose subscribed attribute for Epics in GraphQL
merge_request: 18607
author:
type: added
---
title: Expose epic participants on GraphQL
merge_request: 18691
author:
type: added
---
title: Respect Group SSO Enforcement on projects where the user is an owner
merge_request: 18154
author:
type: fixed
---
title: Paginate SCIM responses using count and startIndex
merge_request: 14892
author:
type: added
---
title: Link Gitlab managed Prometheus alerts and issues
merge_request: 17477
author:
type: added
---
title: Add static_context API param when editing GitHub project service.
merge_request: 17397
author:
type: changed
---
title: Support variable expansion in branch property of bridge jobs.
merge_request: 17430
author:
type: changed
---
title: Add ability to multi select issue board cards
merge_request: 16317
author:
type: added
---
title: 'Productivity analytics: Add scatterplot'
merge_request: 15569
author:
type: other
---
title: Add links to associated releases on Tags page
merge_request: 16479
author:
type: added
---
title: Style burndown charts with gitlab-ui
merge_request: 15463
author:
type: changed
---
title: Adds a generic alert integration which can accept alerts from any source via a generic webhook receiver.
merge_request:
author:
type: added
---
title: Remove hardcoded Medium confidence for Container Scanning vulnerabilities
merge_request: 16395
author:
type: fixed
---
title: Pin major version of SAST analyzers
merge_request: 17110
author:
type: other
---
title: Scoped labels do not remove old label in board sidebar
merge_request: 18313
author:
type: fixed
---
title: Hide approvers if a rule has any hidden groups
merge_request:
author:
type: security
---
title: Prevent IDOR when adding groups to protected environments
merge_request:
author:
type: security
---
title: Reduce excessive GC on pull mirrors
merge_request: 17931
author:
type: performance
---
title: Fix project exports clobbering concurrent export paths
merge_request: 16280
author:
type: fixed
---
title: Change design management empty state button style
merge_request: 18060
author: George Tsiolis
type: fixed
---
title: Restrict number of users input to positive numbers
merge_request: 18381
author:
type: fixed
---
title: Sign in / sign up step for trial
merge_request: 15289
author:
type: added
---
title: Frontend implementation for improved trial sign-up experience for GitLab.com (SaaS) users
merge_request: 16732
author:
type: added
---
title: Fix burndown negative count edge case
merge_request: 18053
author:
type: fixed
---
title: Add epic_iid parameter to issues API
merge_request: 15640
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