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
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:github/github-mcp-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:v0.11.0
Choose a base ref
Loading
...
head repository:github/github-mcp-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v0.12.0
Choose a head ref
Loading
  • 14commits
  • 37files changed
  • 17contributors

Commits on Aug 11, 2025

  1. Configuration menu
    Copy the full SHA
    f818830View commit details
    Browse the repository at this point in the history
  2. Tommy/improve-ref-handling (#851)

    * make resolveGitReference function more robust, add comments to follow the logic* add  tests for new functionality* lint fix 1* fix linting by using inverted if instead of empty if block* remove unused var* refactor* remove comment* small fix* add ref == "" case in switch statement, use originalRef instead of ref in case definitions and some of the logic
    @tommaso-moro
    tommaso-moro authoredAug 11, 2025
    Configuration menu
    Copy the full SHA
    0b80f68View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cad048bView commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. Handle Actions Cancel Workflow Run returning a 202 (#855)

    Actions Cancel Workflow Run returns a 202 on success. Check for a `*github.AcceptedError` in response to the API call to handle this correctly.
    @omgitsads
    omgitsads authoredAug 12, 2025
    Configuration menu
    Copy the full SHA
    842003aView commit details
    Browse the repository at this point in the history
  2. fix: replace logrus with slog (#781)

    - Adjust some logs to use structured outputs- Set stdioserver log prefix as const- Do not export test func removeTimeAttrSigned-off-by: Bailey Hayes <behayes2@gmail.com>Co-authored-by: Matt Holloway <mattdholloway@github.com>Co-authored-by: JoannaaKL <joannaakl@github.com>
    @ricochet@mattdholloway@JoannaaKL
    3 people authoredAug 12, 2025
    Configuration menu
    Copy the full SHA
    3479d02View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02c8629View commit details
    Browse the repository at this point in the history
  4. List releases (#862)

    * docs: add required GitHub token permissions per action (#128)* Feat: Add support for GitHub Releases (list and latest) tools* Update repositories.goUpdate params* Update README.mdAdd only new tool to the readme* Revise GitHub PAT instructions and permissions section* Readme formatting---------Co-authored-by: Arya Soni <aryasoni98@gmail.com>Co-authored-by: Arya Soni <18515597+aryasoni98@users.noreply.github.com>
    @JoannaaKL@aryasoni98
    3 people authoredAug 12, 2025
    Configuration menu
    Copy the full SHA
    6f06cbaView commit details
    Browse the repository at this point in the history
  5. Add List issue types tool (#616)

    * add list issue types action* lint* remove log* update docs
    @akenneth
    akenneth authoredAug 12, 2025
    Configuration menu
    Copy the full SHA
    0e7a25eView commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2025

  1. Fix duplicate filter issues across all search tools (#828)

    * Enhance search functionality with new query filters and utility functions- Added multiple test cases for searching issues with various query filters in `issues_test.go`.- Introduced utility functions in `search_utils.go` to check for specific filters and extract repository information from queries.- Created comprehensive tests in `search_utils_test.go` to validate the new filtering logic and ensure accurate query parsing.* Refactor repository filter extraction in search utilities- Renamed `extractRepoFilter` to `hasRepoFilter` to simplify the function's purpose.- Updated test cases in `search_utils_test.go` to reflect the new function name and logic.- Adjusted tests to focus on the presence of the `repo:` filter rather than extracting owner and repo details.* Enhance search functionality with additional query filters and utility functions- Added new test cases for searching pull requests and users with various query filters in `pullrequests_test.go` and `search_test.go`.- Implemented a utility function `hasTypeFilter` in `search_utils.go` to check for the presence of `type:` filters in queries.- Updated the search handler to conditionally prepend the `type:` filter based on the presence of existing filters, improving query handling.* Updated both regex patterns to handle this edge case
    @gokhanarkan
    gokhanarkan authoredAug 13, 2025
    Configuration menu
    Copy the full SHA
    d52c1d4View commit details
    Browse the repository at this point in the history
  2. Addget_teamsandget_team_memberstools (#834)

    * add team tool with tests* add to tools* add toolsnaps and docs* Update pkg/github/context_tools.goCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>* rewrite to allow providing user* rRename get_my_teams to get_teams and update documentation and tests* remove old snap* rm old comments* update test teams to numbered examples* Update descriptions for allow finding teams of other users* return empty result over custom empty error* fix test expectations for no teams found* flatten teams response to not include Nodes* update description to include clarification about teams you are a member of* fix typo in tool desc* updated description to be more generic for accecss note* amended error handling* Update pkg/github/context_tools.goCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>* add additional tool to get team members* update tool desc for get_team_members to include warning about auth* added new scope info* refactor to parse params individually* GetTeams - rename "login" field to "org"---------Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>Co-authored-by: LuluBeatson <lulubeatson@github.com>Co-authored-by: Lulu <59149422+LuluBeatson@users.noreply.github.com>
    @mattdholloway@Copilot@LuluBeatson
    4 people authoredAug 13, 2025
    Configuration menu
    Copy the full SHA
    1832210View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

  1. Add issue types (#869)

    * feat: add type to issues* test: add `type` test for create and update issues* Generate docs and toolsnaps* Update pkg/github/issues.goCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>* Use github ptr---------Co-authored-by: Pranav RK <pranavrk7@gmail.com>Co-authored-by: Pranav RK <39577726+radar07@users.noreply.github.com>Co-authored-by: Alon Kenneth <11458012+akenneth@users.noreply.github.com>Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    @JoannaaKL@radar07
    @akenneth@Copilot
    5 people authoredAug 14, 2025
    Configuration menu
    Copy the full SHA
    afe8ddbView commit details
    Browse the repository at this point in the history
  2. Enable Dependabot (#654)

    * Create/Update dependabot.yaml* Apply suggestion from @CopilotCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>---------Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    @zkoppert@Copilot
    zkoppert andCopilot authoredAug 14, 2025
    Configuration menu
    Copy the full SHA
    a70cd1bView commit details
    Browse the repository at this point in the history
  3. 1Configuration menu
    Copy the full SHA
    f2b9324View commit details
    Browse the repository at this point in the history
  4. 3Configuration menu
    Copy the full SHA
    587272bView commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp