Update CHANGELOG-EE.md for 13.6.0-ee

[ci skip]
parent 977fb981
Please view this file on the master branch, on stable branches it's out of date.
## 13.6.0 (2020-11-22)
### Fixed (35 changes)
- Fix permission to modify project MR rules on compliance-labeled projects. !40229
- Fix the timeout errors happenning on the "pipeline security tab". !41762
- Fix quoted search term code highlighting. !45278
- Specify correct finder for gitlab team mebers. !45550
- Change OOTB from `NetworkPolicy` to `CiliumNetworkPolicy`. !45579
- Fix icon for iteration-related system notes. !45642
- Copy dismissal information to vulnerability while creating the record. !45688
- Fix epic creation form submission as it was causing errors on Safari. !45721
- Show purchase confirmation banner when user makes new purchases for existing groups. !45786
- Doc: Introduce new gitlab-ctl promote-db command. !45941
- Update pipeline when vulnerability dismissal feedback is created. !45954
- Fix broken rake task test:index_size. !45960
- Set selected value stream after create and delete. !46100
- Synchronize dismissal information between `finding` and `vulnerability` entries. !46141
- Fix return type of DastSiteProfile#status. !46180
- Fix Global Search Reindexing when reindexing task is not found. !46224
- Fix duplicate instances in deploy boards when multiple deployments have the same track. !46374
- Resolve "SAST_DEFAULT_ANALYZERS is written with default value by SAST Config UI". !46388
- Return 404 when attempting to delete non-existent SSH key. !46450
- Fix blocking issues count cache when changing issue state. !46585
- Adding check for pipeline subscription feature availability. !46712
- Fix bug where primary was promoted even when replication/verification was not complete. !46785
- Geo Nodes Status - Fix incorrect percentages. !47013
- Clarify delayed deletion is not applicable to personal projects. !47035
- Use billing email for purchasing subscriptions. !47105
- Fix gray background on iterations list page. !47153
- Geo: Fix OAuth failure on primary. !47178
- Handle empty project within Security Configuration. !47226
- Fix error on vulnerability list when there are no vulnerabilities. !47235
- Fix real-time update of dismissal status of vulnerabilities found by Secret Detection. !47307
- Fix an issue in the create_empty_index rake task. !47575
- Fix scoped label text color in dark mode. !47602
- Fix create_migrations_index for ES6. !47651
- Fix chain of custody report button hover color. !47899
- Fix Group Jira Integration configuration page. !47944
### Deprecated (1 change)
- Deprecate globalId and undeprecate id for DastScannerProfile. !47559
### Changed (55 changes, 2 of them are from the community)
- Replace bootstrap alerts in ee/app/views/admin/licenses/_repeat_trial_info.html.haml. !41070 (Jacopo Beschi @jacopo-beschi)
- Replace bootstrap alerts in ee/app/views/trials/_banner.html.haml. !41074 (Jacopo Beschi @jacopo-beschi)
- Add description for the Value Stream Analytics Days to Completion chart. !43446
- Removes ability to change license status through MR and Pipeline pages. !43470
- Add error message to cluster agent list. !44050
- Update fuzzing download button styles. !44263
- Enable single result redirect for advanced commits search. !44308
- Add new security report schema fields to backend for API Fuzzing. !44800
- Return seats in use for free or trial subscriptions. !44973
- Remove not null constraint on framework column in project_compliance_framework_settings table. !45411
- Reject active on-demand DAST scan when unvalidated. !45423
- Update epic ID type in board issue mutations to be more specific. !45460
- DAST on-demand scans site profile form - refactor form validation. !45488
- Add remote IP address on smart-card audit event. !45512
- Include subgroups in GraphQL field for vulnerabilityGrades for Groups. !45518
- Geo: Better error handling of geo:set_secondary_as_primary rake task. !45568
- Replaced GlDeprecatedBadge with GlBadge for environments_dashboard. !45679
- Unschedule group deletion on deleting member removal. !45715
- Add total count to cluster agent and agent token GraphQL API. !45798
- Don't use docker-in-docker by default for API Fuzzing. !45827
- Replaced GlDeprecatedBadge for GlBadge in metrics_reports_issue_body. !45873
- Replaced GlDeprecatedBadge for GlBadge in ee/app/assets/javascripts/license_compliance/components/app.vue. !45891
- Change historical_data.date from date to timestamptz data type. !45893
- Replaced GlDeprecatedBadge with GlBadge for Security Dashboard Project List. !45917
- Migrate renamed Sidekiq queue. !45964
- Update MR widget vulnerability message. !46167
- Replace GlDeprecated Badge in ee/app/assets/javascripts/geo_node_form/components/app.vue. !46225
- Split 'Pipelines for merged results' and 'Merge Train' check boxes. !46357
- Move marketing opt in to welcome page and opt in by default when setting up for a company. !46446
- Improve error messages for Vulnerability Issue/MR creation. !46589
- Generate dynamically sitemap through controller. !46661
- Enhance User-Experience on Dast-report Download Button. !46681
- Add `include_descendant_groups` option to Epics GraphQL API. !46711
- Expose timebox stats explicitly. !46774
- Remove admin/license page duplicate summary. !46827
- Ooen pipeline status widget links in the same tab. !46893
- Chain of custody reports in the compliance dashboard can now also be generated for a specific merge commit. !46994
- Generate Sitemap routes statically. !47174
- Use closed icons for issues and epics when closed. !47176
- Split sign in and sign up for Trial flow. !47179
- Include first commit date in code stage calculation in Value Stream Analytics. !47215
- Move Deploy Board Legend to Tooltip. !47236
- Remove group_wikis feature flag. !47291
- Geo Node Form - Text Updates. !47297
- Remove epic check generating sitemap. !47381
- Updated Screenshots for Security & Compliance Landing Page. !47416
- Include squash and diff head SHA in Chain of Custody report. !47429
- Removed DOMContentLoaded Eventlistener from ee/app/assets/javascripts/pages/security/dashboard/show/index.js. !47515
- Removed DOMContentLoaded Eventlistener from ee/app/assets/javascripts/pages/security/vulnerabilities/index/index.js. !47516
- Removed DOMContentLoaded Eventlistener from ee/app/assets/javascripts/pages/security/dashboard/settings/index.js. !47517
- Removed DOMContentLoaded Eventlistener from Security Pages. !47542
- Include only Gitlab-org owned groups in sitemap. !47608
- Modify seat link API to send latest historical data instead of previous day's data. !47614
- Block git push over HTTP when database is read-only. !47673
- Block LFS writes when database is read-only but allow on Geo secondaries. !47684
### Performance (8 changes)
- Fix cached queries for Groups::GroupMembersController#index. !44626
- Optimize merge request approvals checking. !45009
- Run PushRuleCheck in parallel. !45668
- Add issue close date index. !46444
- Run project housekeeping for pull mirrors. !46493
- Change more Elasticsearch indexes to keyword type to save storage. !46640
- Spread CI minute reset over 3 hours at start of each month. !46927
- Remove DOMContentLoaded Eventlistener. !47619
### Added (49 changes, 1 of them is from the community)
- Add add/remove label helpers to Epic API. !40465
- Parse dependency path, and present it to the frontend. !42596
- Enable dependency path in dependency list. !44001
- Add GraphQL endpoint for Code Coverage summary for the project. !44472
- Allow filtering by iterations in issue API. !44690
- Delete pipeline subscriptions from the UI. !45166
- Allow sorting of the Incident SLA column. !45344
- Add issues collection weight to GraphQL. !45415
- Add burnup charts to milestone page. !45477
- Add burndown and burnup charts to iteration report. !45492
- Advanced Search: Add optional Chinese and Japanese languages support. !45513
- Specify group when creating epic. !45741
- Add GraphQL endpoint for Code Coverage Activity for the group. !45831
- Add audit logs for PAT create and revoke services. !45976
- Add security status badge to the project pipeline widget. !45987
- Resolve Populate the milestone dropdown combobox on the Release edit/new page with Group milestones. !46027
- Add GraphQL mutation to promote an issue to an epic. !46143
- Adding push rules to project exports. !46275
- Expose blocked issue count in GraphQL. !46303
- Add app code for secret detection token revocation. !46337
- Add service to import Requirements from a CSV file. !46361
- Show basic security scan information in merge requests for non-Ultimate users. !46458
- Update API Fuzzing template to support use of a Postman Collection. !46476
- Add email notification to notify result of CSV requirements import. !46484
- Add requirements visibility access project setting. !46532 (Lee Tickett)
- Add Vulnerabilities::FindingLink model. !46555
- Chain of custody report filter by merge commit sha. !46581
- Introduce vulnerabilities trends chart to the security dashboard. !46591
- Add background migrations for Elasticsearch. !46672
- Add API Fuzzing to security dashboard and vulnerabilities details page. !46854
- Expose Devops Adoption segments via GraphQL. !46879
- Add epic filter option to public APIs. !46887
- Enable credentials inventory revocation emails. !46973
- Add new fields for creating issues from vulnerabilities in Jira. !46982
- Geo: Disable Self-service framework verification by default, and add package file verification feature flag. !46998
- Epics Swimlanes for group and project issue boards. !47036
- Fetch available issue types in Jira integration for vulnerabilities. !47046
- Add link to generate issue from vulnerability in Jira. !47048
- Add filtering Jira issues on GitLab Vulnerability ID. !47198
- Add releasesCount and releasesPercentage to Group GraphQL type. !47245
- Add filtering by iteration in GraphQL board list issues query. !47263
- Enable Special References for Vulnerabilities. !47292
- Promote an Issue to an Epic via the UI. !47306
- Expose discussion and notes count in Epic query. !47409
- Add route for test cases show page. !47441
- Add graphql for snippet registries. !47448
- Generate audit event after new user is approved. !47468
- Add latest project test coverage list to group repositories analytics. !47572
- Allow filtering by iteration in issue lists and issue boards. !47766
### Other (11 changes, 5 of them are from the community)
- Replace `GlDeprecatedDropdown` with `GlDropdown` in `ee/app/assets/javascripts/insights/components/insights.vue`. !41442 (nuwe1)
- Update approvals toggle button style. !42075
- Track issue health status changes in usage ping. !44417
- Add text/tips to clarify various user counts in self-managed admin panels. !44986
- Update security dashboard filter styling. !45468
- Add retention information to Vulnerability Count documentation. !46054
- Refactor license delete confirmation modal to use Pajamas. !46149
- Test for different link types in IssueLinksResolver and create E2E specs. !46297 (Justin Zeng)
- Rename "cycle analytics" with "value stream analytics" under /ee/spec. !46745 (Takuya Noguchi)
- Remove duplicated BS display properties from Quality Test Case. !47044 (Takuya Noguchi)
- Remove duplicated BS display properties from member overriding UI. !47126 (Takuya Noguchi)
## 13.5.4 (2020-11-13)
### Fixed (1 change)
......
---
title: Add filtering by iteration in GraphQL board list issues query
merge_request: 47263
author:
type: added
---
title: Allow filtering by iterations in issue API
merge_request: 44690
author:
type: added
---
title: Add audit logs for PAT create and revoke services
merge_request: 45976
author:
type: added
---
title: Add releasesCount and releasesPercentage to Group GraphQL type
merge_request: 47245
author:
type: added
---
title: Update security dashboard filter styling
merge_request: 45468
author:
type: other
---
title: Change more Elasticsearch indexes to keyword type to save storage
merge_request: 46640
author:
type: performance
---
title: Run project housekeeping for pull mirrors
merge_request: 46493
author:
type: performance
---
title: Enable Special References for Vulnerabilities
merge_request: 47292
author:
type: added
---
title: Use closed icons for issues and epics when closed
merge_request: 47176
author:
type: changed
---
title: Add epic filter option to public APIs
merge_request: 46887
author:
type: added
---
title: Update approvals toggle button style
merge_request: 42075
author:
type: other
---
title: Parse dependency path, and present it to the frontend
merge_request: 42596
author:
type: added
---
title: Fix epic creation form submission as it was causing errors on Safari
merge_request: 45721
author:
type: fixed
---
title: Refactor license delete confirmation modal to use Pajamas
merge_request: 46149
author:
type: other
---
title: Track issue health status changes in usage ping
merge_request: 44417
author:
type: other
---
title: Removes ability to change license status through MR and Pipeline pages
merge_request: 43470
author:
type: changed
---
title: Fix cached queries for Groups::GroupMembersController#index
merge_request: 44626
author:
type: performance
---
title: Resolve Populate the milestone dropdown combobox on the Release edit/new page
with Group milestones
merge_request: 46027
author:
type: added
---
title: Enable single result redirect for advanced commits search
merge_request: 44308
author:
type: changed
---
title: Replace bootstrap alerts in ee/app/views/admin/licenses/_repeat_trial_info.html.haml
merge_request: 41070
author: Jacopo Beschi @jacopo-beschi
type: changed
---
title: Replace bootstrap alerts in ee/app/views/trials/_banner.html.haml
merge_request: 41074
author: Jacopo Beschi @jacopo-beschi
type: changed
---
title: Add text/tips to clarify various user counts in self-managed admin panels
merge_request: 44986
author:
type: other
---
title: Promote an Issue to an Epic via the UI
merge_request: 47306
author:
type: added
---
title: Add GraphQL mutation to promote an issue to an epic
merge_request: 46143
author:
type: added
---
title: Add background migrations for Elasticsearch
merge_request: 46672
author:
type: added
---
title: Test for different link types in IssueLinksResolver and create E2E specs
merge_request: 46297
author: Justin Zeng
type: other
---
title: Introduce vulnerabilities trends chart to the security dashboard
merge_request: 46591
author:
type: added
---
title: Fix the timeout errors happenning on the "pipeline security tab"
merge_request: 41762
author:
type: fixed
---
title: Epics Swimlanes for group and project issue boards
merge_request: 47036
author:
type: added
---
title: Add Vulnerabilities::FindingLink model
merge_request: 46555
author:
type: added
---
title: Add remote IP address on smart-card audit event
merge_request: 45512
author:
type: changed
---
title: Fix permission to modify project MR rules on compliance-labeled projects
merge_request: 40229
author:
type: fixed
---
title: Add security status badge to the project pipeline widget
merge_request: 45987
author:
type: added
---
title: Don't use docker-in-docker by default for API Fuzzing
merge_request: 45827
author:
type: changed
---
title: Include subgroups in GraphQL field for vulnerabilityGrades for Groups
merge_request: 45518
author:
type: changed
---
title: 'Advanced Search: Add optional Chinese and Japanese languages support'
merge_request: 45513
author:
type: added
---
title: Split 'Pipelines for merged results' and 'Merge Train' check boxes
merge_request: 46357
author:
type: changed
---
title: Add email notification to notify result of CSV requirements import
merge_request: 46484
author:
type: added
---
title: Add service to import Requirements from a CSV file
merge_request: 46361
author:
type: added
---
title: Add retention information to Vulnerability Count documentation
merge_request: 46054
author:
type: other
---
title: Show purchase confirmation banner when user makes new purchases for existing
groups
merge_request: 45786
author:
type: fixed
---
title: Add issue close date index
merge_request: 46444
author:
type: performance
---
title: Fix quoted search term code highlighting
merge_request: 45278
author:
type: fixed
---
title: Geo Node Form - Text Updates
merge_request: 47297
author:
type: changed
---
title: Add description for the Value Stream Analytics Days to Completion chart
merge_request: 43446
author:
type: changed
---
title: Update API Fuzzing template to support use of a Postman Collection
merge_request: 46476
author:
type: added
---
title: Remove not null constraint on framework column in project_compliance_framework_settings
table
merge_request: 45411
author:
type: changed
---
title: Update pipeline when vulnerability dismissal feedback is created
merge_request: 45954
author:
type: fixed
---
title: Update fuzzing download button styles
merge_request: 44263
author:
type: changed
---
title: Fix Global Search Reindexing when reindexing task is not found
merge_request: 46224
author:
type: fixed
---
title: Add error message to cluster agent list
merge_request: 44050
author:
type: changed
---
title: Resolve "SAST_DEFAULT_ANALYZERS is written with default value by SAST Config UI"
merge_request: 46388
author:
type: fixed
---
title: Return seats in use for free or trial subscriptions
merge_request: 44973
author:
type: changed
---
title: Add new security report schema fields to backend for API Fuzzing
merge_request: 44800
author:
type: changed
---
title: Copy dismissal information to vulnerability while creating the record
merge_request: 45688
author:
type: fixed
---
title: Synchronize dismissal information between `finding` and `vulnerability` entries
merge_request: 46141
author:
type: fixed
---
title: Expose Devops Adoption segments via GraphQL
merge_request: 46879
author:
type: added
---
title: Handle empty project within Security Configuration
merge_request: 47226
author:
type: fixed
---
title: Fix icon for iteration-related system notes
merge_request: 45642
author:
type: fixed
---
title: Set selected value stream after create and delete
merge_request: 46100
author:
type: fixed
---
title: Update MR widget vulnerability message
merge_request: 46167
author:
type: changed
---
title: Add total count to cluster agent and agent token GraphQL API
merge_request: 45798
author:
type: changed
---
title: Fix broken rake task test:index_size
merge_request: 45960
author:
type: fixed
---
title: Chain of custody reports in the compliance dashboard can now also be generated
for a specific merge commit.
merge_request: 46994
author:
type: changed
---
title: Add issues collection weight to GraphQL
merge_request: 45415
author:
type: added
---
title: Remove duplicated BS display properties from member overriding UI
merge_request: 47126
author: Takuya Noguchi
type: other
---
title: Remove duplicated BS display properties from Quality Test Case
merge_request: 47044
author: Takuya Noguchi
type: other
---
title: Add app code for secret detection token revocation
merge_request: 46337
author:
type: added
---
title: Change historical_data.date from date to timestamptz data type
merge_request: 45893
author:
type: changed
---
title: Modify seat link API to send latest historical data instead of previous day's
data
merge_request: 47614
author:
type: changed
---
title: Add API Fuzzing to security dashboard and vulnerabilities details page
merge_request: 46854
author:
type: added
---
title: Enable credentials inventory revocation emails
merge_request: 46973
author:
type: added
---
title: Show basic security scan information in merge requests for non-Ultimate users
merge_request: 46458
author:
type: added
---
title: Remove group_wikis feature flag
merge_request: 47291
author:
type: changed
---
title: Return 404 when attempting to delete non-existent SSH key
merge_request: 46450
author:
type: fixed
---
title: Fix real-time update of dismissal status of vulnerabilities found by Secret Detection
merge_request: 47307
author:
type: fixed
---
title: Fix gray background on iterations list page
merge_request: 47153
author:
type: fixed
---
title: Add latest project test coverage list to group repositories analytics
merge_request: 47572
author:
type: added
---
title: Remove admin/license page duplicate summary
merge_request: 46827
author:
type: changed
---
title: Clarify delayed deletion is not applicable to personal projects
merge_request: 47035
author:
type: fixed
---
title: Rename "cycle analytics" with "value stream analytics" under /ee/spec
merge_request: 46745
author: Takuya Noguchi
type: other
---
title: Generate audit event after new user is approved
merge_request: 47468
author:
type: added
---
title: Ooen pipeline status widget links in the same tab
merge_request: 46893
author:
type: changed
---
title: Fetch available issue types in Jira integration for vulnerabilities
merge_request: 47046
author:
type: added
---
title: Add new fields for creating issues from vulnerabilities in Jira
merge_request: 46982
author:
type: added
---
title: Add link to generate issue from vulnerability in Jira
merge_request: 47048
author:
type: added
---
title: Add filtering Jira issues on GitLab Vulnerability ID
merge_request: 47198
author:
type: added
---
title: Geo Nodes Status - Fix incorrect percentages
merge_request: 47013
author:
type: fixed
---
title: Fix error on vulnerability list when there are no vulnerabilities
merge_request: 47235
author:
type: fixed
---
title: Fix an issue in the create_empty_index rake task
merge_request: 47575
author:
type: fixed
---
title: Allow filtering by iteration in issue lists and issue boards
merge_request: 47766
author:
type: added
---
title: Fix Group Jira Integration configuration page
merge_request: 47944
author:
type: fixed
---
title: Unschedule group deletion on deleting member removal
merge_request: 45715
author:
type: changed
---
title: Enhance User-Experience on Dast-report Download Button
merge_request: 46681
author:
type: changed
---
title: Replaced GlDeprecatedBadge for GlBadge in ee/app/assets/javascripts/license_compliance/components/app.vue
merge_request: 45891
author:
type: changed
---
title: Replace `GlDeprecatedDropdown` with `GlDropdown` in `ee/app/assets/javascripts/insights/components/insights.vue`
merge_request: 41442
author: nuwe1
type: other
---
title: Replaced GlDeprecatedBadge with GlBadge for Security Dashboard Project List
merge_request: 45917
author:
type: changed
---
title: Replaced GlDeprecatedBadge for GlBadge in metrics_reports_issue_body
merge_request: 45873
author:
type: changed
---
title: Include first commit date in code stage calculation in Value Stream Analytics
merge_request: 47215
author:
type: changed
---
title: Adding push rules to project exports
merge_request: 46275
author:
type: added
---
title: Add requirements visibility access project setting
merge_request: 46532
author: Lee Tickett
type: added
---
title: Add route for test cases show page
merge_request: 47441
author:
type: added
---
title: Block git push over HTTP when database is read-only
merge_request: 47673
author:
type: changed
---
title: Block LFS writes when database is read-only but allow on Geo secondaries
merge_request: 47684
author:
type: changed
---
title: Fix bug where primary was promoted even when replication/verification was not
complete
merge_request: 46785
author:
type: fixed
---
title: 'Geo: Fix OAuth failure on primary'
merge_request: 47178
author:
type: fixed
---
title: Add graphql for snippet registries
merge_request: 47448
author:
type: added
---
title: 'Geo: Better error handling of geo:set_secondary_as_primary rake task'
merge_request: 45568
author:
type: changed
---
title: Improve error messages for Vulnerability Issue/MR creation
merge_request: 46589
author:
type: changed
---
title: Expose blocked issue count in GraphQL
merge_request: 46303
author:
type: added
---
title: Change OOTB from `NetworkPolicy` to `CiliumNetworkPolicy`
merge_request: 45579
author:
type: fixed
---
title: Specify group when creating epic
merge_request: 45741
author:
type: added
---
title: Move Deploy Board Legend to Tooltip
merge_request: 47236
author:
type: changed
---
title: Removed DOMContentLoaded Eventlistener from ee/app/assets/javascripts/pages/security/dashboard/show/index.js
merge_request: 47515
author:
type: changed
---
title: Enable dependency path in dependency list
merge_request: 44001
author:
type: added
---
title: DAST on-demand scans site profile form - refactor form validation
merge_request: 45488
author:
type: changed
---
title: Add add/remove label helpers to Epic API
merge_request: 40465
author:
type: added
---
title: Chain of custody report filter by merge commit sha
merge_request: 46581
author:
type: added
---
title: Fix return type of DastSiteProfile#status
merge_request: 46180
author:
type: fixed
---
title: Fix duplicate instances in deploy boards when multiple deployments have the same track
merge_request: 46374
author:
type: fixed
---
title: Fix create_migrations_index for ES6
merge_request: 47651
author:
type: fixed
---
title: Fix scoped label text color in dark mode
merge_request: 47602
author:
type: fixed
---
title: Update epic ID type in board issue mutations to be more specific
merge_request: 45460
author:
type: changed
---
title: Generate dynamically sitemap through controller
merge_request: 46661
author:
type: changed
---
title: Generate Sitemap routes statically
merge_request: 47174
author:
type: changed
---
title: Include only Gitlab-org owned groups in sitemap
merge_request: 47608
author:
type: changed
---
title: Remove epic check generating sitemap
merge_request: 47381
author:
type: changed
---
title: 'Doc: Introduce new gitlab-ctl promote-db command'
merge_request: 45941
author:
type: fixed
---
title: Expose timebox stats explicitly
merge_request: 46774
author:
type: changed
---
title: Fix blocking issues count cache when changing issue state
merge_request: 46585
author:
type: fixed
---
title: Fix chain of custody report button hover color
merge_request: 47899
author:
type: fixed
---
title: Add `include_descendant_groups` option to Epics GraphQL API
merge_request: 46711
author:
type: changed
---
title: Expose discussion and notes count in Epic query
merge_request: 47409
author:
type: added
---
title: Spread CI minute reset over 3 hours at start of each month.
merge_request: 46927
author:
type: performance
---
title: Include squash and diff head SHA in Chain of Custody report
merge_request: 47429
author:
type: changed
---
title: 'Geo: Disable Self-service framework verification by default, and add package
file verification feature flag'
merge_request: 46998
author:
type: added
---
title: Migrate renamed Sidekiq queue
merge_request: 45964
author:
type: changed
---
title: Add GraphQL endpoint for Code Coverage summary for the project
merge_request: 44472
author:
type: added
---
title: Add GraphQL endpoint for Code Coverage Activity for the group
merge_request: 45831
author:
type: added
---
title: Optimize merge request approvals checking
merge_request: 45009
author:
type: performance
---
title: Move marketing opt in to welcome page and opt in by default when setting up for a company
merge_request: 46446
author:
type: changed
---
title: Run PushRuleCheck in parallel
merge_request: 45668
author:
type: performance
---
title: Add burnup charts to milestone page
merge_request: 45477
author:
type: added
---
title: Add burndown and burnup charts to iteration report
merge_request: 45492
author:
type: added
---
title: Reject active on-demand DAST scan when unvalidated
merge_request: 45423
author:
type: changed
---
title: Remove DOMContentLoaded Eventlistener
merge_request: 47619
author:
type: performance
---
title: Removed DOMContentLoaded Eventlistener from Security Pages
merge_request: 47542
author:
type: changed
---
title: Removed DOMContentLoaded Eventlistener from ee/app/assets/javascripts/pages/security/vulnerabilities/index/index.js
merge_request: 47516
author:
type: changed
---
title: Removed DOMContentLoaded Eventlistener from ee/app/assets/javascripts/pages/security/dashboard/settings/index.js
merge_request: 47517
author:
type: changed
---
title: Replaced GlDeprecatedBadge with GlBadge for environments_dashboard
merge_request: 45679
author:
type: changed
---
title: Replace GlDeprecated Badge in ee/app/assets/javascripts/geo_node_form/components/app.vue
merge_request: 46225
author:
type: changed
---
title: Adding check for pipeline subscription feature availability
merge_request: 46712
author:
type: fixed
---
title: Split sign in and sign up for Trial flow
merge_request: 47179
author:
type: changed
---
title: Deprecate globalId and undeprecate id for DastScannerProfile
merge_request: 47559
author:
type: deprecated
---
title: Allow sorting of the Incident SLA column
merge_request: 45344
author:
type: added
---
title: Delete pipeline subscriptions from the UI
merge_request: 45166
author:
type: added
---
title: Updated Screenshots for Security & Compliance Landing Page
merge_request: 47416
author:
type: changed
---
title: Specify correct finder for gitlab team mebers
merge_request: 45550
author:
type: fixed
---
title: Use billing email for purchasing subscriptions
merge_request: 47105
author:
type: fixed
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