You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest OpenAPI spec resulted in changes to the generated code. Please review, set an applicable commit message, merge, and tag a release as appropriate.
Simplification of Code Structure
The description of repository and user data in our code has been simplified. The previous structure used to describe these types of data (PullRequest_base_repoable, PullRequest_base_userable, PullRequest_head_repoable, PullRequest_head_userable) has been replaced with more straightforward ones (Repositoryable, SimpleUserable). The means to extract information (get) from these types, as well as the process of constructing them, has also been adjusted to this simpler format.
Removal of Unused Files
Two files, PullRequest_base_repo_permissions.go and PullRequest_head_repo_license.go, that were part of the previous, complicated structure have been removed as they are no longer used.
Scope Setting Improvements
In the handling of requests, a new feature is introduced - a scope that includes everything except configurations, represented by the constant ALL_WITHOUT_CONFIGURATIONS_ATTACHPOSTREQUESTBODY_SCOPE.
Parser Enhancement
The parser, which is a utility to understand and extract information from requests, has been updated to handle this new scope.
Updated Documentation
Commentary within the code has been enhanced to include crucial information about fine-graned tokens and their relation to viewing private events and repositories. This provides a clearer understanding for future code handling and bug tracing.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The latest OpenAPI spec resulted in changes to the generated code. Please review, set an applicable commit message, merge, and tag a release as appropriate.