Feature implementation from commits e3e07d7..850932c#3
Open
yashuatla wants to merge 15 commits into
Open
Conversation
This moves the `score` attribute, which is part of a search result, out of these classes into `*SearchResult` class: - Issue - Commit - Repository - NamedUser - ContentFile The same should be done for `Topic`, but topics are only returned via search, there is no class without `score`.
This class derives `NamedUser` and is retuned by `Organization.invitations`.
Applies `api.github.com.2022-11-28.json` API spec.
…hub#3216) Turns these classes into `NonCompletableGithubObject`.
With PyGithub#3065 we broke pickling as it introduced a lambda into an `Auth` instance. This adds tests for all `Auth` implementations to work with pickle. Fixes PyGithub#3208.
) Turns the return value of `GitTag.verification` from `dict` into a proper class. Completes PyGithub#3028.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains changes from a range of commits from the original repository.
Commit Range:
e3e07d7..850932cFiles Changed: 45 (41 programming files)
Programming Ratio: 91.1%
Commits included:
GitTag.verificationreturnGitCommitVerification(MakeGitTag.verificationreturnGitCommitVerificationPyGithub/PyGithub#3226)Deployment, removemessageattribute (Remove schema fromDeployment, removemessageattribute PyGithub/PyGithub#3223)HookDeliveryRequestand…Responseprivate headers fields (RenameHookDeliveryRequestand…Responseprivate headers fields PyGithub/PyGithub#3221)Authclasses (Fix broken pickle support forAuthclasses PyGithub/PyGithub#3211)AppAuth.private_keyin changelog (Mention removal ofAppAuth.private_keyin changelog PyGithub/PyGithub#3212)ProjectColumnandProjectCardtests with OpenAPI spec (SyncProjectColumnandProjectCardtests with OpenAPI spec PyGithub/PyGithub#3216)RepositoryAdvisorytests with OpenAPI spec (SyncRepositoryAdvisorytests with OpenAPI spec PyGithub/PyGithub#3215)... and 5 more commits