Hide_D
8f5a5330ff
fix(tournament): reset season runtime state
2026-08-02 04:45:07 +00:00
Hide_D
635ba674f1
Merge branch 'main' into feature/user-icon-library-20260801
2026-08-01 03:41:16 +00:00
Hide_D
a275e6a234
feat: add user icon library and in-game selection
2026-08-01 03:40:36 +00:00
Hide_D
7b466de0a6
feat: add durable release controller and admin deploy modes
2026-08-01 03:27:38 +00:00
Hide_D
a2d4346d60
fix(gateway): finish lifecycle action audits
2026-07-31 18:02:03 +00:00
Hide_D
2596c47fc5
fix(gateway): harden build workspace boundaries
2026-07-31 17:58:12 +00:00
Hide_D
a112dced68
fix(gateway): close session and resume boundaries
2026-07-31 17:56:20 +00:00
Hide_D
81e58a21bc
fix(gateway): make process shutdown idempotent
2026-07-31 16:55:57 +00:00
Hide_D
864cbfc0d0
fix(gateway): purify global notice HTML
2026-07-31 16:47:26 +00:00
Hide_D
26fbba39b4
fix: serialize profile reset operations
2026-07-31 13:19:27 +00:00
Hide_D
5f20413552
feat: synchronize account icons across game profiles
2026-07-31 11:21:08 +00:00
Hide_D
c6a2a0da93
feat: make general creation daemon-atomic
2026-07-31 00:33:03 +00:00
Hide_D
115218ded8
feat: port scenario 903 select-pool flow
2026-07-30 23:27:59 +00:00
Hide_D
9bd057456b
fix(gateway): protect active profile workspaces
2026-07-30 20:03:21 +00:00
Hide_D
7f31459385
feat(admin): apply durable runtime clock shifts
2026-07-30 17:21:01 +00:00
Hide_D
b0b40b87aa
feat: add composable scenario resources
2026-07-30 02:27:15 +00:00
Hide_D
bb0abcd3de
test admin security over HTTP transport
2026-07-27 01:07:45 +00:00
Hide_D
ab6ed3553a
fix sanctions and admin role escalation
2026-07-26 18:11:01 +00:00
Hide_D
6c3a156b84
Merge branch 'main' into feature/main-signup-kakao-gate
...
# Conflicts:
# app/gateway-frontend/src/views/LobbyView.vue
2026-07-26 10:17:37 +00:00
Hide_D
a7bb352ba2
feat: add local signup and Kakao verification gate
2026-07-26 10:17:16 +00:00
Hide_D
465d9f0234
feat: restore gateway logout and main status
2026-07-26 10:01:38 +00:00
Hide_D
e5615ce93c
Merge branch 'main' into feature/general-icon-names
...
# Conflicts:
# app/game-frontend/src/views/CurrentCityView.vue
2026-07-26 06:01:04 +00:00
Hide_D
bf08c5e658
Separate runtime profile identity from scenario
2026-07-26 05:45:45 +00:00
Hide_D
a3fc1b5ebd
Merge branch 'main' into feature/auction-menu-parity
...
# Conflicts:
# app/game-frontend/e2e/playwright.config.mjs
# app/game-frontend/package.json
# app/gateway-api/src/adminRouter.ts
# app/gateway-api/src/lobby/profileStatusService.ts
# app/gateway-api/src/orchestrator/gatewayOrchestrator.ts
# app/gateway-api/test/orchestratorOperations.test.ts
# app/gateway-api/test/orchestratorPlan.test.ts
# app/gateway-frontend/e2e/server-operations.spec.ts
# app/gateway-frontend/src/views/AdminView.vue
# app/gateway-frontend/src/views/ServerOperationsView.vue
2026-07-26 05:38:38 +00:00
Hide_D
5c19d24254
feat: complete auction menu parity
2026-07-26 05:33:33 +00:00
Hide_D
61b540384c
feat(battle-sim): isolate authenticated worker lifecycle
2026-07-26 05:30:48 +00:00
Hide_D
eec2acc08d
feat: complete tournament API lifecycle
2026-07-26 04:29:45 +00:00
Hide_D
43ae163038
Tolerate concurrent PM2 profile cleanup
2026-07-25 14:13:24 +00:00
Hide_D
d964a28465
Replace PM2 definitions during profile reset
2026-07-25 14:03:33 +00:00
Hide_D
87e303734a
Route managed game APIs under profile prefixes
2026-07-25 14:01:32 +00:00
Hide_D
e6cedf3b37
Make profile shutdown idempotent
2026-07-25 13:55:20 +00:00
Hide_D
74b2db2420
Add full HWE lifecycle browser verification
2026-07-25 13:52:21 +00:00
Hide_D
79dbec1868
merge: complete message auction account APIs
...
# Conflicts:
# packages/infra/prisma/gateway.prisma
2026-07-25 11:43:05 +00:00
Hide_D
fbfaf8df81
feat: complete user-facing message and account APIs
2026-07-25 11:39:47 +00:00
Hide_D
fe3f023c98
merge: add admin scenario operations
2026-07-25 11:39:25 +00:00
Hide_D
02d22de72c
feat: add admin scenario operations
2026-07-25 11:38:58 +00:00
Hide_D
f7311385ce
Merge origin/main into frontend parity worktree
2026-07-25 11:16:03 +00:00
Hide_D
93ae4df519
feat: complete legacy-compatible auction system
2026-07-25 10:43:49 +00:00
Hide_D
a9d6541c18
Secure actor-owned game API routes
2026-07-25 08:50:41 +00:00
Hide_D
f9ca027aa3
Generate Prisma clients in profile builds
2026-07-25 07:28:54 +00:00
Hide_D
dbd869f0ed
Run profiles from commit worktrees
2026-07-25 07:27:10 +00:00
Hide_D
838ef16208
Fix clean worktree validation
2026-07-25 07:27:10 +00:00
Hide_D
9fff671c2f
feat: add ranking and hall of fame features
...
- Implemented new routes for Best General and Hall of Fame views in the frontend.
- Created BestGeneralView and HallOfFameView components to display rankings based on game data.
- Added new database models for RankData and HallOfFame to store ranking information.
- Introduced ranking types and hall of fame types in common types for better type safety.
- Developed ranking router to handle fetching of best general and hall of fame data.
- Updated database schema with migrations to include new tables for rank data and hall of fame.
- Enhanced the main view with links to the new ranking features.
2026-01-29 18:18:35 +00:00
Hide_D
19c359d0b2
feat: 시즌 번호 필드 추가 및 메타 데이터 처리 로직 개선
2026-01-29 17:53:36 +00:00
Hide_D
9244062989
feat: 다음 시즌 번호 필드 추가 및 프로필 메타 업데이트 로직 수정
2026-01-29 17:49:27 +00:00
Hide_D
e1f21d3209
feat: 환경 변수에 GAME_TRPC_PATH 및 GATEWAY_TRPC_PATH 추가, 관련 문서 업데이트
2026-01-18 12:44:22 +00:00
Hide_D
2f05e5a1e1
feat: zod 라이브러리 버전을 4.3.5로 업데이트
2026-01-18 08:27:36 +00:00
Hide_D
879104622a
feat: auth/gameToken 모듈로의 경로 변경 및 tsdown 설정 추가
2026-01-18 06:39:43 +00:00
Hide_D
a9ddffa97c
feat: add integration tests for initialization flow
...
- Implemented end-to-end integration tests covering database reset, bootstrap admin creation, demo user provisioning, scenario installation, and general creation.
- Added support for deterministic seeding and auto admin general creation.
- Created a new package for integration tests with necessary configurations and scripts.
- Updated various modules to support new features, including admin user handling and scenario seeding.
- Enhanced error handling and validation in the join and orchestrator modules.
2026-01-18 06:32:19 +00:00
Hide_D
43dd42d928
feat: 로컬 계정 생성 기능 추가; 환경 설정에 따라 계정 생성 가능 여부 제어
2026-01-17 15:20:59 +00:00