feat: add advanced features — policies, dependency graph, drift detec…#231
Open
erfanmo wants to merge 4 commits into
Open
feat: add advanced features — policies, dependency graph, drift detec…#231erfanmo wants to merge 4 commits into
erfanmo wants to merge 4 commits into
Conversation
Collaborator
|
@erfanmo, thanks for the contribution. Please make sure that after the changes, the test cases stay valid and can actually pass the tests. As of now, it is failing the tests. Could you please fix that and update the PR so we can move forward? |
eea5b9b to
648a6ae
Compare
…tion, history, analytics Signed-off-by: Takin <erfan.mohebi@gmail.com>
Signed-off-by: Takin <erfan.mohebi@gmail.com>
Signed-off-by: Takin <erfan.mohebi@gmail.com>
Signed-off-by: Takin <erfan.mohebi@gmail.com>
648a6ae to
83d88e8
Compare
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.
Add five advanced features to Crossview:
What changed
Policy Resources: new Policies page listing CompositionValidationPolicy resources
Resource Dependency Graph: new /api/resource/tree endpoint that recursively traverses Crossplane resource relationships (claims, XRs, managed resources, compositions)
Drift Detection: new /api/resource/drift endpoint comparing desired vs actual state (Synced/Ready conditions + spec.forProvider vs status.atProvider field diffs), with a new Drift tab in resource details
Resource History/Audit: new resource_events DB table, history API endpoints, and a History tab with timeline view in resource details (requires DB enabled)
Resource Metrics/Analytics: new resource_metrics DB table, background collector (5 min interval), metrics API endpoints, and a new Analytics page with health trend visualization (requires DB enabled)