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

Implement docstring, missing methods, basic streaming #56

Merged
merged 39 commits into from
Oct 25, 2022

Commits on Sep 5, 2022

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

Commits on Sep 6, 2022

  1. Configuration menu
    Copy the full SHA
    38f0f04 View commit details
    Browse the repository at this point in the history
  2. Adding missing pytz

    Razikus committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    0bdce95 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Covering api

    Razikus committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    9df2c4b View commit details
    Browse the repository at this point in the history
  2. stream set

    Razikus committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    6bf405d View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. StreamSet from buffer

    Razikus committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    044450f View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Streams as file-like objects

    Razikus committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    6fd0748 View commit details
    Browse the repository at this point in the history
  2. Streams as file-like objects

    Razikus committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    6e95a93 View commit details
    Browse the repository at this point in the history
  3. Decrease test set size

    Razikus committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    f8cf508 View commit details
    Browse the repository at this point in the history
  4. Decrease test set size

    Razikus committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    ec7bf30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ddeb59d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    30e0a9d View commit details
    Browse the repository at this point in the history
  7. structure change

    Razikus committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    47dfdd1 View commit details
    Browse the repository at this point in the history
  8. Update grpc

    Razikus committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    5d5d63f View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. Configuration menu
    Copy the full SHA
    44e3501 View commit details
    Browse the repository at this point in the history
  2. Updated docstring

    Razikus committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    333442b View commit details
    Browse the repository at this point in the history
  3. Autopep

    Razikus committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    6bf7954 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b42d673 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Autopep8 fixes

    Razikus committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    bc979ec View commit details
    Browse the repository at this point in the history
  2. Autopep fixes

    Razikus committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    8fa332a View commit details
    Browse the repository at this point in the history
  3. removed unused imports

    Razikus committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    81f887e View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Configuration menu
    Copy the full SHA
    5f80d7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f100954 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2679cff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4039e5e View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Add license

    Razikus committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    50e437a View commit details
    Browse the repository at this point in the history
  2. Adding comments

    Razikus committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    07780c9 View commit details
    Browse the repository at this point in the history
  3. VerifiableSQL

    Razikus committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    8e7afe2 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feature/fullapisupport' of github.com:codenotary/immudb…

    …-py into feature/fullapisupport
    Razikus committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    8d5b2ad View commit details
    Browse the repository at this point in the history
  5. VerifiedSQL, 1.4.0 bump

    Razikus committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    ea8a460 View commit details
    Browse the repository at this point in the history
  6. removed unused dependency

    Razikus committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    8fc5e96 View commit details
    Browse the repository at this point in the history
  7. StreamHistory, StreamZScan

    Razikus committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    40ac334 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    58ae1b7 View commit details
    Browse the repository at this point in the history
  9. Verified Set

    Razikus committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    cba5785 View commit details
    Browse the repository at this point in the history
  10. removed bad assert

    Razikus committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    433a5fa View commit details
    Browse the repository at this point in the history
  11. Stream Exec All

    Razikus committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    ff66cce View commit details
    Browse the repository at this point in the history
  12. Auto pep 8

    Razikus committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    d268d96 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Adjustin pep8

    Razikus committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    3ae0055 View commit details
    Browse the repository at this point in the history
  2. Documentation update

    Razikus committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    0380aac View commit details
    Browse the repository at this point in the history