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

Helix upgrade mastermerge #10465

Merged

Commits on Jan 14, 2020

  1. LibG Binaries Update (DynamoDS#10295)

    * "LibG/ASM224,7418555f"
    
    * "LibG/ASM224.4,918b3d73"
    
    * "LibG/ASM225,2b68d3dd"
    
    * "LibG/ASM226,2b308956"
    DynamoEngOps authored and QilongTang committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    3a0b3e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

  1. Configuration menu
    Copy the full SHA
    767577c View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2020

  1. DYN-2225 - Marshaling Performance optimization - Heap Cleanup (Dynamo…

    …DS#10026)
    
    * fast path for zero size heap allocation
    
    * Cache mechanism for marshalling lookups
    
    * Do not allocate heap stack values for class properties for CLR objects
    
    * Test removing getter heap interaction for CLR object
    
    * Remove unused Heap Object set
    
    * make variables non-static
    
    * remove GetterFunctionPointer class
    
    Co-authored-by: aparajit-pratap <[email protected]>
    saintentropy and aparajit-pratap committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    df489c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. DYN-2289: Fix crash with NodeToCode (DynamoDS#10305)

    * search for property by getter if not found
    
    * add test
    aparajit-pratap authored Jan 21, 2020
    Configuration menu
    Copy the full SHA
    f7b71d6 View commit details
    Browse the repository at this point in the history
  2. Geometry Color Tests More (DynamoDS#10291)

    * Add geometry color check for Display_ByGeometryColor_HasColoredMesh
    
    Add geometry color check for Display_ByGeometryColor_HasColoredMesh
    
    * Test updates
    
    * Add Geometry Transparency Test
    
    * Update test name
    QilongTang authored Jan 21, 2020
    Configuration menu
    Copy the full SHA
    186499f View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. Configuration menu
    Copy the full SHA
    c1a5342 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. DYN-2286: fix for crash upon unresolved node undo (DynamoDS#10315)

    * fix for crash upon unresolved node undo
    
    * override Equals in PortModel
    
    * add recorded test
    aparajit-pratap authored Jan 23, 2020
    Configuration menu
    Copy the full SHA
    6ea9c03 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. DYN-2328 Add test for geometry labeling (DynamoDS#10311)

    * DYN-2328 Add test for geometry lablling
    
    * DYN-2328 Add test for geometry labeling
    
    * Removing extra assignments
    
    * updating the test and the test dyn file.
    
    * Removing the extra variable that is not being used
    reddyashish authored Jan 24, 2020
    Configuration menu
    Copy the full SHA
    6329c53 View commit details
    Browse the repository at this point in the history
  2. First Github Action (DynamoDS#10131)

    This Github Action will greet Github users who submit a PR or issue first time to our repo
    QilongTang authored Jan 24, 2020
    Configuration menu
    Copy the full SHA
    2ebaf72 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. Configuration menu
    Copy the full SHA
    a2d29ed View commit details
    Browse the repository at this point in the history
  2. Analytics Agreement Workflow Update (DynamoDS#10314)

    * Initial Commit to Update Analytics Agreement Workflow
    
    * update
    
    * Add unit test for deserializing analytics setting
    
    * Update instrumentation default agreement setting in unit test
    
    * Add more comments
    QilongTang authored Jan 27, 2020
    Configuration menu
    Copy the full SHA
    f04dbb0 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Configuration menu
    Copy the full SHA
    97cecfd View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. LibG Binaries Update (DynamoDS#10331)

    * "LibG/ASM224,7418555f"
    
    * "LibG/ASM224.4,918b3d73"
    
    * "LibG/ASM225,2b68d3dd"
    
    * "LibG/ASM226,5c8f1fdd"
    DynamoEngOps authored Jan 29, 2020
    Configuration menu
    Copy the full SHA
    01c1ab2 View commit details
    Browse the repository at this point in the history
  2. Fix the library view display issues introduced by MS WebBrowser (Dyna…

    …moDS#10316)
    
    * Disable the context menu on the library viewer.
    
    * Zoom the libarary view to adapt the current DPI scale.
    
    * Disable the horizontal scroll bar on the bottom of the library view.
    
    * Disable the library view is zoomed by keyboard or mouse wheel.
    
    * Zoom the library bar to adapt the current DPI scale.
    
    * Hide the extra search text bar close button.
    CoolStarLee authored Jan 29, 2020
    Configuration menu
    Copy the full SHA
    333f55c View commit details
    Browse the repository at this point in the history
  3. [DYN-2382] LibraryViewExtensionMSWebBrowser does not scale correctly …

    …when using display scaling (DynamoDS#10335)
    
    * Disable the context menu on the library viewer.
    
    * Zoom the libarary view to adapt the current DPI scale.
    
    * Disable the horizontal scroll bar on the bottom of the library view.
    
    * Disable the library view is zoomed by keyboard or mouse wheel.
    
    * Zoom the library bar to adapt the current DPI scale.
    
    * Hide the extra search text bar close button.
    
    * Unsubscribing the event handler in dispose method
    reddyashish authored Jan 29, 2020
    Configuration menu
    Copy the full SHA
    3430655 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. Skip GA Client Tear Down Process if NOT Necessary (DynamoDS#10340)

    * Skip Analytics Client Tear down if it is not needed
    
    * Add unit test covering analytics tear down
    
    * Touch test naming
    QilongTang authored Jan 31, 2020
    Configuration menu
    Copy the full SHA
    b673edc View commit details
    Browse the repository at this point in the history
  2. [Analytics] Update Tracking Conditions (DynamoDS#10345)

    * Update Tracking Conditions
    
    * Add same check to ReportingUsage
    
    * Add properties comments
    QilongTang authored Jan 31, 2020
    Configuration menu
    Copy the full SHA
    bcc8d47 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. Configuration menu
    Copy the full SHA
    91ffc19 View commit details
    Browse the repository at this point in the history
  2. Code improvements: (DynamoDS#10348)

    1. Unsubscribe DpiChanged event handler in the browser Dispose method.
    2. Move the overflow-x style setting from script to html to avoid to set it when the script method is called every time.
    3. Add necessary comments.
    CoolStarLee authored Feb 3, 2020
    Configuration menu
    Copy the full SHA
    eef2c52 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. Configuration menu
    Copy the full SHA
    9ed021d View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. Visual Identifier on Optional Inputs (DynamoDS#10361)

    * change port text to italic if using default input
    
    * Update Ports.xaml
    SHKnudsen authored Feb 20, 2020
    Configuration menu
    Copy the full SHA
    02103a1 View commit details
    Browse the repository at this point in the history
  2. Update README.md (DynamoDS#10387)

    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update DynamoVisualProgramming.Core.nuspec
    
    * Update DynamoVisualProgramming.Core.nuspec
    mjkkirschner authored Feb 20, 2020
    Configuration menu
    Copy the full SHA
    fe8f4fb View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. GA client not launching when terms not agreed (DynamoDS#10407)

    * GA client not launching when terms not agreed
    
    * Comments
    QilongTang authored Feb 24, 2020
    Configuration menu
    Copy the full SHA
    89c0038 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2020

  1. Patch 283 (DynamoDS#10421)

    * Add WinVerityTrust wrapper
    
    * Utilzie new WinTrustWrapper method for cert verification
    
    * Add negative test
    
    * Add Package with faked certificate
    
    * Create sub namespace for WinVerityInteropp
    
    * Update the WinTrustInterop
    
    * Upate method call name
    
    * Add specific exceptions to the CertificateVerfication class
    
    * formating
    saintentropy authored Mar 1, 2020
    Configuration menu
    Copy the full SHA
    7b93efe View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. Cover Test for Configuration Folder (DynamoDS#10444)

    * Cover Test for Configuration Folder
    
    * Update DynamoCoreTests.csproj
    QilongTang authored Mar 4, 2020
    Configuration menu
    Copy the full SHA
    8d3c2be View commit details
    Browse the repository at this point in the history
  2. Added a couple of asserts for the properties. (DynamoDS#10437)

    * Add Test for Properties and removed getter and setter from WorkspaceDependencyViewExtension.DependencyView property.
    
    * Update WorkspaceDependencyViewExtension.cs
    QilongTang authored Mar 4, 2020
    Configuration menu
    Copy the full SHA
    85a183e View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. Fix for crash while drawing Point manipulator (gizmo) when LibG fails…

    … to load (DynamoDS#10148)
    
    * fix for crash in DM when LibG fails to load
    
    * return from recursive loop once we find the first non-null point
    
    * cache enabled flag for manipulator
    
    * more fixes
    
    * add documentation
    
    * add documentation
    aparajit-pratap authored Mar 11, 2020
    Configuration menu
    Copy the full SHA
    c0ab906 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. Merge remote-tracking branch 'upstream/master' into helix-upgrade-mas…

    …termerge
    
    # Conflicts:
    #	src/DynamoUtilities/CertificateVerification.cs
    #	src/VisualizationTests/HelixWatch3DViewModelTests.cs
    #	test/DynamoCoreWpfTests/CoreUITests.cs
    mjkkirschner committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    3552aa2 View commit details
    Browse the repository at this point in the history