feat: Add basic Argo CD application actions - #7016
Open
usernamenenad wants to merge 5 commits into
Open
Conversation
Add the connection contract and client boundary for Argo CD. The integration validates a bearer token and leaves component behavior for a follow-up change. Signed-off-by: usernamenenad <radovic.nenad158@gmail.com>
Add a read-only action for retrieving Argo CD application state. Expose delivery status and source data without returning raw manifests or credentials. Keep the action scoped to application reads while later actions remain separate. Signed-off-by: usernamenenad <radovic.nenad158@gmail.com>
Allow canvases to request an application synchronization while retaining the resulting delivery state for downstream decisions. Keep operation controls explicit so prune and force remain disabled by default. Signed-off-by: usernamenenad <radovic.nenad158@gmail.com>
Contributor
|
👋 Commands for maintainers:
|
Contributor
|
Maintainers: comment |
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.
Summary
This PR adds the initial Argo CD integration components for SuperPlane. It provides the basic application read and synchronization operations needed to start building Argo CD workflows.
The implementation is intentionally limited to these foundational components. More advanced Argo CD capabilities will follow in separate PRs so each operation can be reviewed and tested independently.
What this adds
Scope
These are the basic application components only. This PR does not add wait-for-sync behavior, rollback, refresh, resource-level selection, sync waves, retry configuration, webhooks, triggers, or Argo CD resource discovery. Those capabilities are planned for follow-up PRs.
Test plan
pb.FactoryPullRequestRuninpkg/grpc/actions/factories/pull_request_serialization.go.