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

Add more filters for CodeExplorer import command #5731

Open
wants to merge 8 commits into
base: next
Choose a base branch
from

Commits on Apr 14, 2021

  1. Add more filters for CodeExplorer import command

    Add additional filters. Cache filter index for reuse next time
    dialog is shown.
    IvenBach committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    285fd79 View commit details
    Browse the repository at this point in the history
  2. Use FirstOrDefault to eliminate runtime error

    Add member to create individual filters and member to concatenate
    individual filter for dialogs filter.
    IvenBach committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    e7ab5a4 View commit details
    Browse the repository at this point in the history
  3. 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.
    IvenBach committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    358817c View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. 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.
    IvenBach committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    119aa45 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2021

  1. 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.
    IvenBach committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    1dfc521 View commit details
    Browse the repository at this point in the history
  2. Tests for behavior when import canceled

    Cancelling an import does not change filter index. Saving does not occur.
    IvenBach committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    eaf0ef9 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. Fix failing unit tests

    Restore inital null check and model mockProjectSettingsProvider after it.
    Constructor inject dependencies.
    IvenBach committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    cff0958 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/next' into Issue5395_Filters_f…

    …or_synchronizing_document_types
    IvenBach committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    17e72f5 View commit details
    Browse the repository at this point in the history