[codex] .NET 운영 화면 및 배포 분리 정리 #10

Merged
kjh2064 merged 3 commits from feature/dotnet-migration into main 2026-06-26 18:16:33 +09:00
Owner

변경 내용

  • .NET 핵심 서비스와 테스트를 보강해 history ingestion과 operational report 로더를 canonical 경로로 연결했습니다.
  • Dashboard를 운영 진입점으로 정리하고 Operations 페이지를 별도 경로로 분리했습니다.
  • CI는 검증 전용, snapshot_admin_deploy workflow는 실배포 전용으로 분리했고 배포 후 공개 라우트 검증을 추가했습니다.
  • README, CLOUD_SERVER_SETUP, ROADMAP_WBS를 실제 구현 상태에 맞춰 동기화했습니다.

이유

  • 공개 배포 화면과 로컬 결과의 불일치를 줄이고, 운영 경로를 snapshot 우선으로 고정하기 위해서입니다.
  • CI가 배포를 수행하는 것처럼 보이는 혼선을 제거하기 위해서입니다.

검증

  • dotnet build src/dotnet/QuantEngine.Web/QuantEngine.Web.csproj -c Debug -warnaserror
  • 결과: 경고 0, 오류 0
  • dotnet test src/dotnet/QuantEngine.Core.Tests/QuantEngine.Core.Tests.csproj -c Debug --filter ApplicationServiceTests
  • 결과: 4개 통과
## 변경 내용 - .NET 핵심 서비스와 테스트를 보강해 history ingestion과 operational report 로더를 canonical 경로로 연결했습니다. - Dashboard를 운영 진입점으로 정리하고 Operations 페이지를 별도 경로로 분리했습니다. - CI는 검증 전용, snapshot_admin_deploy workflow는 실배포 전용으로 분리했고 배포 후 공개 라우트 검증을 추가했습니다. - README, CLOUD_SERVER_SETUP, ROADMAP_WBS를 실제 구현 상태에 맞춰 동기화했습니다. ## 이유 - 공개 배포 화면과 로컬 결과의 불일치를 줄이고, 운영 경로를 snapshot 우선으로 고정하기 위해서입니다. - CI가 배포를 수행하는 것처럼 보이는 혼선을 제거하기 위해서입니다. ## 검증 - `dotnet build src/dotnet/QuantEngine.Web/QuantEngine.Web.csproj -c Debug -warnaserror` - 결과: 경고 0, 오류 0 - `dotnet test src/dotnet/QuantEngine.Core.Tests/QuantEngine.Core.Tests.csproj -c Debug --filter ApplicationServiceTests` - 결과: 4개 통과
kjh2064 added 3 commits 2026-06-26 18:12:08 +09:00
deploy workflow and docs
WBS-9.3 - NULL Policy CI Gate / NULL Policy Validation (push) Failing after 4s
WBS-9.3 - NULL Policy CI Gate / NULL Policy Validation (pull_request) Failing after 6s
Quant Engine CI/CD Pipeline / validate-core (pull_request) Failing after 2m16s
Quant Engine CI/CD Pipeline / validate-ui-and-storage (pull_request) Has been skipped
99c4885692
kjh2064 merged commit 3f80f8764a into main 2026-06-26 18:16:33 +09:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kjh2064/QuantEngineByItz#10