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

Issue 40: Refactor/cleanup metadata layer #41

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

Commits on Mar 15, 2021

  1. implement AbstractTestQueries for integration tests

    Signed-off-by: Andrew Robertson <[email protected]>
    adrdc committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    1ceeac1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f54a8b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. add missing reference to docker client

    Signed-off-by: Andrew Robertson <[email protected]>
    adrdc committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    856d501 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Configuration menu
    Copy the full SHA
    da8de35 View commit details
    Browse the repository at this point in the history
  2. update header in 3 test files

    Signed-off-by: Andrew Robertson <[email protected]>
    adrdc committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    3930e87 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. only run integration tests if -Pintegration flag is set

    Signed-off-by: Andrew Robertson <[email protected]>
    adrdc committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    dbe84ca View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. use InProcPravega (instead of external docker container)

    Signed-off-by: Andrew Robertson <[email protected]>
    adrdc committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    4cd341f View commit details
    Browse the repository at this point in the history
  2. rename test classes

    Signed-off-by: Andrew Robertson <[email protected]>
    adrdc committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    ac70c64 View commit details
    Browse the repository at this point in the history
  3. github actions -> jdk11

    Signed-off-by: Andrew Robertson <[email protected]>
    adrdc committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    60fa0d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. pluggable schema registry. simplified PravegaTableDescriptionSupplier

    Signed-off-by: Andrew Robertson <[email protected]>
    adrdc committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    f95d21e View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. working example with confluent

    Signed-off-by: Andrew Robertson <[email protected]>
    adrdc committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    61d0624 View commit details
    Browse the repository at this point in the history
  2. allow list of component streams in multi source stream definition

    Signed-off-by: Andrew Robertson <[email protected]>
    adrdc committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    7fc93b4 View commit details
    Browse the repository at this point in the history
  3. add confluent lib, remove stale/test aws key config

    Signed-off-by: Andrew Robertson <[email protected]>
    adrdc committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    c8d8267 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c773080 View commit details
    Browse the repository at this point in the history
  5. add package to unit-test

    Signed-off-by: Andrew Robertson <[email protected]>
    adrdc committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    a948bc1 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Configuration menu
    Copy the full SHA
    e534d50 View commit details
    Browse the repository at this point in the history
  2. add git rev to class header/borrowed code

    Signed-off-by: Andrew Robertson <[email protected]>
    adrdc committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    4b55331 View commit details
    Browse the repository at this point in the history
  3. update README

    Signed-off-by: Andrew Robertson <[email protected]>
    adrdc committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    9341a09 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8661858 View commit details
    Browse the repository at this point in the history
  5. bad class?

    Signed-off-by: Andrew Robertson <[email protected]>
    adrdc committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    6d63a4f View commit details
    Browse the repository at this point in the history
  6. re-add same file

    Signed-off-by: Andrew Robertson <[email protected]>
    adrdc committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    3ec71e3 View commit details
    Browse the repository at this point in the history
  7. add unit test, rename some files

    Signed-off-by: Andrew Robertson <[email protected]>
    adrdc committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    534fa5b View commit details
    Browse the repository at this point in the history
  8. separate schemas from different tests

    Signed-off-by: Andrew Robertson <[email protected]>
    adrdc committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    7b2a4e0 View commit details
    Browse the repository at this point in the history
  9. add unit test for pravega schema registry

    Signed-off-by: Andrew Robertson <[email protected]>
    adrdc committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    cd037a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. unit test for table supplier, test multi source

    Signed-off-by: Andrew Robertson <[email protected]>
    adrdc committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    f9f31c9 View commit details
    Browse the repository at this point in the history
  2. use new test util in UT

    Signed-off-by: Andrew Robertson <[email protected]>
    adrdc committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    0184eab View commit details
    Browse the repository at this point in the history
  3. fix issue in integration test. now that we are listing vs. seeding ca…

    …che for test.
    
    Signed-off-by: Andrew Robertson <[email protected]>
    adrdc committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    067a3e8 View commit details
    Browse the repository at this point in the history
  4. restore formatting

    Signed-off-by: Andrew Robertson <[email protected]>
    adrdc committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    e78ccc7 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. Configuration menu
    Copy the full SHA
    c75d005 View commit details
    Browse the repository at this point in the history
  2. add maven location for confluent sr lib

    Signed-off-by: Andrew Robertson <[email protected]>
    adrdc committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    6905745 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Configuration menu
    Copy the full SHA
    e1214f1 View commit details
    Browse the repository at this point in the history
  2. remove confluent

    Signed-off-by: Andrew Robertson <[email protected]>
    adrdc committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    5bbb17e View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. remove spurious changes

    Signed-off-by: Andrew Robertson <[email protected]>
    adrdc committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    c4cd4bf View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Configuration menu
    Copy the full SHA
    fbc9508 View commit details
    Browse the repository at this point in the history
  2. rename resource files to includce schema

    Signed-off-by: Andrew Robertson <[email protected]>
    adrdc committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    acd5cf4 View commit details
    Browse the repository at this point in the history
  3. relocate test util files

    Signed-off-by: Andrew Robertson <[email protected]>
    adrdc committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    5333026 View commit details
    Browse the repository at this point in the history
  4. replicate changes to trino

    Signed-off-by: Andrew Robertson <[email protected]>
    adrdc committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    7a9fc48 View commit details
    Browse the repository at this point in the history
  5. change types in trino

    Signed-off-by: Andrew Robertson <[email protected]>
    adrdc committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    88bb493 View commit details
    Browse the repository at this point in the history
  6. missed files

    Signed-off-by: Andrew Robertson <[email protected]>
    adrdc committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    c928ca7 View commit details
    Browse the repository at this point in the history
  7. trino: add missing resource files; use test naming scheme

    Signed-off-by: Andrew Robertson <[email protected]>
    adrdc committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    31ba8be View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

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