4d943e8d0d
사용자 입력/표시에서 저장소 공개 범위를 제거하고 새 저장소는 공개로 생성한다. (Gitea 역방향 동기화에 쓰이는 Repo 엔티티 visibility 컬럼은 유지) 백엔드: - CreateRepoDto/UpdateRepoDto 에서 visibility 제거 - RepoService.create 가 visibility 를 'public' 으로 고정 - update 의 visibility 변경·Gitea private 푸시 로직 제거(공개범위는 Gitea 기준) - RepoResponse/toResponse 에서 visibility 제거 프론트: - types/repo ApiRepo/Create/Update 페이로드에서 visibility 제거 - ProjectReposPage 연동 폼의 공개 범위 입력 + 목록 배지 + 관련 CSS 제거 - mock Visibility 타입·orphan Repo 뷰의 visibility 제거 런타임 검증: 저장소 응답에 visibility 없음, repos.visibility 컬럼 유지(Gitea 동기화). 백엔드 build/lint 0·14 tests, 프론트 type-check/lint/build 0. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
frontend
This template should help get you started developing with Vue 3 in Vite.
Recommended IDE Setup
VS Code + Vue (Official) (and disable Vetur).
Recommended Browser Setup
- Chromium-based browsers (Chrome, Edge, Brave, etc.):
- Firefox:
Type Support for .vue Imports in TS
TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.
Customize configuration
See Vite Configuration Reference.
Project Setup
npm install
Compile and Hot-Reload for Development
npm run dev
Type-Check, Compile and Minify for Production
npm run build
Run Unit Tests with Vitest
npm run test:unit