Commit 70de2a7
Add OpenAPI path conflict detection to CI (#717)
Introduces a Go script that analyzes HTTP paths in the OpenAPI spec and
fails if any literal path segments conflict with parameterized segments
at the same position (e.g. /items/pause vs /items/{id}).
**NOTE:** Also removed the `execute-multi-operation` annotation which
was broken due to a conflict with the start workflow path. Removed the
experimental annotation from that API.
---------
Co-authored-by: Claude Opus 4.6 <[email protected]>1 parent b64b7ab commit 70de2a7
File tree
6 files changed
+12
-176
lines changed- proto
- temporalproto/openapi
- workflowservice/v1
6 files changed
+12
-176
lines changedLarge diffs are not rendered by default.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments