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
Hide_D
70c7c0b039
feat: add git reference support for scenario previews; implement git ref handling in admin router and frontend
2026-01-17 14:27:11 +00:00
Hide_D
07ea17dacf
feat: refactor utility functions for improved consistency and usability; consolidate parsing logic
2026-01-17 12:36:58 +00:00
Hide_D
bc76b6e725
feat: Enhance scenario installation options and UI integration
...
- Added new installation options to GatewayAdminActionRecord and implemented parsing logic in gatewayOrchestrator.ts.
- Updated resolveResetSeedInfo to accommodate new scenario installation parameters.
- Introduced a new scenario catalog module to manage scenario previews and details.
- Enhanced AdminView.vue to include a comprehensive installation form with various configuration options.
- Implemented scenario listing and selection functionality in the frontend.
- Updated profile repository to support scenario updates.
- Added tests to cover new functionalities and ensure stability.
2026-01-17 12:24:57 +00:00
Hide_D
24fbace987
lint 로직 변경
2026-01-15 14:58:44 +00:00
Hide_D
f62bbb7927
refactor: apply consistent formatting and minor import adjustments across test and tsconfig files.
2026-01-07 18:05:22 +00:00
Hide_D
542a65c2a9
feat: include test directories in tsconfig files, disable no-explicit-any for test files, and document testing policy relaxations.
2026-01-07 18:02:02 +00:00
Hide_D
38a8d33242
refactor: update test setup, introduce system environment for commands, and streamline frontend build configuration.
2026-01-07 17:17:04 +00:00
Hide_D
cb7e9c832f
feat: 타입 정의 개선 및 any 사용 제거
2026-01-05 17:19:32 +00:00
Hide_D
c965b1120f
feat: eslint 적용 및 관련 코드 일괄 수정
2026-01-05 15:46:47 +00:00
Hide_D
d8c1035041
refactor: GatewayPrisma 가져오기 방식 변경
2026-01-05 15:23:36 +00:00
Hide_D
b1f2523fa3
feat: GamePrisma를 사용하여 데이터베이스 클라이언트 및 관련 타입 정의 업데이트
2026-01-05 15:13:59 +00:00
Hide_D
c3b6833172
feat: 모든 패키지에서 타입 체크 명령어를 --noEmit에서 -b로 변경 및 @sammo-ts/game-api 의존성 추가
2026-01-05 15:07:14 +00:00
Hide_D
1861cbc9c6
feat: Zod를 사용한 월드 상태 구성 및 메타 타입 추가, 사용자 ID 처리 개선
2026-01-05 14:49:19 +00:00
Hide_D
3581477a42
feat: 타입스크립트 설정 및 Vite 구성 추가
2026-01-04 17:01:38 +00:00
Hide_D
eb4577a4c5
Refactor code structure for improved readability and maintainability
2026-01-03 16:43:14 +00:00
Hide_D
aec43e67fa
feat: add es-toolkit dependency to multiple package.json files
2026-01-03 16:40:15 +00:00