Skip to content
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
6 changes: 6 additions & 0 deletions .changes/unreleased/Fixed-20251124-094244.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Fixed
body: Fix activities interface name casing
time: 2025-11-24T09:42:44.570216-07:00
custom:
Author: cludden
PullRequest: "136"
2 changes: 1 addition & 1 deletion buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugins:
# - enable-debug-logging=true
- enable-patch-support=true
- enable-xns=true
- ignore-acronyms=AWS;URN
- ignore-acronyms=API;AWS;FOO;URN
- patches=64_ENABLED
- paths=source_relative
- workflow-update-enabled=true
Expand Down
2 changes: 1 addition & 1 deletion buf.local.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugins:
# - enable-debug-logging=true
- enable-patch-support=true
- enable-xns=true
- ignore-acronyms=API;AWS;URN
- ignore-acronyms=API;AWS;FOO;URN
- patches=64_ENABLED
- paths=source_relative
- workflow-update-enabled=true
Expand Down
8 changes: 4 additions & 4 deletions buf.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ deps:
commit: 76b304caf5984a3a978e9565ea71a2ac
digest: b5:72c441888d19ff57f824b75f59aba0346a16bfa3ef5da83a5da21c614f0763764e1d37511312dc82f54e1dae5937a5829e8c2c1b7f806c983046bbf624b04ac2
- name: buf.build/cludden/protoc-gen-go-temporal
commit: 706631d1caec4f1ab4f4421f5d9dc0cb
digest: b5:2b39f97ce9904f30deb02a9105c11ff9a0b9ce119aef8a5a3d2d1138f3c3c5202f7917ab78dcc6bae10f17875399e07b408efd105084438c5f235c333b268bbd
commit: 82d9a66e89c24dc492936b1a29a7f605
digest: b5:8f3671c822204f747a0ac55cde7c3f2b657d6bfc5ad14cc7057178741f258eac0d7f316f6f09a4689a8acf6b2eb746b239dcd87b72964bdc8220b368a046c006
- name: buf.build/envoyproxy/protoc-gen-validate
commit: daf171c6cdb54629b5f51e345a79e4dd
digest: b5:c745e1521879f43740230b1df673d0729f55704efefdcfc489d4a0a2d40c92a26cacfeab62813403040a8b180142d53b398c7ca784a065e43823605ee49681de
- name: buf.build/googleapis/googleapis
commit: 28151c0d0a1641bf938a7672c500e01d
digest: b5:93b70089baa4fc05a92d3e52db91a4b7812db3b57b9664f6cb301733938cb630e377a938e8a56779388171c749c1d42a2e9a6c6230f2ff45f127a8102a6a27d0
- name: buf.build/temporalio/api
commit: 9d9077a283754b829b920ae6bf239a05
digest: b5:8e0968d9222a040c53e7c66b3eaa7f8ec363249ed6dc0b31e84221fd3f3649837b0150bc1e137e98be1e4bd9964de934fbd580469ae84c162071e254f45b7099
commit: 54001d31c68a41dda97490fe01642301
digest: b5:5d08f3a5ae4f6941df4c84b6bb33c3e1e93f3cb28c7ef7b09277148c574b9edcee4999662b81efd0a62ab70c92245d460c1bffafefeb7e54dbd5aa328d239175
2 changes: 1 addition & 1 deletion buf.patch.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ plugins:
- enable-codec=true
- enable-patch-support=true
- enable-xns=true
- ignore-acronyms=AWS
- ignore-acronyms=API;AWS;FOO;URN
- patches=64_ENABLED
- paths=source_relative
- workflow-update-enabled=true
Expand Down
1 change: 1 addition & 0 deletions buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ modules:
- path: test/expression/proto
- path: test/issue-125/proto
- path: test/issue-133/proto
- path: test/issue-135/proto
- path: test/opaque/proto
- path: test/option/proto
- path: test/patch/proto
Expand Down
158 changes: 158 additions & 0 deletions gen/test/issue-135/v1/issue-135.pb.go

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

Loading