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

Python client updates #241

Merged
merged 6 commits into from
Feb 5, 2021
Merged

Python client updates #241

merged 6 commits into from
Feb 5, 2021

Commits on Oct 5, 2020

  1. Normalizing the gripql output to standard Python dict. Also moving er…

    …ror check code that caused iterator to block till completion
    kellrott committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    2d8b927 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b236571 View commit details
    Browse the repository at this point in the history
  3. Fixing flake issues and re-adding iter_lines(chunk_size=None) (it see…

    …ms to help performance)
    kellrott committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    6f4a03b View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

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

Commits on Jan 12, 2021

  1. Set default log level same as root logger

    Avoids flood of log messages (1 for each query result)
    bwalsh authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    2352781 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

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