-
Notifications
You must be signed in to change notification settings - Fork 40
feat(bindings): Move and refactor python slimrpc #1148
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
Draft
Tehsmash
wants to merge
61
commits into
main
Choose a base branch
from
python_slimrpc_examples
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
+11,128
−2,592
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
Signed-off-by: Magyari Sandor Szilard <[email protected]>
Signed-off-by: Magyari Sandor Szilard <[email protected]>
Signed-off-by: Magyari Sandor Szilard <[email protected]>
Signed-off-by: Magyari Sandor Szilard <[email protected]>
Signed-off-by: Magyari Sandor Szilard <[email protected]>
Signed-off-by: Magyari Sandor Szilard <[email protected]>
Signed-off-by: Magyari Sandor Szilard <[email protected]>
Signed-off-by: Magyari Sandor Szilard <[email protected]>
Signed-off-by: Magyari Sandor Szilard <[email protected]>
Signed-off-by: Magyari Sandor Szilard <[email protected]>
Signed-off-by: Magyari Sandor Szilard <[email protected]>
Signed-off-by: Magyari Sandor Szilard <[email protected]>
* main: feat(session): Add direction to slim app to control message flow (#1121) chore: remove simple example (#1123) build(deps): bump k8s.io/kubernetes from 1.34.1 to 1.34.2 in /internal/tools (#1119) refactor(Taskfile): move zig installation to global tools (#1120) feat: Migrate Rust MCP proxy to its own repo (#1100)
Signed-off-by: Mauro Sardara <[email protected]>
Signed-off-by: Mauro Sardara <[email protected]>
Signed-off-by: Mauro Sardara <[email protected]>
Signed-off-by: Mauro Sardara <[email protected]>
Signed-off-by: Mauro Sardara <[email protected]>
Signed-off-by: Mauro Sardara <[email protected]>
Signed-off-by: Mauro Sardara <[email protected]>
Signed-off-by: Mauro Sardara <[email protected]>
Signed-off-by: Mauro Sardara <[email protected]>
Signed-off-by: Mauro Sardara <[email protected]>
Signed-off-by: Mauro Sardara <[email protected]>
Signed-off-by: Mauro Sardara <[email protected]>
Signed-off-by: Mauro Sardara <[email protected]>
Signed-off-by: Mauro Sardara <[email protected]>
Signed-off-by: Mauro Sardara <[email protected]>
Signed-off-by: Mauro Sardara <[email protected]>
cfc08cf to
aa597a6
Compare
Signed-off-by: Mauro Sardara <[email protected]>
* origin/main: fix: remove obsolete release-please components (#1157) feat: add support of gRPC using the uds for the local communication (#1060) fix(bindings): automatically convert internal errors to exposed errors (#1154) chore: release (#1011) fix: revert release SLIM 1.0.0-rc.0 (#1153) ci: release SLIM 1.0.0-rc.0 (#1151) ci: drop slim-bindings-libs- tag and move to slim-bindings- (#1150) feat: add reference count to subscription table (#1143)
2d21e1d to
0760bde
Compare
Signed-off-by: Mauro Sardara <[email protected]>
Signed-off-by: Mauro Sardara <[email protected]>
Signed-off-by: Mauro Sardara <[email protected]>
0760bde to
56369a3
Compare
Signed-off-by: Mauro Sardara <[email protected]>
Signed-off-by: Mauro Sardara <[email protected]>
Signed-off-by: Mauro Sardara <[email protected]>
Signed-off-by: Mauro Sardara <[email protected]>
Signed-off-by: Mauro Sardara <[email protected]>
* origin/main: fix: code and image scan config files (#1199) build(deps): bump protobuf from 6.32.1 to 6.33.5 in /data-plane/python/integrations (#1177) refactor: remove integration folder (#1195) build(data-plane): upgrade to rust 1.93 (#1190) docs: 1.0.0 release notes (#1175) ci: remove unused go tools (#1172) fix: async methods in go bindings (#1149) chore(main): release helm-slim-control-plane 1.0.0 (#1173) feat(control-plane-helm): upgrade cp to 1.0.0 (#1167) fix: controller dockerfile (#1169) chore(main): release helm-slim 1.0.0 (#1105) feat(slim-helm): upgrade SLIM to 1.0.0 (#1166) chore: update slimctl cask to latest version (#1165) chore(main): release slimctl 1.0.0 (#1010) chore(main): release control-plane 1.0.0 (#994) chore(slimctl): upgrade slim-bindings to 1.0.0 (#1164) chore: release (#1156) chore(slim): release 1.0.0 (#1160) fix(ci): test-installation path (#1161) feat: support for configuring the locally started slim instance (#1139)
Signed-off-by: Mauro Sardara <[email protected]>
fb3dd3a to
631f366
Compare
Signed-off-by: Mauro Sardara <[email protected]>
Signed-off-by: Mauro Sardara <[email protected]>
Signed-off-by: Mauro Sardara <[email protected]>
56369a3 to
22e5a87
Compare
Signed-off-by: Mauro Sardara <[email protected]>
Signed-off-by: Mauro Sardara <[email protected]>
This removes the old slimrpc python integration in favor of the new slimrpc code which is integrated into the rust bindings and exposed through the FFI interface. The slimrpc-compiler is updated according to the new API and the example code from the old integration is copied over and also refactored. Signed-off-by: Sam Betts <[email protected]>
22e5a87 to
2152a3c
Compare
|
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
Type of Change
Checklist