Skip to content
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

feat: yolo.json handle mergeRequest #451

Merged
merged 2 commits into from
Sep 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions api/yolopb.proto
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ message MetadataOverride {
string branch = 11;
string has_commit_id = 103 [(gogoproto.customname) = "HasCommitID"];
string has_project_id = 105 [(gogoproto.customname) = "HasProjectID"];
string has_mergerequest_id = 107 [(gogoproto.customname) = "HasMergeRequestID"];
}

message Build {
Expand All @@ -150,8 +151,10 @@ message Build {
string raw_branch = 21;
Commit has_raw_commit = 22;
Project has_raw_project = 23;
string has_raw_commit_id = 24 [(gogoproto.customname) = "HasRawCommitID"];
string has_raw_project_id = 25 [(gogoproto.customname) = "HasRawProjectID"];
MergeRequest has_raw_mergerequest = 24;
string has_raw_commit_id = 25 [(gogoproto.customname) = "HasRawCommitID"];
string has_raw_project_id = 26 [(gogoproto.customname) = "HasRawProjectID"];
string has_raw_mergerequest_id = 27 [(gogoproto.customname) = "HasRawMergerequestID"];

repeated Artifact has_artifacts = 101 [(gogoproto.moretags) = "gorm:\"foreignkey:HasBuildID\""];
Commit has_commit = 102;
Expand Down
2 changes: 1 addition & 1 deletion go/gen.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading