Merged
Conversation
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
…e-authentication-to-backend' into backlog/add-oauth2-oidc-corporate-authentication-to-backend
…display Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…providers.component.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…ration.java Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…dentityProviderService.java Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…nents/provider-form/provider-form.component.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…uth2-oidc-corporate-authentication-to-backend
… and event handling
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
…e-authentication-to-backend' into backlog/add-oauth2-oidc-corporate-authentication-to-backend
…iders Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
…archical-graph-adversary-alert-echoes' into backlog/adversary-view-with-hierarchical-graph-adversary-alert-echoes
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
…archical-graph-adversary-alert-echoes' into backlog/adversary-view-with-hierarchical-graph-adversary-alert-echoes
…archical-graph-adversary-alert-echoes' into backlog/adversary-view-with-hierarchical-graph-adversary-alert-echoes
…-logexplorer-via-opensearch' into backlog/add-sql-query-support-to-logexplorer-via-opensearch
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
…archical-graph-adversary-alert-echoes' into backlog/adversary-view-with-hierarchical-graph-adversary-alert-echoes
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
# Conflicts: # CHANGELOG.md
…nd open detail functionalities
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
…port height Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
…port height Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This release PR (v11.1.5) introduces a schedule configuration component, fixes context handling in AWS log retrieval, standardizes field names across the system, and implements various UI/UX improvements for authentication pages including responsive design and accessibility enhancements.
Key Changes
- Added a new schedule configuration component with time range and day selection functionality
- Fixed context timeout handling in AWS CloudWatch log retrieval by moving context creation inside retry loop
- Standardized index pattern and field names across dashboards and visualizations (O365, alert, firewall, etc.)
- Enhanced authentication UI with responsive design, improved styling, and better accessibility
Reviewed changes
Copilot reviewed 35 out of 35 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| plugins/aws/main.go | Fixed context management in AWS log retrieval to prevent timeout issues |
| frontend/src/assets/modules/auth.scss | Created shared authentication styling module with responsive breakpoints |
| frontend/src/app/shared/utm-shared.module.ts | Added ScheduleConfigComponent to module declarations and exports |
| frontend/src/app/shared/components/utm/util/countdown/countdown.component.css | Added responsive font sizes for countdown timer |
| frontend/src/app/shared/components/utm/filters/utm-elastic-filter/. | Added clearFilterSelection method to reset filter state |
| frontend/src/app/shared/components/utm/config/app-config-sections/. | Integrated schedule config component with validation and serialization |
| frontend/src/app/shared/components/schedule-config/. | Implemented new schedule configuration component with validator |
| frontend/src/app/shared/components/auth//.* | Refactored authentication components to use shared styling module |
| frontend/src/app/log-analyzer/explorer/log-analyzer-view/*.html | Fixed flex layout for SQL mode toggle |
| backend/src/main/resources/config/liquibase/. | Added migrations for field renaming and configuration updates |
| backend/src/main/java/com/park/utmstack/web/rest/*.java | Added index existence check and firstLogin flag to login response |
| backend/src/main/java/com/park/utmstack/security/saml/*.java | Refactored SAML authentication to use user authorities instead of SAML roles |
| CHANGELOG.md | Updated version and release notes |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
frontend/src/app/shared/components/schedule-config/schedule-config.component.ts
Show resolved
Hide resolved
frontend/src/app/shared/components/schedule-config/schedule-config.component.html
Show resolved
Hide resolved
frontend/src/app/shared/components/auth/tfa-setup/tfa-setup.component.html
Show resolved
Hide resolved
backend/src/main/java/com/park/utmstack/security/saml/Saml2LoginSuccessHandler.java
Show resolved
Hide resolved
backend/src/main/java/com/park/utmstack/service/dto/jwt/LoginResponseDTO.java
Show resolved
Hide resolved
…components Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
…configuration Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
…configuration Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
Kbayero
approved these changes
Dec 22, 2025
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.
PLEASE READ BEFORE CONTINUING
To help us understand your contribution, please include the following in your pull request: