Skip to content
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

Dynamo 2.16.2 Hotfix #14157

Merged
merged 7 commits into from
Jul 13, 2023
Merged

Dynamo 2.16.2 Hotfix #14157

merged 7 commits into from
Jul 13, 2023

Conversation

QilongTang
Copy link
Contributor

@QilongTang QilongTang commented Jul 12, 2023

Purpose

Cherry-picking:

Declarations

Check these if you believe they are true

  • The codebase is in a better state after this PR
  • Is documented according to the standards
  • The level of testing this PR includes is appropriate
  • User facing strings, if any, are extracted into *.resx files
  • All tests pass using the self-service CI.
  • Snapshot of UI changes, if any.
  • Changes to the API follow Semantic Versioning and are documented in the API Changes document.
  • This PR modifies some build requirements and the readme is updated
  • This PR contains no files larger than 50 MB

Release Notes

(FILL ME IN) Brief description of the fix / enhancement. Mandatory section

Reviewers

(FILL ME IN) Reviewer 1 (If possible, assign the Reviewer for the PR)

(FILL ME IN, optional) Any additional notes to reviewers or testers.

FYIs

(FILL ME IN, Optional) Names of anyone else you wish to be notified of

* Fix Trusted Message behavior

* Extract Business Logic as a function

* Moving API to Preferences

* Adding unit test
@QilongTang QilongTang changed the title Fixing horizontal center (#13312) Dynamo 2.16.2 Hotfix Jul 12, 2023
saintentropy and others added 4 commits July 12, 2023 18:32
#13437)

* Leave RP data intact

* Fix tests

* Remove unnessary code

* Spelling typos and clean up

* clean up

* clean up

* Add regression test for render package mutation.

* Unsubscribe from event.

* Add image comparison test for render bug.

* Fix test image size.

Co-authored-by: Craig Long <[email protected]>
Co-authored-by: Trygve Wastvedt <[email protected]>
* Insert the export command in the shortcut view model

* remove test method
* DYN-5317-Check-WebView2-Installed

I added a validation that before starting the DynamoSandbox app we will check if the WebView2 Runtime is installed or not, if is not installed we will show a MessageBox with the  link of the WebView2 installer and then after pressing the OK button close Dynamo.
Also in the DynamoMessageBox I added a RichTextBox that will be visible under very specific circumstances, this RichTextBox allows to have a blue hyperlink as a part of the text so the user can click it and open the webview2 installer webpage.

* DYN-5317-Check-WebView2-Installed

removing extra comment
After the auto-save functionality is triggered when we are located in the Custom Node edit tab when the node in the Home Workspace is being renamed to "backup". Then after my fix first is checking if it has a name and file associated (that usually happen when you create/edit a custom node) if that is the case then we don't execute the rename process.
Also I added a test that will validate that the Save functionality doesn't rename the CustomNode name.
@QilongTang QilongTang marked this pull request as ready for review July 13, 2023 00:27
@QilongTang
Copy link
Contributor Author

The EngOps build failure is expected with different version of ASM dependency on master branch

@@ -119,9 +119,10 @@ private void InsertPath()
return;
}

TrustedLocations.Insert(TrustedLocations.Count, args.Path);
TrustedLocations.Insert(TrustedLocations.Count, args.Path);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

extra spaces

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah this belongs to the original PR cherry-picked

@QilongTang QilongTang merged commit ba1046d into RC2.16.2_master Jul 13, 2023
@QilongTang QilongTang deleted the CherryPick branch July 13, 2023 16:23
@Amoursol
Copy link
Contributor

LGTM @QilongTang 💪

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants