-
Notifications
You must be signed in to change notification settings - Fork 4
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
🚀 [Feature]: GitHub App creation and installation management #281
Conversation
…directory; enforce mandatory parameters
Module [GitHub - v0.12.8-AppInstallations001] published to the PowerShell Gallery. |
GitHub release for GitHub v0.12.8-AppInstallations001 has been created. |
Module GitHub - 0.12.8-AppInstallations002 published to the PowerShell Gallery. |
GitHub release for GitHub v0.12.8-AppInstallations002 has been created. |
Module GitHub - 0.13.2-AppInstallations001 published to the PowerShell Gallery. |
GitHub release for GitHub v0.13.2-AppInstallations001 has been created. |
…adjust parameter requirement for Get-GitHubEnterpriseOrganization
Module GitHub - 0.13.3-AppInstallations001 published to the PowerShell Gallery. |
GitHub release for GitHub v0.13.3-AppInstallations001 has been created. |
Module GitHub - 0.13.3-AppInstallations002 published to the PowerShell Gallery. |
GitHub release for GitHub v0.13.3-AppInstallations002 has been created. |
…d API endpoints; remove Get-GitHubEnterpriseInstallableOrganization function
Module GitHub - 0.13.3-AppInstallations003 published to the PowerShell Gallery. |
GitHub release for GitHub v0.13.3-AppInstallations003 has been created. |
…ation (context aware)
Module GitHub - 0.13.3-AppInstallations004 published to the PowerShell Gallery. |
…and standardize REST API method usage
…ke it mandatory in multiple functions
d31cc0f
to
2114b9d
Compare
… update documentation formatting
… and improve context handling
…object` in multiple functions for improved flexibility
…ases in Disconnect-GitHubAccount for improved clarity and usability
…ppSlug' for improved clarity and set default parameter set for CmdletBinding
…parameter set for improved consistency and usability
…ccessToken and fix formatting issues in multiple scripts
…i for clarity and update related examples and tests
…er with 'Path' in Get-GitHubEmoji for improved clarity
…ic 'PSModule' value for consistency
…try-catch blocks and directly processing input
…lity and maintainability
…n workflow; add GetDefaultsFromContext utility script
…nsure consistency for developers
Module GitHub - v0.14.0 published to the PowerShell Gallery. |
GitHub release for GitHub v0.14.0 has been created. |
Description
Added functions for Enterprise App management.
src/functions/private/Apps/GitHub Apps/Get-GitHubEnterpriseOrganizationAppInstallation.ps1
General alignments:
CodingStandards.md
docs
repository later.try{...} catch { throw $_ }
statements.#Requires -Modules
statements to ensure necessary modules are marked as requirements for the module.Repo
toRepository
- throughout the module. The repo abbreviation can still be used, but in classes, object and commands, we standardize on Repository.Private functions:
Context
mandatory in private functionsResolve-GitHubContext
in private functionsPublic functions:
Type of change
Checklist