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

Stream apis #41

Merged
merged 29 commits into from Nov 29, 2022
Merged

Stream apis #41

merged 29 commits into from Nov 29, 2022

Commits on Oct 25, 2022

  1. chore: use immudb v1.4.0

    Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
    jeroiraz committed Oct 25, 2022
    Copy the full SHA
    f003851 View commit details
    Browse the repository at this point in the history
  2. chore: state handling by database name

    Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
    jeroiraz committed Oct 25, 2022
    Copy the full SHA
    4b6d55f View commit details
    Browse the repository at this point in the history
  3. chore: session-based authentication

    Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
    jeroiraz committed Oct 25, 2022
    Copy the full SHA
    de50cda View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. chore: session keep alive heartbeat

    Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
    jeroiraz committed Nov 1, 2022
    Copy the full SHA
    90bac3c View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. feat: wip stream apis

    Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
    jeroiraz committed Nov 7, 2022
    Copy the full SHA
    f4d73de View commit details
    Browse the repository at this point in the history
  2. test: session-related coverage

    Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
    jeroiraz committed Nov 7, 2022
    Copy the full SHA
    675e9eb View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. chore: scanAll, zscanAll, historyAll

    Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
    jeroiraz committed Nov 14, 2022
    Copy the full SHA
    e8f5282 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. chore: simplified stream apis

    Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
    jeroiraz committed Nov 15, 2022
    Copy the full SHA
    938667c View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. fix: chunking implementation

    Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
    jeroiraz committed Nov 16, 2022
    Copy the full SHA
    df01598 View commit details
    Browse the repository at this point in the history
  2. test: unit testing for LatchHolder

    Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
    jeroiraz committed Nov 16, 2022
    Copy the full SHA
    1526156 View commit details
    Browse the repository at this point in the history
  3. test: basic zadd unit testing

    Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
    jeroiraz committed Nov 16, 2022
    Copy the full SHA
    33c7feb View commit details
    Browse the repository at this point in the history
  4. chore: use temp folders during unit testing

    Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
    jeroiraz committed Nov 16, 2022
    Copy the full SHA
    ef0bf9e View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. test: unit testing database mgmt

    Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
    
    test: update test script
    
    Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
    
    test: create, unload, delete db
    
    Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
    
    test: create, unload, delete db
    
    Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
    jeroiraz committed Nov 17, 2022
    Copy the full SHA
    aad86cd View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. chore: simplified start

    Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
    jeroiraz committed Nov 21, 2022
    Copy the full SHA
    7d50531 View commit details
    Browse the repository at this point in the history
  2. test: reduced db mgmt

    Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
    jeroiraz committed Nov 21, 2022
    Copy the full SHA
    2fb8dac View commit details
    Browse the repository at this point in the history
  3. test: zscan unit testing

    Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
    jeroiraz committed Nov 21, 2022
    Copy the full SHA
    6e29fe2 View commit details
    Browse the repository at this point in the history
  4. test: increase set, get coverage

    Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
    jeroiraz committed Nov 21, 2022
    Copy the full SHA
    0f2fa05 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. test: history unit testing

    Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
    jeroiraz committed Nov 22, 2022
    Copy the full SHA
    83311e7 View commit details
    Browse the repository at this point in the history
  2. test: stream set and get

    Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
    jeroiraz committed Nov 22, 2022
    Copy the full SHA
    4408243 View commit details
    Browse the repository at this point in the history
  3. test: stream scan unit testing

    Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
    jeroiraz committed Nov 22, 2022
    Copy the full SHA
    362cef4 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. test: shorter multithread unit testing

    Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
    jeroiraz committed Nov 23, 2022
    Copy the full SHA
    7198016 View commit details
    Browse the repository at this point in the history
  2. test: simplified user mgmt test

    Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
    jeroiraz committed Nov 23, 2022
    Copy the full SHA
    b002915 View commit details
    Browse the repository at this point in the history
  3. test: validate no more entries

    Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
    jeroiraz committed Nov 23, 2022
    Copy the full SHA
    5f64bd2 View commit details
    Browse the repository at this point in the history
  4. test: basic user mgmt test

    Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
    jeroiraz committed Nov 23, 2022
    Copy the full SHA
    afc9380 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. test: streamSetAll

    Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
    jeroiraz committed Nov 25, 2022
    Copy the full SHA
    f057c14 View commit details
    Browse the repository at this point in the history
  2. feat: extended scan and zscan api

    Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
    jeroiraz committed Nov 25, 2022
    Copy the full SHA
    631ceca View commit details
    Browse the repository at this point in the history
  3. chore: gradle clean

    Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
    jeroiraz committed Nov 25, 2022
    Copy the full SHA
    2e09dd1 View commit details
    Browse the repository at this point in the history
  4. chore: bump gradle version

    Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
    jeroiraz committed Nov 25, 2022
    Copy the full SHA
    d6d7c89 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2022

  1. fix: zscanAll optional seekKey

    Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
    
    chore: default non-inclusive seek
    
    Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
    
    chore: zscanall optional seekKey
    
    Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
    
    chore: scanall optional seekKey
    
    Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
    
    fix: optional seekKey
    
    Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
    
    chore: revert gradle version
    
    Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
    
    test: split scan and zscan test cases
    
    Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
    
    test: simplified zscan
    
    Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
    
    test: simplified zscan
    
    Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
    
    minor code changes
    
    Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
    jeroiraz committed Nov 26, 2022
    Copy the full SHA
    373a575 View commit details
    Browse the repository at this point in the history