Skip to content

Conversation

@iwakitakuma33
Copy link
Collaborator

No description provided.

Nicholas Crum and others added 30 commits May 13, 2025 15:45
- 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
Support resolving merge request discussion notes
Adds threaded comment support for merge requests
fix: add `expanded` to `start` and `end` for GitLabDiscussionNoteSchema
…iscussions_nullable

fixed resolve_outdated_diff_discussions nullable
feat: add docker image and push to dockerhub
Added `list_issue_discussions` tool to support GitLab issue discussions
similar to merge request discussions.
- 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
feat: add support for creating and updating issue notes
iwakitakuma33 and others added 22 commits August 3, 2025 20:45
feat(attachement):download attachement, e.g. images
Fix list of tools in `README.md`
* fix: Update version to 1.0.77 in package.json

* chore: Update CHANGELOG for version 1.0.77 release
commit 156557cb1cd44325b01a9899b06b22b211609e15
Author: zereight <[email protected]>
Date:   Tue Aug 19 19:29:51 2025 +0900

    chore: Remove OpenCode configuration and RELEASE_NOTES files
commit 53832c7fe390f1a058f1ba889114d8efedd5fa0a
Author: zereight <[email protected]>
Date:   Tue Aug 19 19:36:17 2025 +0900

    fix: Remove obsolete scripts for PR validation and GitHub release creation

commit 3b0039846027c334f299003154cdcbcc128052ca
Author: zereight <[email protected]>
Date:   Tue Aug 19 19:35:00 2025 +0900

    fix: Remove generate-tools-readme script and its reference from package.json
@iwakitakuma33 iwakitakuma33 marked this pull request as ready for review August 20, 2025 05:40
@zereight
Copy link
Owner

zereight commented Aug 20, 2025

I didn't understand this changes. what email?!

@iwakitakuma33
Copy link
Collaborator Author

@zereight
sorry for lack of infomation.

#213 (reply in thread)

g-tiwari has github account as [email protected]
but he / she pushed commit with [email protected].

so Github can't find the account with the email, so g-tiwari isn't displayed in contributer.

I modify email past commit with following command.

git filter-repo --commit-callback '                             
if commit.author_email == b"[email protected]":
    commit.author_email = b"[email protected]"
    commit.committer_email = b"[email protected]"
' --force

@zereight
Copy link
Owner

Ah ha i see. Thx

@iwakitakuma33 iwakitakuma33 merged commit 2d42638 into main Aug 20, 2025
7 checks passed
@iwakitakuma33 iwakitakuma33 deleted the feat/modify_email branch August 20, 2025 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.