-
Notifications
You must be signed in to change notification settings - Fork 554
misc: Api changes for env enhancement #6769
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
Conversation
|
Some linked issues are invalid. Please update the issue links:\nIssue # in is not found or invalid (HTTP 404).\n |
|
Some linked issues are invalid. Please update the issue links:\nIssue # in is not found or invalid (HTTP 404).\n |
Changelist by BitoThis pull request implements the following key changes.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review Agent Run #401b39
Actionable Suggestions - 2
-
api/cluster/ClusterRestHandler.go - 1
- Incorrect error handling in success response · Line 351-351
-
specs/cluster_api_spec.yaml - 1
- Conflicting API parameter definitions · Line 52-52
Review Details
-
Files reviewed - 10 · Commit Range:
0ba77cc..a181225- api/cluster/ClusterRestHandler.go
- api/cluster/ClusterRouter.go
- cmd/external-app/wire_gen.go
- pkg/cluster/ClusterService.go
- pkg/cluster/ClusterServiceExtended.go
- pkg/pipeline/workflowStatus/WorkflowStageStatusService.go
- specs/cluster_api_spec.yaml
- specs/swagger/openapi.yaml
- specs/workflow/workflow-stage-status.internal.yaml
- wire_gen.go
-
Files skipped - 0
-
Tools
- Whispers (Secret Scanner) - ✔︎ Successful
- Detect-secrets (Secret Scanner) - ✔︎ Successful
Bito Usage Guide
Commands
Type the following command in the pull request comment and save the comment.
-
/review- Manually triggers a full AI review. -
/pause- Pauses automatic reviews on this pull request. -
/resume- Resumes automatic reviews. -
/resolve- Marks all Bito-posted review comments as resolved. -
/abort- Cancels all in-progress reviews.
Refer to the documentation for additional commands.
Configuration
This repository uses Default Agent You can customize the agent settings here or contact your Bito workspace admin at [email protected].
Documentation & Help
|
|
|
Some linked issues are invalid. Please update the issue links:\nIssue # in is not found or invalid (HTTP 404).\n |
|
Some linked issues are invalid. Please update the issue links:\nIssue # in is not found or invalid (HTTP 404).\n |
|
Bito Review Skipped - No Changes Detected |
|
|
|
|
Bito Review Skipped - Source Branch Not Found |
|
|




Description
Fixes https://github.com/devtron-labs/sprint-tasks/issues/2425
Checklist:
Does this PR introduce a user-facing change?
Summary by Bito
This pull request introduces a new endpoint for fetching clusters by IDs with supporting service functions, improves error handling, and enriches workflow metadata with cluster identifiers. It updates API specifications and Swagger documentation while refining build and dependency injection scripts to streamline integration.