This repository has been archived by the owner on Sep 26, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 93
Fix issue 255: implement patches for pre-release channels #310
Closed
Conversation
This file contains 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
…nnel (instead of just stable)
dennisvang
changed the title
update note in client-advanced docs: patches are created for each channel
apply patches for pre-release channels
Dec 22, 2021
move command line version check from utils.builder to cli.options and use packaging.version, with tests
add some typing for version string arguments, to prevent confusion
Merge branch 'issue299' into drop-dsdev-version
implement Package.channel as property, using packaging Version instead of dsdev-utils Version
fix cli app_version test
move VALID_CHANNELS from cli.options to settings, to prevent circular imports (and it's more obvious)
assign parts only after checking for TypeError, and fix Package tests
add todo notes for next release (backward incompatible changes)
remove parse_platform, as it has been replaced by parse_archive_name
rename PackageHandler private methods for consistency
add a LATEST_KEY for consistency
create a VersionShim class in utils, replacing the version functions from client.updates
dennisvang
changed the title
apply patches for pre-release channels
Fix issue 255: implement patches for pre-release channels
Jan 6, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 is an attempt to fix the implementation of patches for pre-release channels, as discussed in issue #255 .