Update CHANGELOG-EE.md for 13.8.0-ee

[ci skip]
parent 01ca1c33
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.
## 13.8.0 (2021-01-22)
### Fixed (24 changes, 3 of them are from the community)
- Hide "Health status" edit button when the user has no permission. !49535 (Kev @KevSlashNull)
- Remove quota data for subgroups. !50163
- Fix boards create and update mutation arguments list. !50266
- 50275 Update check for free plan with both code and null. !50275
- Fix roadmap topbar text in dark mode. !50357
- Fix issue with displaying solution actions. !50648
- Invalidate Elasticsearch cache when moving projects or groups. !50712
- DevOps Adoption: Clear form when creating a new segment. !50766
- Move ScanSecurityReportSecretsWorker to avoid race-condition. !50815
- Fix todo creation on epics when toggling tasks. !50827
- Do not store invalid security_findings into the database. !50868
- Fix subscribable banner on mobile. !50972 (Kev @KevSlashNull)
- Fix creating/editing requirements on mobile. !51062 (Kev @KevSlashNull)
- Fix on-demand scans profile selectors' title alignment. !51133
- Refresh VSA path navigation carousel when updating stage data. !51187
- Remove cached/memoized ES helper. !51310
- Fix alignment of vulnerability names in pipeline security tab. !51313
- Fix halted migrations unpausing. !51326
- BUFIX - whats new dropdown text wraps on ubuntu. !51510
- Rename Backlog list to Open for Swimlanes. !51539
- Geo: Sync expired artifacts. !51541
- Ensure that only top level groups are fetched for devops adoption. !51565
- Swimlanes - Creating an issue adds board scope to it. !51675
- Backfill projects in Elasticsearch when moved between groups. !51717
### Changed (30 changes, 1 of them is from the community)
- Advanced Search: Copy issues to new index. !48334
- Remove `store_security_findings` feature flag. !48357
- Display correct maximum users in admin dashboard for license of any duration. !49861
- Migrate vulnerability state management to GraphQL. !50034
- Add confirmedBy field to vulnerability object in GraphQL. !50144
- Add resolvedBy field to vulnerability object in GraphQL. !50145
- Geo: Update usages of files_max_capacity. !50190
- Display public emails for billable members. !50290
- Resolve the race-condition of ScanSecurityReportSecretsWorker. !50335
- Add advanced search by full path field. !50567
- Update devops adoption snapshots daily. !50568
- Improve DAST Profiles library designs. !50576
- Immediately calculate devops adoption data after segment creation. !50619
- Rename internal api endpoint in order align it with the new logic shared among agentk modules. !50703
- Add Pagination to Agent Cluster List. !50713
- API Fuzzing Request/Responses show empty body message. !50731
- Geo: Increase backoff cap for Job artifacts, LFS objects, and Uploads which are missing on primary. !50812
- Avoid scheduling mirrors for pending_delete projects. !50820
- Add support for SAST_EXCLUDED_ANALYZERS. !50872
- Update Styling of Security & Compliance Carousel. !50877
- Replace button in Threat Monitoring empty state with a link. !50894
- Automatically redirect users to SAML provider after 7 day expiration. !50914
- Remove "Showing 0 projects" from project selector on initial load. !51136 (Kev @KevSlashNull)
- Change the Group Analytics navigation link to go to the Value Stream Analytics page. !51165
- Adjust spacing in project MR settings form. !51184
- Improve DAST Profiles library for smaller devices. !51315
- Add retry ability for halted Elasticsearch migrations. !51335
- Add Beta feature warning to DevOps Adoption report, and restore feature flag. !51518
- Resolve Rename Segment to Group. !51574
- Enable auto-fix indicator feature. !51631
### Performance (1 change)
- CI minutes are spread across 8 hours instead of 3. !50265
### Added (27 changes)
- Edit issue title in swimlanes sidebar. !46404
- Add current iteration toggle to board config. !46514
- Track web performance widget expansions via usage ping. !46746
- Add `/reassign_reviewer` command. !47606
- Track full code quality report views via usage ping. !49079
- Add ID filter to Namespace -> ComplianceFramework GraphQL. !49108
- Add API Fuzzing Artifact Download in MR widget. !49780
- Clone epic data when cloning issues. !50097
- Add support for member update & destroy events in Group webhooks. !50217
- Add dismissedBy field to vulnerability object in GraphQL. !50285
- Allow Requirements to be exported as a CSV file. !50449
- Add GraphQL mutation to export Requirements. !50546
- Add `dismissal_reason` enum to `VulnerabilityDismiss` mutation on GraphQL API. !50688
- Add sorting by column in DevOps Adoption table. !50743
- Add author token filtering support for Test Cases. !50747
- Show Vulnerability reproduction asset downloads. !50748
- Capture generic metrics report views via usage ping. !50790
- Delete Elasticsearch migrations index in rake gitlab:elastic:delete_index. !50817
- Add ability to validate DAST site profiles. !50847
- Add ability to group issues by label within the iteration report. !51113
- Add confidential filter token in Roadmap. !51196
- Add deployment frequency charts to CI/CD Analytics page. !51338
- Capture unique user views of group repository analytics page. !51382
- Export requirements as a CSV. !51434
- Add metric image feature for Incidents. !51552
- Add group wikis to Gitlab Backup. !51590
- Add License subscription_id to Usage Ping. !51601
### Other (11 changes, 1 of them is from the community)
- Updated UI text to match style guidelines. !49871
- Track epic issue counts on usage ping. !50204
- Block /assign quick action for test cases. !50396
- Update issue description templates UI settings. !50421
- Block confidential quick action for test cases. !50460
- Update the create issue form and epic issue actions dropdowns to use our Pajamas compliant components. !50633
- Refactor folder structure for security dashboard GraphQL files. !51117 (Kev @KevSlashNull)
- Edit pipeline subscriptions UI text. !51177
- Update repository mirroring UI text. !51311
- Update what's new UI text. !51422
- Enable DevOps Adoption Report feature flag if any Segments already exist. !51602
## 13.7.4 (2021-01-13) ## 13.7.4 (2021-01-13)
- No changes. - No changes.
......
---
title: Add current iteration toggle to board config
merge_request: 46514
author:
type: added
---
title: Backfill projects in Elasticsearch when moved between groups
merge_request: 51717
author:
type: fixed
---
title: Invalidate Elasticsearch cache when moving projects or groups
merge_request: 50712
author:
type: fixed
---
title: Add confidential filter token in Roadmap
merge_request: 51196
author:
type: added
---
title: Track web performance widget expansions via usage ping
merge_request: 46746
author:
type: added
---
title: Capture generic metrics report views via usage ping
merge_request: 50790
author:
type: added
---
title: Capture unique user views of group repository analytics page
merge_request: 51382
author:
type: added
---
title: Add ability to group issues by label within the iteration report
merge_request: 51113
author:
type: added
---
title: Add confirmedBy field to vulnerability object in GraphQL
merge_request: 50144
author:
type: changed
---
title: Add dismissedBy field to vulnerability object in GraphQL
merge_request: 50285
author:
type: added
---
title: Add resolvedBy field to vulnerability object in GraphQL
merge_request: 50145
author:
type: changed
---
title: Migrate vulnerability state management to GraphQL
merge_request: 50034
author:
type: changed
---
title: Add support for SAST_EXCLUDED_ANALYZERS
merge_request: 50872
author:
type: changed
---
title: Edit issue title in swimlanes sidebar
merge_request: 46404
author:
type: added
---
title: Update the create issue form and epic issue actions dropdowns to use our Pajamas compliant components
merge_request: 50633
author:
type: other
---
title: Add `/reassign_reviewer` command
merge_request: 47606
author:
type: added
---
title: Add ability to validate DAST site profiles
merge_request: 50847
author:
type: added
---
title: Add group wikis to Gitlab Backup
merge_request: 51590
author:
type: added
---
title: Add Pagination to Agent Cluster List
merge_request: 50713
author:
type: changed
---
title: Hide "Health status" edit button when the user has no permission
merge_request: 49535
author: Kev @KevSlashNull
type: fixed
---
title: 'Advanced Search: Copy issues to new index'
merge_request: 48334
author:
type: changed
---
title: Remove `store_security_findings` feature flag
merge_request: 48357
author:
type: changed
---
title: Track full code quality report views via usage ping
merge_request: 49079
author:
type: added
---
title: Add support for member update & destroy events in Group webhooks
merge_request: 50217
author:
type: added
---
title: Add API Fuzzing Artifact Download in MR widget
merge_request: 49780
author:
type: added
---
title: Refresh VSA path navigation carousel when updating stage data
merge_request: 51187
author:
type: fixed
---
title: API Fuzzing Request/Responses show empty body message
merge_request: 50731
author:
type: changed
---
title: Swimlanes - Creating an issue adds board scope to it
merge_request: 51675
author:
type: fixed
---
title: Enable auto-fix indicator feature
merge_request: 51631
author:
type: changed
---
title: Add ID filter to Namespace -> ComplianceFramework GraphQL
merge_request: 49108
author:
type: added
---
title: Immediately calculate devops adoption data after segment creation
merge_request: 50619
author:
type: changed
---
title: Allow Requirements to be exported as a CSV file
merge_request: 50449
author:
type: added
---
title: Add GraphQL mutation to export Requirements
merge_request: 50546
author:
type: added
---
title: Replace button in Threat Monitoring empty state with a link
merge_request: 50894
author:
type: changed
---
title: Add sorting by column in DevOps Adoption table
merge_request: 50743
author:
type: added
---
title: Remove quota data for subgroups
merge_request: 50163
author:
type: fixed
---
title: Fix todo creation on epics when toggling tasks
merge_request: 50827
author:
type: fixed
---
title: Fix roadmap topbar text in dark mode
merge_request: 50357
author:
type: fixed
---
title: Update devops adoption snapshots daily
merge_request: 50568
author:
type: changed
---
title: Add advanced search by full path field
merge_request: 50567
author:
type: changed
---
title: Add author token filtering support for Test Cases
merge_request: 50747
author:
type: added
---
title: Automatically redirect users to SAML provider after 7 day expiration
merge_request: 50914
author:
type: changed
---
title: Show Vulnerability reproduction asset downloads
merge_request: 50748
author:
type: added
---
title: Add `dismissal_reason` enum to `VulnerabilityDismiss` mutation on GraphQL API
merge_request: 50688
author:
type: added
---
title: Change the Group Analytics navigation link to go to the Value Stream Analytics page
merge_request: 51165
author:
type: changed
---
title: 'DevOps Adoption: Clear form when creating a new segment'
merge_request: 50766
author:
type: fixed
---
title: 50275 Update check for free plan with both code and null
merge_request: 50275
author:
type: fixed
---
title: Fix alignment of vulnerability names in pipeline security tab
merge_request: 51313
author:
type: fixed
---
title: Ensure that only top level groups are fetched for devops adoption
merge_request: 51565
author:
type: fixed
---
title: Rename Backlog list to Open for Swimlanes
merge_request: 51539
author:
type: fixed
---
title: Remove cached/memoized ES helper
merge_request: 51310
author:
type: fixed
---
title: Add retry ability for halted Elasticsearch migrations
merge_request: 51335
author:
type: changed
---
title: Add Beta feature warning to DevOps Adoption report, and restore feature flag
merge_request: 51518
author:
type: changed
---
title: Resolve Rename Segment to Group
merge_request: 51574
author:
type: changed
---
title: Add License subscription_id to Usage Ping
merge_request: 51601
author:
type: added
---
title: Update issue description templates UI settings
merge_request: 50421
author:
type: other
---
title: Clone epic data when cloning issues
merge_request: 50097
author:
type: added
---
title: Refactor folder structure for security dashboard GraphQL files
merge_request: 51117
author: Kev @KevSlashNull
type: other
---
title: Remove "Showing 0 projects" from project selector on initial load
merge_request: 51136
author: Kev @KevSlashNull
type: changed
---
title: Avoid scheduling mirrors for pending_delete projects
merge_request: 50820
author:
type: changed
---
title: Update repository mirroring UI text
merge_request: 51311
author:
type: other
---
title: Display correct maximum users in admin dashboard for license of any duration
merge_request: 49861
author:
type: changed
---
title: Improve DAST Profiles library for smaller devices
merge_request: 51315
author:
type: changed
---
title: Improve DAST Profiles library designs
merge_request: 50576
author:
type: changed
---
title: Delete Elasticsearch migrations index in rake gitlab:elastic:delete_index
merge_request: 50817
author:
type: added
---
title: Enable DevOps Adoption Report feature flag if any Segments already exist
merge_request: 51602
author:
type: other
---
title: Edit pipeline subscriptions UI text
merge_request: 51177
author:
type: other
---
title: Export requirements as a CSV
merge_request: 51434
author:
type: added
---
title: Fix boards create and update mutation arguments list
merge_request: 50266
author:
type: fixed
---
title: Fix creating/editing requirements on mobile
merge_request: 51062
author: Kev @KevSlashNull
type: fixed
---
title: Fix halted migrations unpausing
merge_request: 51326
author:
type: fixed
---
title: Fix subscribable banner on mobile
merge_request: 50972
author: Kev @KevSlashNull
type: fixed
---
title: Fix issue with displaying solution actions
merge_request: 50648
author:
type: fixed
---
title: Resolve the race-condition of ScanSecurityReportSecretsWorker
merge_request: 50335
author:
type: changed
---
title: Track epic issue counts on usage ping
merge_request: 50204
author:
type: other
---
title: Block /assign quick action for test cases
merge_request: 50396
author:
type: other
---
title: Block confidential quick action for test cases
merge_request: 50460
author:
type: other
---
title: BUFIX - whats new dropdown text wraps on ubuntu
merge_request: 51510
author:
type: fixed
---
title: CI minutes are spread across 8 hours instead of 3.
merge_request: 50265
author:
type: performance
---
title: Updated UI text to match style guidelines
merge_request: 49871
author:
type: other
---
title: 'Geo: Increase backoff cap for Job artifacts, LFS objects, and Uploads which are missing on primary'
merge_request: 50812
author:
type: changed
---
title: 'Geo: Sync expired artifacts'
merge_request: 51541
author:
type: fixed
---
title: 'Geo: Update usages of files_max_capacity'
merge_request: 50190
author:
type: changed
---
title: Move ScanSecurityReportSecretsWorker to avoid race-condition
merge_request: 50815
author:
type: fixed
---
title: Add deployment frequency charts to CI/CD Analytics page
merge_request: 51338
author:
type: added
---
title: Fix on-demand scans profile selectors' title alignment
merge_request: 51133
author:
type: fixed
---
title: Rename internal api endpoint in order align it with the new logic shared among
agentk modules.
merge_request: 50703
author:
type: changed
---
title: Update Styling of Security & Compliance Carousel
merge_request: 50877
author:
type: changed
---
title: Do not store invalid security_findings into the database
merge_request: 50868
author:
type: fixed
---
title: Adjust spacing in project MR settings form
merge_request: 51184
author:
type: changed
---
title: Add metric image feature for Incidents
merge_request: 51552
author:
type: added
---
title: Update what's new UI text
merge_request: 51422
author:
type: other
---
title: Display public emails for billable members
merge_request: 50290
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