Conversation
…links and enable jemalloc (#9551) - Add discord::branding module with shared constants (bot name, version, project URL, source URL) and footer helper functions - Replace hardcoded "axum-discordsh" in health and status embed footers - Add project URL links to embed titles (clickable to kbve.com/project) - Add source file paths to footer text across all embed types - Append version tag to notice board, task board, and game embed footers - Use branding::BOT_VERSION instead of raw env!() in status/button code - Enable --features jemalloc in Dockerfile cargo build for reduced memory fragmentation via tikv-jemallocator
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 FilesNone |
…out (#9552) 1. KASM ArgoCD app: add ignoreDifferences for spec.replicas so the dashboard can scale deployments without selfHeal reverting to 0. 2. Gateway HTTPRoute: add dedicated rules for /dashboard/vm/vnc and /dashboard/guac/proxy/guacamole/websocket-tunnel with 3600s backend timeout. The default Cilium/Envoy timeout (~15s) was killing the WebSocket upgrade before the VNC/Guac bridge could establish.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…9554) All services already had tikv-jemallocator as an optional dependency and the chisel runtime image ships libjemalloc, but none were compiled with --features jemalloc. This enables it across all 7 remaining Rust services for reduced memory fragmentation.
Browser WebSocket API cannot set custom headers — the VNC and Guacamole WebSocket handlers were rejecting with 401 because no Authorization header was present. Backend: require_dashboard_view now also accepts ?access_token=<jwt> query param for WS upgrade requests. Frontend: VNC and Guacamole viewers pass the JWT in the WebSocket URL.
…e 10% (#9556) Wraith sprite now flips based on isometric screen-space direction during glide (dx - dz). WRAITH_SIZE bumped 3.2 → 3.52.
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
8 atomic commits ready for main
Bug Fixes
abdefd2)bf41f27)a84baee)704ce6a)Refactoring
220137c)Chores
07acd0f)e083847)Other Changes
43db87c)This PR is automatically maintained by CI — KBVE Studio