Skip to content

Conversation

@k-anshul
Copy link
Member

INSERT DESCRIPTION HERE

Checklist:

  • Covered by tests
  • Ran it and it works as intended
  • Reviewed the diff before requesting a review
  • Checked for unhandled edge cases
  • Linked the issues it closes
  • Checked if the docs need to be updated. If so, create a separate Linear DOCS issue
  • Intend to cherry-pick into the release branch
  • I'm proud of this work!

@k-anshul k-anshul changed the title switch and listing api more git apis on runtime Dec 29, 2025
@k-anshul k-anshul mentioned this pull request Jan 7, 2026
8 tasks
string commit_message = 2;
}

message GitCommitResponse {}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Respond with git commit SHA

// Request message for RuntimeService.RestoreGitCommit
message RestoreGitCommitRequest {
string instance_id = 1 [(validate.rules).string = {pattern: "^[_\\-a-zA-Z0-9]+$"}];
string commit_sha = 2 [(validate.rules).string.min_len = 1];
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May be an invalid SHA.

option (google.api.http) = {get: "/v1/instances/{instance_id}/variables/analyze"};
}

// Git APIs
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add GitHistory API

Base automatically changed from git_dev_deployments to main January 12, 2026 05:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants