-
Notifications
You must be signed in to change notification settings - Fork 5
🩹 [Patch]: Fix classes and functions for Releases
#347
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
Open
MariusStorhaug
wants to merge
177
commits into
main
Choose a base branch
from
releases
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,941
−410
Conversation
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 7 out of 14 changed files in this pull request and generated no comments.
Files not reviewed (7)
- src/formats/GitHubOwner.Format.ps1xml: Language not supported
- src/formats/GitHubRepository.Format.ps1xml: Language not supported
- src/functions/public/Releases/Get-GitHubRelease.ps1: Language not supported
- src/functions/public/Releases/New-GitHubRelease.ps1: Language not supported
- src/functions/public/Releases/New-GitHubReleaseNote.ps1: Language not supported
- src/functions/public/Repositories/Get-GitHubRepository.ps1: Language not supported
- src/functions/public/Repositories/New-GitHubRepository.ps1: Language not supported
Comments suppressed due to low confidence (1)
.github/PSModule.yml:13
- The indentation in the CodeCoverage section appears inconsistent; ensure that the 'Skip: true' line aligns with 'PercentTarget: 50' for correct YAML parsing.
Skip: true
Releases
Releases
…ons for consistency
…et-GitHubRepository function
…tories and Get-GitHubRepository functions for improved flexibility
…epository functions for consistency
…rameter in Get-GitHubRepository function
…ction for improved default value assignment based on parameter sets
…ameter for overwriting existing files during download and extraction
…nction to improve clarity and handle Username and Organization parameters more effectively
… to remove unnecessary ValueFromPipelineByPropertyName for ID parameter
…repository with mandatory parameters for Owner, Repository, and Context
…ove parameter handling; add GitHubRelease and ReleaseAsset classes for structured release data.
…tency and clarity in naming conventions
…ed release assets
…return null instead of suppressing exceptions
…views with detailed property mappings
…ow format files for consistency and clarity
…ted functions to track the latest release status
…e with the 'isLatest' flag set to true
…update related format files for consistency
…pository and release in SaveArtifacts.ps1
…ve parameter handling
…et-GitHubOrganization completer
… argument completer for organization names
…ve organization name completion
…ter and improve error handling in Add-GitHubReleaseAsset
…ndling of POST requests with file uploads
…es in Add-GitHubReleaseAsset
… Add-GitHubReleaseAsset comments for clarity; add Update-GitHubReleaseAsset function for asset updates
…ested pipeline with a foreach loop for processing API response items
… for URL, name, label, state, content type, size, downloads, timestamps, and uploader.
…arameter handling
…dation range in Get-GitHubRelease and Resolve-GitHubContextSetting functions
…uld -BeFalse for clarity
…ine asset name and label handling
…streamline tag handling
…es to nullable, rename uploader property, and add Get-GitHubReleaseAssetByName function for asset retrieval by name.
…d tag, enhancing functionality and documentation.
…te, and remove assets
…uotes and remove unnecessary blank lines for improved readability.
…ters and upload folder as zipped asset
…h -Path for consistency and clarity.
…line parameter handling and enhance documentation with .LINK entries.
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.
Description
Type of change
Checklist