⚠️ Sync upstream/integration (8fe6fd6) -> release/4 2026-04-09 (deployment changes present)#397
Merged
⚠️ Sync upstream/integration (8fe6fd6) -> release/4 2026-04-09 (deployment changes present)#397
Conversation
* Fixed the default search query parameter to always be a string: disabled automatic parsing to boolean/number and added explicit String conversion. * Refactored useGlobalFilterTableSettings: extracted utility logic into separate files and introduced typing.
…ndationsOverviewContainer * Updated EventsContainer to explicitly handle the 'descriptionLike' query parameter with custom parsing options. * Modified RecommendationsOverviewContainer to include parsing options for the 'search' query parameter. * Enhanced useSyncQueryParamWithState to accept searchParamsGetterOptions for better control over query parameter parsing.
- Updated the implementation to align with the latest backend refactoring - Data preparation is now initiated by creating a dedicated task - Once the task is completed, a generated CSV file is requested - In case of errors, a dedicated alert is displayed with the appropriate message - During data generation, the frontend polls the backend every 2 seconds to track the current task status - The polling timeout is set to 2 minutes
## Description Rework gemini download API ## Related issue number OSN-1392 ## Special notes <!-- Please provide additional information if required. --> ## Checklist * [ ] The pull request title is a good summary of the changes * [ ] Unit tests for the changes exist * [ ] New and existing unit tests pass locally
This PR removes obsolete tasks that configured CoreDNS to forward dts.loc queries to 172.22.1.2: - Check domain presence - Add dts.loc domain into coredns config - Delete coredns pods All other k8s configuration tasks remain unchanged. --------- Co-authored-by: Jenkins <jenkins@example.com>
7388333 OSN-1374: updated tornado to 6.5.5 44ce963 OPS-1043: Remove CoreDNS dts.loc tasks from ansible scripts a307f58 OSN-1392. Rework gemini download API c60f2d6 OSN-1394: Update gemini data preparation functionality 65eb030 KF-1390. Bump jspdf from 4.1.0 to 4.2.1 6c091fb OSN-1377. Fix query parameter handling in EventsContainer and RecommendationsOverviewContainer 43f31ce OSN-1377. Global table filter fixes
## Description Added skipped regions for AWS ## Related issue number OSN-1399 ## Special notes <!-- Please provide additional information if required. --> ## Checklist * [ ] The pull request title is a good summary of the changes * [ ] Unit tests for the changes exist * [ ] New and existing unit tests pass locally
# Conflicts: # diworker/uv.lock # ngui/ui/src/components/Table/hooks/useGlobalFilterTableSettings.ts # ngui/ui/src/containers/DownloadObjectsListContainer/DownloadObjectsListContainer.tsx # ngui/ui/src/containers/EventsContainer/EventsContainer.tsx # ngui/ui/src/containers/RecommendationsOverviewContainer/RecommendationsOverviewContainer.tsx # ngui/ui/src/hooks/useSyncQueryParamWithState.ts
dwolosz
approved these changes
Apr 9, 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.
This PR syncs the latest changes from upstream to release branch.