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 protocol #72

Closed
wants to merge 30 commits into from
Closed

Implement protocol #72

wants to merge 30 commits into from

Commits on Jun 16, 2019

  1. Configuration menu
    Copy the full SHA
    9b684f3 View commit details
    Browse the repository at this point in the history
  2. improve tests for kafka protocol

    Swen Wenzel committed Jun 16, 2019
    Configuration menu
    Copy the full SHA
    6bdd53f View commit details
    Browse the repository at this point in the history
  3. finish typing for structs.py

    Swen Wenzel committed Jun 16, 2019
    Configuration menu
    Copy the full SHA
    64a526a View commit details
    Browse the repository at this point in the history
  4. add basic implementation for struct serde

    Swen Wenzel committed Jun 16, 2019
    Configuration menu
    Copy the full SHA
    9fa22e3 View commit details
    Browse the repository at this point in the history
  5. add test for array serde

    Swen Wenzel committed Jun 16, 2019
    Configuration menu
    Copy the full SHA
    6196327 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    abff002 View commit details
    Browse the repository at this point in the history
  7. refactor and comment varlen/zigzag encoding

    Swen Wenzel committed Jun 16, 2019
    Configuration menu
    Copy the full SHA
    a47b364 View commit details
    Browse the repository at this point in the history
  8. run black and optimize imports

    Swen Wenzel committed Jun 16, 2019
    Configuration menu
    Copy the full SHA
    2608691 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2019

  1. import correct BinaryIO type

    Swen Wenzel committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    cea8d86 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

  1. refactor structs.py a little

    Swen Wenzel committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    8e0c545 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. refactor serializers

    Swen Wenzel committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    f710e75 View commit details
    Browse the repository at this point in the history
  2. first working protocol request, refactoring required

    Swen Wenzel committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    053114f View commit details
    Browse the repository at this point in the history
  3. add dataclasses to requirements for python3.6

    issue warning when using python < 3.6
    Swen Wenzel committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    451abfd View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2019

  1. some refactoring

    Swen Wenzel committed Jun 22, 2019
    Configuration menu
    Copy the full SHA
    de41099 View commit details
    Browse the repository at this point in the history
  2. add beautifulsoup and requests to dev requirements

    Swen Wenzel committed Jun 22, 2019
    Configuration menu
    Copy the full SHA
    d25c30d View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. add gitignore for generated files

    Swen Wenzel committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    0ddd0b6 View commit details
    Browse the repository at this point in the history
  2. WIP protocol code generator

    Swen Wenzel committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    5f19963 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. add new api endpoint

    Swen Wenzel committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    1f885a6 View commit details
    Browse the repository at this point in the history
  2. resolve api version compatibilities

    a few other improvements
    Swen Wenzel committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    5e74633 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into implement-protocol

    # Conflicts:
    #	Pipfile.lock
    #	esque/cli/output.py
    #	setup.py
    Swen Wenzel committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    1ead1af View commit details
    Browse the repository at this point in the history
  4. add dependency to dataclasses for python <3.7

    Swen Wenzel committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    8e3fcc2 View commit details
    Browse the repository at this point in the history
  5. create a few other helper files in schema_gernerator

    Swen Wenzel committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    0e472d5 View commit details
    Browse the repository at this point in the history
  6. add generated api files

    Swen Wenzel committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    262abd5 View commit details
    Browse the repository at this point in the history
  7. reformat and refactor code

    Swen Wenzel committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    cf92c9b View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. run black with correct line length

    Swen Wenzel committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    56888e6 View commit details
    Browse the repository at this point in the history
  2. fix api version query

    Swen Wenzel committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    52739db View commit details
    Browse the repository at this point in the history
  3. use test_config for protocol test

    Swen Wenzel committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    3c73998 View commit details
    Browse the repository at this point in the history
  4. run black on schema generator

    Swen Wenzel committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    15938e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b7d907 View commit details
    Browse the repository at this point in the history
  6. run black again on api files

    Swen Wenzel committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    5c84097 View commit details
    Browse the repository at this point in the history