Skip to content

Commit

Permalink
feat(rpc): add a proto generator which parses actions and events file…
Browse files Browse the repository at this point in the history
…s and generates proto files for them
  • Loading branch information
sassanh committed Sep 24, 2024
1 parent 32e7a1f commit 8544f01
Show file tree
Hide file tree
Showing 23 changed files with 1,306 additions and 249 deletions.
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,12 @@ venv.bak/
headless_kivy_pi_buffer.raw

# packer
*/packer/packer_cache/
*/packer/output-*
scripts/packer/packer_cache/
scripts/packer/output-*

/screenshots
/snapshot.json
/snapshot.bin

# rpc
/ubo_app/rpc/proto/ubo/v1/ubo.proto
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Upcoming

- feat(rpc): add a proto generator which parses actions and events files and generates proto files for them

## Version 0.16.2

- feat(display): add display service and put display content in the bus via `DisplayRenderEvent`
Expand Down
505 changes: 388 additions & 117 deletions poetry.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ toml = "^0.10.2"
pytest-mock = "^3.14.0"
ipython = "^8.23.0"
pyfakefs = { git = "https://github.com/pytest-dev/pyfakefs.git" }
betterproto = { extras = ["compiler"], version = "^2.0.0b7" }

[tool.poetry.extras]
default = ["headless-kivy"]
Expand Down
Loading

0 comments on commit 8544f01

Please sign in to comment.