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: v2.0.1
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: v3.0.0
Choose a head ref
  • 12 commits
  • 212 files changed
  • 11 contributors

Commits on Aug 19, 2022

  1. add active lock reason to PR (#2543)

    * add active lock reason to PR
    
    * update docs
    
    * refactor: extract lock and unlock from IIssuesClient
    create ILockUnlockClient so both IIssuesClient and IPullRequestClient can
    access lock and unlock methods.
    
    * refactor LockUnlock for reactive clients
    
    * Update doc to include lock unlock sample code
    
    * Use Assert.Null to check null value in test
    
    Co-authored-by: notauserx <[email protected]>
    notauserx and notauserx authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    595e35d View commit details
    Browse the repository at this point in the history
  2. build(deps): bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.0 (#2548)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.2.0 to 17.3.0.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Commits](microsoft/vstest@v17.2.0...v17.3.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]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    3d53362 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

  1. Add ability to pass ApiOptions to PullRequestsClient.Files (#2553)

    * Add ability to pass ApiOptions to PullRequestsClient.Files
    
    * Change Reactive PullRequestClient + Fix Test Mocking
    Gamer025 authored Aug 28, 2022
    Configuration menu
    Copy the full SHA
    498c2aa View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Remove reference to Basic Authentication in the docs (#2555)

    * Update getting-started.md
    
    Edited the section on Authentication to remove Basic Auth, which GitHub no longer supports, with instructions for using a Personal Access Token.
    
    * Update getting-started.md
    
    Second commit: Removed "/en" from links.
    
    * Update docs/getting-started.md
    
    Co-authored-by: Tim Rogers <[email protected]>
    
    * Update docs/getting-started.md
    
    Co-authored-by: Tim Rogers <[email protected]>
    
    * Update getting-started.md
    
    Removed the two bullet pointed items because the sentence preceding them provided a clearer description of the options.
    
    Co-authored-by: Tim Rogers <[email protected]>
    rkreisel and timrogers authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    269201c View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. build(deps): bump Microsoft.NET.Test.Sdk from 17.3.0 to 17.3.1 (#2561)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.3.0 to 17.3.1.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Commits](microsoft/vstest@v17.3.0...v17.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    9c3317f View commit details
    Browse the repository at this point in the history
  2. Fix failure with 201 status code on adding a collaborator (#2559)

    * fix: return RepositoryInvitation instead of throwing an exception on 201
    
    * fix: TheAddMethod test
    annchous authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    0069239 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump Microsoft.NETFramework.ReferenceAssemblies from 1.0…

    ….2 to 1.0.3 (#2549)
    
    build(deps): bump Microsoft.NETFramework.ReferenceAssemblies
    
    Bumps [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet) from 1.0.2 to 1.0.3.
    - [Release notes](https://github.com/Microsoft/dotnet/releases)
    - [Commits](https://github.com/Microsoft/dotnet/commits)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NETFramework.ReferenceAssemblies
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    d88a907 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Configuration menu
    Copy the full SHA
    b3d2096 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Configuration menu
    Copy the full SHA
    cf9db5f View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Convert response model property accessors from protected to the more …

    …appropriate private for consistency (#2565)
    nickfloyd authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    9ceb188 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    098557b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    063e85e View commit details
    Browse the repository at this point in the history
Loading