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

[WIP] Enhance slr feature #559

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

[WIP] Enhance slr feature #559

wants to merge 8 commits into from

Commits on Sep 8, 2021

  1. Implement data model and de-/serialization to allow to define library…

    … specific query refinements and modify tests accordingly.
    DominikVoigt committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    483059d View commit details
    Browse the repository at this point in the history
  2. Make library fetchers use the custom queries if defined for a library.

    WIP: this does not work well currently as these queries are not just used as plain text but still transformed -> need an option in the fetcher interface to just provide a plain string for search without transformation
    DominikVoigt committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    514194c View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2021

  1. Configuration menu
    Copy the full SHA
    5edb926 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    698536b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0dd67dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26412e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. Add fetcher delegator

    DominikVoigt committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    cab7b52 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

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