Skip to content

Commit

Permalink
Subdir builder
Browse files Browse the repository at this point in the history
  • Loading branch information
daemonl committed Jun 14, 2024
1 parent a88c156 commit 36a1779
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 25 deletions.
8 changes: 3 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ require (
github.com/pentops/envconf.go v0.0.0-20240607014745-65480a3da726
github.com/pentops/flowtest v0.0.0-20240607020132-7dda31076e79
github.com/pentops/go-grpc-helpers v0.0.0-20230815045451-2524ee695ebb
github.com/pentops/j5 v0.0.0-20240614161723-64c6aebaabe0
github.com/pentops/j5 v0.0.0-20240614234051-864fd91492fa
github.com/pentops/log.go v0.0.0-20240612184720-79634792a21e
github.com/pentops/o5-auth v0.0.0-20240614170101-5d54f4c422a8
github.com/pentops/o5-deploy-aws v0.0.0-20240614172220-72a74e953a27
github.com/pentops/o5-auth v0.0.0-20240614180342-3765ffa80762
github.com/pentops/o5-deploy-aws v0.0.0-20240614190255-c1b5b0abc468
github.com/pentops/o5-messaging v0.0.0-20240614163039-d8f7b29ba565
github.com/pentops/pgtest.go v0.0.0-20240604005819-2035f4562734
github.com/pentops/protostate v0.0.0-20240614171324-55fcf0652c6e
Expand Down Expand Up @@ -124,5 +124,3 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/pentops/j5 => /Users/daemonl/pentops/j5
10 changes: 6 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1552,12 +1552,14 @@ github.com/pentops/flowtest v0.0.0-20240607020132-7dda31076e79 h1:KDFU89YeGtsFew
github.com/pentops/flowtest v0.0.0-20240607020132-7dda31076e79/go.mod h1:5vX1QXxvMqOZb/KiJd4V2STThM6Q9OnHZIxAbv1Pprw=
github.com/pentops/go-grpc-helpers v0.0.0-20230815045451-2524ee695ebb h1:wuswjiI9CzLUGmLXCjwyXDNCFim4iz1IU0GmTmEerMQ=
github.com/pentops/go-grpc-helpers v0.0.0-20230815045451-2524ee695ebb/go.mod h1:F3N1VgUmEky7it5iOBkyBbyuXu9Mqb9mfhFGR8FhZVQ=
github.com/pentops/j5 v0.0.0-20240614234051-864fd91492fa h1:AtZ+o01/w4SfKg5Uh+qBXr7Nkd9r4m7yVade0vnnMI0=
github.com/pentops/j5 v0.0.0-20240614234051-864fd91492fa/go.mod h1:lykccZm5TQ29pKsdJwjMfUgvxa2pvQomZ02UkjsfyQQ=
github.com/pentops/log.go v0.0.0-20240612184720-79634792a21e h1:YqtP83u5EzkIEm2Lg/6RiM2EsAI38Mh/Ph4lcfN1rKs=
github.com/pentops/log.go v0.0.0-20240612184720-79634792a21e/go.mod h1:UXhrs+VZ6cWZ7b/v8AtuvBZc5nwS5WFHP94JoFrZQA8=
github.com/pentops/o5-auth v0.0.0-20240614170101-5d54f4c422a8 h1:o0OtGUrISdOLyvhkKbkoFcZOCH/pqkm9QHmavHMrkog=
github.com/pentops/o5-auth v0.0.0-20240614170101-5d54f4c422a8/go.mod h1:b941P1yip34GY9ywqWL3BnMYt9AJCb/tXls5ETquAr4=
github.com/pentops/o5-deploy-aws v0.0.0-20240614172220-72a74e953a27 h1:C/slNI7fuv7gwOZVuKEDneaAnk13Nt5we3ZwxzqGzCQ=
github.com/pentops/o5-deploy-aws v0.0.0-20240614172220-72a74e953a27/go.mod h1:GQ0SuMy6AzkFnc+f25MN51QjkjeNbnua3j1dnSn7Q1k=
github.com/pentops/o5-auth v0.0.0-20240614180342-3765ffa80762 h1:O8QSwCoTVEWjrhXLLKp/6diYBaaUvHwt5EfYpR0Wh9A=
github.com/pentops/o5-auth v0.0.0-20240614180342-3765ffa80762/go.mod h1:UWcrIlF04hicGhn5WJOH6HpdgFemmGEX7DYaMCHeV28=
github.com/pentops/o5-deploy-aws v0.0.0-20240614190255-c1b5b0abc468 h1:H63QVpsOf45qBCKPeKiykABuJBaFI+I76I134wvkDnw=
github.com/pentops/o5-deploy-aws v0.0.0-20240614190255-c1b5b0abc468/go.mod h1:GQ0SuMy6AzkFnc+f25MN51QjkjeNbnua3j1dnSn7Q1k=
github.com/pentops/o5-messaging v0.0.0-20240614163039-d8f7b29ba565 h1:meUCVkYLgHKlj3Nj/84XUA6yrg2kSJKLHvOCfXuQzgA=
github.com/pentops/o5-messaging v0.0.0-20240614163039-d8f7b29ba565/go.mod h1:aXyY7kDScVPxRzxkxpC0jmYPWiInLkTQDwzmE9NcFOM=
github.com/pentops/pgtest.go v0.0.0-20240604005819-2035f4562734 h1:NnTjggH2Y3gCiS5r/k5UvHN3vVHMOMDZ/vFsLsNAn8o=
Expand Down
27 changes: 13 additions & 14 deletions internal/gen/o5/registry/builder/v1/builder_tpb/builder.pb.go

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

4 changes: 2 additions & 2 deletions proto/o5/registry/builder/v1/topic/builder.proto
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ service BuilderRequestTopic {
}

message BuildProtoMessage {
o5.messaging.v1.RequestMetadata request = 1 [(buf.validate.field).required = true];
o5.messaging.v1.RequestMetadata request = 1;
j5.source.v1.CommitInfo commit = 2 [(buf.validate.field).required = true];
string name = 3 [(buf.validate.field).required = true];
}

message BuildAPIMessage {
o5.messaging.v1.RequestMetadata request = 1 [(buf.validate.field).required = true];
o5.messaging.v1.RequestMetadata request = 1;
j5.source.v1.CommitInfo commit = 2 [(buf.validate.field).required = true];
repeated string bundles = 3;
}
Expand Down

0 comments on commit 36a1779

Please sign in to comment.