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.net
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.2
Choose a base ref
...
head repository: octokit/octokit.net
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.3
Choose a head ref
  • 4 commits
  • 19 files changed
  • 6 contributors

Commits on Nov 30, 2022

  1. add islocked filter to SeachIssuesRequest (#2623)

    * add islocker filter to SeachIssuesRequest
    
    * update docs
    
    * Update docs/search.md with review suggestions
    
    Co-authored-by: Keegan Campbell <me@kfcampbell.com>
    
    Co-authored-by: notauserx <notauserx@users.noreply.github.com>
    Co-authored-by: Keegan Campbell <me@kfcampbell.com>
    3 people authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    46b5077 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. [bug] Fix API URLs for GitHub Enterprise Server (#2626)

    * Fix API URLs for GHES
    
    Fix leading slashes causing API calls to fail when used with GitHub Enterprise.
    
    * Fix tests
    
    Fix tests that should have been updated in the previous commit.
    
    Co-authored-by: Keegan Campbell <me@kfcampbell.com>
    martincostello and kfcampbell authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    9780938 View commit details
    Browse the repository at this point in the history
  2. Fix #2618 - Improve docs for the 'release' chapter (#2628)

    Fix sample code and add 'get latest' section
    
    1. Fix the sample code for "Get All" not working.
    2. Add the "Get Latest" section.
    Move2win authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    64614ce View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Add missing properties for meta and app payloads (#2625)

    * Add missing properties for meta and app payloads
    
    * Update test with actual value instead of null
    
    Co-authored-by: Keegan Campbell <me@kfcampbell.com>
    MatisseHack and kfcampbell authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    0475f08 View commit details
    Browse the repository at this point in the history
Loading