Update CHANGELOG-EE.md for 13.2.0-ee

[ci skip]
parent 8f5a80e9
Please view this file on the master branch, on stable branches it's out of date.
## 13.2.0 (2020-07-22)
### Security (1 change)
- Ensure passwords and access tokens don't appear in SCIM errors.
### Removed (3 changes)
- Remove reference to sast:container. !32061
- Revert Add scanner name. !33442
- Stop recording connection pool metrics for load balancing hosts. !33749
### Fixed (91 changes, 2 of them are from the community)
- Stop recording JSON parser errors due to third party license scanning integrations. !26944
- Improve Requirements Management empty state. !30716 (Marcin Sedlak-Jakubowski)
- Display warning for issues moved from service desk on frontend. !31803
- Add truncation for the environment dropdown. !32267
- Add negated params filter to epics search. !32296
- Clean up serialized objects in audit_events. !32434
- Migrate dismissal data from Vulnerability Feedback to Vulnerabilities. !32444
- Prevent last Group Managed Account owner with access from accidental unlinking. !32473
- Fix issues with editing epic on Boards sidebar. !32503 (Eulyeon Ko)
- Dependency List shows only vulnerabilities from Gemnasium analyzer instead of all Dependency Scanning reports. !32560
- Ensure users can unlink Group SAML when the group has SAML disabled. !32655
- Fix Elasticsearch query error for ES 7.7. !32813
- Display epic issues with null relative position. !33105
- Fix description diff delete button not hidden after clicked. !33127
- Fix Elasticsearch illegal_argument_exception when searching for large files. !33176
- Support nuget dependencies in the API. !33389
- Fix GraphQL query to fetch vulnerable projects of subgroups. !33410
- Preserve order when applying scoped labels by title. !33420
- Revert breaking changes to allow conan_sources.tgz and conan_export.tgz files in the Conan repository. !33435
- Improve regex for geo auth keys checker. !33447
- Fix confidentiality note on epic's comment field to display the correct warning text. !33486
- Geo - Does not sync files on Object Storage when syncing object storage is enabled, but the Object Storage is disabled for the data type. !33561
- Fix creating merge requests with approval rules. !33582
- Specify group url in notification email. !33613
- Fix column overlap on long texts. !33614
- Display validation errors when issue link creation fails. !33638
- Geo - Does not try to unlink file when it not possible to get the file path while cleaning orphaned registries. !33658
- Tilt contribution analytics x-axis chart titles. !33692
- Geo: Fix synchronization disabled on primary UI. !33760
- Change the linkType argument for issueLinks query to enum. !33828
- Allow admins to see project despite of ip restriction set on a group level. !34086
- Return empty scans when head_pipeline is missing. !34193
- Render security dashboard for projects without pipeline available. !34219
- Include Epics in Roadmap whose parents are not part of Roadmap. !34243
- Geo - Fix Gitlab::Geo::Replication::BaseTransfer for orphaned registries. !34292
- Authorize access to view license scan reports. !34324
- Fix errors when pushing with an expired license. !34458
- Enable active class on group packages sidebar navigation items. !34518
- Fix tooltip on vulnerability issue in security dashboard. !34560
- Fix issue with displaying Code Owner error messages in the UI. !34600
- Clear hard failure when updating mirror via UI. !34614
- Fix column styling in the vulnerability list. !34619
- Fix creating/updating issues with epic_iid parameter on API. !34641
- Fix alignment of analytics dropdowns. !34721
- Allow auditor user to access project private features. !34794
- Refresh vulnerability state and timestamp when changed by another user. !34837
- Remove SELECT N+1 on software license policies. !34866
- Remove correct feature flag strategy when removing strategy that is not persisted. !34889
- Geo - Fix repositories deletion after project removal. !34963
- Remove spacing interval between soft deleted projects. !35046
- Geo - Does not sync expired job artifacts. !35082
- Fix passing date params in VSA Summary request. !35152
- Fixes a bug that would prevent the dependencies list from rendering for user that aren't authorized to see the vulnerabilities. !35171
- Fix failing filtered search when re-submitting epic tokens. !35205
- Fix visual regression for MR approve button. !35213
- Forbid deleting a feature flag user list associated with a strategy. !35275
- Geo: Fix incorrect Package File progress bar total count. !35294
- Fix display of IP addresses in audit logs. !35356
- Fix character escaping on approvals summary. !35564
- Change required value for user callout props. !35620
- Fix alignment for the project manager in the security dashboard. !35665
- Geo - Does not sync LFS objects from fork networks. !35692
- Fix usage graph not exceeding 100%. !35758
- Fix pagination on Group Audit Events. !35767
- Always show delete button on feature flag strategies. !35786
- Display occurrences in Pipeline Security view when scanner information is missing. !35795
- The conan package presenter will now only read conan packages. !35971
- Recalculate CI extra minutes when monthly minutes default to nil. !36046
- Fix overlapping identifer string. !36108
- Fix 404 errors when "No epic" selected. !36137
- Fix overflow of Identifier content on pipeline's Security tab. !36159
- Fix zero-downtime reindexing docs count. !36173
- Fix avatar popover not appearing for delayed data. !36254
- Fix bug with IndexStatus not being set on indexing project. !36266
- Always run the stop_dast_environment. !36372
- Fix passing filter params to VSA time summary queries. !36441
- Show error when attempting to delete feature flag user list that is in use. !36487
- Geo: Fix Attachments and Job artifacts showing "Synchronization disabled". !36492
- Change default vendor name to GitLab if not defined in the security schema. !36519
- Fix difference between button sizes in the instance level security dashboard. !36668
- Fix BulkIndexer flush returning nil values after failure. !36716
- Always sort Elasticsearch searches by relevance not updated_at. !36774
- Do not render export button when instance level security dashbaord is uninitialized. !36843
- Geo - Fix Button Icon Alignment. !36867
- Correct SystemCheck name for Elasticsearch. !36903
- Fallback to `created_at` when `merged_at` is missing in Insights charts. !36930
- Geo - Update version errors. !36984
- Present only issues visible to user in Vulnerabilitiy Issue Links API. !36987
- Fix: Geo file downloads can block Sidekiq threads.
- Create issue from vulnerability has link to branch.
- Allow to remove subepics when user downgrades its license.
### Changed (73 changes)
- Update header for security config page and change to GlTable. !31471
- Display expiring subscription banner on more pages. !31497
- Remove license management from CI/CD settings. !31553
- Elasticsearch integration started using aliases instead of using indices directly. !32107
- Geo Form Validations. !32263
- Move Group-level IP address restriction feature to GitLab Premium. !32396
- Update Compliance Dashboard to use a table layout. !32440
- Add link to Node URL. !32471
- Display Project and Subgroup milestones on Roadmap. !32496
- Enable CI Minutes-related Feature Flags by default. !32581
- Remove partial word matching from code search. !32771
- Add authentication information to usage ping. !32790
- Add tooltip with description to unknown severity badge icon. !33131
- Update group audit events to use the new searchable table. !33305
- Improve the clarity of the MR approvals tooltip UI. !33329
- Dont display subscription banner if auto_renew nil. !33422
- Change approved to merged in Contribution Analytics. !33535
- Geo: Add rake task to check replication status. !33834
- Changes the displayed summary text in security reports in merge requests. !33857
- Update merge train settings checkbox text. !34073
- Update project audit events to use the new searchable table. !34176
- Analytics Insights page: Load charts individually, instead of waiting for all data to load before displaying the page. !34290
- Add polling to metrics widget. !34314
- Added CI_HAS_OPEN_REQUIREMENTS environment variable. !34419
- Add evidence and scanner fields to standalone vulnerability page. !34498
- Geo Node Form - Redesign. !34561
- Renamed Browser Performance Testing feature to be clearer, CI report now also shows unchanged values. !34634
- Update the "show labels" toggle on boards to persist using localStorage. !34728
- Omit already-trialed namespaces from trial select options. !34770
- Render storage graph when there is a limit set. !34931
- Back Project Severity Status component with GraphQL data. !35031
- Make registry table as SSOT to verify Projects and Wikis. !35095
- Add scanner type to vulnerability row. !35150
- Switch to use default report name for license_scanning job. !35159
- Ensure all newly paid groups are indexed. !35172
- Return null in securityReportSummary when the report didn't run. !35218
- Highlight expired SSH or PAT credentials in the credential inventory. !35229
- Show revoked date in credentials inventory for personal access tokens. !35251
- Add identifiers column to pipeline security tab. !35284
- Make cluster health dashboard available to all self-hosted paid tiers users. !35333
- Automatically enable Elasticsearch indexing with 'gitlab:elastic:index'. !35342
- Update storage views to show snippets size. !35419
- Add line number to SAST and Secret Detection. !35536
- Change "Restrict membership by email" field from a comma separated list to the GitLab UI Token Selector component. !35543
- Moves compliance framework to GitLab Premium. !35597
- Add snippets_size to group usage statistics graph. !35608
- Refactor empty states to reflect better messages. !35624
- Update pipeline minute warning button style. !35675
- Add identifier column to the project security dashoard. !35760
- Use IP address from request on audit events. !35834
- Expand Security & Compliance tab when viewing Vulnerabilities Details page. !35855
- Change the index on project_id column of vulnerability_statistics table to be unique. !35861
- Geo Settings Form - Redesign. !35879
- Default new feature flag strategies to all users. !35883
- Remove feature flag strategy help text from the UI. !35887
- Update pipeline security tab filter label and docs. !35893
- Introduce new messaging to include a 30 day grace period for subscription expiration. !35897
- Create TODOs for merge train errors. !35951
- Colorize security summaries in merge requests. !36035
- Add the scan vendor into the scanner column of the vulnerability list. !36145
- Provide CI data to the security configuration page to enable SAST job. !36225
- Change "Restrict access by IP address" field from a comma separated list to the GitLab UI Token Selector component. !36240
- Allow searching word tokens with letters, numbers and underscores in advanced global search. !36255
- Count health status only for opened issues. !36359
- Allow to link vulnerability with issues from other projects. !36410
- Add "Manage" column and tweak "Status" wording in the Security Configuration page. !36432
- Update Project deletion text based on deletion mode. !36461
- Add Prometheus Metrics for Index Pause Sidekiq Queue. !36473
- Autocomplete confidential only epics & issues. !36687
- Add scanner vendor to pipeline scanner column. !36764
- Rename Strategies to Focus on Affected Users. !36833
- Include Elasticsearch query params in Performance Bar. !36899
- add gl-coverage-fuzzing-report.json to artifacts. !37110
### Performance (25 changes)
- Fix N+1 queries for Elastic Web Search projects scope. !30346
- Fix N+1 queries for Elastic Search merge_requests scope. !30546
- Improve performance of Advanced Search API (Issues scope) by preloading more associations. !30778
- Update index_ci_builds_on_name_and_security_type_eq_ci_build index to support secret-detection. !31785
- Fix N+1 queries for Elastic Search projects scope. !32688
- Fix N+1 queries for Elastic Search milestones scope. !33327
- Geo - Make registry table SSOT for LFS objects. !33432
- Harden operations_dashboard_default_dashboard usage query. !33952
- Harden users_created usage data queries. !33956
- Harden security ci build job queries. !33966
- Optimize queries in MergeRequestsComplianceFinder. !34482
- Save composer.json to package metadata. !34494
- Geo: Make registry table SSOT for job artifacts. !34590
- Optimize permission checking when finding subgroup epics. !35061
- Show count of all epics on group page no matter if user can see them or not. !35129
- Speed up Advanced global search regex for file path segments. !35292
- Optimize issues_with_health_status usage ping counter. !35298
- Fix N+1 queries for Elastic Search commits scope. !35449
- Don't index the same project in Elasticsearch in parallel. !35842
- Geo: Make registry table SSOT for uploads. !35921
- Avoid N+1 of group associations in Search. !36544
- Prevent 2nd Elasticsearch query for project searches. !36672
- Fix N+1 in the RootController#index. !36805
- Make Registry table SSOT for projects and wikis. !36901
- Make Registry table SSOT for designs. !36999
### Added (133 changes, 5 of them are from the community)
- Add list limit metric to API. !27324
- Implement Go module proxy MVC (package manager for Go). !27746 (Ethan Reesor)
- Improve Vulnerability Management with Standalone Vulnerabilities. !28212
- Add viewer and linker for go.mod and go.sum. !28262 (Ethan Reesor @firelizzard)
- Add usage statistics for modsecurity total packets/anomalous packets. !28535
- Keep artifacts referenced by release evidence. !29350
- Add periodic worker for collecting network policy usage. !30328
- REST API membership responses for group owner enqueries include group managed account emails. !30584
- Add table to Issues Analytics. !30603
- Add ability to pause and resume Elasticsearch indexing. !30621
- Show the status of stand-alone secrets analyzer on the configuration page. !31167
- Support transferring and displaying image uploads on Status Page. !31269
- Add Pipeline.securityReportSummary to GraphQL. !31550
- Create test reports table. !31643
- Show usage graph for each storage type. !31649
- Add requirements filtering on author username and search by title. !31857
- Add ability to download patch from vulnerability page. !32000
- Add callout for user count threshold. !32404
- Make group/namespace name in email a link to group overview page. !32461
- Add api endpoint to retrieve resource weight events. !32542
- Add ability to select Epic while creating a New Issue. !32572
- Expose test reports on GraphQL. !32599
- Allow approval rules to be reset to project defaults. !32657
- Save setting for auto-fix feature. !32690
- Geo - Make Geo::RegistryConsistencyWorker clean up unused registries. !32695
- Add new epic creation page. !32701
- Add policy for auto_fix. !32783
- Send email notifications on Issue Iteration change. !32817
- Add support for bulk editing health status and epic on issues. !32875
- Add quick actions for iterations in issues. !32904
- Add validation to maven package version. !32925 (Bola Ahmed Buari)
- Add Elasticsearch to Sidekiq ServerMetrics. !32937
- Added CI parser for requirements reports. !33031
- Add state events to burnup chart data. !33048
- Introduce `userNotesCount` field for VulnerabilityType on GraphQL API. !33058
- Bulk edit health status. !33065
- Add project audit events API. !33155 (Julien Millau)
- Introduce `issueLinks` field for VulnerabilityType on GraphQL API. !33173
- Add Elasticsearch metrics in Rack middleware. !33233
- Adds NuGet project and license URL to the package details page. !33268
- Internationalize templates titles. !33271
- Adds a new Dependencies tab for NuGet packages on the package details page. !33303
- Support AWS IAM role for ECS tasks in Elasticsearch client. !33456
- Allow to specify multiple domains when restricting group membership by email domain. !33498
- Add MR approval stats to group contribution analytics. !33601
- Create sticky section in security dashboard layout. !33651
- Add Network Policy Management to the Threat Monitoring page. !33667
- Show secret_detection in report types. !33682
- Adds NuGet package icon to package details page. !33701
- Allow to specify `period_field` in Insights config. !33753
- Ability to make PAT expiration optional in self managed instances. !33783
- Add secret detection for GraphQL API. !33797
- Show test report status badge on Requirements list. !33848
- Pin selection summary/list header to the page top. !33875
- Persist user preferences for boards. !33892
- Add compliance frameworks to application settings table. !33923
- Fixes inconsistent package title icon colors. !33933
- Retry failed vulnerability export background jobs. !33986
- Geo Package Files UI. !34004
- Add report artifacts' links to release evidence. !34058
- Add cluster reindexing feature to our ES integration. !34069
- Add in-app notification for Personal Access Token expiry. !34101
- Add "New epic" button within epic page. !34109
- Add MR note to standalone vulnerability page. !34146
- Show issue link on security dashboard when vulnerability has an issue. !34157
- Persist individual requirement report results to test report. !34162
- Geo Package Files - Sync Counts. !34205
- Upgrade to `license_scanning` report v2.1. !34224
- Add group wiki REST API. !34232
- Epic bulk edit. !34256
- Display Saved User Lists by Feature Flags. !34294
- Add PHP Composer Package Support. !34339 (Jochen Roth @ochorocho, Giorgenes Gelatti)
- Allow Hiding/Collapsing of Milestone header on Roadmap. !34357
- Add csv export button to group security dashboard. !34374
- Prevent MR from merging if denied licenses are found. !34413
- Allow Users to Delete User Lists. !34425
- Alert Users That Lists Are Modified By API Only. !34559
- Add ability to view tokens without expiry enforcement. !34570
- Add support for gl-coverage-fuzzing-report.json and security dashboard parsing. !34648
- Geo: Enable Package File replication. !34702
- Add compliance_frameworks list to project API. !34709
- Add scanner name and identifiers to VulnerabilityType. !34766
- Add request/response to standalone vulnerability page. !34811
- Add scanner filter in Vulnerability GraphQL API. !34824
- Add Project.complianceFrameworks field to GraphQL schema. !34838
- Set checkboxes to be on by defualt for list. !34893
- Add coverage fuzzing CI template. !34984
- Add vendor to Vulnerability Scanners. !35004
- Admin UI change to trigger Elasticsearch in-cluster re-indexing. !35024
- Add vulnerability scanner query to GraphQL API. !35109
- Enable new version feature flags by default. !35192
- Add the MR author to MR's list on the compliance dashboard. !35206
- Add storage_size_limit to plan_limits table. !35219
- Add parsing Vendor name from Security Reports. !35222
- Add project count with overridden approval rules in merge request to usage ping. !35224
- Link documentation from GitLab for Jira app. !35227
- Add license approval rule section and enable feature by default. !35246
- Add Namespace API to set additionally purchased storage. !35257
- Added MR Load Performance Testing feature. !35260
- Add toggle to sort epic activity feed. !35302
- Show User List Details. !35369
- Let users modify feature flag user lists. !35373
- Update vulnerabilities and findings when report occurrences are updated. !35374
- Add Maintenance mode application settings fields. !35376
- Add running out of minutes warning to CI job pages. !35622
- Add scanned resources to security report. !35695
- Display comment icon on vulnerability list in Security Dashboard. !35863
- Allow merge when `License-Check` approve denied policies. !35885
- Add DAST URL MR Widget modal. !35945
- Return ID of newly created vulnerability issue link in API. !35947
- Add NULL value scannedResourcesCsvUrl to securityReportSummary. !35949
- Allow users to download the DAST scanned resources for a pipeline as a CSV. !36019
- Add security scanner alerts to project to project security dashboard. !36030
- Create GraphQL query to extract analyzers information. !36153
- Expose Vendor in Scanner in Vulnerability Findings API. !36184
- Add MVC for Opsgenie integration. !36199
- Update Usage Ping data to track Merge Requests with added rules. !36222
- Add filtering by scanner ID in Vulnerability Occurrences REST API. !36241
- Allow creating confidential epics. !36271
- Audit changes to project approval groups. !36393
- Expose temporary storage increase end date in api. !36495
- Add search history support for Requirements. !36554
- Add related issues widget to feature flags. !36617
- Setup group level Value Stream DB table. !36658
- Enforce presence of Value Stream when creating a stage. !36661
- Add ability to download fuzzing artifacts from pipeline page. !36676
- Scope instance-level MR settings to compliance-labeled projects. !36685
- Include ancestors in Iteration query. !36766
- Add button to Security Configuration page to enable SAST, and Auto DevOps prompt. !36796
- Add scanned_resources CSV path to Security Report Summary. !36810
- Add MR approval status to the MR compliance entity. !36824
- Enables Iterations by default. !36873
- Update Iteration status automatically. !36880
### Other (18 changes, 2 of them are from the community)
- Add license ID to license view. !19113
- Update deprecated Vue 3 slot syntax in ee/app/assets/javascripts/vue_shared/security_reports/components/modal.vue. !31966 (Gilang Gumilar)
- Added DB index on confidential epics column. !32443
- Allow ci minutes reset service to continue in case of failure. !32867
- Remove unused index for vulnerabiliy confidence levels. !33149
- Update vulnerabilities badge design in Dependency List. !33417
- Add geo_primary_replication_events to usage data. !33424
- Add new status page attributes to usage ping. !33790
- Remove optimized_elasticsearch_indexes_project feature flag. !33965
- Relocate Go models. !34338 (Ethan Reesor (@firelizzard))
- Limit child epics and epic issues page size. !34553
- Correct typo in "single sign-on", per specs. !35258
- Update UI links in EE features. !35489
- Replace .html with .md in documentation links. !35864
- Update more UI links in EE features. !36177
- Apply label color to shared Analytics label token. !36205
- Alert Opsgenie integration errors. !36648
- Resolve duplicate use of shorcuts-tree. !36732
## 13.1.3 (2020-07-06)
### Security (1 change)
......
---
title: Add new epic creation page
merge_request: 32701
author:
type: added
---
title: Geo - Fix Button Icon Alignment
merge_request: 36867
author:
type: fixed
---
title: Allow to specify `period_field` in Insights config
merge_request: 33753
author:
type: added
---
title: Create TODOs for merge train errors
merge_request: 35951
author:
type: changed
---
title: Add ability to select Epic while creating a New Issue
merge_request: 32572
author:
type: added
---
title: Support AWS IAM role for ECS tasks in Elasticsearch client
merge_request: 33456
author:
type: added
---
title: Add table to Issues Analytics
merge_request: 30603
author:
type: added
---
title: Add quick actions for iterations in issues
merge_request: 32904
author:
type: added
---
title: Show issue link on security dashboard when vulnerability has an issue
merge_request: 34157
author:
type: added
---
title: Geo - Update version errors
merge_request: 36984
author:
type: fixed
---
title: Add tooltip with description to unknown severity badge icon
merge_request: 33131
author:
type: changed
---
title: Create issue from vulnerability has link to branch
merge_request:
author:
type: fixed
---
title: Geo - Make Geo::RegistryConsistencyWorker clean up unused registries
merge_request: 32695
author:
type: added
---
title: Add ability to pause and resume Elasticsearch indexing
merge_request: 30621
author:
type: added
---
title: Geo - Make registry table SSOT for LFS objects
merge_request: 33432
author:
type: performance
---
title: Fix description diff delete button not hidden after clicked
merge_request: 33127
author:
type: fixed
---
title: Update header for security config page and change to GlTable
merge_request: 31471
author:
type: changed
---
title: Display warning for issues moved from service desk on frontend
merge_request: 31803
author:
type: fixed
---
title: Geo Package Files UI
merge_request: 34004
author:
type: added
---
title: 'Authorize access to view license scan reports'
merge_request: 34324
author:
type: fixed
---
title: Remove SELECT N+1 on software license policies
merge_request: 34866
author:
type: fixed
---
title: REST API membership responses for group owner enqueries include group managed
account emails
merge_request: 30584
author:
type: added
---
title: Add line number to SAST and Secret Detection
merge_request: 35536
author:
type: changed
---
title: Add parsing Vendor name from Security Reports
merge_request: 35222
author:
type: added
---
title: Add filtering by scanner ID in Vulnerability Occurrences REST API
merge_request: 36241
author:
type: added
---
title: Add scanner filter in Vulnerability GraphQL API
merge_request: 34824
author:
type: added
---
title: Add scanner name and identifiers to VulnerabilityType
merge_request: 34766
author:
type: added
---
title: Add vendor to Vulnerability Scanners
merge_request: 35004
author:
type: added
---
title: Add vulnerability scanner query to GraphQL API
merge_request: 35109
author:
type: added
---
title: Expose Vendor in Scanner in Vulnerability Findings API
merge_request: 36184
author:
type: added
---
title: Change default vendor name to GitLab if not defined in the security schema
merge_request: 36519
author:
type: fixed
---
title: Fix overlapping identifer string
merge_request: 36108
author:
type: fixed
---
title: Add identifiers column to pipeline security tab
merge_request: 35284
author:
type: changed
---
title: Add scanner vendor to pipeline scanner column
merge_request: 36764
author:
type: changed
---
title: Add identifier column to the project security dashoard
merge_request: 35760
author:
type: changed
---
title: Add the scan vendor into the scanner column of the vulnerability list
merge_request: 36145
author:
type: changed
---
title: Update pipeline security tab filter label and docs
merge_request: 35893
author:
type: changed
---
title: Revert breaking changes to allow conan_sources.tgz and conan_export.tgz files
in the Conan repository
merge_request: 33435
author:
type: fixed
---
title: Add "New epic" button within epic page
merge_request: 34109
author:
type: added
---
title: Support nuget dependencies in the API
merge_request: 33389
author:
type: fixed
---
title: Add Maintenance mode application settings fields
merge_request: 35376
author:
type: added
---
title: Allow Hiding/Collapsing of Milestone header on Roadmap
merge_request: 34357
author:
type: added
---
title: Add requirements filtering on author username and search by title
merge_request: 31857
author:
type: added
---
title: Add negated params filter to epics search
merge_request: 32296
author:
type: fixed
---
title: Remove spacing interval between soft deleted projects
merge_request: 35046
author:
type: fixed
---
title: Add viewer and linker for go.mod and go.sum
merge_request: 28262
author: Ethan Reesor @firelizzard
type: added
---
title: Add csv export button to group security dashboard
merge_request: 34374
author:
type: added
---
title: Fix failing filtered search when re-submitting epic tokens
merge_request: 35205
author:
type: fixed
---
title: Switch to use default report name for license_scanning job
merge_request: 35159
author:
type: changed
---
title: Audit changes to project approval groups
merge_request: 36393
author:
type: added
---
title: Back Project Severity Status component with GraphQL data
merge_request: 35031
author:
type: changed
---
title: Elasticsearch integration started using aliases instead of using indices directly
merge_request: 32107
author:
type: changed
---
title: Add cluster reindexing feature to our ES integration
merge_request: 34069
author:
type: added
---
title: Geo Form Validations
merge_request: 32263
author:
type: changed
---
title: Change the linkType argument for issueLinks query to enum
merge_request: 33828
author:
type: fixed
---
title: Introduce `issueLinks` field for VulnerabilityType on GraphQL API
merge_request: 33173
author:
type: added
---
title: Display comment icon on vulnerability list in Security Dashboard
merge_request: 35863
author:
type: added
---
title: Introduce `userNotesCount` field for VulnerabilityType on GraphQL API
merge_request: 33058
author:
type: added
---
title: Render security dashboard for projects without pipeline available
merge_request: 34219
author:
type: fixed
---
title: Refactor empty states to reflect better messages
merge_request: 35624
author:
type: changed
---
title: Add Elasticsearch to Sidekiq ServerMetrics
merge_request: 32937
author:
type: added
---
title: Add Elasticsearch metrics in Rack middleware
merge_request: 33233
author:
type: added
---
title: Add toggle to sort epic activity feed
merge_request: 35302
author:
type: added
---
title: Display Project and Subgroup milestones on Roadmap
merge_request: 32496
author:
type: changed
---
title: Admin UI change to trigger Elasticsearch in-cluster re-indexing
merge_request: 35024
author:
type: added
---
title: Add link to Node URL
merge_request: 32471
author:
type: changed
---
title: Fix avatar popover not appearing for delayed data
merge_request: 36254
author:
type: fixed
---
title: Add PHP Composer Package Support
merge_request: 34339
author: Jochen Roth @ochorocho, Giorgenes Gelatti
type: added
---
title: Save composer.json to package metadata
merge_request: 34494
author:
type: performance
---
title: Highlight expired SSH or PAT credentials in the credential inventory
merge_request: 35229
author:
type: changed
---
title: Update vulnerabilities and findings when report occurrences are updated
merge_request: 35374
author:
type: added
---
title: Geo Node Form - Redesign
merge_request: 34561
author:
type: changed
---
title: Add evidence and scanner fields to standalone vulnerability page
merge_request: 34498
author:
type: changed
---
title: Add compliance_frameworks list to project API
merge_request: 34709
author:
type: added
---
title: Add Project.complianceFrameworks field to GraphQL schema
merge_request: 34838
author:
type: added
---
title: Create sticky section in security dashboard layout
merge_request: 33651
author:
type: added
---
title: Pin selection summary/list header to the page top
merge_request: 33875
author:
type: added
---
title: Move Group-level IP address restriction feature to GitLab Premium
merge_request: 32396
author:
type: changed
---
title: Persist individual requirement report results to test report
merge_request: 34162
author:
type: added
---
title: Show test report status badge on Requirements list
merge_request: 33848
author:
type: added
---
title: Fix N+1 queries for Elastic Web Search projects scope
merge_request: 30346
author:
type: performance
---
title: Allow ci minutes reset service to continue in case of failure
merge_request: 32867
author:
type: other
---
title: Add policy for auto_fix
merge_request: 32783
author:
type: added
---
title: Save setting for auto-fix feature
merge_request: 32690
author:
type: added
---
title: Fix N+1 queries for Elastic Search projects scope.
merge_request: 32688
author:
type: performance
---
title: Fix N+1 queries for Elastic Search commits scope.
merge_request: 35449
author:
type: performance
---
title: Fix N+1 queries for Elastic Search merge_requests scope.
merge_request: 30546
author:
type: performance
---
title: Fix N+1 queries for Elastic Search milestones scope.
merge_request: 33327
author:
type: performance
---
title: Prevent MR from merging if denied licenses are found
merge_request: 34413
author:
type: added
---
title: Allow merge when `License-Check` approve denied policies
merge_request: 35885
author:
type: added
---
title: Fix issues with editing epic on Boards sidebar
merge_request: 32503
author: Eulyeon Ko
type: fixed
---
title: Retry failed vulnerability export background jobs
merge_request: 33986
author:
type: added
---
title: Geo Settings Form - Redesign
merge_request: 35879
author:
type: changed
---
title: Changes the displayed summary text in security reports in merge requests
merge_request: 33857
author:
type: changed
---
title: Remove optimized_elasticsearch_indexes_project feature flag
merge_request: 33965
author:
type: other
---
title: Automatically enable Elasticsearch indexing with 'gitlab:elastic:index'
merge_request: 35342
author:
type: changed
---
title: Clean up serialized objects in audit_events
merge_request: 32434
author:
type: fixed
---
title: Add ability to download patch from vulnerability page
merge_request: 32000
author:
type: added
---
title: Add MR note to standalone vulnerability page
merge_request: 34146
author:
type: added
---
title: Add ability to download fuzzing artifacts from pipeline page
merge_request: 36676
author:
type: added
---
title: Add request/response to standalone vulnerability page
merge_request: 34811
author:
type: added
---
title: Use IP address from request on audit events
merge_request: 35834
author:
type: changed
---
title: 'Geo: Make registry table SSOT for job artifacts'
merge_request: 34590
author:
type: performance
---
title: Expand Security & Compliance tab when viewing Vulnerabilities Details page
merge_request: 35855
author:
type: changed
---
title: Fix column styling in the vulnerability list
merge_request: 34619
author:
type: fixed
---
title: Migrate dismissal data from Vulnerability Feedback to Vulnerabilities
merge_request: 32444
author:
type: fixed
---
title: Make group/namespace name in email a link to group overview page
merge_request: 32461
author:
type: added
---
title: Update group audit events to use the new searchable table
merge_request: 33305
author:
type: changed
---
title: Update project audit events to use the new searchable table
merge_request: 34176
author:
type: changed
---
title: Add callout for user count threshold
merge_request: 32404
author:
type: added
---
title: Add Prometheus Metrics for Index Pause Sidekiq Queue.
merge_request: 36473
author:
type: changed
---
title: Update Compliance Dashboard to use a table layout
merge_request: 32440
author:
type: changed
---
title: Add MR approval status to the MR compliance entity
merge_request: 36824
author:
type: added
---
title: Enable active class on group packages sidebar navigation items
merge_request: 34518
author:
type: fixed
---
title: Fix column overlap on long texts
merge_request: 33614
author:
type: fixed
---
title: Send email notifications on Issue Iteration change
merge_request: 32817
author:
type: added
---
title: Set checkboxes to be on by defualt for list
merge_request: 34893
author:
type: added
---
title: Show revoked date in credentials inventory for personal access tokens
merge_request: 35251
author:
type: changed
---
title: Fix Elasticsearch query error for ES 7.7
merge_request: 32813
author:
type: fixed
---
title: Add support for bulk editing health status and epic on issues
merge_request: 32875
author:
type: added
---
title: Enable CI Minutes-related Feature Flags by default
merge_request: 32581
author:
type: changed
---
title: Fixes a bug that would prevent the dependencies list from rendering for user that aren't authorized to see the vulnerabilities
merge_request: 35171
author:
type: fixed
---
title: Add security scanner alerts to project to project security dashboard
merge_request: 36030
author:
type: added
---
title: Add the MR author to MR's list on the compliance dashboard
merge_request: 35206
author:
type: added
---
title: Fix Elasticsearch illegal_argument_exception when searching for large files
merge_request: 33176
author:
type: fixed
---
title: Resolve duplicate use of shorcuts-tree
merge_request: 36732
author:
type: other
---
title: Prevent 2nd Elasticsearch query for project searches
merge_request: 36672
author:
type: performance
---
title: Fix confidentiality note on epic's comment field to display the correct warning
text
merge_request: 33486
author:
type: fixed
---
title: Add compliance frameworks to application settings table
merge_request: 33923
author:
type: added
---
title: Scope instance-level MR settings to compliance-labeled projects
merge_request: 36685
author:
type: added
---
title: Fix GraphQL query to fetch vulnerable projects of subgroups
merge_request: 33410
author:
type: fixed
---
title: Update vulnerabilities badge design in Dependency List
merge_request: 33417
author:
type: other
---
title: 'Analytics Insights page: Load charts individually, instead of waiting for
all data to load before displaying the page'
merge_request: 34290
author:
type: changed
---
title: Geo Package Files - Sync Counts
merge_request: 34205
author:
type: added
---
title: Geo - Does not sync files on Object Storage when syncing object storage is
enabled, but the Object Storage is disabled for the data type
merge_request: 33561
author:
type: fixed
---
title: Geo - Does not try to unlink file when it not possible to get the file path
while cleaning orphaned registries
merge_request: 33658
author:
type: fixed
---
title: Specify group url in notification email
merge_request: 33613
author:
type: fixed
---
title: Ensure all newly paid groups are indexed.
merge_request: 35172
author:
type: changed
---
title: Allow admins to see project despite of ip restriction set on a group level
merge_request: 34086
author:
type: fixed
---
title: Fixes inconsistent package title icon colors
merge_request: 33933
author:
type: added
---
title: Harden users_created usage data queries
merge_request: 33956
author:
type: performance
---
title: Harden operations_dashboard_default_dashboard usage query
merge_request: 33952
author:
type: performance
---
title: Harden security ci build job queries
merge_request: 33966
author:
type: performance
---
title: Change "Restrict membership by email" field from a comma separated list to
the GitLab UI Token Selector component
merge_request: 35543
author:
type: changed
---
title: Add button to Security Configuration page to enable SAST, and Auto DevOps prompt
merge_request: 36796
author:
type: added
---
title: Add "Manage" column and tweak "Status" wording in the Security Configuration page
merge_request: 36432
author:
type: changed
---
title: Change "Restrict access by IP address" field from a comma separated list to
the GitLab UI Token Selector component
merge_request: 36240
author:
type: changed
---
title: Return empty scans when head_pipeline is missing
merge_request: 34193
author:
type: fixed
---
title: Display occurrences in Pipeline Security view when scanner information is missing
merge_request: 35795
author:
type: fixed
---
title: Colorize security summaries in merge requests
merge_request: 36035
author:
type: changed
---
title: Fix issue with displaying Code Owner error messages in the UI
merge_request: 34600
author:
type: fixed
---
title: 'Fix: Geo file downloads can block Sidekiq threads'
merge_request:
author:
type: fixed
---
title: Refresh vulnerability state and timestamp when changed by another user
merge_request: 34837
author:
type: fixed
---
title: Fix alignment for the project manager in the security dashboard
merge_request: 35665
author:
type: fixed
---
title: Clear hard failure when updating mirror via UI
merge_request: 34614
author:
type: fixed
---
title: Update Usage Ping data to track Merge Requests with added rules
merge_request: 36222
author:
type: added
---
title: Add project count with overridden approval rules in merge request to usage ping
merge_request: 35224
author:
type: added
---
title: Omit already-trialed namespaces from trial select options
merge_request: 34770
author:
type: changed
---
title: 'Geo: Make registry table SSOT for uploads'
merge_request: 35921
author:
type: performance
---
title: Geo - Does not sync expired job artifacts
merge_request: 35082
author:
type: fixed
---
title: Fix alignment of analytics dropdowns
merge_request: 34721
author:
type: fixed
---
title: Add storage_size_limit to plan_limits table
merge_request: 35219
author:
type: added
---
title: Apply label color to shared Analytics label token
merge_request: 36205
author:
type: other
---
title: Make registry table as SSOT to verify Projects and Wikis
merge_request: 35095
author:
type: changed
---
title: Geo - Fix repositories deletion after project removal
merge_request: 34963
author:
type: fixed
---
title: Optimize issues_with_health_status usage ping counter
merge_request: 35298
author:
type: performance
---
title: Link documentation from GitLab for Jira app
merge_request: 35227
author:
type: added
---
title: Fix BulkIndexer flush returning nil values after failure.
merge_request: 36716
author:
type: fixed
---
title: Fix visual regression for MR approve button
merge_request: 35213
author:
type: fixed
---
title: Moves compliance framework to GitLab Premium
merge_request: 35597
author:
type: changed
---
title: Speed up Advanced global search regex for file path segments
merge_request: 35292
author:
type: performance
---
title: Add running out of minutes warning to CI job pages
merge_request: 35622
author:
type: added
---
title: Update pipeline minute warning button style
merge_request: 35675
author:
type: changed
---
title: Fix difference between button sizes in the instance level security dashboard
merge_request: 36668
author:
type: fixed
---
title: Geo - Does not sync LFS objects from fork networks
merge_request: 35692
author:
type: fixed
---
title: The conan package presenter will now only read conan packages
merge_request: 35971
author:
type: fixed
---
title: Always sort Elasticsearch searches by relevance not updated_at
merge_request: 36774
author:
type: fixed
---
title: Correct SystemCheck name for Elasticsearch
merge_request: 36903
author:
type: fixed
---
title: Do not render export button when instance level security dashbaord is uninitialized
merge_request: 36843
author:
type: fixed
---
title: Make Registry table SSOT for projects and wikis
merge_request: 36901
author:
type: performance
---
title: Make Registry table SSOT for designs
merge_request: 36999
author:
type: performance
---
title: Fallback to `created_at` when `merged_at` is missing in Insights charts
merge_request: 36930
author:
type: fixed
---
title: Implement Go module proxy MVC (package manager for Go)
merge_request: 27746
author: Ethan Reesor
type: added
---
title: Remove partial word matching from code search
merge_request: 32771
author:
type: changed
---
title: Add usage statistics for modsecurity total packets/anomalous packets
merge_request: 28535
author:
type: added
---
title: Improve regex for geo auth keys checker
merge_request: 33447
author:
type: fixed
---
title: Don't index the same project in Elasticsearch in parallel
merge_request: 35842
author:
type: performance
---
title: Keep artifacts referenced by release evidence
merge_request: 29350
author:
type: added
---
title: Add report artifacts' links to release evidence
merge_request: 34058
author:
type: added
---
title: Add validation to maven package version
merge_request: 32925
author: Bola Ahmed Buari
type: added
---
title: Allow to specify multiple domains when restricting group membership by email
domain
merge_request: 33498
author:
type: added
---
title: Improve Vulnerability Management with Standalone Vulnerabilities
merge_request: 28212
author:
type: added
---
title: Enforce presence of Value Stream when creating a stage
merge_request: 36661
author:
type: added
---
title: Setup group level Value Stream DB table
merge_request: 36658
author:
type: added
---
title: Adds a new Dependencies tab for NuGet packages on the package details page
merge_request: 33303
author:
type: added
---
title: Adds NuGet project and license URL to the package details page
merge_request: 33268
author:
type: added
---
title: Adds NuGet package icon to package details page
merge_request: 33701
author:
type: added
---
title: Upgrade to `license_scanning` report v2.1
merge_request: 34224
author:
type: added
---
title: 'Tilt contribution analytics x-axis chart titles'
merge_request: 33692
author:
type: fixed
---
title: Add MR approval stats to group contribution analytics
merge_request: 33601
author:
type: added
---
title: Allow to link vulnerability with issues from other projects
merge_request: 36410
author:
type: changed
---
title: Present only issues visible to user in Vulnerabilitiy Issue Links API
merge_request: 36987
author:
type: fixed
---
title: Return ID of newly created vulnerability issue link in API
merge_request: 35947
author:
type: added
---
title: Support transferring and displaying image uploads on Status Page
merge_request: 31269
author:
type: added
---
title: Add ability to view tokens without expiry enforcement
merge_request: 34570
author:
type: added
---
title: Add project audit events API
merge_request: 33155
author: Julien Millau
type: added
---
title: Add coverage fuzzing CI template
merge_request: 34984
author:
type: added
---
title: Add support for gl-coverage-fuzzing-report.json and security dashboard parsing
merge_request: 34648
author:
type: added
---
title: Add list limit metric to API
merge_request: 27324
author:
type: added
---
title: Internationalize templates titles
merge_request: 33271
author:
type: added
---
title: Include Elasticsearch query params in Performance Bar
merge_request: 36899
author:
type: changed
---
title: Add api endpoint to retrieve resource weight events
merge_request: 32542
author:
type: added
---
title: Add scanner type to vulnerability row
merge_request: 35150
author:
type: changed
---
title: Add state events to burnup chart data
merge_request: 33048
author:
type: added
---
title: Add NULL value scannedResourcesCsvUrl to securityReportSummary
merge_request: 35949
author:
type: added
---
title: Add scanned resources to security report
merge_request: 35695
author:
type: added
---
title: Add secret detection for GraphQL API
merge_request: 33797
author:
type: added
---
title: Add Pipeline.securityReportSummary to GraphQL
merge_request: 31550
author:
type: added
---
title: Add truncation for the environment dropdown
merge_request: 32267
author:
type: fixed
---
title: 'Geo: Add rake task to check replication status'
merge_request: 33834
author:
type: changed
---
title: Add group wiki REST API
merge_request: 34232
author:
type: added
---
title: Alert Opsgenie integration errors
merge_request: 36648
author:
type: other
---
title: Add MVC for Opsgenie integration
merge_request: 36199
author:
type: added
---
title: Alert Users That Lists Are Modified By API Only
merge_request: 34559
author:
type: added
---
title: Improve performance of Advanced Search API (Issues scope) by preloading more associations
merge_request: 30778
author:
type: performance
---
title: Always show delete button on feature flag strategies
merge_request: 35786
author:
type: fixed
---
title: Always run the stop_dast_environment
merge_request: 36372
author:
type: fixed
---
title: Improve the clarity of the MR approvals tooltip UI
merge_request: 33329
author:
type: changed
---
title: Update Iteration status automatically
merge_request: 36880
author:
type: added
---
title: Ability to make PAT expiration optional in self managed instances
merge_request: 33783
author:
type: added
---
title: Bulk edit health status
merge_request: 33065
author:
type: added
---
title: Add license ID to license view
merge_request: 19113
author:
type: other
---
title: Allow creating confidential epics.
merge_request: 36271
author:
type: added
---
title: Added DB index on confidential epics column.
merge_request: 32443
author:
type: other
---
title: Provide CI data to the security configuration page to enable SAST job
merge_request: 36225
author:
type: changed
---
title: Update Project deletion text based on deletion mode
merge_request: 36461
author:
type: changed
---
title: add gl-coverage-fuzzing-report.json to artifacts
merge_request: 37110
author:
type: changed
---
title: Geo - Fix Gitlab::Geo::Replication::BaseTransfer for orphaned registries
merge_request: 34292
author:
type: fixed
---
title: Add DAST URL MR Widget modal
merge_request: 35945
author:
type: added
---
title: Allow auditor user to access project private features
merge_request: 34794
author:
type: fixed
---
title: Add authentication information to usage ping
merge_request: 32790
author:
type: changed
---
title: Ensure passwords and access tokens don't appear in SCIM errors
merge_request:
author:
type: security
---
title: Default new feature flag strategies to all users
merge_request: 35883
author:
type: changed
---
title: Add related issues widget to feature flags
merge_request: 36617
author:
type: added
---
title: Remove feature flag strategy help text from the UI
merge_request: 35887
author:
type: changed
---
title: Show error when attempting to delete feature flag user list that is in use
merge_request: 36487
author:
type: fixed
---
title: Allow Users to Delete User Lists
merge_request: 34425
author:
type: added
---
title: Forbid deleting a feature flag user list associated with a strategy
merge_request: 35275
author:
type: fixed
---
title: Display Saved User Lists by Feature Flags
merge_request: 34294
author:
type: added
---
title: Change approved to merged in Contribution Analytics
merge_request: 33535
author:
type: changed
---
title: Update more UI links in EE features
merge_request: 36177
author:
type: other
---
title: Update UI links in EE features
merge_request: 35489
author:
type: other
---
title: Remove unused index for vulnerabiliy confidence levels
merge_request: 33149
author:
type: other
---
title: Let users modify feature flag user lists
merge_request: 35373
author:
type: added
---
title: Allow searching word tokens with letters, numbers and underscores in advanced global search
merge_request: 36255
author:
type: changed
---
title: Epic bulk edit
merge_request: 34256
author:
type: added
---
title: Allow to remove subepics when user downgrades its license.
merge_request:
author:
type: fixed
---
title: Display validation errors when issue link creation fails
merge_request: 33638
author:
type: fixed
---
title: Show count of all epics on group page no matter if user can see them or not.
merge_request: 35129
author:
type: performance
---
title: Fix display of IP addresses in audit logs
merge_request: 35356
author:
type: fixed
---
title: Recalculate CI extra minutes when monthly minutes default to nil
merge_request: 36046
author:
type: fixed
---
title: Fix zero-downtime reindexing docs count
merge_request: 36173
author:
type: fixed
---
title: Fix pagination on Group Audit Events
merge_request: 35767
author:
type: fixed
---
title: Avoid N+1 of group associations in Search
merge_request: 36544
author:
type: performance
---
title: Fix passing filter params to VSA time summary queries
merge_request: 36441
author:
type: fixed
---
title: Fix passing date params in VSA Summary request
merge_request: 35152
author:
type: fixed
---
title: Fix overflow of Identifier content on pipeline's Security tab
merge_request: 36159
author:
type: fixed
---
title: Fix N+1 in the RootController#index
merge_request: 36805
author:
type: performance
---
title: Preserve order when applying scoped labels by title
merge_request: 33420
author:
type: fixed
---
title: Fix tooltip on vulnerability issue in security dashboard
merge_request: 34560
author:
type: fixed
---
title: Update storage views to show snippets size
merge_request: 35419
author:
type: changed
---
title: Add snippets_size to group usage statistics graph
merge_request: 35608
author:
type: changed
---
title: Optimize permission checking when finding subgroup epics.
merge_request: 35061
author:
type: performance
---
title: Added MR Load Performance Testing feature
merge_request: 35260
author:
type: added
---
title: Renamed Browser Performance Testing feature to be clearer, CI report now also
shows unchanged values
merge_request: 34634
author:
type: changed
---
title: Return null in securityReportSummary when the report didn't run
merge_request: 35218
author:
type: changed
---
title: Fix creating merge requests with approval rules
merge_request: 33582
author:
type: fixed
---
title: Add in-app notification for Personal Access Token expiry
merge_request: 34101
author:
type: added
---
title: Include ancestors in Iteration query
merge_request: 36766
author:
type: added
---
title: Display epic issues with null relative position
merge_request: 33105
author:
type: fixed
---
title: Create test reports table
merge_request: 31643
author:
type: added
---
title: Expose test reports on GraphQL
merge_request: 32599
author:
type: added
---
title: Persist user preferences for boards
merge_request: 33892
author:
type: added
---
title: Count health status only for opened issues
merge_request: 36359
author:
type: changed
---
title: Fix creating/updating issues with epic_iid parameter on API
merge_request: 34641
author:
type: fixed
---
title: Limit child epics and epic issues page size
merge_request: 34553
author:
type: other
---
title: Fix character escaping on approvals summary
merge_request: 35564
author:
type: fixed
---
title: Ensure users can unlink Group SAML when the group has SAML disabled
merge_request: 32655
author:
type: fixed
---
title: Prevent last Group Managed Account owner with access from accidental unlinking
merge_request: 32473
author:
type: fixed
---
title: Enables Iterations by default
merge_request: 36873
author:
type: added
---
title: Update the "show labels" toggle on boards to persist using localStorage
merge_request: 34728
author:
type: changed
---
title: Display expiring subscription banner on more pages
merge_request: 31497
author:
type: changed
---
title: Dont display subscription banner if auto_renew nil
merge_request: 33422
author:
type: changed
---
title: Introduce new messaging to include a 30 day grace period for subscription expiration
merge_request: 35897
author:
type: changed
---
title: Add license approval rule section and enable feature by default
merge_request: 35246
author:
type: added
---
title: Include Epics in Roadmap whose parents are not part of Roadmap
merge_request: 34243
author:
type: fixed
---
title: Add search history support for Requirements
merge_request: 36554
author:
type: added
---
title: Change required value for user callout props
merge_request: 35620
author:
type: fixed
---
title: Change the index on project_id column of vulnerability_statistics table to
be unique
merge_request: 35861
author:
type: changed
---
title: Update merge train settings checkbox text
merge_request: 34073
author:
type: changed
---
title: Correct typo in "single sign-on", per specs
merge_request: 35258
author:
type: other
---
title: 'Geo: Enable Package File replication'
merge_request: 34702
author:
type: added
---
title: 'Geo: Fix synchronization disabled on primary UI'
merge_request: 33760
author:
type: fixed
---
title: 'Geo: Fix Attachments and Job artifacts showing "Synchronization disabled"'
merge_request: 36492
author:
type: fixed
---
title: 'Geo: Fix incorrect Package File progress bar total count'
merge_request: 35294
author:
type: fixed
---
title: Optimize queries in MergeRequestsComplianceFinder
merge_request: 34482
author:
type: performance
---
title: Improve Requirements Management empty state
merge_request: 30716
author: Marcin Sedlak-Jakubowski
type: fixed
---
title: Make cluster health dashboard available to all self-hosted paid tiers users
merge_request: 35333
author:
type: changed
---
title: Add Network Policy Management to the Threat Monitoring page
merge_request: 33667
author:
type: added
---
title: Add periodic worker for collecting network policy usage
merge_request: 30328
author:
type: added
---
title: Remove correct feature flag strategy when removing strategy that is not persisted
merge_request: 34889
author:
type: fixed
---
title: Add geo_primary_replication_events to usage data
merge_request: 33424
author:
type: other
---
title: Fix usage graph not exceeding 100%
merge_request: 35758
author:
type: fixed
---
title: Expose temporary storage increase end date in api
merge_request: 36495
author:
type: added
---
title: Add Namespace API to set additionally purchased storage
merge_request: 35257
author:
type: added
---
title: Show usage graph for each storage type
merge_request: 31649
author:
type: added
---
title: Dependency List shows only vulnerabilities from Gemnasium analyzer instead
of all Dependency Scanning reports
merge_request: 32560
author:
type: fixed
---
title: Allow approval rules to be reset to project defaults
merge_request: 32657
author:
type: added
---
title: Add polling to metrics widget
merge_request: 34314
author:
type: changed
---
title: Relocate Go models
merge_request: 34338
author: Ethan Reesor (@firelizzard)
type: other
---
title: Remove license management from CI/CD settings
merge_request: 31553
author:
type: changed
---
title: Remove reference to sast:container
merge_request: 32061
author:
type: removed
---
title: Rename Strategies to Focus on Affected Users
merge_request: 36833
author:
type: changed
---
title: Add scanned_resources CSV path to Security Report Summary
merge_request: 36810
author:
type: added
---
title: Added CI_HAS_OPEN_REQUIREMENTS environment variable.
merge_request: 34419
author:
type: changed
---
title: Revert Add scanner name
merge_request: 33442
author:
type: removed
---
title: Enable new version feature flags by default
merge_request: 35192
author:
type: added
---
title: Allow users to download the DAST scanned resources for a pipeline as a CSV
merge_request: 36019
author:
type: added
---
title: Create GraphQL query to extract analyzers information
merge_request: 36153
author:
type: added
---
title: Stop recording JSON parser errors due to third party license scanning integrations
merge_request: 26944
author:
type: fixed
---
title: Fix errors when pushing with an expired license
merge_request: 34458
author:
type: fixed
---
title: Fix 404 errors when "No epic" selected
merge_request: 36137
author:
type: fixed
---
title: Show the status of stand-alone secrets analyzer on the configuration page
merge_request: 31167
author:
type: added
---
title: Show User List Details
merge_request: 35369
author:
type: added
---
title: Show secret_detection in report types
merge_request: 33682
author:
type: added
---
title: Stop recording connection pool metrics for load balancing hosts
merge_request: 33749
author:
type: removed
---
title: Render storage graph when there is a limit set
merge_request: 34931
author:
type: changed
---
title: Autocomplete confidential only epics & issues
merge_request: 36687
author:
type: changed
---
title: Add new status page attributes to usage ping
merge_request: 33790
author:
type: other
---
title: Update index_ci_builds_on_name_and_security_type_eq_ci_build index to support secret-detection
merge_request: 31785
author:
type: performance
---
title: Added CI parser for requirements reports
merge_request: 33031
author:
type: added
---
title: Fix bug with IndexStatus not being set on indexing project
merge_request: 36266
author:
type: fixed
---
title: Replace .html with .md in documentation links
merge_request: 35864
author:
type: other
---
title: Update deprecated Vue 3 slot syntax in ee/app/assets/javascripts/vue_shared/security_reports/components/modal.vue
merge_request: 31966
author: Gilang Gumilar
type: other
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