-
Notifications
You must be signed in to change notification settings - Fork 302
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
Add more filters for CodeExplorer import command #5731
base: next
Are you sure you want to change the base?
Add more filters for CodeExplorer import command #5731
Commits on Apr 14, 2021
-
Add more filters for CodeExplorer import command
Add additional filters. Cache filter index for reuse next time dialog is shown.
Configuration menu - View commit details
-
Copy full SHA for 285fd79 - Browse repository at this point
Copy the full SHA 285fd79View commit details -
Use FirstOrDefault to eliminate runtime error
Add member to create individual filters and member to concatenate individual filter for dialogs filter.
Configuration menu - View commit details
-
Copy full SHA for e7ab5a4 - Browse repository at this point
Copy the full SHA e7ab5a4View commit details -
Change members to be local functions
Converted members to local functions since both members are used in only one location. They can only be used within the containing member and simplifies the member list on the type.
Configuration menu - View commit details
-
Copy full SHA for 358817c - Browse repository at this point
Copy the full SHA 358817cView commit details
Commits on Apr 16, 2021
-
Add caching and persisting for filter index
Caches filter index last chosen for next import. Filter index is saved to config file to continue using last chosen index went starting a new instance of RD.
Configuration menu - View commit details
-
Copy full SHA for 119aa45 - Browse repository at this point
Copy the full SHA 119aa45View commit details
Commits on Apr 17, 2021
-
Test Import command for filter index change
When filter index matches cached/config index no save occurs. When filter index differs from cached/config index save occurs.
Configuration menu - View commit details
-
Copy full SHA for 1dfc521 - Browse repository at this point
Copy the full SHA 1dfc521View commit details -
Tests for behavior when import canceled
Cancelling an import does not change filter index. Saving does not occur.
Configuration menu - View commit details
-
Copy full SHA for eaf0ef9 - Browse repository at this point
Copy the full SHA eaf0ef9View commit details
Commits on Apr 19, 2021
-
Restore inital null check and model mockProjectSettingsProvider after it. Constructor inject dependencies.
Configuration menu - View commit details
-
Copy full SHA for cff0958 - Browse repository at this point
Copy the full SHA cff0958View commit details -
Merge remote-tracking branch 'upstream/next' into Issue5395_Filters_f…
…or_synchronizing_document_types
Configuration menu - View commit details
-
Copy full SHA for 17e72f5 - Browse repository at this point
Copy the full SHA 17e72f5View commit details