test(contract): refresh vendored swagger from k8s-stack-manager v0.3.1#105
Conversation
Pins the contract tests against the just-published v0.3.1 schema so this stackctl release ships with a vendored copy of the exact backend contract it depends on. Diff covers backend changes since 0.3.0: WebSocket subprotocol auth (#262), OIDC loopback (#249), and the inline-charts envelope on POST /templates (#264). Verified: go test ./cli/test/contract/... passes against the new schema.
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Pins the contract tests to the v0.3.1 schema before tagging stackctl v0.3.0. Diff is the new endpoints landed in v0.3.1: WebSocket subprotocol auth (#262), OIDC loopback (#249), inline-charts envelope on POST /templates (#264).
Local:
go test ./cli/test/contract/...passes.