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/resolve from storage #3441

Draft
wants to merge 24 commits into
base: develop
Choose a base branch
from
Draft

Commits on May 14, 2024

  1. use metastorage directly for resolving ids

    Signed-off-by: Max Thonagel <[email protected]>
    thoniTUB committed May 14, 2024
    Configuration menu
    Copy the full SHA
    2df80a5 View commit details
    Browse the repository at this point in the history
  2. wip: resolve ids from storage

    Signed-off-by: Max Thonagel <[email protected]>
    thoniTUB committed May 14, 2024
    Configuration menu
    Copy the full SHA
    2f406dd View commit details
    Browse the repository at this point in the history
  3. wip comment in test

    Signed-off-by: Max Thonagel <[email protected]>
    thoniTUB committed May 14, 2024
    Configuration menu
    Copy the full SHA
    6af5294 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    aaa14a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    873160f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee5e394 View commit details
    Browse the repository at this point in the history
  4. fix SerializationTests

    thoniTUB committed May 15, 2024
    Configuration menu
    Copy the full SHA
    ec18d38 View commit details
    Browse the repository at this point in the history
  5. fix most filter tests

    Signed-off-by: Max Thonagel <[email protected]>
    thoniTUB committed May 15, 2024
    Configuration menu
    Copy the full SHA
    7edbcfb View commit details
    Browse the repository at this point in the history
  6. fixing json tests

    Signed-off-by: Max Thonagel <[email protected]>
    thoniTUB committed May 15, 2024
    Configuration menu
    Copy the full SHA
    028d802 View commit details
    Browse the repository at this point in the history
  7. further fixing json tests

    Signed-off-by: Max Thonagel <[email protected]>
    thoniTUB committed May 15, 2024
    Configuration menu
    Copy the full SHA
    04bc939 View commit details
    Browse the repository at this point in the history
  8. fixes programmatic tests

    thoniTUB committed May 15, 2024
    Configuration menu
    Copy the full SHA
    49d0c15 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. fixes more tests

    thoniTUB committed May 16, 2024
    Configuration menu
    Copy the full SHA
    9fa3e55 View commit details
    Browse the repository at this point in the history
  2. only inject into object mapper if provided

    Signed-off-by: Max Thonagel <[email protected]>
    thoniTUB committed May 16, 2024
    Configuration menu
    Copy the full SHA
    e6d15bb View commit details
    Browse the repository at this point in the history
  3. remove cache from serdes as it is to early

    Signed-off-by: Max Thonagel <[email protected]>
    thoniTUB committed May 16, 2024
    Configuration menu
    Copy the full SHA
    4725afa View commit details
    Browse the repository at this point in the history
  4. removes CentralRegistry and similar classes

    Signed-off-by: Max Thonagel <[email protected]>
    thoniTUB committed May 16, 2024
    Configuration menu
    Copy the full SHA
    2eea202 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. adds override annotations to get methods

    Signed-off-by: Max Thonagel <[email protected]>
    thoniTUB committed May 23, 2024
    Configuration menu
    Copy the full SHA
    08813c7 View commit details
    Browse the repository at this point in the history
  2. remove obsolete registration of idresolver in tests

    Signed-off-by: Max Thonagel <[email protected]>
    thoniTUB committed May 23, 2024
    Configuration menu
    Copy the full SHA
    f36a9ca View commit details
    Browse the repository at this point in the history
  3. remove comment

    Signed-off-by: Max Thonagel <[email protected]>
    thoniTUB committed May 23, 2024
    Configuration menu
    Copy the full SHA
    27ceb90 View commit details
    Browse the repository at this point in the history
  4. adds comment

    Signed-off-by: Max Thonagel <[email protected]>
    thoniTUB committed May 23, 2024
    Configuration menu
    Copy the full SHA
    80c4200 View commit details
    Browse the repository at this point in the history
  5. removes DirectIdentifiableStore.java

    Signed-off-by: Max Thonagel <[email protected]>
    thoniTUB committed May 23, 2024
    Configuration menu
    Copy the full SHA
    075684f View commit details
    Browse the repository at this point in the history
  6. update doc string

    Signed-off-by: Max Thonagel <[email protected]>
    thoniTUB committed May 23, 2024
    Configuration menu
    Copy the full SHA
    51385c3 View commit details
    Browse the repository at this point in the history
  7. decouple DatasetRegistry and MetaStorage more

    Signed-off-by: Max Thonagel <[email protected]>
    thoniTUB committed May 23, 2024
    Configuration menu
    Copy the full SHA
    6a8d96e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    086cec1 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Update backend/src/main/java/com/bakdata/conquery/models/datasets/Pre…

    …viewConfig.java
    
    Co-authored-by: SebChmie <[email protected]>
    thoniTUB and SebChmie authored May 29, 2024
    Configuration menu
    Copy the full SHA
    98f80a1 View commit details
    Browse the repository at this point in the history