feat(ui): diff report detail view + restart operation - #244
Open
s0nea wants to merge 5 commits into
Open
Conversation
s0nea
requested review from
aiivashchenko,
arttor,
fa-at-pulsit and
schucly
as code owners
August 6, 2026 10:23
Move the DiffReportsProgressCell to the common components in order to be re-used as part of the diff report details page. Signed-off-by: Tatjana Dehler <tatjana.dehler@clyso.com> On-behalf-of: SAP <t.dehler@sap.com>
Add necessary types, services, page and navigation. Handle error or and not found states. Signed-off-by: Tatjana Dehler <tatjana.dehler@clyso.com> On-behalf-of: SAP <t.dehler@sap.com>
Signed-off-by: Tatjana Dehler <tatjana.dehler@clyso.com> On-behalf-of: SAP t.dehler@sap.com
Add a table to show the inconsistent objects of a diff report as part of the details page. Signed-off-by: Tatjana Dehler <tatjana.dehler@clyso.com> On-behalf-of: SAP <t.dehler@sap.com>
Signed-off-by: Tatjana Dehler <tatjana.dehler@clyso.com> On-behalf-of: SAP <t.dehler@sap.com>
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.
Pull Request
The detail view can be opened via the "eye" button on the overview table:

Detail view:

Detail view if the requested report is not found:

Detail view if an error occured while loading:

Restart dialog:

Description
Related Issue
Link to the GitHub issue (if applicable): #[issue number]
Checklist
Signed-off-byline to certify agreement with the Developer Certificate of Origin (DCO).make testpassingNote: By submitting this PR, you agree to license your contributions under the Apache 2.0 License and follow our Code of Conduct.