-
Notifications
You must be signed in to change notification settings - Fork 4
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
Commits on Jun 16, 2019
-
WIP add tests and dummy implementation for kafka protocol
Swen Wenzel committedJun 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 9b684f3 - Browse repository at this point
Copy the full SHA 9b684f3View commit details -
improve tests for kafka protocol
Swen Wenzel committedJun 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 6bdd53f - Browse repository at this point
Copy the full SHA 6bdd53fView commit details -
Swen Wenzel committed
Jun 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 64a526a - Browse repository at this point
Copy the full SHA 64a526aView commit details -
add basic implementation for struct serde
Swen Wenzel committedJun 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 9fa22e3 - Browse repository at this point
Copy the full SHA 9fa22e3View commit details -
Swen Wenzel committed
Jun 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 6196327 - Browse repository at this point
Copy the full SHA 6196327View commit details -
switch to BinaryIO and use real varlen encoding for varint and varlong
Swen Wenzel committedJun 16, 2019 Configuration menu - View commit details
-
Copy full SHA for abff002 - Browse repository at this point
Copy the full SHA abff002View commit details -
refactor and comment varlen/zigzag encoding
Swen Wenzel committedJun 16, 2019 Configuration menu - View commit details
-
Copy full SHA for a47b364 - Browse repository at this point
Copy the full SHA a47b364View commit details -
run black and optimize imports
Swen Wenzel committedJun 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 2608691 - Browse repository at this point
Copy the full SHA 2608691View commit details
Commits on Jun 17, 2019
-
Swen Wenzel committed
Jun 17, 2019 Configuration menu - View commit details
-
Copy full SHA for cea8d86 - Browse repository at this point
Copy the full SHA cea8d86View commit details
Commits on Jun 18, 2019
-
Swen Wenzel committed
Jun 18, 2019 Configuration menu - View commit details
-
Copy full SHA for 8e0c545 - Browse repository at this point
Copy the full SHA 8e0c545View commit details
Commits on Jun 21, 2019
-
Swen Wenzel committed
Jun 21, 2019 Configuration menu - View commit details
-
Copy full SHA for f710e75 - Browse repository at this point
Copy the full SHA f710e75View commit details -
first working protocol request, refactoring required
Swen Wenzel committedJun 21, 2019 Configuration menu - View commit details
-
Copy full SHA for 053114f - Browse repository at this point
Copy the full SHA 053114fView commit details -
add dataclasses to requirements for python3.6
issue warning when using python < 3.6
Swen Wenzel committedJun 21, 2019 Configuration menu - View commit details
-
Copy full SHA for 451abfd - Browse repository at this point
Copy the full SHA 451abfdView commit details
Commits on Jun 22, 2019
-
Swen Wenzel committed
Jun 22, 2019 Configuration menu - View commit details
-
Copy full SHA for de41099 - Browse repository at this point
Copy the full SHA de41099View commit details -
add beautifulsoup and requests to dev requirements
Swen Wenzel committedJun 22, 2019 Configuration menu - View commit details
-
Copy full SHA for d25c30d - Browse repository at this point
Copy the full SHA d25c30dView commit details
Commits on Jul 15, 2019
-
add gitignore for generated files
Swen Wenzel committedJul 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 0ddd0b6 - Browse repository at this point
Copy the full SHA 0ddd0b6View commit details -
Swen Wenzel committed
Jul 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 5f19963 - Browse repository at this point
Copy the full SHA 5f19963View commit details
Commits on Sep 23, 2019
-
Swen Wenzel committed
Sep 23, 2019 Configuration menu - View commit details
-
Copy full SHA for 1f885a6 - Browse repository at this point
Copy the full SHA 1f885a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e74633 - Browse repository at this point
Copy the full SHA 5e74633View commit details -
Merge branch 'master' into implement-protocol
# Conflicts: # Pipfile.lock # esque/cli/output.py # setup.py
Swen Wenzel committedSep 23, 2019 Configuration menu - View commit details
-
Copy full SHA for 1ead1af - Browse repository at this point
Copy the full SHA 1ead1afView commit details -
add dependency to dataclasses for python <3.7
Swen Wenzel committedSep 23, 2019 Configuration menu - View commit details
-
Copy full SHA for 8e3fcc2 - Browse repository at this point
Copy the full SHA 8e3fcc2View commit details -
create a few other helper files in schema_gernerator
Swen Wenzel committedSep 23, 2019 Configuration menu - View commit details
-
Copy full SHA for 0e472d5 - Browse repository at this point
Copy the full SHA 0e472d5View commit details -
Swen Wenzel committed
Sep 23, 2019 Configuration menu - View commit details
-
Copy full SHA for 262abd5 - Browse repository at this point
Copy the full SHA 262abd5View commit details -
Swen Wenzel committed
Sep 23, 2019 Configuration menu - View commit details
-
Copy full SHA for cf92c9b - Browse repository at this point
Copy the full SHA cf92c9bView commit details
Commits on Sep 24, 2019
-
run black with correct line length
Swen Wenzel committedSep 24, 2019 Configuration menu - View commit details
-
Copy full SHA for 56888e6 - Browse repository at this point
Copy the full SHA 56888e6View commit details -
Swen Wenzel committed
Sep 24, 2019 Configuration menu - View commit details
-
Copy full SHA for 52739db - Browse repository at this point
Copy the full SHA 52739dbView commit details -
use test_config for protocol test
Swen Wenzel committedSep 24, 2019 Configuration menu - View commit details
-
Copy full SHA for 3c73998 - Browse repository at this point
Copy the full SHA 3c73998View commit details -
Swen Wenzel committed
Sep 24, 2019 Configuration menu - View commit details
-
Copy full SHA for 15938e1 - Browse repository at this point
Copy the full SHA 15938e1View commit details -
optimize imports and suppress flake8 warnings in connection.py
Swen Wenzel committedSep 24, 2019 Configuration menu - View commit details
-
Copy full SHA for 3b7d907 - Browse repository at this point
Copy the full SHA 3b7d907View commit details -
Swen Wenzel committed
Sep 24, 2019 Configuration menu - View commit details
-
Copy full SHA for 5c84097 - Browse repository at this point
Copy the full SHA 5c84097View commit details