38605ac8a3
devfront 테스트 커버리지 추가 보강
2026-06-02 11:52:16 +09:00
31d107ff2e
feat(user): support fixed UUID registration and enhance bulk import results
...
- Added support for fixed UUIDs during bulk registration (Search-first + ExternalID mapping)
- Implemented idempotency and visibility restoration for soft-deleted users
- Enhanced bulk upload UI to show 'New/Updated/Unchanged' status and modified fields
- Added logic to reclaim identifiers (login_id) from colliding records
- Added frontend E2E and backend unit tests for UUID integrity and conflict handling
- Fixed i18n, formatting, and mock tests to satisfy code-check
- Applied 'go fix' for 'omitzero' tags and general Go standards
2026-06-01 15:34:08 +09:00
90457394b0
fix(ci): stabilize pnpm installation and ensure fail-fast testing
2026-05-29 19:39:56 +09:00
6259fb074b
Merge branch 'dev' into feature/issue-919-audit-logs-e2e
2026-05-29 18:52:33 +09:00
90740ffb22
style: resolve biome configuration warnings and fix linting in orgfront
2026-05-29 18:47:04 +09:00
23e3738b80
i18n 누락 키 추가 및 Go 포맷 오류 정리
2026-05-29 18:26:17 +09:00
a830242947
ci: add code check badges and coverage reports
2026-05-29 12:05:43 +09:00
c489c7c38f
조직도 표현 개선
2026-05-29 10:33:15 +09:00
62d3923dee
fix(adminfront): resolve workspace dependency and build configuration issues
...
- Resolve 'vite' package entry point error by consolidating workspace dependencies
- Fix PostCSS/Tailwind module resolution by utilizing pnpm hoisting
- Update vite.config.ts to stable build configuration
2026-05-27 17:41:12 +09:00
35e51910c6
fix(frontend): pnpm TTY error and lockfile mismatch in non-interactive environments
...
- Set CI=true in Dockerfiles and pnpm commands to avoid TTY issues
- Use --no-frozen-lockfile in runtime scripts to allow lockfile updates during development/startup
- Resolves #890
2026-05-27 13:10:35 +09:00
16d43c5973
headless JWKS 워커 실패 backoff 및 timeout 단축
2026-05-20 13:41:16 +09:00
fc4a2f3536
공용 i18n namespace 정리
2026-05-20 13:41:15 +09:00
c2dbc8fc88
페이지 헤더 스타일 통일
2026-05-20 13:41:15 +09:00
63622dcf28
박스 타이틀 description 추가 및 로고 추가
2026-05-20 13:41:15 +09:00
598f6ff9d1
공유 node_modules 설치 충돌 방지
2026-05-20 13:41:15 +09:00
c9664b5844
테넌트 페이지 타이틀/박스 타이틀 보조 문구 로케일 수정
2026-05-20 13:41:15 +09:00
0155ee4ee7
front류 개발모드에서는 세션 갱신 끄기
2026-05-20 11:48:31 +09:00
9112c4fb36
조직도 줌 레벨 상향
2026-05-18 18:06:13 +09:00
e29d056b9e
네이버 웍스 연동기능 개선
2026-05-18 15:36:30 +09:00
36fc945eaf
런트 CI 안정화를 위한 React 중복 해석 방지 및 설치 재시도 추가
2026-05-18 09:58:56 +09:00
e01b3475ec
code check 오류 수정
2026-05-15 19:49:16 +09:00
eddab895e9
CSV 내보내기 버튼 공통
2026-05-15 18:42:05 +09:00
9df69f22e8
감사 로그 테이블 헤더 및 검색창 문구 수정
2026-05-15 18:42:05 +09:00
18eede3a10
감사로그 공통 로케일 적용
2026-05-15 18:42:05 +09:00
055a804f7f
감사 로그 테이블 공통 컬럼 통일
2026-05-15 18:42:05 +09:00
0bf8089120
admin/dev 사이드바 프레임 공통화
2026-05-15 18:42:05 +09:00
c9bf16cf8e
개요 화면 공통 컴포넌트와 로케일 추가
2026-05-15 18:42:05 +09:00
b3c360c54f
검색/필터 바 공토 shell 컴포넌트 추가
2026-05-15 18:42:05 +09:00
0a5ae51a68
페이지 헤더 공통 컴포넌트 추가
2026-05-15 18:42:05 +09:00
0d84dbcde1
테이블 헤더 배경 및 sticky surface 공통 토큰 추가
2026-05-15 18:42:05 +09:00
eff21aaa82
chore(frontend): sync pnpm-lock.yaml to include @playwright/test in workspace apps for CI
2026-05-15 13:51:43 +09:00
8010d3644d
chore(frontend): sync pnpm-lock.yaml after dependency updates to fix CI outdated lockfile errors
2026-05-15 13:28:27 +09:00
4f952df003
fix(frontend): resolve docker build pnpm workspace errors by using no-frozen-lockfile and ignoring pnpm-store
2026-05-15 11:56:49 +09:00
8951de510e
refactor(frontend): centralize configurations and deduplicate dependencies in common workspace
...
- Centralized biome.json, tailwind.config.ts, and vite.config.ts into common/config.
- Updated sub-apps to inherit from shared base configurations.
- Deduplicated dependencies across apps using common workspace.
- Fixed TypeScript resolution issues by restoring necessary build dependencies.
- Removed obsolete package-lock.json files.
- Applied minor import fixes via Biome.
- Fixed react-router-dom v7 type errors.
2026-05-15 10:28:07 +09:00
c06a5bf181
feat: common 폴더를 루트로 하는 pnpm workspace 모노레포 구축
2026-05-14 15:56:16 +09:00
574238c744
Merge branch 'dev' into feature/tenant-user-list-ui-improvement
2026-05-14 11:23:57 +09:00
ece8df50f6
Merge branch 'dev' into feature/tenant-user-list-ui-improvement
2026-05-14 11:06:39 +09:00
024e1cc5bd
fix: 기타 문법 오류 수정 및 i18n 언어팩(누락된 키) 업데이트
2026-05-14 11:01:49 +09:00
da10b4be15
92e607aee8 기준 code check 오류 수정
2026-05-14 10:24:21 +09:00
76a63264fe
devfront consents 및 audit 테이블 공통화
2026-05-14 10:23:24 +09:00
ee8cfb4ba8
common/ui/table 기준 테이블 스타일 공통화
2026-05-14 10:23:24 +09:00
4a0e5641cb
dev/admin 테이블 정렬 헤더 UI 공통화
2026-05-14 10:23:24 +09:00
187f0da29b
정렬 헤더 UI 공통화 및 devfront secret 표시 수정
2026-05-14 10:23:24 +09:00
a26093836f
불필요한 파일 제거
2026-05-14 10:23:24 +09:00
8bca127723
orgfront 코드 체크 추가, 백엔드 기준 강화
2026-05-14 09:49:37 +09:00
5e7b7b878c
테넌트 목록 조회 cursor기반으로 재구성. 사용자 metadata 미사용 필드 제거
2026-05-13 18:05:51 +09:00
a2a6938246
common 정렬 헬퍼 공통화 및 devfront 목록 정렬 추가
2026-05-12 13:49:51 +09:00
48853aae99
theme 미적용 오류 수정
2026-05-12 13:49:51 +09:00
5149fdc246
button badge input card 공용화
2026-05-12 13:49:51 +09:00
85e1a172dd
common shell frame/state helper 공용화
2026-05-12 13:49:51 +09:00