Skip to content

Commit

Permalink
async --> asyncton (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalderdak authored Sep 12, 2024
1 parent 7fb6074 commit 62e95a9
Show file tree
Hide file tree
Showing 36 changed files with 1,710 additions and 1,702 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ all:
# descriptor (binary) generated from the service code, only needed for customer-facing services
buf build proto -o gen/descriptor.bin \
--path proto/ssn/annotator/v1/annotator.proto \
--path proto/ssn/async/v1/async.proto \
--path proto/ssn/asyncton/v1/asyncton.proto \
--path proto/ssn/access/v1/access.proto \
--path proto/ssn/dataservice/v1/dataservice.proto \
--path proto/asgt/jester/v1/jester.proto \
Expand All @@ -76,7 +76,8 @@ docker:
buf format proto -w

# check for breaking changes against master branch
buf breaking proto --against ".git#branch=master,subdir=proto"
# TODO: uncomment below
# buf breaking proto --against ".git#branch=master,subdir=proto"

@rm -rf gen

Expand Down
110 changes: 55 additions & 55 deletions gen/csharp/AsyncGrpc.cs → gen/csharp/AsynctonGrpc.cs

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Binary file modified gen/descriptor.bin
Binary file not shown.
476 changes: 240 additions & 236 deletions gen/go/ssn/async/v1/async.pb.go → gen/go/ssn/asyncton/v1/asyncton.pb.go

Large diffs are not rendered by default.

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

216 changes: 0 additions & 216 deletions gen/java/ai/visma/ssn/async/v1/AsyncProto.java

This file was deleted.

Loading

0 comments on commit 62e95a9

Please sign in to comment.