Commit graph

16 commits

Author SHA1 Message Date
89ebf32a21 wip 2024-12-22 15:11:18 -06:00
77d4b4fb8e fix macros 2024-12-18 18:52:12 -06:00
52ac4609a6 remove Protobufs and swap to using native Rust types -> JSON Schema -> Pydantic models 2024-12-18 18:01:22 -06:00
8e941ba8a0
reorganize proto files a bit (#30)
Some checks are pending
test / test (macos-latest) (push) Waiting to run
test / test (ubuntu-latest) (push) Waiting to run
test / test (windows-latest) (push) Waiting to run
2024-12-14 00:06:06 -06:00
cff90ee869
move GIS check to Python agent (#29) 2024-12-12 23:32:52 -06:00
b993e35460
centralize commands (#28) 2024-12-12 22:51:35 -06:00
0a6e975ca5
Get rid of all transport types and settle on Protobuf (#25)
* Get rid of all transport types and settle on Protobuf

hope i don't regret this

* Update Cargo.toml

* Update agent.py
2024-12-12 16:53:49 -06:00
643a47953e
add protobuf transport and refactor to support (#24) 2024-12-11 20:28:57 -06:00
a135fdc8bb
remove unneeded client and server code (#22) 2024-12-11 16:24:03 -06:00
235bb4419d
switch from runner to ipc and long-running sidecar process (#21) 2024-12-11 16:16:40 -06:00
2cbc24b5f0 remove unused socket_path 2024-12-10 22:18:20 -06:00
6f27c5ba9d
remove vestiges of windows traits (#19)
* remove vestiges of windows traits

* remove unused
2024-12-10 22:16:09 -06:00
7573415597 fix 2024-12-10 21:37:54 -06:00
58c5724392
Update client.rs 2024-12-10 21:12:22 -06:00
8636a7f198
add integration tests for retries, fix bugs that surfaced (#18) 2024-12-10 20:27:21 -06:00
a2ebd0dc8f
create djls-ipc crate for communicating with Django process (#17) 2024-12-10 18:49:41 -06:00