-
Notifications
You must be signed in to change notification settings - Fork 1
feat(heureka): enables auth for heureka and false positive remediation UX and code improvements #1535
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
feat(heureka): enables auth for heureka and false positive remediation UX and code improvements #1535
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
1b85084
chore(heureka): removes action column header and correct its layout
hodanoori 6320edc
chore(heureka): use pills to show image versions
hodanoori 84d3880
fix(heureka): preserve revert false positive message by avoiding inli…
hodanoori 624578f
fix(heureka): only expose auth user ID when running in embedded mode
hodanoori c1ccafa
fix(heureka): fix revert false positive UX in remediated vulnerabilities
hodanoori 52369c1
refactor(heureka): extract useTimedState hook to consolidate auto-exp…
hodanoori d4aa062
chore(heureka): improve success messages and add spacing in remediati…
hodanoori 4981791
chore(heureka): improve false positive UX and data freshness
hodanoori ddff9bc
Merge branch 'main' into hoda-heureka-improve-ux
hodanoori b3519c6
fix(heureka): align fallback and loading row colSpan with DataGrid co…
hodanoori 8d3b7e5
fix(heureka): store shouldExpire predicate in a ref to prevent timer …
hodanoori d093720
fix(heureka): fix useTimedState timer reset by storing shouldExpire p…
hodanoori e4af8d5
chore(heureka): adds changeset
hodanoori ea4e6ec
fix(heureka): hide revert spinner as soon as success message appears …
hodanoori 751d5d9
fix(heureka): hide revert spinner as soon as success message appears …
hodanoori 6e9351a
fix(heureka): show success message immediately after API call and run…
hodanoori 2b1ad32
fix(heureka): address Copilot review comments on PR
hodanoori a534acf
test(heureka): fix ErrorBoundary className test assertion
hodanoori 5fee78e
fix(heureka): addresses remaining code review comments
hodanoori e9bc877
Merge branch 'main' into hoda-heureka-improve-ux
hodanoori e897b11
fix(heureka): fetches always fresh data in RemediationHistoryPanel af…
hodanoori 383cff0
Merge branch 'main' into hoda-heureka-improve-ux
hodanoori e860672
Merge remote-tracking branch 'origin/main' into hoda-heureka-improve-ux
hodanoori cf561b2
feat(heureka): use remediations as source of truth for active/remedia…
hodanoori 022ec38
feat(heureka): adds tests for active/remediated vulnerability split l…
hodanoori 08ffcec
Merge branch 'main' into hoda-heureka-improve-ux
hodanoori 481b3b5
fix(heureka): revert useAuth() in FalsePositiveModal and document Rea…
hodanoori cda6548
fix(heureka): externalize React in greenhouse-auth-provider and use u…
hodanoori a2feb7b
test(heureka): wrap tests with AuthProvider after useAuth() migration
hodanoori 0d0b90e
chore(heureka): simplify AuthProvider props inline per reviewer sugge…
hodanoori File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| --- | ||
| "@cloudoperators/juno-app-heureka": minor | ||
| "@cloudoperators/greenhouse-auth-provider": patch | ||
| --- | ||
|
|
||
| Enables authentication support for Heureka and improves false positive remediation UX: inline spinner feedback during API operations, timed success messages, proper error display without unhandled exceptions, auth user ID scoped to embedded mode, and instant tab updates after mark FP or revert using the remediations query as an override on top of status filters. | ||
|
|
||
| Fix `greenhouse-auth-provider` bundling React into its output by adding `rollupOptions.external` to the Vite build config. React is a peer dependency and must not be included in the bundle to avoid multiple React instance conflicts in micro-frontend architectures. |
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.