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

Feature/plugin filter editor #48

Merged
merged 31 commits into from
Jul 21, 2023
Merged

Feature/plugin filter editor #48

merged 31 commits into from
Jul 21, 2023

Commits on Jul 1, 2023

  1. add plugin filter editor

    infacc committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    01bf1bb View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

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

Commits on Jul 4, 2023

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

Commits on Jul 11, 2023

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

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    76d7744 View commit details
    Browse the repository at this point in the history
  2. simplify isLeaf check

    infacc committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    4e2edb3 View commit details
    Browse the repository at this point in the history
  3. rectify warning message

    Co-authored-by: Fabian Bühler <fabian.buehler@iaas.uni-stuttgart.de>
    infacc and buehlefs authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    38879c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e71700b View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feature/plugin-filter-editor' of github.com:UST-QuAntiL…

    …/qhana-ui into feature/plugin-filter-editor
    infacc committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    d81143a View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    fae56c0 View commit details
    Browse the repository at this point in the history
  2. catch JSON paring errors

    infacc committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    4ceb6d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    183ced2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1fe552 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. remove index property

    child components should not know their index in a list of their parent
    infacc committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    05d026b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f62ff31 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    334189a View commit details
    Browse the repository at this point in the history
  2. check for empty filter

    infacc committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    c0ee392 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51171f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fff9496 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be07ea4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9622400 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ec041cf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    62344c6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b8b6cf6 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

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

Commits on Jul 20, 2023

  1. remove filter string from template form

    the filter string is a separate property and handled by the PluginFilterEditorComponent
    infacc committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    8ea5eea View commit details
    Browse the repository at this point in the history
  2. add reload filter button

    infacc committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    af7ad6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37526f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a33202 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. rename revert filter button

    Co-authored-by: Fabian Bühler <fabian.buehler@iaas.uni-stuttgart.de>
    infacc and buehlefs authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    f5423d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb4ebca View commit details
    Browse the repository at this point in the history