Commit graph

10 commits

Author SHA1 Message Date
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
b13d19a4bf
remove import check for django in setup (#27)
unneeded now since the agent imports and sets up Django as part of it's
initial serving
2024-12-12 20:03:48 -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
235bb4419d
switch from runner to ipc and long-running sidecar process (#21) 2024-12-11 16:16:40 -06:00
fbe3fbd493
move thiserror and async-tract to workspace dependencies (#15) 2024-12-10 14:13:53 -06:00
81199d1699
add template tags struct (#7) 2024-12-07 21:37:36 -06:00
fce343f44d
add djls-django crate (#6)
* add djls-django crate

* rework

* oops

* add check for GDAL and GeoDjango

* lots of things

* remove unused scripts

* move scripts to dedicated mod and make static consts

* inline gdal check

* rename mod

* rename mod

* move server info to consts

* adjust pyproject

* hide rustfmt config

* simplify django setup

* adjust printing
2024-12-07 16:02:48 -06:00