Skip to content
Snippets Groups Projects
Commit b61372da authored by GitLab Release Tools Bot's avatar GitLab Release Tools Bot
Browse files

Update CHANGELOG-EE.md for 13.7.0-ee

[ci skip]
parent 93c76ac4
No related branches found
No related tags found
No related merge requests found
Showing
with 153 additions and 95 deletions
Please view this file on the master branch, on stable branches it's out of date.
 
## 13.7.0 (2020-12-22)
### Removed (1 change)
- Remove vulnerability_special_references feature flag. !49131
### Fixed (28 changes)
- Realign audit logs/events date field. !47708
- Ensure we don't show warning when there are <1000 epics on a roadmap. !47884
- Fix missing padding in custody report dropdown. !47927
- Fix issue blocked-by modal. !48273
- Generate finding name from report data if message is missing. !48279
- Truncate vulnerability title if longer than 255 characters. !48327
- Use `master` when default branch is blank in security configuration. !48328
- Fix functionality to add comments in the vulnerability details page. !48375
- Geo Replicables - Fix missing help text. !48378
- Switch Search Elasticsearch index to use english stemmer. !48518
- Fix the user experience when the user is unauthorized or trying to subscribe for a non-existing group. !48626
- Vulnerability Report: Show identifiers without URL as plain-text instead of link. !48653
- Fix bug rendering labels in group wikis. !48763
- Fix Epic tabs when open registration alert is visible. !49150
- Fix Vuln details page request/response sections not appearing. !49166
- Include issue iid in default title for untitled incidents when created from alert via HTTP integration. !49274
- Ignore Issue and MR IID search out of range error. !49284
- Fix security dashboard breadcrumb on vulnerability details page. !49431
- Fix displaying merge request dependencies with no metrics. !49466
- Disable epic quick actions when creating new epics. !49470
- Fix invalid prop warning in On-demand scans. !49472
- Fix `Close epic` button not working on epic page. !49597
- Fix Jira issue list API calls when Jira server runs relative to a context path. !49623
- Fix group code coverage for default branch. !49630
- Fix sidebar navigation for On-demand scans. !49719
- Geo: Fix replication details nav links to show any that are enabled. !49731
- Improve response from Jira issue creation from vulnerability. !50150
- Fix group code coverage data csv. !50155
### Changed (39 changes)
- New epic button in epic list redirects the user to the new epic page. !37126
- Resolve Update MR form to use plural field names. !41402
- Improve compliance dashboard empty state message. !45273
- Migrate requirements tabs to gltab. !45736
- Expose latest snapshot for devops adoptions in GraphQL. !47388
- Add API Fuzzing job counts to telemetry pings. !47451
- Issues can be built with vulnerability information. !47528
- Remove projects_prometheus_active unused usage ping. !47792
- Removed On-demand landing page. !47867
- Fixed summary info for closed iterations. !47879
- New subscription purchase for trial namespaces follow new flow. !47880
- Update Screenshots on Security & Compliance Carousel. !47900
- Geo - Update Legacy Icons. !48058
- Separate on-demand scan template from DAST template. !48088
- Swap edit and delete button for DAST Profile library. !48124
- Move Project Export of templates into a separate sidekiq queue in order to make project creation from group level custom templates faster. !48134
- Show an error when failing to save a merge request dependency. !48237
- Only run fuzzing on commit events, not all events. !48264
- Do not display renewal banner if future dated license is applied. !48283
- Change Auto Remediation Text from Remediation Summary to Solution. !48678
- Return NONE for GraphQL DastSiteValidation type status when there is no DAST site validation. !48751
- Creating an issue from a vulnerability takes user to the new issue page. !48926
- Set retries of ScanSecurityReportSecretsWorker for max 3 days. !49022
- Add context to full code quality report. !49260
- Add confirmed_at field to vulnerability in GraphQL. !49376
- Add resolved_at field to vulnerability type in GraphQL. !49391
- Insert finding_uuid value into vulnerability_feedback when creating records. !49408
- On-demand scans: automatically select DAST profile when only one is available. !49435
- Added DAST path to display on vulnerabilities list. !49616
- Increase the Epic Nesting from 5 to 7. !49619
- Re-name Audit Log as Audit Events. !49635
- Drop matching_merge_request_db_sync feature flag. !49644
- Return the uuid attribute in the response of vulnerability_finding endpoint. !49742
- Return the finding_uuid attribute in the response of vulnerability_feedback endpoint. !49745
- Adjust Audit Events navigation and visibility. !49794
- Add dismissed_at field to vulnerability in GraphQL. !49797
- Reorder items on swimlanes sidebar. !49877
- Add `hideBacklogList` and `hideClosedList` and `iteration_id` to `createBoard` mutation input. !49947
- Automatic token revocation no longer restricted to gitlab.com. !50087
### Performance (9 changes, 4 of them are from the community)
- Remove show license timeout guard on ee. !47832
- Remove .issue-box from Issuable list Vue.js App. !47999 (Takuya Noguchi)
- Remove .issue-box element from Epics (list). !48000 (Takuya Noguchi)
- Remove .issue-box element from Requirements (list). !48001 (Takuya Noguchi)
- Improve query for fetching vulnerability scanners. !48144
- Avoid the use of Elasticsearch joins when searching for issues. !48583
- Avoid unnecessary Sidekiq retries for Security::TokenRevocationService. !48636
- Remove Bootstrap 4's Cards class name from Epics. !48856 (Takuya Noguchi)
- Enable query cache for load balancer. !49708
### Added (41 changes)
- Add Sidekiq job for importing csv requirements async. !46429
- Integrate RevocationAPI with BuildFinishedWorker. !46729
- Import requirements via CSV upload. !47064
- Show uploads size in storage usage breakdown. !47113
- Sync groups on sign-in for GitLab.com Group SAML. !47445
- Add compliance frameworks to namespaces in GraphQL API. !47779
- Added usage ping statistics about created requirement test reports. !47809
- Add get api endpoint for a single project approval rule. !47823
- Add vulnerability severities count to group report. !47861
- Add vulnerability severities count to instance report. !47863
- Introduce quality test cases. !47948
- Add compliance framework creation mutation. !48250
- Adds API support for Project Deployment Frequency. !48265
- Improve accessibility of keyboard navigation for Requirements. !48325
- Geo: Snippet replication using the new Geo framework for repositories. !48371
- Extend Vulnerability GraphQL API with External Issue Links. !48616
- Move iteration report summary stats underneath toggle buttons. !48659
- Remove audit_log_export_csv feature flag. !48669
- Add creating Vulnerability External Issue Link using GraphQL. !48687
- Expose normalizedTargetUrl on DastSiteProfile GraphQL type. !48727
- Add a form for inviting teammates to the Create group page. !48794
- Add field hasSolutions for Vulnerability GraphQL type. !48820
- Extend Gitlab::Codeowners to include a method for returning the sections only. !48898
- Add GraphQL mutation to destroy compliance framework. !48912
- Create a rake command to mark reindex job failed. !48938
- Allow Group SAML to auto-created new users. !48953
- Extend ability to read audit events to more roles. !49106
- Add parsing details from security reports. !49107
- Add ability to update compliance frameworks via GraphQL. !49157
- Pass the 'raw' URL instead of 'blob' URL in revocation api call. !49170
- Fire webhook on add group member. !49285
- Enable billable_members feature. !49336
- Allow SAML response to set certain user attributes on creation. !49394
- API Fuzzing results integrated into security dashboard. !49434
- Allow users to manage test cases. !49491
- Allow Users to Set Canary Ingress via UI. !49516
- GitLab.com users without password must contact to delete account. !49626
- Introduce User Cap admin setting. !49761
- Display blocking issues count on issues list. !49818
- Set default query string when searching with filters. !49872
- API Fuzzing results integrated with vulnerability management. !50112
### Other (14 changes, 2 of them are from the community)
- Prettify billing plans section. !48008
- Add gitlab-ui styles to issuable bootstrap buttons. !48532
- Rename "Cycle Analytics" with "Value Stream Analytics" under /ee/spec. !48550 (Takuya Noguchi)
- Rename "Cycle Analytics" with "Value Stream Analytics" in JS comments. !48551 (Takuya Noguchi)
- Add manual renew button to billings page. !48610
- Adds gl-buttons classes to push rules. !48694
- Use new gl-button in subscriptions checkout step page. !48765
- Update header text on project level vulnerability report page. !48872
- Remove the additional_repo_storage_by_namespace feature flag. !49055
- Add gl-button style to admin area. !49610
- Track events on requirements page frontend. !49656
- Convert group saml buttons to gl-button styles. !49852
- Convert group settings expand button to gl-button. !49857
- Rename code coverage analytics sections. !49931
## 13.6.3 (2020-12-10)
 
- No changes.
Loading
Loading
---
title: Show an error when failing to save a merge request dependency
merge_request: 48237
author:
type: changed
---
title: Fix displaying merge request dependencies with no metrics
merge_request: 49466
author:
type: fixed
---
title: Add API Fuzzing job counts to telemetry pings
merge_request: 47451
author:
type: changed
---
title: Add a form for inviting teammates to the Create group page
merge_request: 48794
author:
type: added
---
title: Use new gl-button in subscriptions checkout step page
merge_request: 48765
author:
type: other
---
title: Add confirmed_at field to vulnerability in GraphQL
merge_request: 49376
author:
type: changed
---
title: Add dismissed_at field to vulnerability in GraphQL
merge_request: 49797
author:
type: changed
---
title: Add resolved_at field to vulnerability type in GraphQL
merge_request: 49391
author:
type: changed
---
title: New epic button in epic list redirects the user to the new epic page
merge_request: 37126
author:
type: changed
---
title: Migrate requirements tabs to gltab
merge_request: 45736
author:
type: changed
---
title: Convert group settings expand button to gl-button
merge_request: 49857
author:
type: other
---
title: Add gl-button style to admin area
merge_request: 49610
author:
type: other
---
title: Adds gl-buttons classes to push rules
merge_request: 48694
author:
type: other
---
title: Add gitlab-ui styles to issuable bootstrap buttons
merge_request: 48532
author:
type: other
---
title: Convert group saml buttons to gl-button styles
merge_request: 49852
author:
type: other
---
title: Add context to full code quality report
merge_request: 49260
author:
type: changed
---
title: Extend Gitlab::Codeowners to include a method for returning the sections only
merge_request: 48898
author:
type: added
---
title: Improve compliance dashboard empty state message
merge_request: 45273
author:
type: changed
---
title: Improve accessibility of keyboard navigation for Requirements
merge_request: 48325
author:
type: added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment