Update CHANGELOG-EE.md for 12.2.0-ee

[ci skip]
parent 2c50b309
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.
## 12.2.0
### Security (5 changes)
- Gate MR head_pipeline behind read_pipeline ability.
- Queries for Upload should be scoped by model.
- Grant admin note permissions in epics for maintainers and owners.
- Fix bypass email verification when SCIM user is created via API.
- Do not allow localhost urls in GitHub Integration.
### Removed (1 change)
- Removes support for matching on app label for Kubernetes deploy boards, terminals, and pod logs. !14020
### Fixed (67 changes, 2 of them are from the community)
- Fix error when creating issues in scoped boards. !11080
- Resolve Snowplow tracking for notes does not work in Firefox. !12578
- Fix License App user count for ultimate. !14055
- Enable incremental elasticsearch index updates for wikis. !14057
- Ensure U2F javascript runs on GroupSAML callback. !14262
- Fix to allow adding multiple instance-level clusters. !14270
- Initialize chart data in same order as config. !14283
- Make side-nav expanded when on dependency list. !14314
- Add anchor to learn-more-button on the dependency list page so it links to the right location in the docs. !14316
- Un-block UI interactions while Code Quality MR widget is loading. !14323
- Enforce SSO on subgroups and projects. !14364
- Fix race condition on merge train that it cannot process merge request sometimes. !14386
- Fix MWPS/ADMTWPS system notes shows wrong sha. !14397
- Show position of merge trains in system notes. !14398
- Respect limited indexing when importing projects. !14413
- replace dropdown in project cards in Operations Dashboards with a remove icon. !14419
- Allow blank values for IP restriction setting. !14427
- Fix weight quick action to support 0 value. !14432
- Fix cluster health charts on instance level. !14440
- Fix on_environment scope to not re-order whole query. !14481
- Tick instance runner after customer purchases additional CI minutes. !14494
- Fix race condition of `refs/merge` competing overwrite. !14495
- Fix 'learn more'-link on dependency page. !14496
- Allow subgroups to use their parent group's custom project templates. !14499
- Support creating/publishing drafts with commit ID. !14520
- Do not include milestone attribute when promoting issue to epic. !14532
- Include Subgroups in Contribution Analytics calcualtions. !14536
- Fix GeoNode#name backward compatibility. !14564
- Starting a new discussion only on line without Draft note created on it. !14569
- Fix reply to discussion on promoted epic. !14576
- Fix UI breaking on forms on Bootstrap Grid system. !14581 (Takuya Noguchi)
- Geo - Show why node is unhealthy in the rake task to check the health of the secondary node. !14615
- Fix displaying feature flag names in the audit log. !14621
- Support emails as ID in SCIM. !14625
- Fix negative values in burndown charts. !14632
- Fixes #12780 by avoiding incorrect cached values. !14651
- Avoid Design Management thumbnails from being distorted/stretched. !14670
- Support 0 weight in issue sidebar. !14683
- Adds a downard chevron to Dashboards icon in the header. !14711
- Handling use case for repeat trial. !14714
- Fix suggested namespace in deploy boards help text. !14739
- Fix duplicated issues while sorting by weight. !14750 (Vasiliy Yaklushin)
- Resolve Make sure not to redirect to the onboarding welcome page on mobile devices. !14842
- Fix Jira DVCS integration not working when project name has dots. !14855
- Fix the Epics filter bar alignment. !14857
- Fix max attachment size used in CSV export email messages. !14884
- Fix issue that caused the "Merge Immediately" option not to be available when merge trains were enabled. !14894
- Fix error fetching project security dashboard data for maintainers with access to a project but not to its group & fix routing error for project security dashboard for projects not in a group. !14896
- fix: operation dashboard delete icon tooltip title. !14899
- Improve help text and docs about custom metrics. !14912
- Geo - Disable built-in Sidekiq retry for verification workers. !14946
- Remove visual review app feature flag. !14958
- Geo - Warn when reusing an existing tracking database. !14981
- Fix min approvals required for new MR rules. !14988
- Fix admin notes internationalization text. !15001
- Batching minutes reset queries to avoid query timeouts. !15002
- Only show a pull mirror if mirroring is actually enabled. !15049
- Update epic dates when creating an issue that adds the epic using commands. !15062
- Show correct historic max user count for a license. !15107
- Fix job scheduling when extra CI minutes purchased and minutes usage is above application shared Runners minutes limit. !15120
- Skip ES commit results for deleted projects. !15236
- Align "New metric" page title correctly to the rest of the page. !15259
- Bypass push rules for merge to ref service.
- Ensure LDAP Group Sync by Filter normalizes DNs.
- Add support for partial approval in chat message merge request event handler.
- Insights: Only display page config with valid values.
- Shrink empty/loading states for cluster health charts.
### Changed (33 changes, 2 of them are from the community)
- Update merge requests section description text on project settings page. !11098
- First pass at auto remediation changes. !12010
- Create incident issues by default for alerts. !12814
- Resolve Move approval user password input from inline to a modal. !14123
- Add Copy to Clipboard Button to Review App Modal. !14290
- Remove "Allow merge trains" option from project settings page. !14429
- Change epics reordering to not update timestamps. !14441
- Remove feature flag behind MR's multiple assignees. !14506
- Prioritize mirrors for CI over other mirrors. !14575
- Move external authorization service API management to EE. !14598
- Improve default title and description of issues opened from managed Prometheus alerts. !14614
- Add 'Security & Compliance' as top-level navigation item to the project-sidebar. !14628
- Add "Security" as nav-item to group-view sidebar. !14639
- MVC: Group and User Billing Page Improvement - Avatar and Name. !14660 (Ammar Alakkad)
- Geo: Increase HTTP read timeout of proxy requests to 60 s. !14671
- Show threshold in incident title for gitlab alerts. !14688
- Expose licence management reports comparison. !14723
- Move metrics alerts form to modal. !14760
- Add new documentation and link for automating Visual Review feedback. !14789
- Expose licence management report for pipeline. !14796
- Present container scanning report comparison via API. !14898
- Allow approvals_required to be lower than project. !14902
- Rename snowplow_collector_uri to snowplow_collector_hostname. !14963
- Remove duplicated 'New metric' button in prometheus configuration. !14964
- Remove validation of MR level approval rules in merge requests. !14968
- Add missing merge request committer approval setting to API. !15019 (jramsay)
- Move dependency scanning comparision logic to backend. !15023
- Update permissions for Dependency List. !15044
- Dependency List Job Failed Alert - Hide link to job if payload from API does not include 'job_path'. !15068
- Use vulnerability message on Dependency list. !15125
- Rename License Management to License Compliance. !15163
- Elasticsearch: index snippet content only up to 1 MB. !15215
- Add note count, updated timestamp, and closed tag to epics list view.
### Performance (9 changes)
- Remove support for checking legacy security reports. !14291
- Cache Geo checks for a certain time period instead of per request. !14513
- Cache vulnerability history per project. !14619
- Fix N+1 queries in vulnerabilities API. !14638
- Improve Elasticsearch database import by retrying only failed cases first. !14657
- Refactor feature flag scopes for_unleash_client. !14768
- Split MR widget into cached and non-cached serializers. !15045
- Geo: Don't wait when exiting the log cursor. !15070
- Geo: Improve performance of clean up worker for selective sync.
### Added (60 changes, 1 of them is from the community)
- Enabled setting the Security Dashboard as a default view for groups. !7889
- Paginate license management. !10983
- Allows any user to comment on a dismissed vulnerability. !12067
- Enable security gates for merge requests. !13109
- Enable deployment boards and pod logs for instance and group clusters. !13307
- Support for blocking merge requests. !13506
- Add the ability to publish and install NPM packages from groups and subgroups. !13986
- Expose saml_provider_id in the users API. !14045
- Allow adding groups to CODEOWNERS file. !14071
- Add group packages page. !14089
- Add merge train helper text to merge request widget. !14097
- Support remapping of Git repos via SSH with project aliases. !14108
- Allow bulk editing group issues. !14141
- Expose reject_unsigned_commits option via the API. !14165
- Add instance level analytics. !14173
- Show design boards at previous versions. !14292
- Build cascading train refs for parallel execution of Pipelines for merge trains. !14296
- Add notifications for CI Minutes quota limit approaching. !14328
- Require session with smartcard login for Git access. !14368
- Add analytics top navigation link. !14377
- Add Quick Actions for adding/removing epic parent relations. !14451
- Geo: Validate file transfers (attachments, LFS objects, artifacts). !14477
- Create system notes for scoped labels. !14487
- Show deploy boards for group cluster deployments. !14504
- Support feature flag gradualRolloutUserId strategy on backend. !14515
- Add percentage rollout support to feature flag UI. !14538
- Added new Design Management feature for GitLab Premium. With Design Management, you can upload design assets to issues and view them all together to easily share and collaborate with your team. !14582
- Add Ability to Enable Feature Flags by User ID. !14596
- Add ability to view different design versions. !14601
- Allow bulk editing group merge request milestones. !14616
- Add cycle analytics on group level. !14627
- Resolve Add point of interest discussions to designs. !14648
- Limit creation of the Alert Bot in usage ping. !14649
- Audit strategies for feature flag scopes. !14652
- Read and write User Admin notes via API. !14662
- Add date range dropdown for Analytics. !14681
- Allow auditors to see the group and project security dashboards. !14695
- Add `Incident` label to issues created by the Alert Bot. !14705
- Merge vulnerabilities data into Dependency List report. !14706
- Support an alert template field to allow for incident customization. !14710
- Add a rake task to run a LDAP group sync. !14735 (Harish Ramachandran and Cindy Pallares)
- Log impersonation actions in audit log. !14740
- Support feature flag userWithId strategy on backend. !14752
- Add vulnerabilities to dependency list. !14761
- Add project download & project export audit events. !14775
- Count design usage, in order to meet SMAU OKR. !14779
- Support multiple sites in DAST reports. !14787
- Allow adding email domain to group to limit users to ones with email in this particular domain. !14800
- Allow global search on comments. !14818
- Add filtering by vulnerabilities to Dependency List. !14825
- Support for bulk editing labels at a group level. !14827
- Add an Upgrade button to Group's billings page. !14849
- Add authorization to the dependency list. !14867
- Add cycle analytics on a group level - FE. !14891
- Add Dependency Scanning information to the Dependency List. !14955
- Tweak Geo node form text. !14957
- Geo: Make Object Storage synchronization in Geo Nodes configurable via Admin UI. !15000
- Enable security report approvals by default. !15087
- Add Collapse buttons to Operations settings. !15117
- Geo: Support replication for Docker container registries. !15135
### Other (19 changes, 2 of them are from the community)
- Update License Management section information under CI/CD settings. !4295
- Adds a popover to vulnerability-check approvals. !14038
- Show warning for deploy boards if legacy app label is used. !14103
- Change spelling of wildcare to wildcard on feature flag new and edit forms. !14171
- Rename `TOKEN_TYPES` to `USER_TOKEN_TYPES`. !14209 (Arun Kumar Mohan)
- Improved dependency proxy page with some small UI enhancements. !14448
- Replace 'JIRA' with 'Jira' for EE-specific code comments. !14479 (Takuya Noguchi)
- Remove unused EE::GitPushService. !14483
- Improved project level navigation for package features. !14492
- Add Ability to Remove Projects From the Envivonment Dashboard. !14563
- Increase rate at which UpdateAllMirrorsWorker schedules jobs and reschedules itself. !14573
- Cleaned up package list icons to improve consistency inside package section. !14607
- Limit width for onboarding popovers. !14641
- Updates the security dashboard documentation link. !14669
- Add counter columns to geo_node_statuses database table. !14943
- Geo - Rename recheck actions to reverify. !14979
- Remove deprecated name sast_container from licensed features. !14980
- Remove default relative_position from epic_issues. !15008
- Fix alignment of activity dropdown in epic tabs; add counter to discussion tab.
## 12.1.5 ## 12.1.5
- No changes. - No changes.
......
---
title: Use vulnerability message on Dependency list
merge_request: 15125
author:
type: changed
---
title: Add Dependency Scanning information to the Dependency List.
merge_request: 14955
author:
type: added
---
title: Do not include milestone attribute when promoting issue to epic
merge_request: 14532
author:
type: fixed
---
title: Add notifications for CI Minutes quota limit approaching
merge_request: 14328
author:
type: added
---
title: Fix weight quick action to support 0 value
merge_request: 14432
author:
type: fixed
---
title: Fix displaying feature flag names in the audit log
merge_request: 14621
author:
type: fixed
---
title: Allows any user to comment on a dismissed vulnerability
merge_request: 12067
author:
type: added
---
title: Add Quick Actions for adding/removing epic parent relations
merge_request: 14451
author:
type: added
---
title: 'Geo: Make Object Storage synchronization in Geo Nodes configurable via Admin UI'
merge_request: 15000
author:
type: added
---
title: Create system notes for scoped labels
merge_request: 14487
author:
type: added
---
title: Support creating/publishing drafts with commit ID
merge_request: 14520
author:
type: fixed
---
title: Fix max attachment size used in CSV export email messages
merge_request: 14884
author:
type: fixed
---
title: Allow adding email domain to group to limit users to ones with email in this
particular domain
merge_request: 14800
author:
type: added
---
title: Update merge requests section description text on project settings page
merge_request: 11098
author:
type: changed
---
title: Resolve Move approval user password input from inline to a modal
merge_request: 14123
author:
type: changed
---
title: Improve default title and description of issues opened from managed Prometheus alerts
merge_request: 14614
author:
type: changed
---
title: Show deploy boards for group cluster deployments
merge_request: 14504
author:
type: added
---
title: Fix reply to discussion on promoted epic
merge_request: 14576
author:
type: fixed
---
title: Remove visual review app feature flag
merge_request: 14958
author:
type: fixed
---
title: Resolve Snowplow tracking for notes does not work in Firefox
merge_request: 12578
author:
type: fixed
---
title: Add support for partial approval in chat message merge request event handler
merge_request:
author:
type: fixed
---
title: 'Geo: Improve performance of clean up worker for selective sync'
merge_request:
author:
type: performance
---
title: Support emails as ID in SCIM
merge_request: 14625
author:
type: fixed
---
title: Create incident issues by default for alerts
merge_request: 12814
author:
type: changed
---
title: Improved project level navigation for package features
merge_request: 14492
author:
type: other
---
title: Add Copy to Clipboard Button to Review App Modal
merge_request: 14290
author:
type: changed
---
title: Update epic dates when creating an issue that adds the epic using commands
merge_request: 15062
author:
type: fixed
---
title: Allow global search on comments
merge_request: 14818
author:
type: added
---
title: Un-block UI interactions while Code Quality MR widget is loading
merge_request: 14323
author:
type: fixed
---
title: Support multiple sites in DAST reports
merge_request: 14787
author:
type: added
---
title: Geo - Warn when reusing an existing tracking database
merge_request: 14981
author:
type: fixed
---
title: Resolve Make sure not to redirect to the onboarding welcome page on mobile
devices
merge_request: 14842
author:
type: fixed
---
title: Add merge train helper text to merge request widget
merge_request: 14097
author:
type: added
---
title: Present container scanning report comparison via API
merge_request: 14898
author:
type: changed
---
title: Move dependency scanning comparision logic to backend
merge_request: 15023
author:
type: changed
---
title: Enable incremental elasticsearch index updates for wikis
merge_request: 14057
author:
type: fixed
---
title: Expose licence management report for pipeline
merge_request: 14796
author:
type: changed
---
title: Expose licence management reports comparison
merge_request: 14723
author:
type: changed
---
title: Move external authorization service API management to EE
merge_request: 14598
author:
type: changed
---
title: Add cycle analytics on group level
merge_request: 14627
author:
type: added
---
title: "Elasticsearch: index snippet content only up to 1 MB"
merge_request: 15215
author:
type: changed
---
title: Fix cluster health charts on instance level
merge_request: 14440
author:
type: fixed
---
title: Improved dependency proxy page with some small UI enhancements
merge_request: 14448
author:
type: other
---
title: Enforce SSO on subgroups and projects
merge_request: 14364
author:
type: fixed
---
title: Fix alignment of activity dropdown in epic tabs; add counter to discussion
tab
merge_request:
author:
type: other
---
title: Make side-nav expanded when on dependency list
merge_request: 14314
author:
type: fixed
---
title: Show correct historic max user count for a license
merge_request: 15107
author:
type: fixed
---
title: Dependency List Job Failed Alert - Hide link to job if payload from API does
not include 'job_path'
merge_request: 15068
author:
type: changed
---
title: Update permissions for Dependency List
merge_request: 15044
author:
type: changed
---
title: Add "Security" as nav-item to group-view sidebar
merge_request: 14639
author:
type: changed
---
title: Add 'Security & Compliance' as top-level navigation item to the project-sidebar
merge_request: 14628
author:
type: changed
---
title: Add anchor to learn-more-button on the dependency list page so it links to
the right location in the docs
merge_request: 14316
author:
type: fixed
---
title: Fix GeoNode#name backward compatibility
merge_request: 14564
author:
type: fixed
---
title: Respect limited indexing when importing projects
merge_request: 14413
author:
type: fixed
---
title: Improve Elasticsearch database import by retrying only failed cases first
merge_request: 14657
author:
type: performance
---
title: Merge vulnerabilities data into Dependency List report
merge_request: 14706
author:
type: added
---
title: Add vulnerabilities to dependency list
merge_request: 14761
author:
type: added
---
title: Add filtering by vulnerabilities to Dependency List
merge_request: 14825
author:
type: added
---
title: Add authorization to the dependency list
merge_request: 14867
author:
type: added
---
title: Add new documentation and link for automating Visual Review feedback
merge_request: 14789
author:
type: changed
---
title: Allow blank values for IP restriction setting
merge_request: 14427
author:
type: fixed
---
title: Change epics reordering to not update timestamps
merge_request: 14441
author:
type: changed
---
title: Remove unused EE::GitPushService
merge_request: 14483
author:
type: other
---
title: Replace 'JIRA' with 'Jira' for EE-specific code comments
merge_request: 14479
author: Takuya Noguchi
type: other
---
title: Fix 'learn more'-link on dependency page
merge_request: 14496
author:
type: fixed
---
title: Skip ES commit results for deleted projects
merge_request: 15236
author:
type: fixed
---
title: Added new Design Management feature for GitLab Premium. With Design Management,
you can upload design assets to issues and view them all together to easily share
and collaborate with your team.
merge_request: 14582
author:
type: added
---
title: Updates the security dashboard documentation link
merge_request: 14669
author:
type: other
---
title: Allow approvals_required to be lower than project
merge_request: 14902
author:
type: changed
---
title: Remove validation of MR level approval rules in merge requests
merge_request: 14968
author:
type: changed
---
title: Starting a new discussion only on line without Draft note created on it
merge_request: 14569
author:
type: fixed
---
title: Fix UI breaking on forms on Bootstrap Grid system
merge_request: 14581
author: Takuya Noguchi
type: fixed
---
title: Cleaned up package list icons to improve consistency inside package section
merge_request: 14607
author:
type: other
---
title: Allow bulk editing group merge request milestones
merge_request: 14616
author:
type: added
---
title: Geo - Show why node is unhealthy in the rake task to check the health of the
secondary node
merge_request: 14615
author:
type: fixed
---
title: Limit creation of the Alert Bot in usage ping
merge_request: 14649
author:
type: added
---
title: 'MVC: Group and User Billing Page Improvement - Avatar and Name'
merge_request: 14660
author: Ammar Alakkad
type: changed
---
title: Read and write User Admin notes via API
merge_request: 14662
author:
type: added
---
title: Fix suggested namespace in deploy boards help text
merge_request: 14739
author:
type: fixed
---
title: 'fix: operation dashboard delete icon tooltip title'
merge_request: 14899
author:
type: fixed
---
title: Rename snowplow_collector_uri to snowplow_collector_hostname
merge_request: 14963
author:
type: changed
---
title: Remove default relative_position from epic_issues
merge_request: 15008
author:
type: other
---
title: Align "New metric" page title correctly to the rest of the page
merge_request: 15259
author:
type: fixed
---
title: "Geo: Don't wait when exiting the log cursor"
merge_request: 15070
author:
type: performance
---
title: Adds a downard chevron to Dashboards icon in the header
merge_request: 14711
author:
type: fixed
---
title: 'Geo: Support replication for Docker container registries'
merge_request: 15135
author:
type: added
---
title: Log impersonation actions in audit log
merge_request: 14740
author:
type: added
---
title: Support remapping of Git repos via SSH with project aliases
merge_request: 14108
author:
type: added
---
title: Add project download & project export audit events
merge_request: 14775
author:
type: added
---
title: Fix Jira DVCS integration not working when project name has dots
merge_request: 14855
author:
type: fixed
---
title: Include Subgroups in Contribution Analytics calcualtions
merge_request: 14536
author:
type: fixed
---
title: Enable deployment boards and pod logs for instance and group clusters
merge_request: 13307
author:
type: added
---
title: Improve help text and docs about custom metrics
merge_request: 14912
author:
type: fixed
---
title: Enabled setting the Security Dashboard as a default view for groups
merge_request: 7889
author:
type: added
---
title: Allow bulk editing group issues
merge_request: 14141
author:
type: added
---
title: Support for bulk editing labels at a group level
merge_request: 14827
author:
type: added
---
title: Geo - Rename recheck actions to reverify
merge_request: 14979
author:
type: other
---
title: Remove deprecated name sast_container from licensed features
merge_request: 14980
author:
type: other
---
title: Add percentage rollout support to feature flag UI
merge_request: 14538
author:
type: added
---
title: Geo - Disable built-in Sidekiq retry for verification workers
merge_request: 14946
author:
type: fixed
---
title: Allow auditors to see the group and project security dashboards
merge_request: 14695
author:
type: added
---
title: Resolve Add point of interest discussions to designs
merge_request: 14648
author:
type: added
---
title: Add ability to view different design versions
merge_request: 14601
author:
type: added
---
title: Show design boards at previous versions
merge_request: 14292
author:
type: added
---
title: Remove duplicated 'New metric' button in prometheus configuration
merge_request: 14964
author:
type: changed
---
title: Support for blocking merge requests
merge_request: 13506
author:
type: added
---
title: Allow subgroups to use their parent group's custom project templates
merge_request: 14499
author:
type: fixed
---
title: Enable security gates for merge requests
merge_request: 13109
author:
type: added
---
title: Enable security report approvals by default
merge_request: 15087
author:
type: added
---
title: Adds a popover to vulnerability-check approvals
merge_request: 14038
author:
type: other
---
title: Add the ability to publish and install NPM packages from groups and subgroups
merge_request: 13986
author:
type: added
---
title: Add note count, updated timestamp, and closed tag to epics list view
merge_request:
author:
type: changed
---
title: Tick instance runner after customer purchases additional CI minutes
merge_request: 14494
author:
type: fixed
---
title: Move metrics alerts form to modal
merge_request: 14760
author:
type: changed
---
title: Add analytics top navigation link
merge_request: 14377
author:
type: added
---
title: Avoid Design Management thumbnails from being distorted/stretched
merge_request: 14670
author:
type: fixed
---
title: Show warning for deploy boards if legacy app label is used
merge_request: 14103
author:
type: other
---
title: First pass at auto remediation changes
merge_request: 12010
author:
type: changed
---
title: Batching minutes reset queries to avoid query timeouts
merge_request: 15002
author:
type: fixed
---
title: Fix race condition on merge train that it cannot process merge request sometimes
merge_request: 14386
author:
type: fixed
---
title: Prioritize mirrors for CI over other mirrors
merge_request: 14575
author:
type: changed
---
title: Update License Management section information under CI/CD settings
merge_request: 4295
author:
type: other
---
title: Rename `TOKEN_TYPES` to `USER_TOKEN_TYPES`
merge_request: 14209
author: Arun Kumar Mohan
type: other
---
title: Increase rate at which UpdateAllMirrorsWorker schedules jobs and reschedules itself
merge_request: 14573
author:
type: other
---
title: Add counter columns to geo_node_statuses database table
merge_request: 14943
author:
type: other
---
title: Remove "Allow merge trains" option from project settings page
merge_request: 14429
author:
type: changed
---
title: Add group packages page
merge_request: 14089
author:
type: added
---
title: Require session with smartcard login for Git access
merge_request: 14368
author:
type: added
---
title: Add Ability to Remove Projects From the Envivonment Dashboard
merge_request: 14563
author:
type: feature
---
title: Expose saml_provider_id in the users API
merge_request: 14045
author:
type: added
---
title: Fix min approvals required for new MR rules
merge_request: 14988
author:
type: fixed
---
title: Support feature flag gradualRolloutUserId strategy on backend
merge_request: 14515
author:
type: added
---
title: Change spelling of wildcare to wildcard on feature flag new and edit forms
merge_request: 14171
author:
type: other
---
title: Audit strategies for feature flag scopes
merge_request: 14652
author:
type: added
---
title: Fix admin notes internationalization text
merge_request: 15001
author:
type: fixed
---
title: Fix job scheduling when extra CI minutes purchased and minutes usage is above
application shared Runners minutes limit
merge_request: 15120
author:
type: fixed
---
title: Fix MWPS/ADMTWPS system notes shows wrong sha
merge_request: 14397
author:
type: fixed
---
title: Fix error fetching project security dashboard data for maintainers with access to a project but not to its group & fix routing error for project security dashboard for projects not in a group
merge_request: 14896
author:
type: fixed
---
title: Fix N+1 queries in vulnerabilities API
merge_request: 14638
author:
type: performance
---
title: Fix on_environment scope to not re-order whole query
merge_request: 14481
author:
type: fixed
---
title: Ensure LDAP Group Sync by Filter normalizes DNs
merge_request:
author:
type: fixed
---
title: Fix to allow adding multiple instance-level clusters
merge_request: 14270
author:
type: fixed
---
title: Fix duplicated issues while sorting by weight
merge_request: 14750
author: Vasiliy Yaklushin
type: fixed
---
title: Add instance level analytics
merge_request: 14173
author:
type: added
---
title: Add cycle analytics on a group level - FE
merge_request: 14891
author:
type: added
---
title: Add a rake task to run a LDAP group sync
merge_request: 14735
author: Harish Ramachandran and Cindy Pallares
type: added
---
title: Remove feature flag behind MR's multiple assignees
merge_request: 14506
author:
type: changed
---
title: Allow adding groups to CODEOWNERS file
merge_request: 14071
author:
type: added
---
title: Split MR widget into cached and non-cached serializers
merge_request: 15045
author:
type: performance
---
title: Initialize chart data in same order as config
merge_request: 14283
author:
type: fixed
---
title: 'Insights: Only display page config with valid values'
merge_request:
author:
type: fixed
---
title: Fix error when creating issues in scoped boards
merge_request: 11080
author:
type: fixed
---
title: Ensure U2F javascript runs on GroupSAML callback
merge_request: 14262
author:
type: fixed
---
title: Fix negative values in burndown charts.
merge_request: 14632
author:
type: fixed
---
title: Add missing merge request committer approval setting to API
merge_request: 15019
author: jramsay
type: changed
---
title: Fix the Epics filter bar alignment
merge_request: 14857
author:
type: fixed
---
title: Rename License Management to License Compliance
merge_request: 15163
author:
type: changed
---
title: Shrink empty/loading states for cluster health charts
merge_request:
author:
type: fixed
---
title: replace dropdown in project cards in Operations Dashboards with a remove icon
merge_request: 14419
author:
type: fixed
---
title: Tweak Geo node form text
merge_request: 14957
author:
type: added
---
title: 'Geo: Validate file transfers (attachments, LFS objects, artifacts)'
merge_request: 14477
author:
type: added
---
title: 'Fixes #12780 by avoiding incorrect cached values'
merge_request: 14651
type: fixed
---
title: Handling use case for repeat trial
merge_request: 14714
author:
type: fixed
---
title: Add date range dropdown for Analytics
merge_request: 14681
author:
type: added
---
title: Limit width for onboarding popovers
merge_request: 14641
author:
type: other
---
title: Fix issue that caused the "Merge Immediately" option not to be available when
merge trains were enabled
merge_request: 14894
author:
type: fixed
---
title: Bypass push rules for merge to ref service
merge_request:
author:
type: fixed
---
title: Add an Upgrade button to Group's billings page
merge_request: 14849
author:
type: added
---
title: Paginate license management
merge_request: 10983
author:
type: added
---
title: Show threshold in incident title for gitlab alerts
merge_request: 14688
author:
type: changed
---
title: Add `Incident` label to issues created by the Alert Bot
merge_request: 14705
author:
type: added
---
title: Add Collapse buttons to Operations settings
merge_request: 15117
author:
type: added
---
title: Refactor feature flag scopes for_unleash_client
merge_request: 14768
author:
type: performance
---
title: Removes support for matching on app label for Kubernetes deploy boards,
terminals, and pod logs
merge_request: 14020
author:
type: removed
---
title: Cache vulnerability history per project
merge_request: 14619
author:
type: performance
---
title: Fix race condition of `refs/merge` competing overwrite
merge_request: 14495
author:
type: fixed
---
title: Build cascading train refs for parallel execution of Pipelines for merge trains
merge_request: 14296
author:
type: added
---
title: Grant admin note permissions in epics for maintainers and owners
merge_request:
author:
type: security
---
title: Queries for Upload should be scoped by model
merge_request:
author:
type: security
---
title: Gate MR head_pipeline behind read_pipeline ability.
merge_request:
author:
type: security
---
title: Fix bypass email verification when SCIM user is created via API
merge_request:
author:
type: security
---
title: Do not allow localhost urls in GitHub Integration
merge_request:
author:
type: security
---
title: 'Geo: Increase HTTP read timeout of proxy requests to 60 s'
merge_request: 14671
author:
type: changed
---
title: Cache Geo checks for a certain time period instead of per request
merge_request: 14513
author:
type: performance
---
title: Only show a pull mirror if mirroring is actually enabled
merge_request: 15049
author:
type: fixed
---
title: Remove support for checking legacy security reports
merge_request: 14291
author:
type: performance
---
title: Show position of merge trains in system notes
merge_request: 14398
author:
type: fixed
---
title: Support an alert template field to allow for incident customization
merge_request: 14710
author:
type: added
---
title: Expose reject_unsigned_commits option via the API
merge_request: 14165
author:
type: added
---
title: Fix License App user count for ultimate
merge_request: 14055
author:
type: fixed
---
title: Count design usage, in order to meet SMAU OKR
merge_request: 14779
type: added
---
title: Add Ability to Enable Feature Flags by User ID
merge_request: 14596
author:
type: added
---
title: Support feature flag userWithId strategy on backend
merge_request: 14752
author:
type: added
---
title: Support 0 weight in issue sidebar
merge_request: 14683
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