Skip to content

Commit

Permalink
feat(yolo.json): berty#446 but with only one pb shema
Browse files Browse the repository at this point in the history
Signed-off-by: ismael FALL <[email protected]>
  • Loading branch information
Doozers committed Sep 8, 2022
1 parent f70f264 commit 5cad860
Show file tree
Hide file tree
Showing 5 changed files with 467 additions and 232 deletions.
4 changes: 4 additions & 0 deletions api/yolopb.proto
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ message Build {

/// relationships

string raw_branch = 21;
string has_raw_commit_id = 22 [(gogoproto.customname) = "HasRawCommitID"];
string has_raw_project_id = 23 [(gogoproto.customname) = "HasRawProjectID"];

repeated Artifact has_artifacts = 101 [(gogoproto.moretags) = "gorm:\"foreignkey:HasBuildID\""];
Commit has_commit = 102;
string has_commit_id = 103 [(gogoproto.customname) = "HasCommitID"];
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

0 comments on commit 5cad860

Please sign in to comment.