Conversation
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 |
* feat(rows): unify proto definitions in packages/data/proto/rows/ - Move rows.proto from apps/ows/rows/proto/ to packages/data/proto/rows/ (single source of truth alongside ows.proto) - Expand proto with full service definitions: PublicApi, InstanceManagement, CharacterPersistence, GlobalDataService, GameServerHealth - Add Iris messages: ZoneAssignment with seed + biome fields (procedural world support) - Add gRPC health check (grpc.health.v1 compatible) - Update build.rs to compile from central proto path - Vendored .rs files unchanged — regeneration in follow-up PR when grpc.rs is updated to match new message types * fix(rows): align rows.proto with existing grpc.rs + regenerate vendored .rs - Rewrite rows.proto to exactly match the existing grpc.rs service contract (PublicApi, InstanceManagement, CharacterPersistence, GlobalDataService, GameServerHealth) - Regenerate vendored src/proto/rows.rs from central proto - Add Iris messages (ZoneAssignment + seed/biome) as standalone messages with TODO stubs for gRPC service integration - Add SpinUpInstance.seed field for procedural world support - Add TODO stubs for: System gRPC service, Prometheus metrics, multi-cluster routing
…ge, labels, comments (#9240) * feat(jedi,axum-discordsh): extend GitHub API — search, workflows, merge, labels, comments Add search_issues, list_workflows, dispatch_workflow, and merge_pull methods to jedi GitHubClient. Wire six new Discord slash commands: /github search, /github labels, /github comments (Read tier), /github workflows (Read tier), /github dispatch and /github merge (Admin tier). * feat(jedi): add github.proto with full GitHub API message definitions Define proto messages mirroring jedi's GitHub REST types: issues, PRs, commits, labels, comments, search results, workflows, merge, branch protection, and rate limits. Wire into build.rs with serde derives and regenerate all proto outputs.
* feat(mapdb): regenerate Zod schema for updated mapdb.proto - Add 5 new enums: GenerationMode, PersistenceMode, StreamingHint, ReplicationHint, TravelType - Add new messages: SeedPolicy, HexCoord, HexTravelLink, EnvironmentConfig, HexZoneRecord, HexWorldMap - Add refinements for environment config bounds (sun pitch/yaw, fog) - Matches UE zone topology changes in mapdb.proto * feat(mapdb): re-export new enum schemas in IMapSchema for Astro Add ResourceType, ContainerType, CraftingStationType, GenerationMode, PersistenceMode, StreamingHint, ReplicationHint schemas and types to IMapSchema barrel so Astro components and MDX can use them.
…low (#9242) - Change epic_pat from required to optional in workflow_call secrets - Add PAT resolve step: epic_pat → UNITY_PAT → error - Token is masked via add-mask and passed through step output - Enables direct workflow_dispatch without explicit secret passing This supports both manual dispatch (uses UNITY_PAT from org secrets) and orchestrator calls via ci-ue.yml (secrets: inherit).
Post-deployment verification that polls Agones and checks: 1. Fleet ready count matches expected (polls with timeout) 2. DB state is clean (no stale mapinstances) 3. ROWS health (postgres, rabbitmq, agones reachable) 4. Allocation test (allocate + immediate deallocate) Returns detailed per-check pass/fail report with game server details and timing. Logs verify_pass/verify_fail events.
* feat(unreal): add KBVEHexWorld plugin — hex-grid world topology with deterministic seeding and terrain generation * chore(unreal): track FastNoiseLite v1.1.1 in KBVEHexWorld version.toml
1. Allocation validation — reject empty address/port/name 2. Watcher auto-restart — exponential backoff (1s → 60s max) 3. Configurable timeouts — env vars for circuit breaker, API timeout, spinup poll intervals: AGONES_CIRCUIT_BREAKER_THRESHOLD (default 5) AGONES_CIRCUIT_BREAKER_RESET_SECS (default 30) AGONES_API_TIMEOUT_SECS (default 10) ROWS_SPINUP_TIMEOUT_SECS (default 60) ROWS_SPINUP_POLL_INTERVAL_MS (default 2000) ROWS_SPINUP_INITIAL_DELAY_MS (default 3000) 4. Circuit breaker in /api/System/Health — exposes state (open/closed), consecutive failures, spinup lock count 5. N+1 query fix — worldserver load uses LEFT JOIN + GROUP BY instead of correlated subquery
- Add all configurable env vars to deployment: AGONES_API_TIMEOUT_SECS, AGONES_CIRCUIT_BREAKER_THRESHOLD, AGONES_CIRCUIT_BREAKER_RESET_SECS, ROWS_SPINUP_TIMEOUT_SECS, ROWS_SPINUP_POLL_INTERVAL_MS, ROWS_SPINUP_INITIAL_DELAY_MS, DOCS_PORT - Add docs port (4323) to Service for internal dashboard access - Add PodDisruptionBudget (minAvailable: 1) for rolling updates - Stub securityContext (runAsNonRoot, readOnlyRootFilesystem) and terminationGracePeriodSeconds with TODO comments
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
10 atomic commits ready for main
Features
7969b4b)696e5d8)cb5cd68)aef88ff)c17f3f3)91c1780)Bug Fixes
0551cf3)af6ffcb)9c60a61)Chores
a60e110)This PR is automatically maintained by CI — KBVE Studio