-
Notifications
You must be signed in to change notification settings - Fork 8
feat(nodejs): array support #50
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 all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
bca401e
chore(nodejs): extract transport from sender, add back support for co…
glasstiger 7efb5ec
make linter happy
glasstiger 0ddf668
more type fixes
glasstiger eb0d7ee
extract buffer from sender
glasstiger 7f4d454
TimestampUnit type
glasstiger f54ad65
code formatting
glasstiger 7a70a6d
feat(nodejs): protocol version option, binary protocol for doubles
glasstiger 87c26a4
more tests
glasstiger c7b2525
feat(nodejs): array support
glasstiger 46664d0
test unsupported array types
glasstiger 2cdf4e5
more tests, better error message
glasstiger ab6f968
array validation
glasstiger 591f740
Merge remote-tracking branch 'origin/main' into binary_protocol_arrays
glasstiger 83455aa
formatting
glasstiger 50adf5c
fix protocol_version doc
glasstiger e5a7dee
fix merge fallout
glasstiger dc29488
fix merge fallout
glasstiger 3021396
fix merge fallout
glasstiger 0ad1eca
js doc for buffer
glasstiger 4880075
code formatting
glasstiger d873996
more js doc
glasstiger 165d827
Merge branch 'binary_protocol_arrays' into arrays_support
glasstiger 505a9bb
add back scheduled run of build
glasstiger 95d997f
remove redundant buffer overflow checks
glasstiger 4f01717
js doc fix
glasstiger ccb6cab
js doc fix
glasstiger 812d5b8
use request timeout and TLS settings from Sender options in '/setting…
glasstiger 7c79739
use bracket notation for LINE_PROTO_SUPPORT_VERSION
glasstiger 7ce8469
Merge branch 'binary_protocol_arrays' into arrays_support
glasstiger adf94c3
move writeArray() into buffer v2 from base
glasstiger d705546
Update src/utils.ts
glasstiger 8ad622f
fix test
glasstiger c4feb7b
empty array support
glasstiger 935fed3
Merge remote-tracking branch 'origin/main' into arrays_support
glasstiger 3acd71f
handle zeros in arrays properly
glasstiger 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,8 @@ on: | |
branches: | ||
- main | ||
pull_request: | ||
schedule: | ||
- cron: '15 2,10,18 * * *' | ||
|
||
jobs: | ||
test: | ||
|
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.