Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating from upstream #15

Draft
wants to merge 295 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
295 commits
Select commit Hold shift + click to select a range
bfdcb18
Dev container rework to support OmniSharp changes (#2456)
nickfloyd Jun 10, 2022
1f7362a
Create SECURITY.md
nickfloyd Jun 16, 2022
30c0ad5
Update SECURITY.md
nickfloyd Jun 16, 2022
7144e29
Uses https instead of http so that the badges will load (#2461)
nickfloyd Jun 17, 2022
659ce5f
Adds mono-complete to the dev container (#2468)
nickfloyd Jun 30, 2022
f317f9d
Support for IsTemplate and Create Template from Repository (#2331)
JonruAlveus Jun 30, 2022
23a91a4
Add method to check if repo vulnerability alerts are enabled (#2453)
lboynton Jul 6, 2022
6f78c52
[deps] Microsoft.NET.Test.Sdk from 16.11.0 to 17.2.0 (#2445)
dependabot[bot] Jul 11, 2022
b023602
[FEAT] Adding in handling for secondary rate limit exceptions (#2473)
JonruAlveus Jul 11, 2022
3d6cdc4
[MAINT] Tweak `User-Agent` to refer to `Octokit.net`, not just `Octok…
timrogers Jul 11, 2022
1a98d8f
[DEPS] Bump NSubstitute from 4.2.2 to 4.3.0 (#2402)
dependabot[bot] Jul 11, 2022
73b7a7a
[DEPS] Bump Microsoft.SourceLink.GitHub from 1.0.0 to 1.1.1 (#2372)
dependabot[bot] Jul 11, 2022
f92f0b8
[FEAT] add Triage/Maintain permission (#2467)
janv8000 Jul 11, 2022
2179065
[DOCS] Corrects links into github documentation (#2378)
Stefan-J-Hanke Jul 11, 2022
8e6bcd1
[FEAT] Added enterprise pre-receive hooks client (#2375)
tasadar2 Jul 11, 2022
f6e541d
[FEAT] Update permissions based on GitHub documentation (#2424)
samvdd-247 Jul 11, 2022
7ab6dc3
[deps] Bump NSubstitute from 4.3.0 to 4.4.0 (#2475)
dependabot[bot] Jul 13, 2022
3129040
[feat] Add AutoMerge and add MergeOptions to NewRepository object (#2…
JonruAlveus Jul 13, 2022
0e469a9
[feat] Deployment task is arbitrary string value (#2413)
mryanmurphy Jul 13, 2022
7384b46
[feat] Adds the slug field to the GitHubApp response object
Whitestripe7773 Jul 13, 2022
3f3466c
[deps] Bump Cake.Frosting from 1.1.0 to 2.2.0 in /build (#2437)
dependabot[bot] Jul 13, 2022
aca587b
[deps] Bump xunit.runner.visualstudio from 2.4.3 to 2.4.5 (#2440)
dependabot[bot] Jul 13, 2022
bfbc2eb
feat: Adding squash title to NewRepository (#2482)
JonruAlveus Jul 14, 2022
fb68c67
feat: Adding DetailsUrl to CheckRun (#2479)
JonruAlveus Jul 14, 2022
d15517d
maint: Adding App slug tests (#2477)
JonruAlveus Jul 14, 2022
ab1331a
docs: Fixes GitHubApp response object code docs typo (#2478)
martincostello Jul 14, 2022
d32c9a4
docs: Update organizations-related `GetAllForUser` method docs to mak…
timrogers Jul 15, 2022
55e2072
feat: Updates the EventInfoState enum to align with the GitHub REST A…
JonruAlveus Jul 15, 2022
5cf604b
feat: Adds missing properties to the branch protection response objec…
JonruAlveus Jul 15, 2022
13ba84b
fix: Trims trailing slashes from user passed paths that appear before…
JonruAlveus Jul 15, 2022
8b5a7fc
feat: Fixing master > main in integration tests (#2489)
JonruAlveus Jul 20, 2022
cc56183
feat: New pull request from existing issue (#2389)
miloush Jul 20, 2022
4f4ef5b
Fix null reference access when ContentType is null (#2501)
diogorolo Jul 21, 2022
251c3a2
feat: Adds 4 new Reaction delete routes and obsoleting existing route…
JonruAlveus Jul 22, 2022
9af552e
feat: Add missing properties to RepositoryUpdate (#2492)
JonruAlveus Jul 22, 2022
5fe3ea8
tests: Updates and fixes for tests, changing master to main and addin…
JonruAlveus Jul 25, 2022
6892df8
feat: Adds codeowners errors endpoint (#2512)
JonruAlveus Jul 27, 2022
840935a
maint: Removes private repositories limit exception (#2514)
JonruAlveus Jul 27, 2022
2f7bd00
feat: Removing accept header previews (#2515)
JonruAlveus Aug 1, 2022
e841808
deps: Bump xunit from 2.4.1 to 2.4.2 (#2518)
dependabot[bot] Aug 2, 2022
80b82aa
docs: Moves deprecation warning from subscribers_count to watchers_co…
Brend-Smits Aug 2, 2022
4d46d5f
docs: update code docs for SetRequestTimeout (#2520)
notauserx Aug 3, 2022
6e72fda
feat: Drop support for .NET 4.6 (#2521)
nickfloyd Aug 4, 2022
a7d5e33
bug: Fixing issues with two factor authentication overload and certai…
JonruAlveus Aug 4, 2022
536e5c3
feat: adds active lock reason to issue (#2525)
notauserx Aug 5, 2022
5d4c928
docs: Update dotnet supported version in readme (#2532)
FrediKats Aug 8, 2022
651d981
ci(build): Fixes a number of warnings for a cleaner build (#2529)
JonruAlveus Aug 8, 2022
eaef1ee
feat: Adds AsyncPaginationExtensions (#2516)
Saalvage Aug 8, 2022
bc156af
maint: Fixing the use of the binary formatter in net461 so all unit t…
JonruAlveus Aug 9, 2022
5386257
feat: implement getting failed org invites (#2533)
FrediKats Aug 9, 2022
1e3fa1d
feat: Adds generators project and AsyncPaginationExtension generator …
nickfloyd Aug 11, 2022
b4ca7c7
docs: Adds documentation on how to create a branch (#2541)
JonruAlveus Aug 11, 2022
176bf38
maint: Tidying up DefineConstants (#2538)
JonruAlveus Aug 12, 2022
b866d66
feat: Adding seats and filled seats to plan response. (#2539)
JonruAlveus Aug 12, 2022
595e35d
add active lock reason to PR (#2543)
notauserx Aug 19, 2022
3d53362
build(deps): bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.0 (#2548)
dependabot[bot] Aug 19, 2022
498c2aa
Add ability to pass ApiOptions to PullRequestsClient.Files (#2553)
Gamer025 Aug 28, 2022
269201c
Remove reference to Basic Authentication in the docs (#2555)
rkreisel Aug 30, 2022
9c3317f
build(deps): bump Microsoft.NET.Test.Sdk from 17.3.0 to 17.3.1 (#2561)
dependabot[bot] Sep 6, 2022
0069239
Fix failure with 201 status code on adding a collaborator (#2559)
annchous Sep 6, 2022
d88a907
build(deps): bump Microsoft.NETFramework.ReferenceAssemblies from 1.0…
dependabot[bot] Sep 6, 2022
b3d2096
[Releases]Added support for generating release notes (#2563)
Cristaling Sep 7, 2022
cf9db5f
feat: Adds Packages and Package versions APIs (#2551)
JonruAlveus Sep 8, 2022
9ceb188
Convert response model property accessors from protected to the more …
nickfloyd Sep 12, 2022
098557b
Adds missing fields for deployments API (#2560)
hansmbakker Sep 12, 2022
063e85e
Adding credential-authorization get endpoints (#2556)
JonruAlveus Sep 12, 2022
05aa951
Remove `/en` slug in docs.github.com links (and stop VSCode from form…
SeanKilleen Sep 20, 2022
3c05db4
Splitting out the misc client into separate clients as per current do…
JonruAlveus Sep 20, 2022
2701be5
Fix deserializing of Emoji types (#2577)
JonruAlveus Sep 20, 2022
3e5c549
Fixes the meta dto and meta tests so they pass and are fully the same…
JonruAlveus Sep 20, 2022
a7ffa3f
updates tests to include new fields for the meta resource (#2581)
nickfloyd Sep 20, 2022
30fdeca
ci(netcore.yml): set version v3 to actions/checkout
gr2m Sep 27, 2022
0d6b7c4
ci(publish.yml): set version v3 to actions/checkout
gr2m Sep 27, 2022
a49cc2e
build(deps): bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2 (#2583)
dependabot[bot] Sep 28, 2022
8624d90
ci: revert 0d6b7c41 and 30fdeca1 (#2584)
gr2m Sep 28, 2022
92524a1
updates rhow to deploy to simplify
nickfloyd Oct 7, 2022
971fa50
Base classes need protected setters, ActivityPayload had privates (#2…
JonruAlveus Oct 7, 2022
fa29939
Use correct methods and URL to generate release notes (#2592)
rdeago Oct 7, 2022
40b2111
Add strong name signing (#2575)
AndreyTretyak Oct 10, 2022
d68fc27
build(deps): bump Cake.Frosting from 2.2.0 to 2.3.0 in /build (#2597)
dependabot[bot] Oct 17, 2022
7b6d57a
Add `NewRelease.GenerateReleaseNotes` property (#2596)
mryanmurphy Oct 18, 2022
9c5392b
Add missing properties to `IssueEvent`. (#2585)
bloslo Oct 19, 2022
131ba87
Replay #2221: Implement GitHub Actions Secrets API for both Organizat…
kfcampbell Oct 20, 2022
5b28c7e
Update stale.yml
nickfloyd Oct 26, 2022
a6a74c2
Removes references to old labels and updates release steps (#2601)
nickfloyd Oct 31, 2022
1d98470
[maint] Add issue templates (#2604)
kfcampbell Nov 4, 2022
961a5f7
build(deps): bump Microsoft.NET.Test.Sdk from 17.3.2 to 17.4.0 (#2606)
dependabot[bot] Nov 8, 2022
fd9f73d
[maint]: bump Microsoft.Bcl.AsyncInterfaces from 6.0.0 to 7.0.0 (#2605)
dependabot[bot] Nov 14, 2022
e3c06ba
Add PR templates (#2612)
nickfloyd Nov 14, 2022
b998d08
[feat]: Adding repo allowupdatebranch
michal-ciechan Nov 16, 2022
b0e02e9
[feat]: Added Environments API - GetAll list only feature
semyon-p Nov 17, 2022
8f01a31
[feat]: Adds Actions workflow API clients
martincostello Nov 23, 2022
6c11c1e
[bug]: Fixed a bug that content cannot be retrieved if "#" is include…
minoura-a Nov 23, 2022
46b5077
add islocked filter to SeachIssuesRequest (#2623)
notauserx Nov 30, 2022
9780938
[bug] Fix API URLs for GitHub Enterprise Server (#2626)
martincostello Dec 1, 2022
64614ce
Fix #2618 - Improve docs for the 'release' chapter (#2628)
Move2win Dec 1, 2022
0475f08
Add missing properties for meta and app payloads (#2625)
MatisseHack Dec 2, 2022
0f693ad
[MAINT] Updates the stale action to use the new status labels
nickfloyd Dec 2, 2022
826539e
Github Agent | Workflow has updated
Dec 6, 2022
45ec41e
Github Agent | Workflow has updated
Dec 6, 2022
5b8f3b1
Github Agent | Workflow has updated
Dec 6, 2022
bf740bb
Github Agent | Workflow has updated
Dec 6, 2022
84d44dc
[FEAT] Adds support listing branch/pr per commit
zacdirect Dec 8, 2022
450c2a1
Workflow linting fix (#2638)
octokitbot Dec 12, 2022
b312ae6
Workflows have changed (#2640)
octokitbot Dec 16, 2022
f022f0b
🚧 Workflows have changed (#2647)
octokitbot Jan 3, 2023
04d2a87
build(deps): bump Microsoft.NET.Test.Sdk from 17.4.0 to 17.4.1 (#2642)
dependabot[bot] Jan 3, 2023
a8fc68c
build(deps): Removes the dependency of .NET Core app 3.1 and bumps C…
dependabot[bot] Jan 5, 2023
4a77e4d
🚧 Workflows have changed (#2651)
octokitbot Jan 9, 2023
bf72b5e
build(deps): bump Cake.Coverlet from 3.0.2 to 3.0.4 in /build (#2652)
dependabot[bot] Jan 11, 2023
bf66785
Remove instances of lower-case h (#2655)
kfcampbell Jan 12, 2023
891015c
update models with updated permission enum (#2633)
notauserx Jan 20, 2023
24398bf
Happy New Year! (#2660)
kfcampbell Jan 20, 2023
e3e27bb
[feat] Add pending WorkflowRunStatus
beliakov-mb Jan 23, 2023
00b89da
[maint] Removes the old implementation of sourcelink and uses the new…
nickfloyd Feb 7, 2023
66587ee
[feat] Add Response caching
reny-gearset Feb 7, 2023
8ba882e
Add StateReason to IssueUpdate (#2665)
heaths Feb 21, 2023
b5cf402
build(deps): bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 (#2677)
dependabot[bot] Feb 27, 2023
1300427
[FEAT] Updates permissions for App Installations and Collaborators en…
notauserx Mar 8, 2023
7d01bad
build(deps): bump NSubstitute from 4.4.0 to 5.0.0 (#2669)
dependabot[bot] Mar 9, 2023
7f11726
[Bug] Correctly deserialize CollaboratorPermissionResponse (#2682)
heaths Mar 10, 2023
ddb66ed
[FEAT] Implement GetAllOrganizationMembershipsForCurrent (#2654)
chemhack Mar 10, 2023
7349ecd
[feat] Add missing workflow run conclusions
ezhevita Mar 24, 2023
f10f5f3
build(deps): bump GitHubJwt from 0.0.5 to 0.0.6 (#2691)
dependabot[bot] Apr 3, 2023
aed70e3
Added Mannequin account type for migrated repos (#2694)
MGbiorczyk95 Apr 11, 2023
7b1fa04
[FEAT] Allow users to fetch all commits for two commits comparision (…
zolroman Apr 14, 2023
5292e18
Added missing 'container' property in metadata on a package version. …
thomaslem Apr 14, 2023
a3299ac
Removing empty object paramater in MigrationsClient.DeleteArchive (#2…
gitasaurus Apr 14, 2023
2d4ba4e
[FEAT] Self-hosted runners and Self-hosted runner groups APIs
lineville Apr 28, 2023
e032611
Add method to get a single runner group (#2706)
MatisseHack May 5, 2023
9adcf16
[Fix] Fixes an issue where the runner application response deserializ…
MatisseHack May 9, 2023
ecf5af4
[FEAT] Improve repo debugger display for Repository response
martincostello May 9, 2023
3c82ff3
[FEAT] Adds support for enterprise audit logs
gitasaurus May 9, 2023
fee0e21
build(deps): bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.0 (#2719)
dependabot[bot] May 24, 2023
96903d8
build(deps): bump System.Reactive from 5.0.0 to 6.0.0 (#2718)
dependabot[bot] May 24, 2023
ce1ad4c
build(deps): bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.6.1 (#2723)
dependabot[bot] Jun 9, 2023
8f0b3a7
build(deps): bump Microsoft.NET.Test.Sdk from 17.6.1 to 17.6.2 (#2726)
dependabot[bot] Jun 13, 2023
da5c4d7
[FEAT]: Adds codespaces APIs
asklar Jun 16, 2023
e1d587b
[BUG] Fix Deserializing WorkflowJob (#2725)
lineville Jun 16, 2023
b4b3534
Get Team By Name implementation (#2717)
dylan-asos Jun 22, 2023
afac3e0
Add CreatedAt to WorkflowJob model (#2729)
lineville Jun 26, 2023
d56404a
Make `CreatedAt` nullable (#2734)
lineville Jun 28, 2023
cada8d1
Add Waiting to WorkflowJobStatus (#2732)
vuryleo Jun 30, 2023
d7fd665
[Breaking Change]: Fix DeploymentStatus IDs Overflowing (#2736)
Cyberboss Jul 3, 2023
ccae892
build(deps): bump Microsoft.NET.Test.Sdk from 17.6.2 to 17.6.3 (#2741)
dependabot[bot] Jul 5, 2023
0c901dc
[Bug] Fixes ActionsSelfHostedRunnersClient Delete Calls where no API …
lineville Jul 5, 2023
94c8baa
build(deps): bump xunit from 2.4.2 to 2.5.0 (#2743)
dependabot[bot] Jul 11, 2023
c69182a
build(deps): bump xunit.runner.visualstudio from 2.4.5 to 2.5.0 (#2744)
dependabot[bot] Jul 11, 2023
e27eb2b
Add PR templates (#2751)
nickfloyd Jul 20, 2023
8974796
Add auto responder workflow (#2754)
nickfloyd Jul 27, 2023
bbcd33d
Support refreshtokens in OAuth flow (#2749)
Kencdk Jul 27, 2023
729f261
[feat]: Support make_latest for create and update release endpoints
Simplicitdk Aug 3, 2023
7fe4c4e
[feat] Adds support for making branches read-only (#2715)
jefflill Aug 3, 2023
6ab43b2
build(deps): bump Microsoft.NET.Test.Sdk from 17.6.3 to 17.7.0 (#2760)
dependabot[bot] Aug 7, 2023
d46527d
Added `readonly` to fields that are never modified (#2759)
Lehonti Aug 11, 2023
6c8215d
build(deps): bump Microsoft.NET.Test.Sdk from 17.7.0 to 17.7.1 (#2764)
dependabot[bot] Aug 22, 2023
c40c6b8
fix(SearchIssuesRequest): wrap label in quotes if it contains spaces …
capdiem Aug 31, 2023
5029a0c
build(deps): bump Microsoft.NET.Test.Sdk from 17.7.1 to 17.7.2 (#2768)
dependabot[bot] Sep 5, 2023
5610c3b
ci: don't put a comment on PRs from dependabot or renovate (#2769)
G-Rath Sep 11, 2023
f8aee83
build(deps): bump NSubstitute from 5.0.0 to 5.1.0 (#2770)
dependabot[bot] Sep 15, 2023
dcc31b8
[Feat] Add `suspended_at` and `suspended_by` to the `Installation` model
lineville Sep 21, 2023
57a29e9
[Bug]Fix pagination when ApiOptions.StartPage is explicitly set.
pkindruk Sep 22, 2023
8e0bf54
build(deps): bump xunit from 2.5.0 to 2.5.1
dependabot[bot] Sep 22, 2023
50265be
[feat] Expose WebCommitSignoffRequired and HasDiscussions for get and…
SlyckLizzie Sep 22, 2023
03e7644
build(deps): bump xunit.runner.visualstudio from 2.5.0 to 2.5.1 (#2775)
dependabot[bot] Sep 22, 2023
958bc5f
[feat]: SDKs for ActionsArtifacts APIs
thomhurst Sep 25, 2023
0238092
[bug]: GetAllStargazersWithTimestamps was not returning timestamps (#…
thomhurst Sep 26, 2023
d79ca99
[maint]: Updated immediate response workflows via automation (#2793)
octokitbot Oct 3, 2023
12e29ab
[fix]: Bumps GitVersion.Tool
martincostello Oct 3, 2023
5dd3cfe
[feat]: Add archive url to repository info
perrylets Oct 9, 2023
fdd93c8
[feat]: Adding repository variables
michaeljolley Oct 9, 2023
7b3abda
[feat]: Adding missing properties to PushEventPayload (#2795)
michaeljolley Oct 9, 2023
1eac831
(fix) RepositoryContentsClient.GetArchive does not return the expecte…
Jericho Oct 16, 2023
1b802a9
build(deps): bump xunit.runner.visualstudio from 2.5.1 to 2.5.3 (#2805)
dependabot[bot] Oct 16, 2023
35d2ee4
build(deps): bump xunit from 2.5.1 to 2.5.3 (#2804)
dependabot[bot] Oct 16, 2023
335632b
[feat]: Add RenameBranch method to RepositoryBranchesClient (#2799)
SlyckLizzie Oct 30, 2023
27aa6e5
[BREAKING CHANGE]: Removes the .NET 5.0 support (#2806)
nickfloyd Oct 31, 2023
c015d8c
build(deps): bump xunit from 2.5.3 to 2.6.1 (#2808)
dependabot[bot] Nov 6, 2023
4f826bc
[fix] Fix handling for Streams in IConnection for raw content (#2791)
martincostello Nov 7, 2023
f679108
[feat]: Adds GraphQL rate limit property to the rate limit client
SlyckLizzie Nov 13, 2023
896e7f5
build(deps): bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 (#2811)
dependabot[bot] Nov 20, 2023
7af9e84
build(deps): bump xunit.runner.visualstudio from 2.5.3 to 2.5.4 (#2815)
dependabot[bot] Nov 21, 2023
b24351e
build(deps): bump Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0 (#2…
dependabot[bot] Nov 21, 2023
f33cca5
build(deps): bump Microsoft.Bcl.AsyncInterfaces from 7.0.0 to 8.0.0 (…
dependabot[bot] Nov 21, 2023
2e88736
don't run immediate response on Actions- or octokitbot-driven changes…
octokitbot Nov 22, 2023
9644000
Allow the constructor for `ProductHeaderValue` to accept a framework …
Cyberboss Dec 11, 2023
a74efef
🚧 Workflows have changed (#2830)
octokitbot Dec 11, 2023
849be93
build(deps): bump xunit.runner.visualstudio from 2.5.4 to 2.5.5 (#2831)
dependabot[bot] Dec 18, 2023
c895ac8
build(deps): bump xunit from 2.6.1 to 2.6.3 (#2834)
dependabot[bot] Dec 18, 2023
7b7cfd3
build(deps): bump Cake.Frosting from 2.3.0 to 4.0.0 in /build (#2814)
dependabot[bot] Dec 18, 2023
4c5edf5
build(deps): bump xunit from 2.6.3 to 2.6.4 (#2841)
dependabot[bot] Jan 2, 2024
0e38662
build(deps): bump xunit.runner.visualstudio from 2.5.5 to 2.5.6 (#2840)
dependabot[bot] Jan 2, 2024
48d061a
[feat] Introduce NewRelease.DiscussionCategoryName, Fixes #2746
AndreyAkinshin Jan 2, 2024
a2a4f09
[FEAT]: Adding Copilot for Business support (#2826)
dylan-asos Jan 2, 2024
f9c5b69
[feat]: Implement Actions OIDC Client (#2828)
SlyckLizzie Jan 2, 2024
3e92a69
[Fix]: The methods `GetAllForCurrentWithTimestamps` and `GetAllForUse…
MareMare Jan 2, 2024
b1a2cf5
[FEAT] Add support for "Require approval of the most recent reviewabl…
ChrisAnn Jan 3, 2024
b57cc53
build(deps): bump xunit from 2.6.4 to 2.6.6 (#2853)
dependabot[bot] Jan 16, 2024
4254287
[feat] Add Rocket & Eyes reactions to `ReactionSummary`
Misha-133 Jan 16, 2024
9bd519f
fix: Fixes PushId datatype to not overflow (fix user activity exception)
mitchcapper Jan 18, 2024
edd080b
[DOCS]: Removed the Related Projects Section from the `README` (#2860)
wesdevpro Jan 24, 2024
c9ddf3e
fix: Fix namespaces for Artifacts models (#2862)
thomhurst Jan 25, 2024
2a87dd0
[Feat] Add Repository Autolinks Client (#2868)
SlyckLizzie Feb 1, 2024
e87aa64
[Feat] Allow build version to be passed in to build.ps1 via command l…
SlyckLizzie Feb 1, 2024
39d6896
docs: link corrections (#2874)
kfcampbell Feb 5, 2024
350b8fe
Fix: Add `RequiredSignatures` to the `BranchProtectionSettingsUpdate`…
wesdevpro Feb 5, 2024
bf3a3a3
build(deps): bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 (#2884)
dependabot[bot] Feb 13, 2024
c2178a4
feat: Adds cancel invitation
Feb 13, 2024
e4af6f9
feat: Add 'Pending' member to WorkflowJobStatus enum
redoz Feb 15, 2024
b87c3d1
maint: Update Dockerfile to omit mkdocs so that pre-builds will compl…
nickfloyd Feb 15, 2024
6b58e9b
build(deps): bump xunit from 2.6.6 to 2.7.0 (#2888)
dependabot[bot] Feb 20, 2024
40041f2
maint: build(deps): bump xunit.runner.visualstudio from 2.5.6 to 2.5.…
dependabot[bot] Feb 21, 2024
d27d1f0
Change "IssueId" to `long` (#2890)
Leh2 Feb 23, 2024
41d5d24
feat: Add create organization invitation via email (#2895)
skyemcleman Mar 11, 2024
1dc9c5e
Bump Cake.Coverlet from 3.0.4 to 4.0.1 in /build (#2896)
dependabot[bot] Mar 12, 2024
92ff70b
BREAKING CHANGE (behavior): Modify caching to only attempt to update …
daverant Mar 12, 2024
889bf25
feat/fix: Allow `zip` MIME type (#2902)
thomhurst Apr 10, 2024
4ca8f1c
fix: "zip" Content-Type resulting in null Stream for Artifacts on Blo…
thomhurst Apr 15, 2024
cd18353
Fix xUnit Warnings (#2906)
thomhurst Apr 15, 2024
a22e7a6
Bump xunit.runner.visualstudio from 2.5.7 to 2.5.8 (#2908)
dependabot[bot] Apr 15, 2024
5f4d939
Bump xunit from 2.7.0 to 2.7.1 (#2909)
dependabot[bot] Apr 19, 2024
2856095
Bump xunit.runner.visualstudio from 2.5.8 to 2.8.0 (#2914)
dependabot[bot] Apr 29, 2024
110b4e3
Bump xunit from 2.7.1 to 2.8.0 (#2913)
dependabot[bot] Apr 29, 2024
a317340
Fix #2693 PageCount doesn't work if the query gets constructed with p…
andrew-from-toronto Apr 30, 2024
615dee9
Fix Pacakges typo (#2917)
seedysoft May 13, 2024
92792ac
Bump xunit from 2.8.0 to 2.8.1 (#2919)
dependabot[bot] May 28, 2024
5d15e86
Bump xunit.runner.visualstudio from 2.8.0 to 2.8.1 (#2920)
dependabot[bot] May 28, 2024
f937f56
Bump System.Reactive from 6.0.0 to 6.0.1 (#2921)
dependabot[bot] May 28, 2024
f8b9f7c
Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 (#2922)
dependabot[bot] May 28, 2024
f5ee959
🚧 Workflows have changed (#2925)
octokitbot Jun 5, 2024
6c43183
fix: comment id model update to long instead of int
arxange1 Jun 10, 2024
7d54cb0
feat: Implement dependency review and dependency submission APIs (#2932)
awedist Jun 14, 2024
9a3177e
[FEAT]: Custom Properties (#2933)
colbylwilliams Jun 17, 2024
1053a20
[FEAT]: Search based on repository custom property (#2936)
colbylwilliams Jun 21, 2024
bdc1694
feat: added Missing APIOption overload for PackagesClient.GetAll* #2…
lars-zweifel Jun 21, 2024
b208057
[Feat] Add Advanced Security Properties to Repository Get/Update (#2865)
SlyckLizzie Jun 24, 2024
c2aee1a
[FEAT]: Create a GitHub App from a manifest
colbylwilliams Jun 24, 2024
16cea25
docs: Provide easy alternative to create App JWT token (#2937)
rasmus Jun 24, 2024
6565a07
[BREAKING CHANGES]: int to long Ids for PreReceiveHook, Deployment En…
nickfloyd Jun 26, 2024
6bb0408
[FIX]: reworks all number parameter names to represent what they actu…
nickfloyd Jul 2, 2024
8199c03
Bump xunit.runner.visualstudio from 2.8.1 to 2.8.2 (#2952)
dependabot[bot] Jul 9, 2024
148162a
maint: Bump xunit from 2.8.1 to 2.9.0 (#2951)
dependabot[bot] Jul 24, 2024
35f1784
Adding support for creating Codespaces and getting available machine …
Aaron-Junker Jul 29, 2024
799d464
Bump xunit.runner.visualstudio from 2.8.1 to 2.8.2 (#2958)
dependabot[bot] Jul 29, 2024
c5ce608
Add support for Workflows `CreateDispatch` via repository ID (#2960)
Cyberboss Aug 16, 2024
21559ef
Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.0 (#2961)
dependabot[bot] Aug 26, 2024
160a723
Fix runner group access return type (#2965)
MatisseHack Aug 30, 2024
d315b32
Bump Microsoft.NET.Test.Sdk from 17.11.0 to 17.11.1 (#2966)
dependabot[bot] Sep 13, 2024
8b0945c
Bump xunit from 2.9.0 to 2.9.1 (#2968)
dependabot[bot] Sep 27, 2024
28ae4ef
Bump xunit from 2.9.1 to 2.9.2 (#2972)
dependabot[bot] Oct 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 2 additions & 8 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,11 @@
"version": 1,
"isRoot": true,
"tools": {
"sourcelink": {
"version": "3.1.1",
"commands": [
"sourcelink"
]
},
"dotnet-format": {
"version": "3.3.111304",
"version": "5.1.250801",
"commands": [
"dotnet-format"
]
}
}
}
}
14 changes: 14 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.234.0/containers/dotnet/.devcontainer/base.Dockerfile

# [Choice] .NET version: 6.0, 6.0-bullseye, 6.0-focal
ARG VARIANT="6.0-bullseye"
FROM mcr.microsoft.com/vscode/devcontainers/dotnet

# "install" the dotnet 6.0 runtime for tests
COPY --from=mcr.microsoft.com/dotnet/sdk:6.0 /usr/share/dotnet/shared /usr/share/dotnet/shared

# # Add mkdocs for doc generation
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive && apt-get -y install --no-install-recommends python3-pip
# RUN pip3 install mkdocs

RUN apt-get install -y mono-complete
39 changes: 39 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.234.0/containers/dotnet
{
"name": "Octokit.net",
"build": {
"dockerfile": "Dockerfile",
"args": {
// Update 'VARIANT' to pick a .NET Core version: 6.0
// Append -bullseye or -focal to pin to an OS version.
"VARIANT": "latest"
}
},
// Set *default* container specific settings.json values on container create.
"settings": {
"omnisharp.path": "latest",
"omnisharp.defaultLaunchSolution": "Octokit.sln",
"omnisharp.disableMSBuildDiagnosticWarning": false,
"omnisharp.useModernNet": true,
"omnisharp.enableAsyncCompletion": true,
"omnisharp.enableEditorConfigSupport": true,
"omnisharp.enableImportCompletion": true,
"omnisharp.enableRoslynAnalyzers": true,
"omnisharp.organizeImportsOnFormat": true
},
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"ms-dotnettools.csharp",
"eamodio.gitlens",
"fernandoescolar.vscode-solution-explorer",
"redhat.vscode-yaml"
],
// This is needed so that the C# extension can resolve to the correct SDK version
"remoteEnv": {
"PATH": "${containerWorkspaceFolder}/.dotnet:${containerEnv:PATH}",
"DOTNET_MULTILEVEL_LOOKUP": "0",
"TARGET": "net7.0",
"DOTNET_WATCH_SUPPRESS_LAUNCH_BROWSER": "true"
}
}
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: Bug
description: File a bug report
title: "[BUG]: "
labels: ["Type: Bug", "Status: Triage"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: what-happened
attributes:
label: What happened?
description: What did you do? What happened? What did you expect to happen?
placeholder: Put your description of the bug here.
validations:
required: true
- type: textarea
id: versions
attributes:
label: Versions
description: What versions of the relevant software are you running?
placeholder: Octokit.js v2.0.10, Node v16.18.0
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant log output
description: |
Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
Please check your logs before submission to ensure sensitive information is redacted.
render: shell
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
name: Documentation
description: Update or add documentation
title: "[DOCS]: "
labels: ["Type: Documentation", "Status: Triage"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill this out!
- type: textarea
id: describe-need
attributes:
label: Describe the need
description: What do you wish was different about our docs?
placeholder: Describe the need for documentation updates here.
validations:
required: true
- type: input
id: sdk_version
attributes:
label: SDK Version
description: Do these docs apply to a specific SDK version?
placeholder: Octokit.NET v4.0.1
validations:
required: false
- type: input
id: api_version
attributes:
label: API Version
description: Do these docs apply to a specific version of the GitHub REST API or GraphQL API?
placeholder: ex. v1.1.1
validations:
required: false
- type: textarea
id: logs
attributes:
label: Relevant log output
description: |
Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
Please check your logs before submission to ensure sensitive information is redacted.
render: shell
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
name: Feature
description: Suggest an idea for a new feature or enhancement
title: "[FEAT]: "
labels: ["Type: Feature", "Status: Triage"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill this out!
- type: textarea
id: describe-need
attributes:
label: Describe the need
description: What do you want to happen? What problem are you trying to solve?
placeholder: Describe the need for the feature.
validations:
required: true
- type: input
id: sdk_version
attributes:
label: SDK Version
description: Does this feature suggestion apply to a specific SDK version?
placeholder: Octokit.rb v6.0.0
validations:
required: false
- type: input
id: api_version
attributes:
label: API Version
description: Does this feature suggestion apply to a specific version of the GitHub REST API or GraphQL API?
placeholder: ex. v1.1.1
validations:
required: false
- type: textarea
id: logs
attributes:
label: Relevant log output
description: |
Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
Please check your logs before submission to ensure sensitive information is redacted.
render: shell
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/maintenance.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
name: Maintenance
description: Dependencies, cleanup, refactoring, reworking of code
title: "[MAINT]: "
labels: ["Type: Maintenance", "Status: Triage"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill this out!
- type: textarea
id: describe-need
attributes:
label: Describe the need
description: What do you want to happen?
placeholder: Describe the maintenance need here.
validations:
required: true
- type: input
id: sdk_version
attributes:
label: SDK Version
description: Does this maintenance apply to a specific SDK version?
placeholder: terraform-provider-github v5.7.0
validations:
required: false
- type: input
id: api_version
attributes:
label: API Version
description: Does this maintenance apply to a specific version of the GitHub REST API or GraphQL API?
placeholder: ex. v1.1.1
validations:
required: false
- type: textarea
id: logs
attributes:
label: Relevant log output
description: |
Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
Please check your logs before submission to ensure sensitive information is redacted.
render: shell
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true
4 changes: 0 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ updates:
schedule:
interval: weekly
open-pull-requests-limit: 10
ignore:
- dependency-name: Microsoft.NET.Test.Sdk
versions:
- ">= 16.3.a, < 16.4"
- package-ecosystem: nuget
directory: "/build"
schedule:
Expand Down
29 changes: 29 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!-- Please refer to our contributing docs for any questions on submitting a pull request -->
<!-- Issues are required for both bug fixes and features. -->
Resolves #ISSUE_NUMBER

----

### Before the change?
<!-- Please describe the current behavior that you are modifying. -->

*

### After the change?
<!-- Please describe the behavior or changes that are being added by this PR. -->

*

### Pull request checklist
- [ ] Tests for the changes have been added (for bug fixes / features)
- [ ] Docs have been reviewed and added / updated if needed (for bug fixes / features)

### Does this introduce a breaking change?
<!-- If this introduces a breaking change make sure to note it here any what the impact might be -->

Please see our docs on [breaking changes](https://github.com/octokit/.github/blob/main/community/breaking_changes.md) to help!

- [ ] Yes
- [ ] No

----
20 changes: 20 additions & 0 deletions .github/workflows/add_to_octokit_project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Add PRs and issues to Octokit org project

on:
issues:
types: [reopened, opened]
pull_request_target:
types: [reopened, opened]

jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/octokit/projects/10
github-token: ${{ secrets.OCTOKITBOT_PROJECT_ACTION_TOKEN }}
labeled: "Status: Stale"
label-operator: NOT
Loading