feat: release candidate v0.46.0#3099
Merged
Merged
Conversation
- Introduced a new DateTimePicker component to replace the existing SingleDatePicker and DayPickerRangeController. - Updated DeploymentMetrics and CustomLogsModal to utilize the new DateTimePicker for date selection. - Removed unused styles and components related to the old date picker implementation. - Added utility functions for generating date range options for the new date picker. - Cleaned up imports and adjusted type definitions to accommodate the new date handling logic.
…, GraphModal, and DeploymentMetrics components
…ency and readability
…nto feat/day-picker
…X in SSOLogin and EphemeralContainerDrawer fix: update workflowId to ciPipelineId in BranchRegexModal and GitInfoMaterial chore: update types for configMap to use SwitchItemValues enum
…nto feat/day-picker
…eer dependencies
- Created SecurityScansTabCellComponents.tsx for custom cell rendering - Created service.ts with getSecurityScans function for Table getRows - Created SecurityScansTableWrapper.tsx to handle filters and UI around Table - Updated utils.tsx with column configuration and comparators - Refactored SecurityScansTab.tsx to use Table component from devtron-fe-common-lib Co-authored-by: Elessar1802 <66767648+Elessar1802@users.noreply.github.com>
- Move scanDetails state to parent SecurityScansTab component - Pass scanDetails and setScanDetails to SecurityScansTableWrapper - Remove unused useState from wrapper component - Properly handle row click for both scanned and not-scanned items Co-authored-by: Elessar1802 <66767648+Elessar1802@users.noreply.github.com>
- Removed AppIconCellComponent from SecurityScansTabCellComponents.tsx - Removed empty icon column from column configuration - Added rowStartIconConfig prop to Table component with ic-devtron-app icon - Simplified column definitions to start with APP NAME Co-authored-by: Elessar1802 <66767648+Elessar1802@users.noreply.github.com>
Co-authored-by: Elessar1802 <66767648+Elessar1802@users.noreply.github.com>
…omponent Co-authored-by: Elessar1802 <66767648+Elessar1802@users.noreply.github.com>
feat: user groups
fix: helm app hibernate
…terminal functionality
feat: upgrade xterm to version 6.0.0 and add new addons for enhanced terminal functionality
…nto chore/main-sync
…re-3 in package.json and yarn.lock
fix: dependabot issues and node version
…ume-role feat: add Assume Role ARN field for cross-account ECR registries
fix: config and deployment icons in notification config row
fix: security scan title duplication
… chore/merge-release-candidate-v0.46.0
…ate-v0.46.0 chore: merge release candidate 0.46.0
|
Some linked issues are invalid. Please update the issue links:\nIssue # in is not found or invalid (HTTP }404).\n |
|
shivani170
approved these changes
Apr 23, 2026
vivek-devtron
approved these changes
Apr 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description
This pull request introduces several significant upgrades and cleanups to the codebase, primarily focused on modernizing dependencies, updating the Node.js version, and removing legacy test infrastructure and ignores. The main changes are grouped below.
Dependency and Environment Upgrades:
v22tov24.14.1in.nvmrcand updated the Docker base image tonode:24-alpineinDockerfile, ensuring compatibility with the latest features and improved performance. [1] [2]package.json, includingreactandreact-domto version 19,react-router-domto v6,dayjs,dompurify, and several others. Also updated or removed various devDependencies, such as removing Jest and related testing libraries. [1] [2]viteto v8,vite-plugin-compression2,vite-plugin-pwa, andvite-plugin-svgr, with appropriate overrides for compatibility.Test Infrastructure Cleanup:
package.json, including thetest:ci,jestscripts, and the entirejestconfig block, indicating a migration away from Jest-based testing. [1] [2].eslintignoreby removing ignores for a large number of test files and legacy files, making linting more comprehensive and reducing technical debt. (.eslintignoreL1-L28 and related)Code Modernization:
src/App.tsxto usereact-router-domv6'sRoutesanduseNavigate, replacing the deprecatedSwitch,Redirect, anduseHistoryimports.URLSfrom./configinsrc/App.tsx.Documentation:
FORCE_SECURITY_SCANNINGinconfig.mdfor clarity and added a placeholder forscanning.These changes collectively modernize the project, streamline dependency management, and ensure better maintainability going forward.
Fixes https://github.com/devtron-labs/sprint-tasks/issues/2882
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: