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: v9.1.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: v10.0.0
Choose a head ref
  • 9 commits
  • 22 files changed
  • 7 contributors

Commits on Feb 5, 2024

  1. docs: link corrections (#2874)

    Fix a couple of master --> main branches in links
    kfcampbell authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    39d6896 View commit details
    Browse the repository at this point in the history
  2. Fix: Add RequiredSignatures to the BranchProtectionSettingsUpdate

    … Type (#2873)
    
    * fix: added `RequiredSignatures` to the `BranchProtectionSettingsUpdate` types.
    
    - Fixes #2855
    - Updated `BranchProtectionSettingsUpdate` by adding `RequiredSignatures`.
    - Update all integration `xUnit` tests to check for the `RequiredSignatures` property.
    
    * docs: add comment documenting the `RequiredSignatures` property
    wesdevpro authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    350b8fe View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. build(deps): bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 (#2884)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.8.0 to 17.9.0.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
    - [Commits](microsoft/vstest@v17.8.0...v17.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    bf3a3a3 View commit details
    Browse the repository at this point in the history
  2. feat: Adds cancel invitation

    * Added api request to cancel an organization invitation
    
    * Added tests
    
    ---------
    
    Co-authored-by: Nick Floyd <[email protected]>
    Thomas Lem and nickfloyd authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    c2178a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    e4af6f9 View commit details
    Browse the repository at this point in the history
  2. maint: Update Dockerfile to omit mkdocs so that pre-builds will compl…

    …ete successfully (#2886)
    
    Currently prebuilds are failing and we might need to move from python3-pip to python3-full which will add build time and a few other variables into our pipeline.  Looking to put in a simple workaround for now (so that codespaces spin up does not cause a huge time delay as well as to fix create code spaces functionally from GitHub.com
    nickfloyd authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    b87c3d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. build(deps): bump xunit from 2.6.6 to 2.7.0 (#2888)

    Bumps [xunit](https://github.com/xunit/xunit) from 2.6.6 to 2.7.0.
    - [Commits](xunit/xunit@2.6.6...2.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: xunit
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    6b58e9b View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. maint: build(deps): bump xunit.runner.visualstudio from 2.5.6 to 2.5.7 (

    #2887)
    
    Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.6 to 2.5.7.
    - [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
    - [Commits](xunit/visualstudio.xunit@2.5.6...2.5.7)
    
    ---
    updated-dependencies:
    - dependency-name: xunit.runner.visualstudio
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 21, 2024
    2 Configuration menu
    Copy the full SHA
    40041f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Change "IssueId" to long (#2890)

    * Change "IssueId" to `long`
    
    * Change "Id" to `long` in ctor
    
    * Change from `int` to `long` for issue id in "NewPullRequest"
    Leh2 authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    d27d1f0 View commit details
    Browse the repository at this point in the history
Loading