new commandlet introduced: Get-GitHubForksForRepository, also fixed error with paging#31
Closed
chipitsine wants to merge 3 commits intomicrosoft:masterfrom
Closed
new commandlet introduced: Get-GitHubForksForRepository, also fixed error with paging#31chipitsine wants to merge 3 commits intomicrosoft:masterfrom
chipitsine wants to merge 3 commits intomicrosoft:masterfrom
Conversation
adding "?access_token=..." to query
HowardWolosky
added a commit
to HowardWolosky/PowerShellForGitHub
that referenced
this pull request
Nov 13, 2018
Pull Request microsoft#31 was adding support for getting forks using the old module structure. I've gone ahead and added the requested functionality using the new module layout, and additionally added support for creating new forks, along with tests for both.
HowardWolosky
added a commit
that referenced
this pull request
Nov 13, 2018
Pull Request #31 was adding support for getting forks using the old module structure. I've gone ahead and added the requested functionality using the new module layout, and additionally added support for creating new forks, along with tests for both.
Contributor
|
Thanks so much for this submission. I've gone ahead and added the requested functionality (querying forks), along with adding related functionality (creating a new fork), along with the associated tests and documentation. Please do consider contributing additional changes to the module in the future now that things are all in order! |
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.
I added commandlet for enumerating forks (I wished to get all forks for very big repo, it is not available via web gui), when doing that I also noticed that paging was working in wrong way