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

Support new query-stream API with HTTP/2 #79

Merged
merged 20 commits into from
Aug 28, 2020
Merged

Support new query-stream API with HTTP/2 #79

merged 20 commits into from
Aug 28, 2020

Commits on Aug 21, 2020

  1. add requirement

    harlev committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    822bf6f View commit details
    Browse the repository at this point in the history
  2. basic http/2 request

    harlev committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    32d37ff View commit details
    Browse the repository at this point in the history
  3. read chunks

    harlev committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    bc9a0a5 View commit details
    Browse the repository at this point in the history
  4. use http2 optionaly

    harlev committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    612f6ba View commit details
    Browse the repository at this point in the history
  5. test regular http

    harlev committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    38847e2 View commit details
    Browse the repository at this point in the history
  6. test http2

    harlev committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    bc66e90 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    63967f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2020

  1. update readme

    harlev committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    afe2369 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Configuration menu
    Copy the full SHA
    486be81 View commit details
    Browse the repository at this point in the history
  2. add hyper to dev requirements

    harlev committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    8529f2b View commit details
    Browse the repository at this point in the history
  3. refactor request2

    harlev committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    fff1eec View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. support "close-query"

    harlev committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    189ae5c View commit details
    Browse the repository at this point in the history
  2. add "inserts_stream" API

    harlev committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    d5a890d View commit details
    Browse the repository at this point in the history
  3. update tests

    harlev committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    282a498 View commit details
    Browse the repository at this point in the history
  4. update readme

    harlev committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    2c0aac5 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Merge branch 'parse_query_results' into query-stream

    # Conflicts:
    #	ksql/client.py
    #	tests/test_client.py
    harlev committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    1a70258 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6058e52 View commit details
    Browse the repository at this point in the history
  3. fix string formating

    harlev committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    8c6ad45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe3293f View commit details
    Browse the repository at this point in the history
  5. add hyper

    harlev committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    b0d6828 View commit details
    Browse the repository at this point in the history