Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

DeletePatch 1#710

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
me19810 wants to merge289 commits intogithub:repo-resource
base:repo-resource
Choose a base branch
Loading
fromme19810:patch-1
Open

DeletePatch 1#710

me19810 wants to merge289 commits intogithub:repo-resourcefromme19810:patch-1

Conversation

me19810
Copy link

No description provided.

juruenand others added30 commitsApril 1, 2025 15:48
Co-authored-by: Toby Padilla <toby@toby.sh>
* docs: add license section to readme* docs: update vs code install badge
We need to run the linter in all circumstances, otherwise it cannot be a required check.
* refactor to make testing easier* not needed in handler func* small cleanup* create repository_resource_test* remove chatty comments* comment cleanup, function rename and some more tests* fix test for ubuntu runner* remove it for now* make required args explicit instead of panic* more tests and cleanup* chore: use raw repo resources (github#70)* use raw repo URIs for resources* fetch repository content from raw urls* ensure no error in test write* Update pkg/github/repository_resource.goCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>* use appropriate file name for text file test---------Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>---------Co-authored-by: Sam Morrow <info@sam-morrow.com>Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* add goreleaser and associated workflows
JoannaaKLand others added30 commitsJune 30, 2025 15:14
* Add issues type filter* Add e2e test* Update e2e/e2e_test.goCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>* Add lint script and update golangci config* Add lint script* Install if not installed* Pass lint config* Use action and rename workflow* Back to reparate config* Migrate config to v2* Update config* Lint code---------Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Remove unused function and add test script* Call test from the workflow
* add dependabit get and list tools* add toolsnaps* add unit tests for new tools* generate-docs
* update sha arg description for list_commits, get_file_contents* update perPage description for pagination to inform of default 30* toolsnaps, docs* revert perPage description
* rm State which does not exist on type Discussion* update Test_GetDiscussion* use Discussion object instead of Issue
…ub#649)* remove reason param for get_me* updating toolsnap* update contributing* updating tool get_me* add small changes* update snapshots
* sha arg prompt as required if updating file* generate docs and toolsnaps* shorten
…mpt (github#658)* adjust tool description* removed dead code* improve desription* update description for tests
…ub#650)* add contingency to match path in git tree* resolveGitReference helper* fix: handling of directories* Test_filterPaths* filterPaths - trailing slashes* fix: close response body, improve error messages, docs* update tool result message about resolved git ref* unit test cases for filterPaths maxResults param* resolveGitReference - NewGitHubAPIErrorToCtx
* update path description to use "/" for root* update docs and toolsnaps* use mcp.DefaultString, revert description, update unit test
* Bump go-github to v73.0.0* Clean up go.mod and update licenses* Updated remaining imports to use github package v73 instead of v72---------Co-authored-by: Tommaso Moro <37270480+tommaso-moro@users.noreply.github.com>Co-authored-by: tommaso-moro <tommaso-moro@github.com>
* fix: Add SHA to get_file_contents while preserving MCP behavior (github#595)Enhance get_file_contents to include SHA information without changingthe existing MCP server response format.Changes:- Add Contents API call to retrieve SHA before fetching raw content- Include SHA in resourceURI (repo://owner/repo/sha/{SHA}/contents/path)- Add SHA to success messages- Update tests to verify SHA inclusion- Maintain original behavior: text files return raw text, binaries return base64This preserves backward compatibility while providing SHA informationfor better file versioning support.Closesgithub#595* fix: Improve error handling for Contents API responseEnsure response body is properly closed even when an error occurs by movingthe defer statement before the error check. This prevents potential resourceleaks when the Contents API returns an error with a non-nil response.Changes:- Move defer respContents.Body.Close() before error checking- Rename errContents to err for consistency- Add nil check for respContents before attempting to close bodyThis follows Go best practices for handling HTTP responses and preventspotential goroutine/memory leaks.* revert changes to resource URI* use GraphQL API to get file SHA* refactor: mock GQL client instead of getFileSHA function to follow conventions* lint* revert GraphQL---------Co-authored-by: LuluBeatson <lulubeatson@github.com>
… governance info for the github server (github#695)* Refactor README and add host installation guides, governance docs- Reorganized README for clarity and navigation- Added dedicated installation guides for Claude, Cursor, Windsurf, JetBrains, and more- Clarified contribution guidelines and approval criteria- Added policies and governance documentation* Update README.md* Update README with configuration section for remote GitHub MCP Server* Update MCP access policy description in READMERemoving coding agent from the policy note, as the GitHub server is unaffected by this policy* Update configuration steps for GitHub Copilot in JetBrains IDEs......to reflect changes in accessing settings and configuring MCP.* Update install-other-copilot-ides.md* Update Eclipse MCP support version and configuration steps......for GitHub Copilot plugin in installation guide.* Update docs/installation-guides/install-cursor.md* Update docs/installation-guides/install-windsurf.md* Apply suggestion from@tonytrg* Apply suggestion from@tonytrg* Apply suggestion from@tonytrg* Apply suggestion from@tonytrg* Apply suggestion from@tonytrg* Apply suggestion from@tonytrg* Apply suggestion from@tonytrg---------Co-authored-by: Tony Truong <tonytrg@github.com>
* shorten tool name* update function name to match tool name* adjust wording of descriptions
* Update installation guide for GitHub MCP ServerRemoved reference to GitHub.com in the installation guide. The GitHub server is available to Coding Agent by default, without installation needed.* Rename section to 'Install in Other MCP Hosts'Updating title for consistency and adding a link to the "other Copilot IDEs" install guide.* Revise installation guide for Cursor MCP setupUpdated installation guide for Cursor with steps clarified, remote server installation, and one-click install deeplinks to open Cursor and add the github server to the config file.
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

66 participants
@me19810@antoniojgvjr@YumiwwYumi@zekewww@DashChee@juruen@toby@SamMorrowDrums@mntlty@williammartin@digitarald@chiedo@Jeffrey-Luszcz@almostwhitehat@ashwin-ant@ohkinozomu@AlexanderYastrebov@kpumuk@szepeviktor@3mini@mururu@MayorFaj@suzuki-shunsuke@monotykamary@A-Georgiou@Juneezee@jshorty@omgitsads@aryasoni98@omihirofumi@simondanielsson@rfearing@joe-ton@tonytrg@Dylan-Rinker@srt32@warjiang@divyanshvn@fuentesjr@ismith@crondinini@eranco74@rajbos@codingoutloud@radar07@sridharavinash@TheoBrigitte@JAORMX@malantin@ph3t@LuluBeatson@jaril@D1M1TR10S@jww3@PierreGode@dgiacomo@gabornyergesX@andrewyk@kerobbi@davidbyttow@anant-rustagi@JoannaaKL@tommaso-moro@nhu-do@martinnormark@yonaka15

[8]ページ先頭

©2009-2025 Movatter.jp