-
Notifications
You must be signed in to change notification settings - Fork 0
feat(sdk): update for coordinode-server v0.4.1 #47
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
25 commits
Select commit
Hold shift + click to select a range
4b0274b
feat(sdk): update for coordinode-server v0.4.1
polaz d0b05df
refactor(sdk): drop orphaned HybridResult and clear notebook outputs
polaz c2ce320
chore(demo): strip non-deterministic notebook metadata
polaz 8d69841
feat(sdk): expose consistency controls and document v0.4 features
polaz 354a32d
fix(demo): install protobuf-compiler before embedded build in Colab
polaz 4175e96
fix(sdk,demo): tighten consistency validation and pin coordinode SDK …
polaz 4f6a797
fix(demo): pin coordinode SDK in 03 notebook Colab branch, surface un…
polaz c8cea55
fix(demo): remove unpinned coordinode override from Colab install block
polaz 5957b8b
fix(demo): tighten pin condition and hard-fail on unhealthy gRPC port
polaz 443b189
fix(demo,tests,docs): guard apt install, proto stub import, README ex…
polaz 991f6e7
fix(demo): close failed CoordinodeClient before raise; reinstate hard…
polaz 0b7fd95
fix(demo): drop port probe, switch embedded to file-backed persistence
polaz d53ee73
test(integration): exercise cypher() consistency kwargs; build(demo):…
polaz c8ae149
style(tests,build): use module-level pytest import; gitignore embedde…
polaz e938194
fix(demo,tests,docs): restore embedded adapter wrap, tighten test cle…
polaz 8f88a67
docs(coordinode): note CREATE TEXT INDEX prerequisite for hybrid sear…
polaz 10ab38d
fix(demo,build,tests): always pin SDK in Colab, broaden extension ign…
polaz 2cd87d3
docs(demo): expand seed success message to cover embedded + server modes
polaz 15e6a20
build(demo): bump Colab pin to 2cd87d3092f5d0112c662f20309846cec38ea793
polaz c2d62b0
fix(demo): stable DEMO_TAG in embedded mode and portable temp dir
polaz ced47e8
build(demo): bump Colab pin to c2d62b0595867651df43c2b3d3fdbec4341d6642
polaz 50ddc08
fix(sdk,demo): validate causal-read precondition; clarify embedded in…
polaz f6c3f50
build(demo): bump Colab pin to 50ddc08a89a21fca73be007cb22b57a0054225c3
polaz 9f86b93
style(sdk): strip whitespace when normalizing write_concern for causa…
polaz d62e53b
fix(sdk): validate after_index type before causal-read precondition c…
polaz 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
Some comments aren't visible on the classic Files Changed page.
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 |
|---|---|---|
|
|
@@ -28,3 +28,4 @@ CLAUDE.md | |
| DEVLOG*.md | ||
|
|
||
| **/.ipynb_checkpoints/ | ||
| .claude/ | ||
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 |
|---|---|---|
| @@ -1,2 +1,5 @@ | ||
| target/ | ||
| Cargo.lock | ||
| *.so | ||
| *.pyd | ||
| *.dylib | ||
Submodule coordinode-rs
updated
72 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
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.
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.