-
Notifications
You must be signed in to change notification settings - Fork 159
more git apis on runtime #8575
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
base: main
Are you sure you want to change the base?
more git apis on runtime #8575
Conversation
proto/rill/runtime/v1/api.proto
Outdated
| string commit_message = 2; | ||
| } | ||
|
|
||
| message GitCommitResponse {} |
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.
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]; |
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.
May be an invalid SHA.
| option (google.api.http) = {get: "/v1/instances/{instance_id}/variables/analyze"}; | ||
| } | ||
|
|
||
| // Git APIs |
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.
Add GitHistory API
1d5404a to
c52cd70
Compare
INSERT DESCRIPTION HERE
Checklist: