2a9b8f1a25
FIX: get issues labels
...
issue: #
### 機能・変更内容(ユーザー観点)
### 影響範囲・追加でテストしてほしい内容
### tech側でテストした内容
2025-06-02 20:03:54 +09:00
63d666739c
[main] chore: bump version to v1.0.55 🚀
...
🚀 Breaking Changes:
- Updated package version from 1.0.54 to 1.0.55
2025-06-02 12:39:02 +09:00
83f08d1c50
Merge pull request #68 from MartimPimentel/feat/enrich-mr-creation
...
Feat: Enrich Merge Request Creation
2025-06-02 10:41:45 +09:00
459161e235
Release v1.0.54: Add multi-platform support and custom SSL configuration
...
- Added multi-platform support for improved compatibility
- Added custom SSL configuration options
- Enhanced security and flexibility for HTTPS connections
v1.0.54
2025-05-31 13:18:40 +09:00
e9493b2ff9
chore: remove outdated release notes for version 1.0.40
2025-05-31 13:16:11 +09:00
4a8088c25c
[main] chore: bump version to v1.0.54 🚀
...
📝 Details:
- Updated package version in package.json
2025-05-31 13:14:43 +09:00
42bb432c36
Feat/custom ssl ( #72 )
...
* FEAT: multi platform
* FEAT: custom ssl option
2025-05-31 13:13:45 +09:00
83e27c3828
FEAT: multi platform ( #71 )
2025-05-31 13:13:37 +09:00
6bc13794c8
fix: remove duplicate entry for get_branch_diffs in tools list
2025-05-30 11:30:00 +01:00
4c90f760f0
Merge branch 'main' into feat/enrich-mr-creation
2025-05-30 11:07:57 +01:00
fcb71e293e
[main] chore: bump version to v1.0.53
v1.0.53
2025-05-30 12:39:00 +09:00
cb36c007cb
[main] fix: make old_line and new_line optional for image diff discussions
...
Image files in GitLab MR discussions use x/y coordinates instead of line numbers. This fix allows proper handling of image diff comments.
Co-authored-by: Peter Xu <px.peter.xu@gmail.com >
2025-05-30 12:38:14 +09:00
3ce688b55c
Merge pull request #65 from zereight/feat/ci_push_docker_hub
...
FEAT: ci push docker hub
2025-05-30 09:27:07 +09:00
74af27f995
FEAT: ci push docker hub
2025-05-30 01:51:07 +09:00
1e0bcb173d
[feat/pipeline-support] chore: v1.0.52 버전 업데이트
v1.0.52
2025-05-30 00:50:26 +09:00
93b1e47f65
Merge branch 'feat/pipeline-support'
2025-05-30 00:49:41 +09:00
de0b138d80
[feat/pipeline-support] feat: add USE_PIPELINE environment variable for conditional pipeline feature activation
...
✨ Breaking Changes:
- Pipeline features are now opt-in via USE_PIPELINE environment variable
📝 Details:
- Pipeline 관련 도구들을 USE_PIPELINE 환경 변수로 제어 가능하도록 변경
- USE_GITLAB_WIKI, USE_MILESTONE과 동일한 패턴으로 구현
- 기본값은 false로 설정되어 pipeline 기능은 명시적으로 활성화해야 함
- README에 USE_PIPELINE 환경 변수 설명 추가
2025-05-30 00:48:53 +09:00
fa19b62300
Merge pull request #64 from zereight/feat/pipeline-support
...
feat: add pipeline management commands
2025-05-30 00:42:09 +09:00
353638f5d7
[feat/pipeline-support] feat: add pipeline management commands
...
- Add create_pipeline command to trigger new pipelines
- Add retry_pipeline command to retry failed pipelines
- Add cancel_pipeline command to cancel running pipelines
- Add pipeline tests to validate-api.js
- Update README with new pipeline commands
Closes #46
2025-05-30 00:38:53 +09:00
059ec83cd7
Merge pull request #63 from zereight/test/20250530
...
[main] docs: update README with comments on GITLAB configuration options
2025-05-30 00:18:21 +09:00
1762a5851c
[main] docs: update README with comments on GITLAB configuration options
...
📝 Details:
- Added comments for USE_GITLAB_WIKI and USE_MILESTONE options for clarity.
2025-05-30 00:16:39 +09:00
6d452be0b0
Merge pull request #61 from zereight/test/20250529
...
test
2025-05-30 00:14:05 +09:00
0aa5e5a30e
test: check if tests pass without MCP startup test
2025-05-30 00:10:06 +09:00
8e2b6e6734
[main] debug: temporarily disable MCP server startup test
2025-05-30 00:09:55 +09:00
e967bb51c8
feat: trigger workflow with GITLAB_PERSONAL_ACCESS_TOKEN
2025-05-30 00:04:26 +09:00
b00cc9e6f5
[main] feat: add GITLAB_PERSONAL_ACCESS_TOKEN to workflow
...
- MCP server may expect GITLAB_PERSONAL_ACCESS_TOKEN instead of GITLAB_TOKEN
- Add environment variable to all test steps
2025-05-30 00:04:14 +09:00
5c67d68be4
feat: trigger workflow after jq fix
2025-05-29 23:58:46 +09:00
9a52dafb03
[main] fix: remove jq dependency from workflow
...
- Replace jq command with simple echo
- jq is not installed by default in GitHub Actions runners
2025-05-29 23:58:36 +09:00
435c8f1223
feat: trigger workflow after fix
2025-05-29 23:55:37 +09:00
7391f5160d
[main] fix: remove invalid secret condition in workflow
...
- Replace secrets condition with proper GitHub context condition
- Secrets cannot be used directly in if conditions
- Run integration tests only for push events or PRs from the same repo
2025-05-29 23:55:14 +09:00
940902de73
Merge remote-tracking branch 'origin/main' into test/20250529
2025-05-29 23:47:21 +09:00
9aef7f43c4
Merge pull request #62 from zereight/fix/github-actions-syntax
...
Fix GitHub Actions workflow syntax errors
2025-05-29 23:44:35 +09:00
720cd7a445
[main] fix: GitHub Actions workflow syntax errors
...
- Remove unsupported default value syntax (|| operator) from secrets
- Fix startup_failure error in PR validation workflow
- GitHub Actions doesn't support default values in secret expressions
2025-05-29 23:43:25 +09:00
6d6110c78b
fix: GitHub Actions workflow syntax errors
...
- Remove unsupported default value syntax from secrets
- Fix startup_failure error in PR validation workflow
2025-05-29 23:38:20 +09:00
7acdff90ef
feat: trigger workflow run
2025-05-29 23:33:19 +09:00
a2760f0aea
[main] chore: update version to 1.0.51
...
🚀 Breaking Changes:
- Updated package version from 1.0.50 to 1.0.51
2025-05-29 23:28:43 +09:00
37203bae5a
[main] docs: update README to remove automated testing section 📝
...
🚀 Breaking Changes:
- Removed details about automated testing setup and GitHub Actions.
2025-05-29 23:25:50 +09:00
5b35bc163c
feat: add configuration files and scripts for project setup ✨
...
🚀 Breaking Changes:
- Introduced new environment variables for GitLab API integration
- Added validation script for PR checks
- Updated package.json with new scripts for testing and formatting
📝 Details:
- Added .prettierrc and .eslintrc.json for code formatting and linting
- Created .env.example for environment variable setup
- Updated CHANGELOG.md with recent changes
- Added documentation for GitHub secrets setup
2025-05-29 23:24:46 +09:00
181f1e943c
[main] feat: update milestone management tools and improve code formatting ✨
...
🚀 Breaking Changes:
- Updated version from 1.0.48 to 1.0.50
- Refactored code for better readability and consistency
📝 Details:
- Improved descriptions and formatting in index.ts
- Ensured consistent use of URL encoding in API calls
v1.0.50
2025-05-29 22:30:51 +09:00
2a80988a02
[main] chore: v1.0.48 버전 업데이트
...
📝 Details:
- Milestone Management Tools 추가 (PR #59 )
- Docker Image Push Script 추가 (PR #60 )
- package.json 버전 업데이트
- CHANGELOG.md 업데이트
v1.0.48
2025-05-29 19:56:37 +09:00
5762b32a69
feat: add milestone management commands to README
...
🚀 Breaking Changes:
- Introduced new commands for milestone management in GitLab.
📝 Details:
- Added commands: list_milestones, get_milestone, create_milestone, edit_milestone, delete_milestone, get_milestone_issue, get_milestone_merge_requests, promote_milestone, get_milestone_burndown_events.
2025-05-29 19:53:19 +09:00
55e7ca3100
Merge pull request #59 from VinceCYLiao/feat/add-tools-for-milestones
...
feat: add tools for milestones
2025-05-29 19:52:36 +09:00
953f748e0d
Merge pull request #60 from zereight/feat/docker_image_push
...
FEAT: docker image push script
2025-05-29 19:51:48 +09:00
0b876ebff6
FEAT: docker image push script
2025-05-29 16:46:53 +09:00
fd1c8b9704
feat: add tools for milestones
2025-05-29 15:10:12 +08:00
a2c2ac185a
[main] release: v1.0.47
...
📝 Details:
- 버전을 1.0.47로 업데이트
- CHANGELOG에 새로운 기능과 버그 수정 사항 추가
- list_merge_requests 기능 추가 (#56 )
- GitLabUserSchema의 avatar_url nullable 처리 (#55 )
- GitLabPipelineSchema의 illustration nullable 처리 (#58 )
v1.0.47
2025-05-29 09:13:43 +09:00
2462168697
Merge pull request #58 from zereight/fix/illustration-nullable
...
fix(schemas): make illustration nullable in GitLabPipelineSchema
2025-05-29 09:09:16 +09:00
88af65fcd0
Merge pull request #56 from jwang-sue/feature/list-merge-requests
...
feat: implement list_merge_requests functionality
2025-05-29 09:09:05 +09:00
0b55cc3cee
Merge pull request #55 from svengt/fix/avatar-url-nullable
...
fix(schemas): make avatar_url nullable in GitLabUserSchema
2025-05-29 09:08:41 +09:00
40e39d7b36
fix(schemas): make illustration nullable in GitLabPipelineSchema
2025-05-29 04:35:29 +09:00