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

DYN-7341: PM redesign search tab with compatibility info #15522

Merged
merged 34 commits into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
96f796b
greg bump
dnenov Oct 1, 2024
9d10ace
initial commit
dnenov Sep 2, 2024
03180fd
version requirements rework
dnenov Sep 9, 2024
54198fa
UI finished
dnenov Sep 13, 2024
45ad114
compatibility icons
dnenov Sep 14, 2024
2fbda63
running changes
dnenov Sep 18, 2024
5fdb7f9
merged files
dnenov Oct 1, 2024
ab56c3b
cherrypick commit
dnenov Oct 1, 2024
89ed258
introducing compatibility_matrix
dnenov Oct 1, 2024
c8a9b6c
public properties to api
dnenov Oct 1, 2024
9f80202
details table ui update
dnenov Oct 2, 2024
7fc048d
package detail item flatten compatibility
dnenov Oct 2, 2024
4d155f8
refine test
dnenov Oct 2, 2024
6fd599a
refactor
dnenov Oct 2, 2024
26bc0d0
latest compatible version tests
dnenov Oct 2, 2024
e07d971
open selected version item
dnenov Oct 3, 2024
3404f11
toolips added
dnenov Oct 3, 2024
2989101
restructured warning message to set owner
dnenov Oct 3, 2024
54385ad
added 'compatibilityMap'
dnenov Oct 7, 2024
603e606
comments
dnenov Oct 7, 2024
0487ebb
Merge remote-tracking branch 'upstream/master' into pm-redesign-searc…
dnenov Oct 7, 2024
05e59fa
test fixes
dnenov Oct 9, 2024
e0c93de
reverse version list
dnenov Oct 11, 2024
9d650ba
bugfix (thanks Craig!)
dnenov Oct 11, 2024
bcf8c1f
Merge remote-tracking branch 'upstream/master' into pm-redesign-searc…
dnenov Oct 16, 2024
f3d30ac
Merge remote-tracking branch 'upstream/master' into pm-redesign-searc…
dnenov Oct 17, 2024
0afaa61
comments
dnenov Oct 17, 2024
e3327a4
compatibility map implementation - ask for help
dnenov Oct 17, 2024
e0dbfdf
compatibility map refactor
dnenov Oct 18, 2024
2940981
added public properties to api
dnenov Oct 18, 2024
1a7b915
Update DynamoCore.csproj
QilongTang Oct 18, 2024
22cd4fa
Update DynamoCore.csproj
QilongTang Oct 18, 2024
d5513de
comments
dnenov Oct 18, 2024
b2da0ee
Merge remote-tracking branch 'upstream/master' into pm-redesign-searc…
dnenov Oct 21, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/DynamoCore/DynamoCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</ItemGroup>
<ItemGroup Label="Common dependencies">
<PackageReference Include="Autodesk.IDSDK" Version="1.1.8" />
dnenov marked this conversation as resolved.
Show resolved Hide resolved
<PackageReference Include="Greg" Version="3.0.2.6284" />
<PackageReference Include="Greg" Version="3.0.2.6334" />
<PackageReference Include="DynamoVisualProgramming.LibG_230_0_0" Version="3.0.0.6246" GeneratePathProperty="true" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" CopyXML="true" />
<PackageReference Include="RestSharp" Version="112.0.0" CopyXML="true" />
Expand Down
2 changes: 1 addition & 1 deletion src/DynamoCoreWpf/DynamoCoreWpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
<PackageReference Include="DynamoVisualProgramming.LibG_230_0_0" Version="3.0.0.6246"/>
<PackageReference Include="FontAwesome5" Version="2.1.11" />
<PackageReference Include="AvalonEdit" Version="6.3.0.90" CopyXML="true" />
<PackageReference Include="Greg" Version="3.0.2.6284" />
<PackageReference Include="Greg" Version="3.0.2.6334" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2478.35" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="RestSharp" Version="112.0.0" />
Expand Down
145 changes: 110 additions & 35 deletions src/DynamoCoreWpf/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 31 additions & 1 deletion src/DynamoCoreWpf/Properties/Resources.en-US.resx
Original file line number Diff line number Diff line change
Expand Up @@ -2884,7 +2884,7 @@ If the toggle is off custom packages that are not already loaded will load once
<comment>Header in Package Search 'Sort By' Button Context Menu</comment>
</data>
<data name="PackageSearchResultViewDetails" xml:space="preserve">
<value>View Details</value>
<value>Info</value>
<comment>In package search result card.</comment>
</data>
<data name="PackageSearchResultRequirements" xml:space="preserve">
Expand Down Expand Up @@ -4037,4 +4037,34 @@ To make this file into a new template, save it to a different folder, then move
<data name="UpdateAllPythonEngineMainMenuHeader" xml:space="preserve">
<value>Set Python Engine</value>
</data>
<data name="PackageDetailsReleaseNotes" xml:space="preserve">
<value>Release notes</value>
</data>
<data name="PackageDetailsDependsOn" xml:space="preserve">
<value>Depends on</value>
</data>
<data name="PackageDetailsCompatibility" xml:space="preserve">
<value>COMPATIBILITY</value>
</data>
<data name="PackageDetailsCompatibilityWithSetup" xml:space="preserve">
<value>Compatible with your current setup</value>
</data>
<data name="PackageDetailsSize" xml:space="preserve">
<value>Size</value>
</data>
<data name="PackageDetailsCompatibleVersionTooltip" xml:space="preserve">
<value>This version should be compatible with your current setup</value>
</data>
<data name="PackageDetailsUnknownCompatibilityVersionTooltip" xml:space="preserve">
<value>The compatibility of this version has not been verified. It may or may not be compatible with your current setup</value>
</data>
<data name="PackageDetailsIncompatibileVersionTooltip" xml:space="preserve">
<value>This version may be incompatible with your current setup</value>
</data>
<data name="PackageManagerIncompatibleVersionDownloadMsg" xml:space="preserve">
<value>This version is incompatible with your current setup (Dynamo and host version, if applicable). It may not work properly. Do you want to install it anyway?</value>
</data>
<data name="PackageManagerIncompatibleVersionDownloadTitle" xml:space="preserve">
<value>Incompatible version</value>
</data>
</root>
32 changes: 31 additions & 1 deletion src/DynamoCoreWpf/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1504,7 +1504,7 @@ If the toggle is off custom packages that are not already loaded will load once
<value>Sort by</value>
</data>
<data name="PackageSearchResultViewDetails" xml:space="preserve">
<value>View Details</value>
<value>Info</value>
<comment>In package search result card.</comment>
</data>
<data name="PackageSearchResultRequirements" xml:space="preserve">
Expand Down Expand Up @@ -4024,4 +4024,34 @@ To make this file into a new template, save it to a different folder, then move
<data name="UpdateAllPythonEngineMainMenuHeader" xml:space="preserve">
<value>Set Python Engine</value>
</data>
<data name="PackageDetailsReleaseNotes" xml:space="preserve">
<value>Release notes</value>
</data>
<data name="PackageDetailsDependsOn" xml:space="preserve">
<value>Depends on</value>
</data>
<data name="PackageDetailsCompatibility" xml:space="preserve">
<value>COMPATIBILITY</value>
</data>
<data name="PackageDetailsCompatibilityWithSetup" xml:space="preserve">
<value>Compatible with your current setup</value>
</data>
<data name="PackageDetailsSize" xml:space="preserve">
<value>Size</value>
</data>
<data name="PackageDetailsCompatibleVersionTooltip" xml:space="preserve">
<value>This version should be compatible with your current setup</value>
</data>
<data name="PackageDetailsUnknownCompatibilityVersionTooltip" xml:space="preserve">
<value>The compatibility of this version has not been verified. It may or may not be compatible with your current setup</value>
</data>
<data name="PackageDetailsIncompatibileVersionTooltip" xml:space="preserve">
<value>This version may be incompatible with your current setup</value>
</data>
<data name="PackageManagerIncompatibleVersionDownloadMsg" xml:space="preserve">
<value>This version is incompatible with your current setup (Dynamo and host version, if applicable). It may not work properly. Do you want to install it anyway?</value>
</data>
<data name="PackageManagerIncompatibleVersionDownloadTitle" xml:space="preserve">
<value>Incompatible version</value>
</data>
</root>
Loading
Loading