Skip to content
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 or learn 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: octokit/octokit.rb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.2.0
Choose a base ref
...
head repository: octokit/octokit.rb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.0.0
Choose a head ref
  • 12 commits
  • 21 files changed
  • 7 contributors

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    41494e8 View commit details
    Browse the repository at this point in the history
  2. BREAKING CHANGE: Remove app methods that have been deprecated since v…

    …4.8.0
    
    Removes: find_integration_installations, create_integration_installation_access_token, list_integration_installation_repositories, add_repository_to_integration_installation, remove_repository_from_integration_installation
    nickfloyd authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    57f8600 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Update rubocop requirement from 1.66.1 to 1.67.0 (#1723)

    Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.66.1...v1.67.0)
    
    ---
    updated-dependencies:
    - dependency-name: rubocop
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    6e55ef3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fcf9bf View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Update the "debugging" sample code in README.md (#1724)

    Update README.md
    
    Update the sample code for enabling HTTP debugging in Faraday
    areitz authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    4237fd4 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Update rubocop requirement from 1.67.0 to 1.68.0

    Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.67.0...v1.68.0)
    
    ---
    updated-dependencies:
    - dependency-name: rubocop
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    b4b4198 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Merge pull request #1725 from octokit/dependabot/bundler/rubocop-1.68.0

    Update rubocop requirement from 1.67.0 to 1.68.0
    nickfloyd authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    687944a View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2024

  1. Update rubocop requirement from 1.68.0 to 1.69.2 (#1730)

    Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.68.0...v1.69.2)
    
    ---
    updated-dependencies:
    - dependency-name: rubocop
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    cc7d142 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2025

  1. feat: add missing method delete_issue_comment_reaction() (#1734)

    * add missing `delete_issue_comment_reaction` reactions method
    
    * add unit tests
    GrantBirki authored Jan 21, 2025
    Configuration menu
    Copy the full SHA
    fbcea34 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

  1. Fix string validation errors (#1740)

    * Fix string validation errors
    
    Just came across this in the wild
    
    openSUSE/open-build-service#17535
    
    Apparently sometimes the validation json is formated like that.
    
    * Add additional test cases
    
    * Fix lint: add empty line after guard clause
    
    * Use regex for nested structure test assertion
    
    ---------
    
    Co-authored-by: Keegan Campbell <me@kfcampbell.com>
    hennevogel and kfcampbell authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    4c55c3c View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2025

  1. Configuration menu
    Copy the full SHA
    f883a9d View commit details
    Browse the repository at this point in the history
  2. v10.0.0

    kfcampbell committed Apr 24, 2025
    Configuration menu
    Copy the full SHA
    ea3413c View commit details
    Browse the repository at this point in the history
Loading