-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[ENH] Add collection config to js client #4116
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
Conversation
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
Reviewer ChecklistPlease leverage this checklist to ensure your code review is thorough before approving Testing, Bugs, Errors, Logs, Documentation
System Compatibility
Quality
|
This stack of pull requests is managed by Graphite. Learn more about stacking. |
1 task
018f5c5
to
0eb195f
Compare
94455b3
to
d7f02af
Compare
0eb195f
to
036f965
Compare
d7f02af
to
1916cd7
Compare
036f965
to
acffcaa
Compare
1916cd7
to
afcbcaf
Compare
acffcaa
to
c3c5ed8
Compare
afcbcaf
to
1ba4def
Compare
c3c5ed8
to
d2b2673
Compare
1ba4def
to
b0fd83b
Compare
bceae27
to
bf41525
Compare
13ec318
to
ee04696
Compare
bf41525
to
a418fc1
Compare
ee04696
to
4960013
Compare
7ce172a
to
525bda3
Compare
48d0344
to
e5513bc
Compare
92fcbe9
to
e321409
Compare
fc4ab73
to
db274a6
Compare
e321409
to
1723e86
Compare
db274a6
to
08a5418
Compare
ef0582e
to
5f47690
Compare
69ef0ab
to
7329be6
Compare
5f47690
to
d8bbe4e
Compare
0bcaab3
to
c81195e
Compare
4e82ab3
to
51c6447
Compare
c81195e
to
13b7424
Compare
51c6447
to
7ed7749
Compare
1 task
2ba2d00
to
cabc70d
Compare
2b50502
to
f464c51
Compare
69958a4
to
8827040
Compare
f464c51
to
4b4277d
Compare
7948fc7
to
2f333dc
Compare
4b4277d
to
f3ec5a5
Compare
2f333dc
to
87d1b56
Compare
87d1b56
to
f8328d7
Compare
reviewed with Philip offline |
Merge activity
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description of changes
This PR adds support for collection configuration in the javascript client. it updates tests, functionality, and introduces a breaking change involving how the rust server responds with include
Test plan
How are these changes tested?
pytest
for python,yarn test
for js,cargo test
for rustDocumentation Changes
Are all docstrings for user-facing APIs updated if required? Do we need to make documentation changes in the docs repository?