Conversation
…uild once, test, promote (#9406) Replace Playwright-based e2e with vitest + dependsOn container build, matching the axum-kbve-e2e pattern. The e2e target now depends on discordsh-bot:container which builds the Docker image first, then runs smoke tests against the locally-built image. No double builds. - Add container:ci config to discordsh-bot project.json - Rewrite e2e from Playwright to vitest with health endpoint smoke tests - Remove Playwright configs (playwright.config.ts, docker.config.ts, teardown) - Add vitest.config.ts and helpers/http.ts polling utility Fixes #9347 Ref #9286
axios was listed in root and @kbve/devops package.json but never imported anywhere in the codebase. Removes dead dependency.
Contributor
Author
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. Scanned Files
|
#9408) Switch chuckrpg.com ACME solver from nginx ingress back to gatewayHTTPRoute with sectionName: http. The original solver failed because it didn't specify which listener to attach to, so the HTTPRoute could land on HTTPS instead of HTTP port 80. Adding sectionName: http ensures the ACME challenge route binds to the Cilium gateway's HTTP listener (port 80), where Let's Encrypt sends the verification request. Also reverts nginx re-addition from kustomization — nginx is not needed when the Gateway API solver works correctly. Post-merge: delete stale challenge + order to force retry: kubectl delete challenge -n chuckrpg --all kubectl delete order -n chuckrpg --all
…re (#9412) Missing url field caused the kubernetes provider to connect to localhost:443 instead of the cluster API server. The arc-runners SecretStore has url: 'https://kubernetes.default.svc' — our copy was missing it. Fixes: "dial tcp [::1]:443: connect: connection refused" Unblocks: KEDA github-runner auth → VM auto-start/stop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release: Dev → Main
4 atomic commits ready for main
Bug Fixes
cbf47cf)b5e758a)Refactoring
3fb191d)Chores
e2c0d04)This PR is automatically maintained by CI — KBVE Studio