Cherrypicking package manager PR's into 3.0#14759
Merged
QilongTang merged 5 commits intoDynamoDS:RC3.0.0_masterfrom Dec 14, 2023
Merged
Cherrypicking package manager PR's into 3.0#14759QilongTang merged 5 commits intoDynamoDS:RC3.0.0_masterfrom
QilongTang merged 5 commits intoDynamoDS:RC3.0.0_masterfrom
Conversation
…namoDS#14711) - dynamo would issue a warning and fail to publish a package if an 'unqualified' file is being used, such as a dyf file already under package control - this check is done when publishing package locally, but I have incorrectly added it to the process of creating a build preview, which stops the process for both local and online submit workflow (cherry picked from commit 3ea1c5c)
- now allows package version to start with 0 - cannot have 0.0.0 package version (cherry picked from commit 992e54c)
- brought back description check as publish online API still requires it (cherry picked from commit d70c7b5)
- fine-tune name validation and warning display - also fixes issue when navigating away from the publish page and setting up the datacontext of the PackageManagerPublishControl (cherry picked from commit 57f5883)
- now resets selected known hosts between publish package usages/resets (cherry picked from commit f5fddc3)
QilongTang
approved these changes
Dec 14, 2023
UI Smoke TestsTest: success. 2 passed, 0 failed. |
UI Smoke TestsTest: failure. 1 passed, 1 failed. |
UI Smoke TestsTest: failure. 1 passed, 1 failed. |
Contributor
|
Thanks @reddyashish The TOU smoke tests fail sporadically so we can ignore for now. |
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.
Purpose
Cherrypicking these PR's into 3.0
#14717
#14724
#14722
Declarations
Check these if you believe they are true
*.resxfilesRelease Notes
Cherrypicking package manager PR's into 3.0
Reviewers
@QilongTang