Commit graph

309 commits

Author SHA1 Message Date
1327371b16 chore: jenkins_compatibility_boundary task completion and scheduler/jenkins sample updates 2026-05-23 17:02:10 +09:00
ec3162ff7c feat: pipeline execution result output and core event contract implementation
- Add build result handling with execution status tracking
- Implement pipeline_exe_handle for error handling in pipeline execution
- Update application.dart with proper build result processing
- Add test coverage for application, context, and core functionality
- Add step events archive for core event contract and execution result output
2026-05-22 18:10:59 +09:00
b1ace10b1f update execution result envelope handling 2026-05-22 12:47:56 +09:00
f080977f3b feat: YAML validation command implementation and roadmap updates 2026-05-22 09:39:38 +09:00
c344fff3ec feat: command catalog 구조 refactor 및 문서화 완료
- lib/cli/commands/command_catalog.dart 추가: CLI 명령어 카탈로그 시스템 구현
- lib/oto/commands/command_catalog.dart 추가: OTO command catalog 구현
- test/oto_catalog_cli_test.dart 추가: 카탈로그 테스트 케이스
- CLI 명령어 라우팅 및 자동 생성 파이프라인 구축
- README.md, ROADMAP.md, current.md 업데이트
- milestone 문서들 (cli-automation-baseline, structured-automation-surface) 업데이트
2026-05-21 22:37:50 +09:00
44f41bdd7c feat: 업데이트된 코드 변경 사항 반영 2026-05-21 17:34:38 +09:00
f7804dd366 update: build flutter, pipeline condition, and agent-task archive 2026-05-21 14:50:18 +09:00
c9c4f9b348 update commands and pipelines, add sample yaml files 2026-05-21 11:56:59 +09:00
35a1ae648e update commands and tests, add agent-task archives 2026-05-21 00:54:31 +09:00
ac1c42448e refactor: split build_ios and git commands, add cli styling, improve pipeline system
- Split BuildIOS command into build_ios_archive and build_ios_build
- Split Git command into git_branch, git_remote, git_revision, git_stash
- Add cli_style.dart and printer.dart for consistent CLI output
- Add macos_signing.dart for macOS/iOS code signing
- Refactor pipeline system (pipeline, pipeline_condition, pipeline_contain, etc.)
- Update tag_system, defined_data, pipeline_data
- Update application and command files for new structure
- Add tests for new command catalog and core functionality
- Update README with new features
2026-05-20 20:50:59 +09:00
082045e305 정리: 구형 예제와 샘플 문법을 정리한다 2026-05-20 08:05:15 +09:00
4a8ce38d83 refactor: command architecture refactoring and runtime context implementation 2026-05-19 15:56:24 +09:00
113fb407db feat: add build_result, update application and command_exe, add tests 2026-05-19 13:38:49 +09:00
d48ac0ad92 feat: oto 프로젝트 전체 리팩토링 및 개선 - pipeline 처리, 명령어 최적화, 데이터 관리 개선 2026-05-19 09:23:41 +09:00
e199cf878b refactor: remove framework module and unify command structure 2026-05-01 11:23:29 +09:00
33bd6ee57f update app_data_manager and add claude config 2026-04-19 14:24:24 +09:00
e865f7dc8b Internalize dart_framework: remove external git dependency
- Copy all used dart_framework files into lib/framework/
- Replace all package:dart_framework/ imports with package:oto_cli/framework/
- Add yaml, archive, ftpconnect as explicit direct dependencies
- Remove dart_framework git dependency from pubspec.yaml

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-17 11:20:27 +09:00
c31eed3ed6 Refactor: Update project structure and fix issues 2026-04-04 19:08:49 +09:00
45e79bdebd Update pipeline files and clean up refactoring documents 2026-04-04 18:02:44 +09:00
a54f54ef20 feat: add tag_system.dart and update command.dart & to-do 2026-04-04 17:18:17 +09:00
5066310567 Refactor: Reorganize command structure and update related files
- Add command_registry.dart for centralized command registration
- Move util commands to appropriate directories (build, file, infra, notification)
- Update application.dart and all affected command files
2026-04-04 13:32:48 +09:00
144f46bf65 Refactor: Move util commands to appropriate directories and update command.dart 2026-04-04 12:55:33 +09:00
6210ab09ad Update data files and pubspec 2026-04-04 08:20:55 +09:00
c54161ffa2 Add Mattermost post and build commands 2026-03-23 21:54:37 +09:00
d3a9abc004 iOS Ad Hoc 다운로드 페이지 UI 개선
글래스모피즘 스타일 적용 및 앱 아이콘, 버전,
신뢰 설정 안내 문구 추가. publish_ios.dart에
APP_NAME, APP_VERSION, APP_ICON_URL 플레이스홀더 교체 추가.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-03 17:36:12 +09:00
90053c265f Error 계열 예외도 catch하여 프로세스 정상 종료 처리
on Exception → catch 변경으로 TypeError 등 Error 계열도
동일한 핸들러에서 처리하고 exit(10) 호출되도록 수정.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-03 15:44:28 +09:00
140ec88f6a ArchiveiOS xcodeproj 지원 추가
BuildiOS와 동일하게 xcworkspaceFilePath, xcodeProjectFilePath 중
하나를 선택하여 사용할 수 있도록 수정.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-03 15:30:13 +09:00
leedongmyung
fb7c00a9bb git pull 수정 2025-11-22 11:23:57 +09:00
leedongmyung
46c3729e2d git pull 추가 2025-11-22 11:16:32 +09:00
leedongmyung
249dc14aef git push 개선 2025-11-22 11:03:40 +09:00
leedongmyung
b88c44533c git push 개선 2025-11-22 10:46:33 +09:00
FE
86085b42d0 dart framework update & 인터페이스 맞춤 2025-11-14 10:56:49 +09:00
leedongmyung
baf5c877fc iOS 빌드에서 incrementVersion이 한자리 버전일경우 이슈 발생 수정 2025-11-13 15:11:09 +09:00
FE
255be8c407 apptore version exeption 2025-09-08 14:11:56 +09:00
FE
81d28e487c iost testflight upload 옵션 변경 2025-09-03 15:55:15 +09:00
FE
d9bf7d3560 ios 빌드의 여러 상태값에 따른 대응 작업 2025-09-03 14:40:55 +09:00
FE
46ed6e3828 flutter update 로 인한 에러 수정 2025-09-03 09:28:00 +09:00
FE
4a76add717 iOS 빌드시 PENDING_DEVELOPER_RELEASE 값에 대한 대응 2025-09-03 09:15:41 +09:00
leedongmyung
3fffaa576d add file backup 2025-08-22 13:05:45 +09:00
leedongmyung
9f25377514 set-value add object type 2025-08-22 11:47:11 +09:00
leedongmyung
dee87b8e94 update git branch 2025-08-22 08:50:19 +09:00
leedongmyung
c59903750c git branch list up 2025-08-21 20:08:35 +09:00
leedongmyung
369b4fb743 jenkins parameter update 2025-08-21 15:20:11 +09:00
leedongmyung
21a12ced3b jenkins param modify file 로 저장 2025-08-20 15:53:50 +09:00
leedongmyung
93aeeffbec jenkins parameter modify 추가 2025-08-20 15:47:52 +09:00
leedongmyung
1def7a260c Revert "버전 정보에 따라 빌드 넘버 가져오도록 수정"
This reverts commit 97a2025209.
2025-08-13 17:16:29 +09:00
leedongmyung
89c78505df Revert "빌드 로그 업데이트"
This reverts commit 53fd31f2ae.
2025-08-13 17:16:19 +09:00
leedongmyung
297fb9128c Revert "update"
This reverts commit 9bd79312a7.
2025-08-13 17:16:12 +09:00
leedongmyung
6bbdf90984 Revert "update"
This reverts commit 3554763a30.
2025-08-13 17:16:00 +09:00
leedongmyung
3554763a30 update 2025-08-13 16:50:29 +09:00