Update CHANGELOG-EE.md for 13.4.0-ee

[ci skip]
parent 1f859f89
Please view this file on the master branch, on stable branches it's out of date.
## 13.4.0 (2020-09-22)
### Security (1 change, 1 of them is from the community)
- Remove v-html from environments/components/deploy_board_component.vue. !41521 (Takuya Noguchi)
### Removed (2 changes)
- Remove VSA duration median line. !39665
- Remove Users over license banner. !39836
### Fixed (56 changes, 6 of them are from the community)
- Allow creation of confidential sub-epics from tree. !37882 (Jan Beckmann)
- Use active user count instead historial max. !37916
- Move Add Approver name validation error into form. !39389
- Update environment dashboard help text. !39450
- Add identifier check when creating vulnerability findings. !39650
- Update epic inherited dates and create notes when reordering in epic tree. !39742
- Fix Approval Rules table in Merge Requests bursting out of the layout in some scenarios. !39753
- Fix group name bug for new purchase flow. !39915
- Add docker options for Load Perf testing. !39977
- Use Gitlab::ErrorTracking in place of project.logger for indexing errors. !39979
- Fix unchecking all compliance frameworks for MR approvals settings. !40070
- Remove gap on trial registrations page. !40080
- Fix issue where the select page dropdown would be disabled on the Insights Analytics page when no charts were loaded. !40096
- Display contents of Zuora iframe for the new purchase flow in Dark Mode. !40114
- Activate on-demand scans nav item when editing a site profile. !40148
- Omit sub-groups from trial selection menu. !40300
- Geo Statuses - Fix empty section bug. !40443
- Update description when editing iteration. !40476
- Fix remediated badge visibility on vulnerability list. !40483
- Fix breadcrumb for security dashboard. !40486
- Don’t create new gitlab_subscription records on nested attributes to namespaces. !40537
- Make vulnerability list columns have consistent widths. !40561
- Don't overwrite user's description by default template description. !40609
- Improve Accordion Item Focus State. !40638 (Kev @KevSlashNull)
- Geo: Fix design repository failures with selective sync, and make container repository updates more robust. !40643
- Prevent Download For Failed Vulnerability Export Jobs. !40656 (Kev @KevSlashNull)
- Fix vulnerability comment delete button spinner position. !40681
- Fix vulnerability save button spinner position. !40781
- Fix error in migration to populate historical vulnerability statistics. !40835
- Fix for Iterations closing a day early. !40884
- Add missing path to project vulnerability. !40935
- Allow on-demand DAST pipelines to be found for scanned resource. !40982
- Support dark theme for overview of payment method component for the new purchase flow. !40988
- Create resource weight event when setting the weight during issue creation. !41087
- Un-nest sidebar under .context-header div in security navigation. !41176
- Fix dasboard to dashboard. !41440
- Geo: Avoid orphaning blob files on secondaries. !41529
- Disable loading vulnerabilities in MR when pipeline is running. !41539 (Justin Zeng)
- Enable secret detection for MR Widget. !41582
- Introduce ^ as a reference prefix for Vulnerabilities. !41643
- Fix the size of chart placeholder on Analytics pages for Merge Requests, Insights and Value stream, so it matches the actual charts. the size of the real chart shown afterwards. !41904
- Correct sibling query for epic tree nodes. !41986
- Fix SAST Config GraphQL mutation. !42003
- Fix Duplicate Keys in Vulnerability Details. !42027 (Kev @KevSlashNull)
- Hide confirmation modal after closing a blocked issue. !42068
- Create a Geo cache invalidation event when toggling feature flags through the API. !42070
- Track state changes using resource state events for Epics. !42088
- This change preserves the environment when editing network policies. !42148
- Reset scope to all-environments when last scope removed. !42287
- Return stored seat counts in the subscriptions API endpoint. !42293
- DAST on-demand site profiles: prevent error banner from showing. !42300
- Fix MR Modal Vulnerability Links Overflow Modal. !42332 (Kev @KevSlashNull)
- Fix project_ids query param for downloading coverage CSV report. !42497
- Fix selecting all projects in group code coverage report. !42507
- Geo - Create repository updated events only if the repository exists. !42519
- Fix Iterations quickaction not showing all iterations. !42528
### Deprecated (1 change)
- Mark RunDASTScan mutation as deprecated. !42544
### Changed (66 changes, 2 of them are from the community)
- Use standard table colors in Dependency List. !31130
- Disable editing health status for closed issues and show informative tooltip. !38372
- Added Cluster Agent delete mutation for GraphQl. !38622
- Button migration to component on dependency list. !38624
- Update FF nav section using GitLab UI Utilities. !38768
- Pass current_plan all the way down the partial chain. !38868
- add CiliumNetworkPolicy into services. !39127
- Persist when dismissing FF will look different message. !39238
- Update URL when editing iteration. !39296
- Move Analytics to admin panel. !39368
- Relocate create issue button from header section to the related issues section. !39533
- Remove project selector logic from instance security dashboard. !39631
- Move variable audit logging to Starter. !39730
- Epic labeling for confidential epics. !39794
- Add How-to-upgrade link to admin license page. !39974
- Apply sizing to SAST Configuration variable fields. !40002
- Do not write SAST defaults via SAST Config UI. !40030
- Create instance-level security charts component and update severity widget CSS. !40046
- Return message when personal access token creation fails in internal API. !40073 (Taylan Develioglu)
- Replace <gl-deprecated-button> with <gl-button> in confirm_order component. !40119
- Revert Merge branch add_standard_field_into_payload into master. !40162
- Hide warning to disable GitLab issues in Jira integration form. !40248
- Add link to primary node in secondary node alert. !40297
- Make legacy feature flags read-only. !40320
- Remove project limit from Environments Dashboard help text. !40333
- Use semantic HTML in Progress Bar component. !40380
- Simplify progress bar steps logic. !40390
- Reset CI minutes for all namespaces every month. !40396
- Implement empty state on security dashboard. !40413
- DAST Scanner Profile Library: change new-profile button to dropdown. !40469
- Remove health status feature from incidents. !40520
- Improve error message when creating issue fails. !40525
- Allow SAST Configuration UI to be used when there's an existing CI file. !40528
- Add support for multiple environments on the controller and service level. !40529
- Allow for project filtering in Group code coverage Finder class. !40547
- Allow milestone and assignee board lists to be created using GraphQL. !40551
- Add Feature Flags Search Box shortcut. !40578
- Enhance error messages for Add Project to Security Dashboard mutation. !40607
- Make environments dropdown fetch results as soon as it's focused. !40624
- Change the configureSast mutation to use actual GraphQL types instead of JSON types. !40637
- Remove group_push_rules feature flag. !40658
- Remove issue note from vulnerability details. !40686
- Enhance error messages when Adding Projects to Security Dashboard. !40692
- ee Migrating modal button in License Compliance. !40747
- Change merge train position messaging. !40777
- Remove weight from incidents sidebar. !40794
- Expand retention period to 365 days for Vulnerability Statistics. !40833
- Move group activity analytics from beta to general availability. !40916
- Link Elasticsearch indexing progress to elastic_commit_indexer. !40928
- Use finding_description for Details in CSV vulnerability export. !40944
- Hide the upgrade link on the admin license page if plan Ultimate. !40977
- Show ancestor iterations in subgroups. !40990
- Improve the UX of the Start a Trial group selection page. !41020
- Replace bootstrap alerts in ee/app/views/admin/push_rules/_push_rules.html.haml. !41072 (Jacopo Beschi @jacopo-beschi)
- Only display downgraded message if on free plan. !41213
- Sort merge requests by merged at date in Merge Request Analytics. !41272
- Apply filters to vulnerability count list. !41566
- Filter out incidents from related issues in epics. !41807
- Show additional columns in Group and Instance Security Dashboards. !41829
- Add toast to the reset pipelines minutes button. !41838
- Add explanation text to FF create/edit sections. !41910
- Use GitLab utility classes for the alert component instead of Bootstrap. !41974
- Remove license check for feature flags. !42023
- Update in preparation of supporting analyzers. !42173
- Skip the who will be using GitLab question in signup when a user is invited. !42264
- Expose approvals required and approvals left for merge requests in GraphQL. !42354
### Performance (10 changes)
- Optimize the Advanced Search query for Issues and Notes. !38095
- Load only the requested report artifacts into the memory for vulnerability_findings endpoint. !39749
- Add cache for elasticsearch_indexes_namespace check. !41274
- Limit the context for paused elasticsearch jobs. !41297
- Cache project user defined rules by branch. !41564
- Return empty scanners list when pipeline has no reports. !41652
- Enable elasticsearch namespace enabled cache by default. !41875
- Refactor approval_rules association. !41965
- Move approval reset to new service and worker. !42001
- Geo: Improve performance of package files queries. !42294
### Added (66 changes)
- Add usage data for counting projects with sectional codeowner rules. !37786
- Add group code coverage download button. !37853
- Deployer authorisation for protected environments. !38188
- Add ability to fetch DastSiteProfile via GraphQL. !38380
- Added loading animations for value stream analytics. !38447
- Add epic_id param to issue update graphQL mutation. !38678
- Cluster token create mutation for GraphQL. !38820
- Add GraphQL endpoint for retrieving cluster agents for a project. !38833
- Add metrics for terraform state replication. !38959
- Allow requirement status to be updated with GraphQL. !39371
- Count security jobs. !39481
- Show tooltips for License-Check and Vulnerability-Check approval rules. !39579
- Add pagination to Environments Dashboard. !39637
- Show license overage warning on admin dashboard. !39704
- Add Revoke buttons to the PAT tab of the instance credential inventory. !39712
- Show Latest Most Severe Alert on Environment. !39743
- Add an API to add a push rule to a group. !39760
- Add a License overview section to the Admin dashboard. !40009
- Include subgroup issues in iteration issue list. !40099
- Enable to delete a custom value stream. !40127
- API to edit group push rules. !40136
- Add endpoint to update Dast Scanner Profile. !40208
- Add global_id field to DastScannerProfiles::Create. !40225
- Add suggested security approval rules. !40250
- Add deployment events to group webhooks. !40270
- API to delete group push rule. !40293
- Geo: Add graphql endpoints for terraform state. !40317
- Add GraphQL endpoint for deleting a cluster agent token. !40338
- Add EULA checkbox on license page. !40352
- Add feedback call to action in SAST Configuration. !40363
- Make Auto DevOps alert in Security Configuration dismissible. !40375
- Adding counts of users using default branch locks and users using multi-branch LFS locks. !40419
- Make searching issues/MRs by IID even easier. !40467
- On-demand scans item on Security & Compliance configuration page. !40474
- Allow reporters to approve MRs. !40491
- Expose approved flag in Merge Request GraphQL API. !40505
- Populate `resolved_on_default_branch` column for existing vulnerabilities. !40755
- Allow fetching agent tokens from cluster agent GraphQL endpoint. !40779
- Add detected date to vulnerability details page. !40782
- Add delete mutation for DAST scanner profile. !40805
- Add REST endpoint to access resource iteration events. !40850
- Add ability to sort vulnerabilities by severity in GraphQL API. !40856
- Delete custom value streams. !40927
- Introduce `detectedAt` field for VulnerabilityType on GraphQL API. !41000
- Use dast_scanner_profiles in DAST on-demand scans. !41060
- Add ability to filter vulnerabilitiesSeveritiesCount in GraphQL for Project, Group and Instance Security Dashboard. !41067
- Add detected column with timestamp on security dashboards. !41092
- Create vulnerabilities route/page for instance-level security dashboard. !41156
- Add GraphQL mutation to create test cases. !41190
- Geo: Add rake task to check if DB replication is working. !41618
- New checkout flow for free groups on gitlab.com. !41644
- Add filtering by activity (has_resolution, has_issues) to Vulnerability. !41650
- Add link to GitLab CI history in Security Configuration. !41673
- Add ability to track unique uses of API endpoints. !41689
- Support custom JSON schema validation in the Web IDE. !41700
- Support moving issue between epics in GraphQL. !41790
- Adding total counts of default branch locks and multi-branch LFS locks. !41824
- Expose analyzer info for SAST Config. !41825
- Add Vulnerabilities Count by Day to Project GraphQL API. !41856
- Add policy editor to the Threat Monitoring page. !41949
- Enable on-demand DAST scans scanner-profiles flag by default. !41950
- Add support for reading Vault secrets from CI jobs. !42055
- Add ability to select projects for group coverage report. !42129
- Add + as a special reference for to GFM Autocomplete. !42190
- Add sorting functionality to vulnerability list. !42347
- Add mutation to Resolve Vulnerability in GraphQL. !42500
### Other (26 changes, 11 of them are from the community)
- Update Browser Performance Testing SiteSpeed version to 14.1.0. !37685
- Change Advanced Global Search to Advanced Search. !39526
- Migrate analytics stage button away from deprecated button. !39560
- Add backend pagination to the environments dashboard. !39847
- Deprecate -gray- variables and replace with - variables. !39860
- Add Snowplow to Toggles on Feature Flag Table. !39995
- Add Snowplow to Toggles on Edit Feature Flag. !40023
- Update Standalone Vulnerabilities Page to be a Single Vue App. !40189 (Kev @KevSlashNull)
- Migrate Bootstrap button to GlButton in the issue boards assignee dropdown list. !40398
- Update $orange variables to match GitLab UI and address contrast for accessibility. !40652
- Track iteraton changes using resource events. !40841
- Replace deprecated button on status page. !41012
- Fix typos of committed in project views. !41038 (Takuya Noguchi)
- Replace v-html with v-safe-html in dismissal_note.vue. !41137 (Kev @KevSlashNull)
- Replace v-html with v-safe-html in card_security_discover_app.vue. !41139 (Kev @KevSlashNull)
- Replace deprecated buttons with new GlButton component from GitLab UI. !41154
- Replace v-html with v-safe-html in configure_feature_flags_modal.vue. !41210 (Kev @KevSlashNull)
- Replace v-html with v-safe-html in groups_dropdown_filter.vue. !41212 (Kev @KevSlashNull)
- Replace v-html with inline text in weight.vue. !41325 (Kev @KevSlashNull)
- Internationalize Admin namespace plan. !41363 (Takuya Noguchi)
- Internationalize Admin dashboard Geo. !41368 (Takuya Noguchi)
- Update location fingerprint for existing CS vulnerabilities. !41756
- Rename Elasticsearch to Advanced Search in Admin UI. !42048
- Remove without_index_namespace_callback trait. !42082 (Andrei Cirnici @acirnici)
- Adjust Color of Low Severity Symbol. !42153 (Kev @KevSlashNull)
- Elasticsearch reindexing: add confirmation popup and change color scheme. !42209
## 13.3.4 (2020-09-02)
- No changes.
......
---
title: Update environment dashboard help text
merge_request: 39450
author:
type: fixed
---
title: Refactor approval_rules association
merge_request: 41965
author:
type: performance
---
title: Rename Elasticsearch to Advanced Search in Admin UI
merge_request: 42048
author:
type: other
---
title: Use finding_description for Details in CSV vulnerability export
merge_request: 40944
author:
type: changed
---
title: Improve Accordion Item Focus State
merge_request: 40638
author: Kev @KevSlashNull
type: fixed
---
title: Update Standalone Vulnerabilities Page to be a Single Vue App
merge_request: 40189
author: Kev @KevSlashNull
type: other
---
title: Add Revoke buttons to the PAT tab of the instance credential inventory
merge_request: 39712
author:
type: added
---
title: Fix project_ids query param for downloading coverage CSV report
merge_request: 42497
author:
type: fixed
---
title: Fix selecting all projects in group code coverage report
merge_request: 42507
author:
type: fixed
---
title: Allow milestone and assignee board lists to be created using GraphQL
merge_request: 40551
author:
type: changed
---
title: Use semantic HTML in Progress Bar component
merge_request: 40380
author:
type: changed
---
title: Simplify progress bar steps logic
merge_request: 40390
author:
type: changed
---
title: Replace <gl-deprecated-button> with <gl-button> in confirm_order component
merge_request: 40119
author:
type: changed
---
title: Replace deprecated button on status page
merge_request: 41012
author:
type: other
---
title: Add link to GitLab CI history in Security Configuration
merge_request: 41673
author:
type: added
---
title: Prevent Download For Failed Vulnerability Export Jobs
merge_request: 40656
author: Kev @KevSlashNull
type: fixed
---
title: Disable editing health status for closed issues and show informative tooltip
merge_request: 38372
author:
type: changed
---
title: "Don't overwrite user's description by default template description"
merge_request: 40609
author:
type: fixed
---
title: Skip the who will be using GitLab question in signup when a user is invited
merge_request: 42264
author:
type: changed
---
title: Delete custom value streams
merge_request: 40927
author:
type: added
---
title: Add detected date to vulnerability details page
merge_request: 40782
author:
type: added
---
title: Fix vulnerability comment delete button spinner position
merge_request: 40681
author:
type: fixed
---
title: Fix vulnerability save button spinner position
merge_request: 40781
author:
type: fixed
---
title: Remove issue note from vulnerability details
merge_request: 40686
author:
type: changed
---
title: Improve error message when creating issue fails
merge_request: 40525
author:
type: changed
---
title: Add + as a special reference for to GFM Autocomplete
merge_request: 42190
author:
type: added
---
title: Show ancestor iterations in subgroups
merge_request: 40990
author:
type: changed
---
title: Relocate create issue button from header section to the related issues section
merge_request: 39533
author:
type: changed
---
title: Make environments dropdown fetch results as soon as it's focused
merge_request: 40624
author:
type: changed
---
title: Add mutation to Resolve Vulnerability in GraphQL
merge_request: 42500
author:
type: added
---
title: Adding total counts of default branch locks and multi-branch LFS locks
merge_request: 41824
author:
type: added
---
title: Adding counts of users using default branch locks and users using multi-branch LFS locks
merge_request: 40419
author:
type: added
---
title: Add explanation text to FF create/edit sections
merge_request: 41910
author:
type: changed
---
title: Deployer authorisation for protected environments
merge_request: 38188
author:
type: added
---
title: Allow reporters to approve MRs
merge_request: 40491
author:
type: added
---
title: Added loading animations for value stream analytics
merge_request: 38447
author:
type: added
---
title: Optimize the Advanced Search query for Issues and Notes.
merge_request: 38095
author:
type: performance
---
title: Support custom JSON schema validation in the Web IDE
merge_request: 41700
author:
type: added
---
title: Populate `resolved_on_default_branch` column for existing vulnerabilities
merge_request: 40755
author:
type: added
---
title: Make vulnerability list columns have consistent widths
merge_request: 40561
author:
type: fixed
---
title: Fix remediated badge visibility on vulnerability list
merge_request: 40483
author:
type: fixed
---
title: Add usage data for counting projects with sectional codeowner rules
merge_request: 37786
author:
type: added
---
title: Omit sub-groups from trial selection menu
merge_request: 40300
author:
type: fixed
---
title: Hide warning to disable GitLab issues in Jira integration form
merge_request: 40248
author:
type: changed
---
title: Replace deprecated buttons with new GlButton component from GitLab UI
merge_request: 41154
author:
type: other
---
title: Migrate Bootstrap button to GlButton in the issue boards assignee dropdown list
merge_request: 40398
author:
type: other
---
title: Include subgroup issues in iteration issue list
merge_request: 40099
author:
type: added
---
title: Epic labeling for confidential epics
merge_request: 39794
author:
type: changed
---
title: Show tooltips for License-Check and Vulnerability-Check approval rules
merge_request: 39579
author:
type: added
---
title: Allow creation of confidential sub-epics from tree
merge_request: 37882
author: Jan Beckmann
type: fixed
---
title: Remove weight from incidents sidebar
merge_request: 40794
author:
type: changed
---
title: Remove health status feature from incidents
merge_request: 40520
author:
type: changed
---
title: Show additional columns in Group and Instance Security Dashboards
merge_request: 41829
author:
type: changed
---
title: Add detected column with timestamp on security dashboards
merge_request: 41092
author:
type: added
---
title: Introduce `detectedAt` field for VulnerabilityType on GraphQL API
merge_request: 41000
author:
type: added
---
title: Add sorting functionality to vulnerability list
merge_request: 42347
author:
type: added
---
title: Add ability to sort vulnerabilities by severity in GraphQL API
merge_request: 40856
author:
type: added
---
title: Create instance-level security charts component and update severity widget
CSS
merge_request: 40046
author:
type: changed
---
title: Implement empty state on security dashboard
merge_request: 40413
author:
type: changed
---
title: Create vulnerabilities route/page for instance-level security dashboard
merge_request: 41156
author:
type: added
---
title: Remove project selector logic from instance security dashboard
merge_request: 39631
author:
type: changed
---
title: Add epic_id param to issue update graphQL mutation
merge_request: 38678
author:
type: added
---
title: Return empty scanners list when pipeline has no reports
merge_request: 41652
author:
type: performance
---
title: Update epic inherited dates and create notes when reordering in epic tree
merge_request: 39742
author:
type: fixed
---
title: Apply filters to vulnerability count list
merge_request: 41566
author:
type: changed
---
title: Deprecate -gray- variables and replace with - variables
merge_request: 39860
author:
type: other
---
title: Use Gitlab::ErrorTracking in place of project.logger for indexing errors
merge_request: 39979
author:
type: fixed
---
title: Update FF nav section using GitLab UI Utilities
merge_request: 38768
author:
type: changed
---
title: Persist when dismissing FF will look different message
merge_request: 39238
author:
type: changed
---
title: Add filtering by activity (has_resolution, has_issues) to Vulnerability
merge_request: 41650
author:
type: added
---
title: Replace bootstrap alerts in ee/app/views/admin/push_rules/_push_rules.html.haml
merge_request: 41072
author: Jacopo Beschi @jacopo-beschi
type: changed
---
title: Use GitLab utility classes for the alert component instead of Bootstrap
merge_request: 41974
author:
type: changed
---
title: Change Advanced Global Search to Advanced Search
merge_request: 39526
author:
type: other
---
title: Add ability to track unique uses of API endpoints
merge_request: 41689
author:
type: added
---
title: Add ability to filter vulnerabilitiesSeveritiesCount in GraphQL for Project,
Group and Instance Security Dashboard
merge_request: 41067
author:
type: added
---
title: Expose approved flag in Merge Request GraphQL API
merge_request: 40505
author:
type: added
---
title: Enhance error messages for Add Project to Security Dashboard mutation
merge_request: 40607
author:
type: changed
---
title: Fix group name bug for new purchase flow
merge_request: 39915
author:
type: fixed
---
title: Add identifier check when creating vulnerability findings
merge_request: 39650
author:
type: fixed
---
title: Enable on-demand DAST scans scanner-profiles flag by default
merge_request: 41950
author:
type: added
---
title: Remove VSA duration median line
merge_request: 39665
author:
type: removed
---
title: Add Vulnerabilities Count by Day to Project GraphQL API
merge_request: 41856
author:
type: added
---
title: Expand retention period to 365 days for Vulnerability Statistics
merge_request: 40833
author:
type: changed
---
title: Fix issue where the select page dropdown would be disabled on the Insights
Analytics page when no charts were loaded.
merge_request: 40096
author:
type: fixed
---
title: Fix the size of chart placeholder on Analytics pages for Merge Requests, Insights and Value stream, so it matches the actual charts.
the size of the real chart shown afterwards
merge_request: 41904
author:
type: fixed
---
title: Enhance error messages when Adding Projects to Security Dashboard
merge_request: 40692
author:
type: changed
---
title: Add a License overview section to the Admin dashboard
merge_request: 40009
author:
type: added
---
title: Add How-to-upgrade link to admin license page
merge_request: 39974
author:
type: changed
---
title: Load only the requested report artifacts into the memory for vulnerability_findings
endpoint
merge_request: 39749
author:
type: performance
---
title: Hide the upgrade link on the admin license page if plan Ultimate
merge_request: 40977
author:
type: changed
---
title: Add feedback call to action in SAST Configuration
merge_request: 40363
author:
type: added
---
title: Fix Approval Rules table in Merge Requests bursting out of the layout in some
scenarios
merge_request: 39753
author:
type: fixed
---
title: Fix error in migration to populate historical vulnerability statistics
merge_request: 40835
author:
type: fixed
---
title: Add deployment events to group webhooks
merge_request: 40270
author:
type: added
---
title: Add link to primary node in secondary node alert
merge_request: 40297
author:
type: changed
---
title: Display contents of Zuora iframe for the new purchase flow in Dark Mode
merge_request: 40114
author:
type: fixed
---
title: New checkout flow for free groups on gitlab.com
merge_request: 41644
author:
type: added
---
title: Activate on-demand scans nav item when editing a site profile
merge_request: 40148
author:
type: fixed
---
title: Make Auto DevOps alert in Security Configuration dismissible
merge_request: 40375
author:
type: added
---
title: Add suggested security approval rules
merge_request: 40250
author:
type: added
---
title: Allow SAST Configuration UI to be used when there's an existing CI file
merge_request: 40528
author:
type: changed
---
title: Disable loading vulnerabilities in MR when pipeline is running
merge_request: 41539
author: Justin Zeng
type: fixed
---
title: On-demand scans item on Security & Compliance configuration page
merge_request: 40474
author:
type: added
---
title: 'DAST Scanner Profile Library: change new-profile button to dropdown'
merge_request: 40469
author:
type: changed
---
title: Update $orange variables to match GitLab UI and address contrast for accessibility
merge_request: 40652
author:
type: other
---
title: Replace v-html with v-safe-html in configure_feature_flags_modal.vue
merge_request: 41210
author: Kev @KevSlashNull
type: other
---
title: Replace v-html with v-safe-html in groups_dropdown_filter.vue
merge_request: 41212
author: Kev @KevSlashNull
type: other
---
title: Replace v-html with inline text in weight.vue
merge_request: 41325
author: Kev @KevSlashNull
type: other
---
title: Remove v-html from environments/components/deploy_board_component.vue
merge_request: 41521
author: Takuya Noguchi
type: security
---
title: Replace v-html with v-safe-html in card_security_discover_app.vue
merge_request: 41139
author: Kev @KevSlashNull
type: other
---
title: Replace v-html with v-safe-html in dismissal_note.vue
merge_request: 41137
author: Kev @KevSlashNull
type: other
---
title: Fix MR Modal Vulnerability Links Overflow Modal
merge_request: 42332
author: Kev @KevSlashNull
type: fixed
---
title: Add missing path to project vulnerability
merge_request: 40935
author:
type: fixed
---
title: Introduce ^ as a reference prefix for Vulnerabilities
merge_request: 41643
author:
type: fixed
---
title: Improve the UX of the Start a Trial group selection page
merge_request: 41020
author:
type: changed
---
title: Un-nest sidebar under .context-header div in security navigation
merge_request: 41176
author:
type: fixed
---
title: Add cache for elasticsearch_indexes_namespace check
merge_request: 41274
author:
type: performance
---
title: Enable elasticsearch namespace enabled cache by default
merge_request: 41875
author:
type: performance
---
title: Filter out incidents from related issues in epics
merge_request: 41807
author:
type: changed
---
title: Fix Duplicate Keys in Vulnerability Details
merge_request: 42027
author: Kev @KevSlashNull
type: fixed
---
title: Adjust Color of Low Severity Symbol
merge_request: 42153
author: Kev @KevSlashNull
type: other
---
title: Fix Iterations quickaction not showing all iterations
merge_request: 42528
author:
type: fixed
---
title: 'DAST on-demand site profiles: prevent error banner from showing'
merge_request: 42300
author:
type: fixed
---
title: Geo - Create repository updated events only if the repository exists
merge_request: 42519
author:
type: fixed
---
title: Move group activity analytics from beta to general availability
merge_request: 40916
author:
type: changed
---
title: Add backend pagination to the environments dashboard
merge_request: 39847
author:
type: change
---
title: Return message when personal access token creation fails in internal API
merge_request: 40073
author: Taylan Develioglu
type: changed
---
title: Expose approvals required and approvals left for merge requests in GraphQL
merge_request: 42354
author:
type: changed
---
title: Add pagination to Environments Dashboard
merge_request: 39637
author:
type: added
---
title: Allow fetching agent tokens from cluster agent GraphQL endpoint
merge_request: 40779
author:
type: added
---
title: add CiliumNetworkPolicy into services
merge_request: 39127
author:
type: changed
---
title: Add support for multiple environments on the controller and service level
merge_request: 40529
author:
type: changed
---
title: Add metrics for terraform state replication
merge_request: 38959
author:
type: added
---
title: Add Feature Flags Search Box shortcut
merge_request: 40578
author:
type: changed
---
title: Add GraphQL endpoint for deleting a cluster agent token
merge_request: 40338
author:
type: added
---
title: Correct sibling query for epic tree nodes
merge_request: 41986
author:
type: fixed
---
title: Return stored seat counts in the subscriptions API endpoint
merge_request: 42293
author:
type: fixed
---
title: Limit the context for paused elasticsearch jobs
merge_request: 41297
author:
type: performance
---
title: 'Elasticsearch reindexing: add confirmation popup and change color scheme'
merge_request: 42209
author:
type: other
---
title: Add support for reading Vault secrets from CI jobs
merge_request: 42055
author:
type: added
---
title: Add Snowplow to Toggles on Edit Feature Flag
merge_request: 40023
author:
type: other
---
title: Add Snowplow to Toggles on Feature Flag Table
merge_request: 39995
author:
type: other
---
title: Count security jobs
merge_request: 39481
author:
type: added
---
title: Add an API to add a push rule to a group
merge_request: 39760
author:
type: added
---
title: Support dark theme for overview of payment method component for the new purchase flow
merge_request: 40988
author:
type: fixed
---
title: Add ability to fetch DastSiteProfile via GraphQL
merge_request: 38380
author:
type: added
---
title: Make legacy feature flags read-only
merge_request: 40320
author:
type: changed
---
title: Move Add Approver name validation error into form
merge_request: 39389
author:
type: fixed
---
title: Enable to delete a custom value stream
merge_request: 40127
author:
type: added
---
title: API to delete group push rule
merge_request: 40293
author:
type: added
---
title: Add delete mutation for DAST scanner profile
merge_request: 40805
author:
type: added
---
title: Button migration to component on dependency list
merge_request: 38624
author:
type: changed
---
title: Mark RunDASTScan mutation as deprecated
merge_request: 42544
author:
type: deprecated
---
title: Remove group_push_rules feature flag
merge_request: 40658
author:
type: changed
---
title: Fix breadcrumb for security dashboard
merge_request: 40486
author:
type: fixed
---
title: Enable secret detection for MR Widget
merge_request: 41582
author:
type: fixed
---
title: API to edit group push rules
merge_request: 40136
author:
type: added
---
title: Add endpoint to update Dast Scanner Profile
merge_request: 40208
author:
type: added
---
title: Added Cluster Agent delete mutation for GraphQl
merge_request: 38622
author:
type: changed
---
title: Add GraphQL endpoint for retrieving cluster agents for a project
merge_request: 38833
author:
type: added
---
title: Cluster token create mutation for GraphQL
merge_request: 38820
author:
type: added
---
title: Track state changes using resource state events for Epics
merge_request: 42088
author:
type: fixed
---
title: Track iteraton changes using resource events
merge_request: 40841
author:
type: other
---
title: Migrate analytics stage button away from deprecated button
merge_request: 39560
author:
type: other
---
title: Fix dasboard to dashboard
merge_request: 41440
author:
type: fixed
---
title: Geo Statuses - Fix empty section bug
merge_request: 40443
author:
type: fixed
---
title: Create resource weight event when setting the weight during issue creation
merge_request: 41087
author:
type: fixed
---
title: Allow on-demand DAST pipelines to be found for scanned resource
merge_request: 40982
author:
type: fixed
---
title: Cache project user defined rules by branch
merge_request: 41564
author:
type: performance
---
title: 'Allow for project filtering in Group code coverage Finder class'
merge_request: 40547
author:
type: changed
---
title: Add docker options for Load Perf testing
merge_request: 39977
author:
type: fixed
---
title: Update Browser Performance Testing SiteSpeed version to 14.1.0
merge_request: 37685
author:
type: other
---
title: Allow requirement status to be updated with GraphQL
merge_request: 39371
author:
type: added
---
title: Add GraphQL mutation to create test cases
merge_request: 41190
author:
type: added
---
title: Fix for Iterations closing a day early
merge_request: 40884
author:
type: fixed
---
title: Add toast to the reset pipelines minutes button
merge_request: 41838
author:
type: changed
---
title: Change merge train position messaging
merge_request: 40777
author:
type: changed
---
title: Don’t create new gitlab_subscription records on nested attributes to namespaces
merge_request: 40537
author:
type: fixed
---
title: Only display downgraded message if on free plan
merge_request: 41213
author:
type: changed
---
title: ee Migrating modal button in License Compliance
merge_request: 40747
author:
type: changed
---
title: Link Elasticsearch indexing progress to elastic_commit_indexer
merge_request: 40928
author:
type: changed
---
title: Move variable audit logging to Starter.
merge_request: 39730
author:
type: changed
---
title: Reset CI minutes for all namespaces every month.
merge_request: 40396
author:
type: changed
---
title: Add group code coverage download button
merge_request: 37853
author:
type: added
---
title: 'Geo: Add rake task to check if DB replication is working'
merge_request: 41618
author:
type: added
---
title: 'Geo: Avoid orphaning blob files on secondaries'
merge_request: 41529
author:
type: fixed
---
title: 'Geo: Fix design repository failures with selective sync, and make container repository updates more robust'
merge_request: 40643
author:
type: fixed
---
title: 'Geo: Improve performance of package files queries'
merge_request: 42294
author:
type: performance
---
title: Move Analytics to admin panel
merge_request: 39368
author:
type: changed
---
title: Remove license check for feature flags
merge_request: 42023
author:
type: changed
---
title: Support moving issue between epics in GraphQL
merge_request: 41790
author:
type: added
---
title: Add policy editor to the Threat Monitoring page
merge_request: 41949
author:
type: added
---
title: Pass current_plan all the way down the partial chain
merge_request: 38868
author:
type: changed
---
title: This change preserves the environment when editing network policies
merge_request: 42148
author:
type: fixed
---
title: Update description when editing iteration
merge_request: 40476
author:
type: fixed
---
title: Update URL when editing iteration
merge_request: 39296
author:
type: changed
---
title: Move approval reset to new service and worker
merge_request: 42001
author:
type: performance
---
title: Remove without_index_namespace_callback trait
merge_request: 42082
author: Andrei Cirnici @acirnici
type: other
---
title: Reset scope to all-environments when last scope removed
merge_request: 42287
author:
type: fixed
---
title: Add REST endpoint to access resource iteration events
merge_request: 40850
author:
type: added
---
title: Revert Merge branch add_standard_field_into_payload into master
merge_request: 40162
author:
type: changed
---
title: Do not write SAST defaults via SAST Config UI
merge_request: 40030
author:
type: changed
---
title: Fix SAST Config GraphQL mutation
merge_request: 42003
author:
type: fixed
---
title: Change the configureSast mutation to use actual GraphQL types instead of JSON types
merge_request: 40637
author:
type: changed
---
title: Expose analyzer info for SAST Config
merge_request: 41825
author:
type: added
---
title: Update in preparation of supporting analyzers
merge_request: 42173
author:
type: changed
---
title: Apply sizing to SAST Configuration variable fields
merge_request: 40002
author:
type: changed
---
title: Make searching issues/MRs by IID even easier
merge_request: 40467
author:
type: added
---
title: Add ability to select projects for group coverage report
merge_request: 42129
author:
type: added
---
title: Hide confirmation modal after closing a blocked issue
merge_request: 42068
author:
type: fixed
---
title: Show Latest Most Severe Alert on Environment
merge_request: 39743
author:
type: added
---
title: Sort merge requests by merged at date in Merge Request Analytics
merge_request: 41272
author:
type: changed
---
title: Internationalize Admin namespace plan
merge_request: 41363
author: Takuya Noguchi
type: other
---
title: Internationalize Admin dashboard Geo
merge_request: 41368
author: Takuya Noguchi
type: other
---
title: Add global_id field to DastScannerProfiles::Create
merge_request: 40225
author:
type: added
---
title: Fix unchecking all compliance frameworks for MR approvals settings
merge_request: 40070
author:
type: fixed
---
title: Create a Geo cache invalidation event when toggling feature flags through the
API
merge_request: 42070
author:
type: fixed
---
title: "Geo: Add graphql endpoints for terraform state"
merge_request: 40317
author:
type: added
---
title: Fix typos of committed in project views
merge_request: 41038
author: Takuya Noguchi
type: other
---
title: Use standard table colors in Dependency List
merge_request: 31130
author:
type: changed
---
title: Remove project limit from Environments Dashboard help text
merge_request: 40333
author:
type: changed
---
title: Update location fingerprint for existing CS vulnerabilities
merge_request: 41756
author:
type: other
---
title: Use dast_scanner_profiles in DAST on-demand scans
merge_request: 41060
author:
type: added
---
title: Add EULA checkbox on license page
merge_request: 40352
author:
type: added
---
title: Show license overage warning on admin dashboard
merge_request: 39704
author:
type: added
---
title: Remove gap on trial registrations page
merge_request: 40080
author:
type: fixed
---
title: Remove Users over license banner
merge_request: 39836
author:
type: removed
---
title: Use active user count instead historial max
merge_request: 37916
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment