Update CHANGELOG-EE.md for 13.5.0-ee

[ci skip]
parent 52a4487b
Please view this file on the master branch, on stable branches it's out of date. Please view this file on the master branch, on stable branches it's out of date.
## 13.5.0 (2020-10-22)
### Removed (1 change, 1 of them is from the community)
- Issue 233813 - Remove confusing text and url on vulnerability finding modal. !43698 (Judith Weiss)
### Fixed (43 changes, 2 of them are from the community)
- Fix quick actions autocomplete in new epic form. !37099
- Exclude bots from licensed user count. !42034
- Allow epic tree nodes to reset correctly. !42083
- Fix merge pre-receive errors when load balancing in use. !42435
- This fixes an issue where the request parameters would be missing on the Value Stream Analytics page, so the charts would not reflect the filters applied. !42655
- Fix project_ids query param for group test coverage report. !42880
- Fix: [Geo] Blob removal doesn't work for SSF blobs. !42891
- Remove N+1 in license scanning report comparison. !42895
- Ignore rake task license check on geo secondaries. !42920
- Fix the scroll position in code search results. !43083
- Fixes a bug with merge request approval rules being changed after creation. !43209
- Check if HEAD report is nil when diffing license_scanning reports. !43210
- Allow access to license scan report when `read_licenses` claim is satisfied. !43222
- Geo: Permanently enable package_file_registries field. !43245
- Generate a link to an artifact using the path from the license scanning report. !43455
- Fallback to matching policies on license name. !43488
- Send only one scope query when requesting pipeline findings. !43535
- Show that Advanced Search is disabled when searching in a specific ref. !43612
- Add route to coverage_fuzzing_reports. !43664
- Remove confirm email from trial form. !43683
- Gracefully handle gitlab:elastic:reindex_cluster unique index violation. !43690
- Hide "Create Issue" On Vulnerability Page When Issues Are Disabled. !43725 (Kev @KevSlashNull)
- Change the instance security dashboard path as `/-/security/dashboard`. !43737
- Fix LDAP group settings heading being shown when feature disabled. !43901
- Handle 500 error for GraphQL "configureSast" mutation. !43936
- Fix scoped labels padding. !44044
- Fix console null errors in security dashboard. !44076 (Kev @KevSlashNull)
- Load license scan data as soon as it is available. !44194
- Fix NoMethodError when accessing protected environment for job. !44257
- Load license scanning widget data when the `read_licenses` claim is satisfied. !44464
- Geo: Fix single-file snippets on Geo secondaries. !44532
- Hide issues badge when there are no issues. !44663
- Fix issue filtering by negated epic parameter. !44719
- Disallow guest access for group repository analytics. !44721
- Fix swimlanes duplicate epics. !44728
- Remove extra to from subscription expiration message. !44769
- Load license scanning data in MR widget as soon as the data is available. !44835
- Fix params not filtered on project approval API. !44885
- Fix disabling options in scanner profile. !44937
- Label filter includes labels from ancestor groups on merge request analytics page. !44987
- Align Analytics date picker labels. !44990
- Fix unnecessary Sidekiq errors/retries when project is deleted during indexing. !45249
- Fix GitLab vendor name appearing accidentally in the security reports when it's the only one. !45442
### Deprecated (1 change)
- Migrate analytics bs-callout to gl-alert. !40788
### Changed (50 changes)
- Add 'All Environments' option for environment dropdown if enabled. !40531
- Search projects by namespace from Global Security Dashboard. !41191
- Remove `project_merge_request_analytics` feature flag. !41876
- Add namespace column into the network policies UI. Only visible when All Environment option is set. !42125
- Improve policy editor layout. !42424
- Update Threat Monitoring page. !42541
- SAST mutation now supports analyzers section. !42542
- Move the remediated badge to the activity column. !42599
- Search API allow group/global notes scope. !42624
- Return max_seats_used in namespaces list API. !42644
- Add SAST UI Config telemetry. !42720
- Security configuration page documentation links are now always available. !42765
- Update DAST profiles routes. !42859
- Allowlist GitLab-owned bots for SpamActionService. !42905
- Add default date range for audit events. !42986
- Move created issues in the activity column. !43016
- Add link to vulnerability from created issue. !43046
- Improve projects table in Usage quotas page. !43080
- Limit Project Access Tokens/Bots to paid groups in Gitlab.com. !43199
- Update Dismiss selected button on security dashboard. !43207
- Use gl-badge for vulnerability states. !43253
- Improve design for vulnerability details. !43274
- Remove code for non-versioned terraform state replication. !43341
- Remove feedback alerts from License Compliance & Dependency List. !43371
- Removes fallback warning for legacy deploy board labels. !43376
- Support Group Milestones to be associated with Project Releases in API. !43385
- Move the download test coverage button to its own section in group repositories analytics page. !43422
- Updated license compliance policy violation indicator styling. !43447
- Remove item when dismissed on security dashboard if it no longer matches filter. !43468
- Make it easier to click on items for bulk dismissal selection on security dashboard. !43482
- DAST Profiles manage button changed to default styling. !43588
- Use similarity sort when searching projects from Security Dashboard. !43610
- Replace remove icon with unlink. !43641
- Geo Form - Internal URL More Info Link. !43876
- Find or create index when Elasticsearch indexing enabled. !43912
- Update the audit events filter to have a fallback starting date. !44005
- Only allow multiple reviewers in paid tiers. !44097
- Change stubbed DastSiteProfile#status for calculated status. !44133
- Migrate compliance framework enums to a new table. !44290
- Return more specific error message when moving issue in GraphQL API. !44296
- Replace bootstrap alert in ee/app/views/projects/_merge_request_approvals_settings_form.html.haml. !44749
- Add swimlanes license check. !44880
- Add project full path to analytics project dropdown filter. !45020
- Order cluster agents query by name. !45165
- Truncate long file paths. !45254
- Allows GitLab-owned service users to bypass certain spam checks. !45310
- Display dependency version on License Compliance page. !45315
- Allow 'allowed_to_push' to supersede code owner protected branch. !45323
- Geo - Rename Open projects Button to Replication details. !45434
- Update RemoveProjectFromSecurityDashboard mutation to use new Global IDs. !45500
### Performance (8 changes)
- Geo: Improve performance of LFS objects queries. !42423
- Fix poor performance with global search across entire instance. !42437
- Preload epics in GraphQL group queries using Lookahead. !42874
- Reduce load time of large number of audit events. !43248
- Preload parent in GraphQL epics queries using Lookahead. !43323
- Fix N+1 cache queries for load balancing sticking. !43843
- Improve audit events preloading logic for CSV export. !44958
- Use Lookahead to preload tests reports when querying Requirements with GraphQL. !45195
### Added (69 changes, 2 of them are from the community)
- Make mapping between LDAP and Kerberos configurable. !9962 (Christopher Schenk)
- Add usage ping for MRs with overridden project rules. !36230
- Added a delete SSH key button to the credentials inventory pages. !41592
- Audit failed 2-factor login attempt. !41641
- Add API to revert vulnerability to reverted state. !41784
- Add GraphQL API to revert vulnerabilities to detected state. !41786
- Add ability to revert vulnerability to detected state on single vulnerability page. !41794
- Add Agent List to Cluster List View. !42115
- Add ability to validate sites for on-demand DAST. !42198
- Track views of group repo analytics page in snowplow. !42376
- Send email reminder when approaching active user limit. !42453
- Add license encryption key for testing purposes. !42475
- Add mutation to Confirm Vulnerability in GraphQL. !42499
- Expose board epic user preferences in GraphQL. !42569
- Expose analyzer configuration in SAST Configuration UI. !42593
- Rename Active Users to Billable Users. !42638
- Add quick select date options to audit events filter. !42711
- Allow updating epic swimlanes collapsed status in GraphQL. !42712
- Add 'blob:' search filter to search for a specific Git object ID. !42752
- Show when the last update to seats usage data was in the Billing page. !42763
- Introduce top-level `vulnerability` field for GraphQL API. !42870
- Add `discussions` and `notes` fields for VulnerabilityType on GraphQL API. !42892
- Count merged MRs using approval rules in usage data. !42911
- Config to hide Open/Closed list in Boards. !42945
- Add ability to sort vulnerabilities by detected_at. !42950
- Enable sorting vulnerabiliies by detected date in the list view. !42952
- Add ability to sort vulnerabilities by title in GraphQL. !42953
- Enable sorting vulnerabiliies by title in list view. !42955
- Add ability to sort vulnerabilities by state. !42973
- Enable sorting vulnerabiliies by state in vulnerability list. !42974
- Add ability to sort vulnerabilities by report type in GraphQL. !42979
- Enable sorting vulnerabiliies by state in the list view. !42980
- Fetch more group projects for the test coverage dropdown. !43044
- Expose using_license_seat in users API for admins. !43057
- Add description field to requirements model and expose it in GraphQL API. !43099
- Add `cwe` and `Other Identifiers` columns into vulnerability export files. !43179
- Allow created_at and updated_at to be set through Epics API. !43279 (stingrayza)
- Support flexible rollout strategy in the API. !43340
- Enable geo replication of versioned terraform state. !43367
- Add feedback alert in DAST On-demand Scans. !43374
- Provide ability to mark a requirement as Satisfied. !43583
- Add more options in DAST On-demand Scanner Profile. !43660
- Persist collapsed state to DB. !43681
- Add API Fuzzing report type (backend). !43763
- Add search autocomplete suggestions for recently viewed epics. !43964
- Update security vulnerability modal to show fuzzing data. !43983
- Add incident SLA to operations settings. !44099
- Update and expose board labels trough GraphQL API. !44204
- Add basic search for epics. !44269
- Add header validation to DastSiteValidationWorker. !44314
- Expose if requirement test report wasmanually created on GraphQL. !44345
- API endpoint to return defined experiments. !44498
- Honor all DAST Scanner Profile variables in on demand DAST Scan. !44508
- Create pipeline status widget. !44521
- Include additional information related from scan in issue template. !44620
- Include pipeline artifacts size on storage usage page. !44645
- Add REST API for listing iterations. !44685
- Provide dependency version data for the License Compliance page. !44839
- Add tooltip to DAST scan profiles delete button. !44876
- Add support for providing requirement description. !44902
- Add iteration reports in projects. !44921
- Create SamlGroupLink table and model. !45061
- Introduce optional Service Level Agreement (SLA) for Incidents. !45085
- Add metric count for projects with incident sla enabled. !45092
- Add group-level wikis. !45144
- Enable geo replication for merge request diffs. !45224
- Update merge requests approvers when code owners is updated. !45290
- Add MobSF in SAST vendor template. !45291
- Expose seats_in_use in namespace entity. !45316
### Other (20 changes, 7 of them are from the community)
- Replace Loading Button with Icon on All Vulnerability Lists. !41019 (Kev @KevSlashNull)
- Replace bootstrap alert in jaeger page. !41610
- Remove duplicate broken container scanning findings. !42609
- Add tooltip to header for Code Owner Approval toggle in repository settings. !42725
- Migrate Start event label dropdown. !43050
- Use new fingerprint as default fingerprint for Container Scanning findings. !43145
- Apply GitLab UI button styles in ee/app/views/projects/settings/ci_cd directory. !43335 (Justin Zeng @jzeng88)
- adds the `.gl-button` class to ee/app/views/projects/settings/operations/_tracing.html.haml. !43347 (Justin Zeng @jzeng88)
- Finish migration of Container Scanning fingerprints. !43691
- Replace in-repo SVGs with @gitlab/svgs in Group Value Stream Analytics. !43825 (Takuya Noguchi)
- Refactor vulnerabilities related issues component test createWrapper method to take an object instead of multiple arguments. !44035 (Kev @KevSlashNull)
- Create tests for ee/app/assets/javascripts/security_dashboard/components/selection_summary_vuex.vue. !44213 (Kev @KevSlashNull)
- Expose scan object in unsaved findings. !44274
- Use the new dropdown for the split button in vulnerability management. !44399
- Redesign solution card in vulnerability details page. !44408
- Improve selection_summary_spec.js tests. !44506 (Kev @KevSlashNull)
- Add metrics for tracking stale secondaries for merge requests. !44813
- Text wrap the license name in Dependency List. !45242
- Convert bootstrap alert to gl for project size limit. !45312
- Remove bootstrap class in licensed user count. !45443
## 13.4.4 (2020-10-15) ## 13.4.4 (2020-10-15)
### Fixed (1 change) ### Fixed (1 change)
......
---
title: Audit failed 2-factor login attempt
merge_request: 41641
author:
type: added
---
title: Fixes a bug with merge request approval rules being changed after creation
merge_request: 43209
author:
type: fixed
---
title: Add group-level wikis
merge_request: 45144
author:
type: added
---
title: Check if HEAD report is nil when diffing license_scanning reports
merge_request: 43210
author:
type: fixed
---
title: Remove N+1 in license scanning report comparison
merge_request: 42895
author:
type: fixed
---
title: Load license scanning data in MR widget as soon as the data is available
merge_request: 44835
author:
type: fixed
---
title: Load license scanning widget data when the `read_licenses` claim is satisfied
merge_request: 44464
author:
type: fixed
---
title: Load license scan data as soon as it is available
merge_request: 44194
author:
type: fixed
---
title: Generate a link to an artifact using the path from the license scanning report
merge_request: 43455
author:
type: fixed
---
title: Fallback to matching policies on license name
merge_request: 43488
author:
type: fixed
---
title: Allow access to license scan report when `read_licenses` claim is satisfied.
merge_request: 43222
author:
type: fixed
---
title: Preload parent in GraphQL epics queries using Lookahead
merge_request: 43323
author:
type: performance
---
title: Preload epics in GraphQL group queries using Lookahead
merge_request: 42874
author:
type: performance
---
title: Send only one scope query when requesting pipeline findings
merge_request: 43535
author:
type: fixed
---
title: Updated license compliance policy violation indicator styling
merge_request: 43447
author:
type: changed
---
title: Add `cwe` and `Other Identifiers` columns into vulnerability export files
merge_request: 43179
author:
type: added
---
title: Move the download test coverage button to its own section in group repositories
analytics page
merge_request: 43422
author:
type: changed
---
title: Track views of group repo analytics page in snowplow
merge_request: 42376
author:
type: added
---
title: Make it easier to click on items for bulk dismissal selection on security dashboard
merge_request: 43482
author:
type: changed
---
title: Remove item when dismissed on security dashboard if it no longer matches filter
merge_request: 43468
author:
type: changed
---
title: Use the new dropdown for the split button in vulnerability management
merge_request: 44399
author:
type: other
---
title: Redesign solution card in vulnerability details page
merge_request: 44408
author:
type: other
---
title: Improve design for vulnerability details
merge_request: 43274
author:
type: changed
---
title: Use gl-badge for vulnerability states
merge_request: 43253
author:
type: changed
---
title: Provide ability to mark a requirement as Satisfied
merge_request: 43583
author:
type: added
---
title: Update Dismiss selected button on security dashboard
merge_request: 43207
author:
type: changed
---
title: Add usage ping for MRs with overridden project rules
merge_request: 36230
author:
type: added
---
title: Search API allow group/global notes scope
merge_request: 42624
author:
type: changed
---
title: Replace remove icon with unlink
merge_request: 43641
author:
type: changed
---
title: Add iteration reports in projects
merge_request: 44921
author:
type: added
---
title: Add default date range for audit events
merge_request: 42986
author:
type: changed
---
title: Add quick select date options to audit events filter
merge_request: 42711
author:
type: added
---
title: Exclude bots from licensed user count
merge_request: 42034
author:
type: fixed
---
title: Add mutation to Confirm Vulnerability in GraphQL
merge_request: 42499
author:
type: added
---
title: Introduce top-level `vulnerability` field for GraphQL API
merge_request: 42870
author:
type: added
---
title: Add `discussions` and `notes` fields for VulnerabilityType on GraphQL API
merge_request: 42892
author:
type: added
---
title: Add support for providing requirement description.
merge_request: 44902
author:
type: added
---
title: Added a delete SSH key button to the credentials inventory pages
merge_request: 41592
author:
type: added
---
title: Add Agent List to Cluster List View
merge_request: 42115
author:
type: added
---
title: Move created issues in the activity column
merge_request: 43016
author:
type: changed
---
title: Move the remediated badge to the activity column
merge_request: 42599
author:
type: changed
---
title: Hide issues badge when there are no issues
merge_request: 44663
author:
type: fixed
---
title: Add API to revert vulnerability to reverted state
merge_request: 41784
author:
type: added
---
title: Add GraphQL API to revert vulnerabilities to detected state
merge_request: 41786
author:
type: added
---
title: Add ability to revert vulnerability to detected state on single vulnerability
page
merge_request: 41794
author:
type: added
---
title: Truncate long file paths
merge_request: 45254
author:
type: changed
---
title: Apply GitLab UI button styles in ee/app/views/projects/settings/ci_cd directory
merge_request: 43335
author: Justin Zeng @jzeng88
type: other
---
title: adds the `.gl-button` class to ee/app/views/projects/settings/operations/_tracing.html.haml
merge_request: 43347
author: Justin Zeng @jzeng88
type: other
---
title: Remove confirm email from trial form
merge_request: 43683
author:
type: fixed
---
title: Update and expose board labels trough GraphQL API
merge_request: 44204
author:
type: added
---
title: Convert bootstrap alert to gl for project size limit
merge_request: 45312
author:
type: other
---
title: Replace bootstrap alert in jaeger page
merge_request: 41610
author:
type: other
---
title: Remove bootstrap class in licensed user count
merge_request: 45443
author:
type: other
---
title: Count merged MRs using approval rules in usage data
merge_request: 42911
author:
type: added
---
title: Support Group Milestones to be associated with Project Releases in API
merge_request: 43385
author:
type: changed
---
title: Search projects by namespace from Global Security Dashboard
merge_request: 41191
author:
type: changed
---
title: Use similarity sort when searching projects from Security Dashboard
merge_request: 43610
author:
type: changed
---
title: Expose analyzer configuration in SAST Configuration UI
merge_request: 42593
author:
type: added
---
title: Find or create index when Elasticsearch indexing enabled
merge_request: 43912
author:
type: changed
---
title: Fix the scroll position in code search results
merge_request: 43083
author:
type: fixed
---
title: Fix unnecessary Sidekiq errors/retries when project is deleted during indexing
merge_request: 45249
author:
type: fixed
---
title: Create pipeline status widget
merge_request: 44521
author:
type: added
---
title: Hide "Create Issue" On Vulnerability Page When Issues Are Disabled
merge_request: 43725
author: Kev @KevSlashNull
type: fixed
---
title: Replace Loading Button with Icon on All Vulnerability Lists
merge_request: 41019
author: Kev @KevSlashNull
type: other
---
title: Migrate analytics bs-callout to gl-alert
merge_request: 40788
author:
type: deprecated
---
title: Change the instance security dashboard path as `/-/security/dashboard`
merge_request: 43737
author:
type: fixed
---
title: Reduce load time of large number of audit events
merge_request: 43248
author:
type: performance
---
title: Only allow multiple reviewers in paid tiers
merge_request: 44097
author:
type: changed
---
title: Fix console null errors in security dashboard
merge_request: 44076
author: Kev @KevSlashNull
type: fixed
---
title: Enable geo replication for merge request diffs
merge_request: 45224
author:
type: added
---
title: DAST Profiles manage button changed to default styling
merge_request: 43588
author:
type: changed
---
title: Security configuration page documentation links are now always available
merge_request: 42765
author:
type: changed
---
title: Update DAST profiles routes
merge_request: 42859
author:
type: changed
---
title: Add ability to sort vulnerabilities by detected_at
merge_request: 42950
author:
type: added
---
title: Add ability to sort vulnerabilities by report type in GraphQL
merge_request: 42979
author:
type: added
---
title: Add ability to sort vulnerabilities by state
merge_request: 42973
author:
type: added
---
title: Add ability to sort vulnerabilities by title in GraphQL
merge_request: 42953
author:
type: added
---
title: Enable sorting vulnerabiliies by detected date in the list view
merge_request: 42952
author:
type: added
---
title: Enable sorting vulnerabiliies by state in the list view
merge_request: 42980
author:
type: added
---
title: Enable sorting vulnerabiliies by state in vulnerability list
merge_request: 42974
author:
type: added
---
title: Enable sorting vulnerabiliies by title in list view
merge_request: 42955
author:
type: added
---
title: Fix poor performance with global search across entire instance
merge_request: 42437
author:
type: performance
---
title: Add tooltip to DAST scan profiles delete button
merge_request: 44876
author:
type: added
---
title: Add project full path to analytics project dropdown filter
merge_request: 45020
author:
type: changed
---
title: Add basic search for epics
merge_request: 44269
author:
type: added
---
title: Fetch more group projects for the test coverage dropdown
merge_request: 43044
author:
type: added
---
title: Show that Advanced Search is disabled when searching in a specific ref.
merge_request: 43612
author:
type: fixed
---
title: This fixes an issue where the request parameters would be missing on the Value
Stream Analytics page, so the charts would not reflect the filters applied.
merge_request: 42655
author:
type: fixed
---
title: Migrate compliance framework enums to a new table
merge_request: 44290
author:
type: changed
---
title: Add 'blob:' search filter to search for a specific Git object ID.
merge_request: 42752
author:
type: added
---
title: Fix N+1 cache queries for load balancing sticking
merge_request: 43843
author:
type: performance
---
title: 'Fix: [Geo] Blob removal doesn''t work for SSF blobs'
merge_request: 42891
author:
type: fixed
---
title: Fix project_ids query param for group test coverage report
merge_request: 42880
author:
type: fixed
---
title: Update security vulnerability modal to show fuzzing data
merge_request: 43983
author:
type: added
---
title: Replace in-repo SVGs with @gitlab/svgs in Group Value Stream Analytics
merge_request: 43825
author: Takuya Noguchi
type: other
---
title: Create tests for ee/app/assets/javascripts/security_dashboard/components/selection_summary_vuex.vue
merge_request: 44213
author: Kev @KevSlashNull
type: other
---
title: Allow created_at and updated_at to be set through Epics API
merge_request: 43279
author: stingrayza
type: added
---
title: Add metric count for projects with incident sla enabled
merge_request: 45092
author:
type: added
---
title: Order cluster agents query by name
merge_request: 45165
author:
type: changed
---
title: Add API Fuzzing report type (backend)
merge_request: 43763
author:
type: added
---
title: Add search autocomplete suggestions for recently viewed epics
merge_request: 43964
author:
type: added
---
title: Align Analytics date picker labels
merge_request: 44990
author:
type: fixed
---
title: Refactor vulnerabilities related issues component test createWrapper method to take an object instead of multiple arguments
merge_request: 44035
author: Kev @KevSlashNull
type: other
---
title: Disallow guest access for group repository analytics
merge_request: 44721
author:
type: fixed
---
title: Use Lookahead to preload tests reports when querying Requirements with GraphQL
merge_request: 45195
author:
type: performance
---
title: API endpoint to return defined experiments
merge_request: 44498
author:
type: added
---
title: Improve audit events preloading logic for CSV export
merge_request: 44958
author:
type: performance
---
title: Fix GitLab vendor name appearing accidentally in the security reports when
it's the only one
merge_request: 45442
author:
type: fixed
---
title: Update RemoveProjectFromSecurityDashboard mutation to use new Global IDs
merge_request: 45500
author:
type: changed
---
title: Geo - Rename Open projects Button to Replication details
merge_request: 45434
author:
type: changed
---
title: Make mapping between LDAP and Kerberos configurable
merge_request: 9962
author: Christopher Schenk
type: added
---
title: Geo Form - Internal URL More Info Link
merge_request: 43876
author:
type: changed
---
title: Provide dependency version data for the License Compliance page
merge_request: 44839
author:
type: added
---
title: Display dependency version on License Compliance page
merge_request: 45315
author:
type: changed
---
title: Add ability to validate sites for on-demand DAST
merge_request: 42198
author:
type: added
---
title: Add REST API for listing iterations
merge_request: 44685
author:
type: added
---
title: Fix quick actions autocomplete in new epic form
merge_request: 37099
author:
type: fixed
---
title: Add link to vulnerability from created issue
merge_request: 43046
author:
type: changed
---
title: Add namespace column into the network policies UI. Only visible when All Environment
option is set.
merge_request: 42125
author:
type: changed
---
title: Honor all DAST Scanner Profile variables in on demand DAST Scan
merge_request: 44508
author:
type: added
---
title: Add 'All Environments' option for environment dropdown if enabled
merge_request: 40531
author:
type: changed
---
title: Allow epic tree nodes to reset correctly
merge_request: 42083
author:
type: fixed
---
title: Show when the last update to seats usage data was in the Billing page
merge_request: 42763
author:
type: added
---
title: Expose using_license_seat in users API for admins
merge_request: 43057
author:
type: added
---
title: Expose seats_in_use in namespace entity
merge_request: 45316
author:
type: added
---
title: Enable geo replication of versioned terraform state
merge_request: 43367
author:
type: added
---
title: Remove code for non-versioned terraform state replication
merge_request: 43341
author:
type: changed
---
title: Config to hide Open/Closed list in Boards
merge_request: 42945
author:
type: added
---
title: Handle 500 error for GraphQL "configureSast" mutation
merge_request: 43936
author:
type: fixed
---
title: Add route to coverage_fuzzing_reports
merge_request: 43664
author:
type: fixed
---
title: Remove `project_merge_request_analytics` feature flag
merge_request: 41876
author:
type: changed
---
title: Fix scoped labels padding
merge_request: 44044
author:
type: fixed
---
title: Allows GitLab-owned service users to bypass certain spam checks
merge_request: 45310
author:
type: changed
---
title: Limit Project Access Tokens/Bots to paid groups in Gitlab.com
merge_request: 43199
author:
type: changed
---
title: Fix LDAP group settings heading being shown when feature disabled
merge_request: 43901
author:
type: fixed
---
title: Create SamlGroupLink table and model
merge_request: 45061
author:
type: added
---
title: Add more options in DAST On-demand Scanner Profile
merge_request: 43660
author:
type: added
---
title: Fix disabling options in scanner profile
merge_request: 44937
author:
type: fixed
---
title: Text wrap the license name in Dependency List
merge_request: 45242
author:
type: other
---
title: Add feedback alert in DAST On-demand Scans
merge_request: 43374
author:
type: added
---
title: Remove feedback alerts from License Compliance & Dependency List
merge_request: 43371
author:
type: changed
---
title: Return more specific error message when moving issue in GraphQL API
merge_request: 44296
author:
type: changed
---
title: Expose scan object in unsaved findings
merge_request: 44274
author:
type: other
---
title: Add tooltip to header for Code Owner Approval toggle in repository settings
merge_request: 42725
author:
type: other
---
title: Support flexible rollout strategy in the API
merge_request: 43340
author:
type: added
---
title: Gracefully handle gitlab:elastic:reindex_cluster unique index violation
merge_request: 43690
author:
type: fixed
---
title: Label filter includes labels from ancestor groups on merge request analytics
page
merge_request: 44987
author:
type: fixed
---
title: Fix NoMethodError when accessing protected environment for job
merge_request: 44257
author:
type: fixed
---
title: Ignore rake task license check on geo secondaries
merge_request: 42920
author:
type: fixed
---
title: Improve selection_summary_spec.js tests
merge_request: 44506
author: Kev @KevSlashNull
type: other
---
title: Add incident SLA to operations settings
merge_request: 44099
author:
type: added
---
title: Expose if requirement test report wasmanually created on GraphQL
merge_request: 44345
author:
type: added
---
title: Issue 233813 - Remove confusing text and url on vulnerability finding modal
merge_request: 43698
author: Judith Weiss
type: removed
---
title: Allowlist GitLab-owned bots for SpamActionService
merge_request: 42905
author:
type: changed
---
title: Update the audit events filter to have a fallback starting date
merge_request: 44005
author:
type: changed
---
title: Migrate Start event label dropdown
merge_request: 43050
author:
type: other
---
title: 'Geo: Permanently enable package_file_registries field'
merge_request: 43245
author:
type: fixed
---
title: 'Geo: Fix single-file snippets on Geo secondaries'
merge_request: 44532
author:
type: fixed
---
title: 'Geo: Improve performance of LFS objects queries'
merge_request: 42423
author:
type: performance
---
title: Fix issue filtering by negated epic parameter
merge_request: 44719
author:
type: fixed
---
title: Improve policy editor layout
merge_request: 42424
author:
type: changed
---
title: Remove extra to from subscription expiration message
merge_request: 44769
author:
type: fixed
---
title: Persist collapsed state to DB
merge_request: 43681
author:
type: added
---
title: Remove duplicate broken container scanning findings
merge_request: 42609
author:
type: other
---
title: Finish migration of Container Scanning fingerprints
merge_request: 43691
author:
type: other
---
title: Allow 'allowed_to_push' to supersede code owner protected branch
merge_request: 45323
author:
type: changed
---
title: Removes fallback warning for legacy deploy board labels
merge_request: 43376
author:
type: changed
---
title: Update merge requests approvers when code owners is updated
merge_request: 45290
author:
type: added
---
title: Replace bootstrap alert in ee/app/views/projects/_merge_request_approvals_settings_form.html.haml
merge_request: 44749
author:
type: changed
---
title: Change stubbed DastSiteProfile#status for calculated status
merge_request: 44133
author:
type: changed
---
title: Add description field to requirements model and expose it in GraphQL API
merge_request: 43099
author:
type: added
---
title: Add SAST UI Config telemetry
merge_request: 42720
author:
type: changed
---
title: SAST mutation now supports analyzers section
merge_request: 42542
author:
type: changed
---
title: Return max_seats_used in namespaces list API
merge_request: 42644
author:
type: changed
---
title: Add MobSF in SAST vendor template
merge_request: 45291
author:
type: added
---
title: Add metrics for tracking stale secondaries for merge requests
merge_request: 44813
author:
type: other
---
title: Include pipeline artifacts size on storage usage page
merge_request: 44645
author:
type: added
---
title: Fix merge pre-receive errors when load balancing in use
merge_request: 42435
author:
type: fixed
---
title: Add header validation to DastSiteValidationWorker
merge_request: 44314
author:
type: added
---
title: Fix swimlanes duplicate epics
merge_request: 44728
author:
type: fixed
---
title: Add swimlanes license check
merge_request: 44880
author:
type: changed
---
title: Expose board epic user preferences in GraphQL
merge_request: 42569
author:
type: added
---
title: Allow updating epic swimlanes collapsed status in GraphQL
merge_request: 42712
author:
type: added
---
title: Use new fingerprint as default fingerprint for Container Scanning findings
merge_request: 43145
author:
type: other
---
title: Fix params not filtered on project approval API
merge_request: 44885
author:
type: fixed
---
title: Update Threat Monitoring page
merge_request: 42541
author:
type: changed
---
title: Introduce optional Service Level Agreement (SLA) for Incidents
merge_request: 45085
author:
type: added
---
title: Improve projects table in Usage quotas page
merge_request: 43080
author:
type: changed
---
title: Include additional information related from scan in issue template
merge_request: 44620
author:
type: added
---
title: Add license encryption key for testing purposes
merge_request: 42475
author:
type: added
---
title: Rename Active Users to Billable Users
merge_request: 42638
author:
type: added
---
title: Send email reminder when approaching active user limit
merge_request: 42453
author:
type: added
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