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
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
cc847772f1
feat: implement list_merge_requests functionality
...
- Add ListMergeRequestsSchema with comprehensive filtering options
- Implement listMergeRequests function following GitLab API
- Add tool definition and switch case handler
- Include in readOnlyTools array
- Update README.md with new tool documentation
2025-05-28 17:22:40 +02:00
ab571d211d
fix(schemas): make avatar_url nullable in GitLabUserSchema
...
Users without profile pictures have null avatar_url values in GitLab API responses.
This change prevents errors when calling get_issue tool.
2025-05-28 15:44:15 +02:00
f8b1444afd
[main] fix: description null error handling
...
📝 Details:
- GitLab issues/milestones의 null description 처리
- schemas.ts에서 description을 nullable로 변경
v1.0.46
2025-05-27 12:25:31 +09:00
06f9437329
Merge pull request #53 from zereight/fix/51-description-nullable
...
FIX: description null error
2025-05-27 12:20:39 +09:00
dc99f864ca
FIX: description null error
2025-05-27 02:00:36 +09:00
8ba33986f3
[main] docs: update changelog for v1.0.45 pipeline tools
...
🚀 Breaking Changes:
- None
📝 Details:
- Added 5 new pipeline management tools
- Pipeline status monitoring and analysis support
v1.0.45
2025-05-24 21:02:58 +09:00
64a936446e
[release] feat: update version to 1.0.45
...
🚀 Breaking Changes:
- Version updated from 1.0.44 to 1.0.45
2025-05-24 20:57:15 +09:00
8ab0ac7145
Merge pull request #52 from vicendominguez/main
...
feat(release): 1.0.44 adds pipeline jobs tool
2025-05-24 20:55:55 +09:00
ea06c21f29
feat(release): 1.0.44 adds pipeline jobs tool
2025-05-24 13:31:47 +02:00
140620397b
chore(release): 1.0.43 - get_repository_tree is added read_only_mode
2025-05-23 00:41:56 +09:00
3d7aa8035d
docs: translate issue notes changelog from Korean to English
2025-05-22 21:28:34 +09:00
25be1947b9
chore(release): 1.0.42 - issue note 기능 추가 ( #47 )
v1.0.42
2025-05-22 21:24:29 +09:00
864ee77ae6
Merge pull request #47 from svengt/feat/add-issue-notes-support
...
feat: add support for creating and updating issue notes
2025-05-22 21:22:04 +09:00
dc6cc59434
feat: add support for creating and updating issue notes
...
- Added create_issue_note to add a new note to an existing issue thread
- Added update_issue_note to modify an existing issue thread note
- Similar to existing merge request note functions but for issues
2025-05-22 13:25:31 +02:00
5924fd3ed4
Merge pull request #45 from vlucaswang/fix/docs
...
fix: fix README
2025-05-21 14:28:08 +09:00
f4b265bf2e
fix: fix README
2025-05-21 14:35:37 +09:30
b326f4c3c3
docs: update release notes for v1.0.40 (2025-05-21)
2025-05-21 03:40:02 +09:00
1350a024b5
Merge pull request #44 from huerlisi/feat/add-issue-notes-support
...
feat: add issue discussions support
v1.0.40
2025-05-21 03:36:33 +09:00
4c57c37888
feat: add issue discussions support
...
Added `list_issue_discussions` tool to support GitLab issue discussions
similar to merge request discussions.
2025-05-20 15:45:23 +02:00
e4a28a9a47
버전 1.0.39로 업데이트
v1.0.39
2025-05-20 18:34:05 +09:00
9f1e7b5bca
Merge pull request #42 from vlucaswang/feat/add-docker
...
feat: add docker image and push to dockerhub
2025-05-20 18:32:19 +09:00
f37e210ee8
Merge pull request #41 from kamibayashi/fixed_resolve_outdated_diff_discussions_nullable
...
fixed resolve_outdated_diff_discussions nullable
2025-05-20 18:28:08 +09:00
6f789692be
feat: add docker image and push to dockerhub
2025-05-20 16:04:37 +09:30
1bb70dccb9
fixed resolve_outdated_diff_discussions nullable
2025-05-19 17:18:01 +09:00
676bbcd4dd
docs: add release-notes.md
2025-05-17 15:41:14 +09:00
0bb59a3217
Bump version
v1.0.38
2025-05-17 15:38:18 +09:00
b908f03801
Merge pull request #40 from huerlisi/fix/discussion-enum
...
fix: add `expanded` to `start` and `end` for GitLabDiscussionNoteSchema
2025-05-17 15:36:11 +09:00
5024a2a5af
fix: add expanded
to start
and end
for GitLabDiscussionNoteSchema
2025-05-16 21:36:21 +02:00
d2cced1b38
Bump version
v1.0.37
2025-05-15 10:53:14 +09:00
2fec95d469
Merge pull request #38 from ncrum/feat/merge-request-note
...
Adds threaded comment support for merge requests
2025-05-15 10:51:48 +09:00
3565d1b397
Merge pull request #37 from ncrum/fix/resolve-notes
...
Support resolving merge request discussion notes
2025-05-15 10:50:39 +09:00
353e62a401
refactor: rename add_merge_request_thread_note to create_merge_request_note for consistency
2025-05-13 16:52:17 -06:00
3f2b35535e
feat: Implement add_merge_request_thread_note function for adding notes to existing MR threads
2025-05-13 16:20:21 -06:00
026dd58887
feat: Add create_merge_request_thread tool for diff notes
...
- Implement new tool for creating MR threads with positioning support
- Create schemas to handle diff notes with file and line number positions
- Support optional created_at timestamp parameter
- Update README with the new tool information
2025-05-13 15:45:43 -06:00
bde83c0a91
feat: support resolving merge request notes
2025-05-13 14:54:05 -06:00
08ab1357a0
feat: Decode project_id for GitLab API calls
...
- Decode project_id using decodeURIComponent() in relevant helper functions.
- This resolves API call issues related to project ID encoding differences between models.
- Updated CHANGELOG for 1.0.36 and added thanks to Aubermean.
v1.0.36
2025-05-13 02:20:59 +09:00