-
Notifications
You must be signed in to change notification settings - Fork 5
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
Feature: Add PublishValue and Subscribe from kuksa.val.v2 #34
Feature: Add PublishValue and Subscribe from kuksa.val.v2 #34
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace submodule URL. If CI pass ok to merge
@@ -15,6 +21,12 @@ python3 -m venv ~/.venv/kuksa-client | |||
source ~/.venv/kuksa-client/bin/activate # Run this every time you want to activate kuksa-client's virtual environment | |||
``` | |||
|
|||
To use the right api interfaces of databroker run the following: | |||
```console | |||
python3 -m proto |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not related to this PR, but I am thinking if we should add
proto/**/*.py
to the .gitignore of kuksa-databroker so that the submodule isn't reported as dirty after this command
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested it locally, if you change the two info
to debug I am happy
(alternatively keep them as info but add a TODO comment that they longterm shall be debug)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This modifies as well the generation of the files from submodules. Needs to be checked if this works as well for the pypi package or if we need to change back.