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

(#578) Bump Octokit to 10.0.0 to fix oversized ints #579

Merged
merged 2 commits into from Mar 9, 2024

Conversation

DavidBoike
Copy link
Contributor

@DavidBoike DavidBoike commented Mar 7, 2024

Description

Bumped Octokit to 10.0.0 to solve #578

Related Issue

#578

Motivation and Context

#578 prevents issue data from being fetched from GitHub due to issue/PR Id values that were previously int now being long.

How Has This Been Tested?

Not sure testing this is really possible or appropriate. GitReleaseManager doesn't need the issue Id but the deserialization of the Issue data fails without the fix.

I did grab the CI-created NuGet package to test within our own environment to make sure it fixes the bug for us. That is not yet complete.

Screenshots (if appropriate):

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@DavidBoike DavidBoike changed the title (GH-578) Bump Octokit to 10.0.0 to fix oversized ints (#578) Bump Octokit to 10.0.0 to fix oversized ints Mar 7, 2024
@DavidBoike DavidBoike marked this pull request as ready for review March 7, 2024 17:20
@danielmarbach
Copy link
Contributor

@gep13 sorry to bother you. It would be great to get a review and a release on this one.

@danielmarbach
Copy link
Contributor

I added a fix to my fork and sent in a PR to @DavidBoike DavidBoike#1

@danielmarbach
Copy link
Contributor

Verified that this version gets us unblocked. We are currently using a preview build of this branch

Copy link
Member

@gep13 gep13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@gep13
Copy link
Member

gep13 commented Mar 9, 2024

@DavidBoike thank you very much for raising this PR, it is much appreciated.

Thanks to @danielmarbach and @arturcic for taking this for a spin, and verifying that this fixes the upstream issue in Octokit.

@gep13 gep13 merged commit 48b10b4 into GitTools:develop Mar 9, 2024
2 checks passed
@gep13
Copy link
Member

gep13 commented Mar 9, 2024

@DavidBoike thanks again for getting this fixed up!

gittools-bot pushed a commit that referenced this pull request Mar 9, 2024
Merge pull request #579 from DavidBoike/int-too-small

(#578) Bump Octokit to 10.0.0 to fix oversized ints
@DavidBoike DavidBoike deleted the int-too-small branch March 11, 2024 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error creating release "Value was either too large or too small for an Int32"
3 participants