DDD1542
43cf91e748
Enhance batch management functionality by adding node flow execution support and improving batch configuration creation. Introduce new API endpoint for retrieving node flows and update existing batch services to handle execution types. Update frontend components to support new scheduling options and node flow selection.
2026-03-19 15:07:07 +09:00
DDD1542
ab477abf8b
[agent-pipeline] rollback to 609460cd
2026-03-18 14:03:34 +09:00
DDD1542
609460cd8d
[agent-pipeline] pipe-20260318044621-56k5 round-3
2026-03-18 14:00:44 +09:00
DDD1542
360a9ab1aa
[agent-pipeline] rollback to 8e4791c5
2026-03-18 13:56:03 +09:00
DDD1542
351e57dd31
[agent-pipeline] pipe-20260318044621-56k5 round-2
2026-03-18 13:56:03 +09:00
dohyeons
2cc0a7b309
배치 스케줄러 타임존을 Asia/Seoul로 설정
2025-12-08 10:34:37 +09:00
dohyeons
7c06b98f86
배치 수정 페이지 버그 수정 및 멀티테넌시 보안 강화
2025-12-05 10:36:52 +09:00
dohyeons
ef3b85f343
배치 UPSERT 기능 및 고정값 매핑 버그 수정
2025-12-04 17:26:29 +09:00
kjs
617655a42a
Merge branch 'feature/screen-management' of http://39.117.244.52:3000/kjs/ERP-node into feature/screen-management
2025-12-01 15:30:26 +09:00
kjs
b1b9e4ad93
타입스크립트 에러 수정
2025-12-01 15:30:25 +09:00
dohyeons
75bdc19f25
배치 스케쥴러 함수명 오류 및 매핑 조회 누락 수정
2025-12-01 11:34:22 +09:00
dohyeons
a7135b4c3c
배치 시 company_code도 저장되도록
2025-11-27 11:55:31 +09:00
dohyeons
707328e765
REST API→DB 토큰 배치 및 auth_tokens 저장 구현
2025-11-27 11:32:19 +09:00
kjs
13a9521977
fix: 배치 스케줄러 컬럼명 수정
...
batch_mappings 테이블의 실제 컬럼명으로 수정:
- field_name → from_column_name, to_column_name
- source_field → from_table_name, to_table_name
- 전체 컬럼 구조를 실제 DB 스키마에 맞게 수정
수정된 함수:
- loadActiveBatchConfigs()
- updateBatchSchedule()
에러 해결: column bm.field_name does not exist
2025-10-01 13:34:56 +09:00
kjs
505f656c15
feat: Phase 3.15 배치 서비스 Raw Query 전환 완료
...
4개 서비스 24개 Prisma 호출 전환 완료
배치 서비스 전환:
- BatchExternalDbService (8개)
- BatchExecutionLogService (7개)
- BatchManagementService (5개)
- BatchSchedulerService (4개)
주요 기술:
- json_agg + json_build_object
- 동적 WHERE 절
- 동적 UPDATE 쿼리
- PostgreSQL placeholders
Phase 3 완료
문서: PHASE3.15_BATCH_SERVICES_MIGRATION.md
2025-10-01 13:30:20 +09:00
1be8771e01
rest api get 파라미터 설정 개발중
2025-09-29 16:55:37 +09:00
9680991962
feat: 배치 관리 시스템 테스트 및 업데이트 기능 개선
...
- 배치 스케줄러 서비스 안정성 향상
- 외부 DB 연결 서비스 개선
- 배치 컨트롤러 및 관리 컨트롤러 업데이트
- 프론트엔드 배치 관리 페이지 개선
- Prisma 스키마 업데이트
2025-09-29 13:48:59 +09:00
3333429928
배치관리시스템 (DB, RestAPI)
2025-09-26 17:29:20 +09:00
949aab0b73
feat: 배치 관리 시스템 구현
...
✨ 주요 기능:
- 배치 설정 관리 (생성/수정/삭제/실행)
- 배치 실행 로그 관리 및 모니터링
- 배치 스케줄러 자동 실행 (cron 기반)
- 외부 DB 연결을 통한 데이터 동기화
- Oracle, MSSQL, MariaDB 커넥터 지원
🔧 백엔드 구현:
- BatchManagementController: 배치 설정 CRUD
- BatchExecutionLogController: 실행 로그 관리
- BatchSchedulerService: 자동 스케줄링
- BatchExternalDbService: 외부 DB 연동
- 배치 관련 테이블 스키마 추가
🎨 프론트엔드 구현:
- 배치 관리 대시보드 UI
- 배치 생성/수정 폼
- 실행 로그 모니터링 화면
- 수동 실행 및 상태 관리
🛡️ 안전성:
- 기존 시스템과 독립적 구현
- 트랜잭션 기반 안전한 데이터 처리
- 에러 핸들링 및 로깅 강화
2025-09-25 11:04:16 +09:00