-
Notifications
You must be signed in to change notification settings - Fork 10
BREAKING: New ILP/HTTP and Sender.from_conf
API
#59
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
Merged
Merged
Changes from 75 commits
Commits
Show all changes
89 commits
Select commit
Hold shift + click to select a range
58adf9c
feat: ILP/HTTP
amunra 1e4dd4e
inital impl of basic_auth, token_auth and http flag
amunra 9839061
A first HTTP test
amunra 550fc84
CI changes to run vs questdb master
amunra 2297f4c
ci fix (hopefully)
amunra e497d2e
winging another ci fix
amunra 42a1f4d
another CI fix
amunra 07363ca
another ci fix
amunra ff00e32
updated to latest c-questdb-client changes
amunra 9751959
New auto_flush flag logic, no tests yet
amunra d2f6034
sync to latest c-questdb-client master commit
amunra 674df7f
fix pandas 2.0 warnings
amunra c03b0bb
First pass at adding large_string support, passing on pandas==2.2.0
nwoolmer 47895ae
Add case to check for long_string
nwoolmer 24d58f3
Removed version check, replace with format check and refactor names t…
nwoolmer 4d71a02
CI update to verify run against pre and post pandas 2.0.
nwoolmer 584ae7b
Get rid of debug print.
nwoolmer 3e5c2eb
Naming
nwoolmer a2dbde0
Addressing comments and iterating on CI
nwoolmer 0dbbd49
Iterating on CI
nwoolmer e8b487e
Iterating on CI
nwoolmer e4c3c09
Debugging CI
nwoolmer 8bc90fb
Debugging CI
nwoolmer a222f50
Debugging CI
nwoolmer 91a93e9
Debugging CI
nwoolmer 13474ac
neq -> ne
nwoolmer 84e3a6c
Merge pull request #63 from questdb/nw_large_string_support
amunra 6e1bf23
partial progress with conf str API
amunra f7deec4
progress with ILP/HTTP
amunra 13b97d9
First pass at mnaking 'at' kwarg mandatory, testing TBA
nwoolmer 93751df
WIP: initial code to use the questdb-confstr-ffi API from Python
amunra 61fa069
Merge remote-tracking branch 'origin/ilp_http' into nw_required_kw_param
nwoolmer 4ad19dd
Testing and debugging
nwoolmer 952e3d3
updated submodule
amunra f70db1f
Push down ServerTimestamp -> None remap down an API level, and more t…
nwoolmer f69e023
Merge branch 'ilp_http' into nw_required_kw_param
nwoolmer 7df9d7c
WIP: from conf_str and from_env implemented (some bugs outstanding)
amunra 71b2732
fixed a test
amunra 1955dd3
more testing magic
amunra daab935
HTTP user agent
amunra 1637771
sender.transaction()
amunra 1f4aa5f
some initial http unit testing
amunra 7289677
more sender.transaction() testing
amunra 5c949d0
more sender.transaction and auto_flush testing
amunra b145c12
auto_flush_rows testing
amunra 09b0278
test auto_flush_interval
amunra e4ba56e
testing http auth
amunra 794b09a
submodule update
amunra 068870f
submodule update
amunra 72ba292
init_capacity -> init_buf_size rename
amunra 694861f
submodule update
amunra 4d85d0f
updated examples
amunra 9d7d0d2
Added a test for 'max_buf_size'
amunra d665c3c
added 'from_conf' example with manifest
amunra d4f3ba6
test improvements
amunra fcbf22f
refactoring
amunra 8036889
http dataframe testing
amunra 33384e7
fixing tests and refreshing submodule
amunra d000f7c
another attempt fixing test_auto_flush_interval
amunra c389235
skipping dataframe tests where pandas is not available
amunra 4b9c91d
split out tls_proxy compile to separate command
amunra 2f1c92f
reattempting flaky test in loop
amunra bc00ea4
detritis removal
amunra 9f3351d
testing examples.manifest.yaml
amunra 010aa95
example fixes and new http_transaction example
amunra e6c8db0
hardened sender.transaction(..) agains accidental misuse
amunra 7b5af50
updated auto_flush_rows default to 600 for TCP
amunra 4033fbe
doc tweaks
amunra c702360
Refactored tests to use TestBases rather than using a metaclass
amunra cdb4deb
API doc tweak
amunra ade8392
docs
amunra fa51b92
doc fix
amunra 3701f8e
fixed auto_flush argument parsing to be in line with docs
amunra c6beedd
fixing flaky CI tests
amunra 3edce5a
test and string parsing fixes for auto_flush params
amunra 67a30c4
Make sure at=None cannot be submitted to row() and dataframe() APIs
nwoolmer 50b7f4d
Test debug
nwoolmer ca58748
Elide if pandas not installed
nwoolmer dbf7643
submodule update and ci code style clean-up
amunra 4848ba8
A heap of doc changes
amunra 230336a
tiny bugfix
amunra 6022fb0
more doc fixes
amunra 10534bc
probably final doc tweaks
amunra 5039739
fixed a typo
amunra d59dd72
tweaks
amunra 1408070
one for the road
amunra 5376386
updated submodule
amunra 0cf351a
Merge branch 'ilp_http' of https://github.com/questdb/py-questdb-clie…
amunra ea251d9
bumpversion fix
amunra File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule c-questdb-client
updated
63 files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ Contents | |
:maxdepth: 2 | ||
|
||
installation | ||
sender | ||
examples | ||
api | ||
troubleshooting | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops