-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Comparing changes
Open a pull request
base repository: octokit/octokit.net
base: v2.0.1
head repository: octokit/octokit.net
compare: v3.0.0
- 12 commits
- 212 files changed
- 11 contributors
Commits on Aug 19, 2022
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 595e35d - Browse repository at this point
Copy the full SHA 595e35dView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 3d53362 - Browse repository at this point
Copy the full SHA 3d53362View commit details
Commits on Aug 28, 2022
-
Add ability to pass ApiOptions to PullRequestsClient.Files (#2553)
* Add ability to pass ApiOptions to PullRequestsClient.Files * Change Reactive PullRequestClient + Fix Test Mocking
Configuration menu - View commit details
-
Copy full SHA for 498c2aa - Browse repository at this point
Copy the full SHA 498c2aaView commit details
Commits on Aug 30, 2022
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 269201c - Browse repository at this point
Copy the full SHA 269201cView commit details
Commits on Sep 6, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for 9c3317f - Browse repository at this point
Copy the full SHA 9c3317fView commit details -
Fix failure with 201 status code on adding a collaborator (#2559)
* fix: return RepositoryInvitation instead of throwing an exception on 201 * fix: TheAddMethod test
Configuration menu - View commit details
-
Copy full SHA for 0069239 - Browse repository at this point
Copy the full SHA 0069239View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d88a907 - Browse repository at this point
Copy the full SHA d88a907View commit details
Commits on Sep 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b3d2096 - Browse repository at this point
Copy the full SHA b3d2096View commit details
Commits on Sep 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cf9db5f - Browse repository at this point
Copy the full SHA cf9db5fView commit details
Commits on Sep 12, 2022
-
Convert response model property accessors from protected to the more …
…appropriate private for consistency (#2565)
Configuration menu - View commit details
-
Copy full SHA for 9ceb188 - Browse repository at this point
Copy the full SHA 9ceb188View commit details -
Configuration menu - View commit details
-
Copy full SHA for 098557b - Browse repository at this point
Copy the full SHA 098557bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 063e85e - Browse repository at this point
Copy the full SHA 063e85eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.0.1...v3.0.0