Skip to content

Commit f7ca11e

Browse files
authored
Merge pull request #97 from cludden/cludden/avoid-unnecessary-generation
Prevent unnecessary generation for activity only service
2 parents 5d9e9b5 + d007282 commit f7ca11e

File tree

12 files changed

+1866
-489
lines changed

12 files changed

+1866
-489
lines changed

.omni.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ up:
66
protocolbuffers/protobuf-go: 1.36.4
77
temporalio/cli: 1.2.0
88
vektra/mockery: 2.52.4
9+
- go-install:
10+
- github.com/alta/protopatch/cmd/[email protected]
911
- protoc: 29.3
1012
- custom:
1113
name: protoc-gen-go_temporal
@@ -26,5 +28,5 @@ commands:
2628
buf format -w
2729
buf lint
2830
buf generate
29-
mockery --quiet
31+
mockery --log-level=error
3032
go mod tidy

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2121
- [#95](https://github.com/cludden/protoc-gen-go-temporal/pull/95) add support for opaque, hybrid apis
2222

2323
### Changed
24+
- [#97](https://github.com/cludden/protoc-gen-go-temporal/pull/97) prevent unnecessary code generation for activity only services
2425

2526
### Fixed
2627
- [#95](https://github.com/cludden/protoc-gen-go-temporal/pull/95) fix unmarshal cli flag prefixing

buf.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ modules:
1010
- path: proto
1111
name: buf.build/cludden/protoc-gen-go-temporal
1212
- path: test/acronym/proto
13+
- path: test/activity/proto
1314
- path: test/editions/proto
1415
- path: test/expression/proto
1516
- path: test/opaque/proto

gen/test/activity/v1/activity.pb.go

Lines changed: 314 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)