You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Previous code would still process the incoming mqtt message if the schema was rejected, so that was fixed. Also, the slac_timeout was included in the wrong field of the read function
* Due to a bug in poetry, the username and password of the private repo needs to be specified in the url
* adapted the time sleep for the ev simulator
* removed timeout incorrect config
* changed sleep time in ev simu
* reverted username/pass change to allow CI to pass (test)
* added CWD to the path to the .env file to avoid issues when starting the lib as if the module is installed in the env, environs tries to fetch the .env from the directory where it was installed and not from the one where the application was started
* added option to set the path to the .env file of the system
* fixed README, removed unused env settings and removed network_mode host from prod yml
* Added a recipe to start the code with elevated privileges and adapted the README
* added recipe to start the ev simulation of slac
* reformatted code
* reformatted code
* removed sed from make poetry-update and refactored install-local
@# Due to a Keyring issue under Ubuntu systems, the password configuration does not work as expected: https://github.com/python-poetry/poetry/issues/4902
69
+
@# As so, instead we use sed to substitute the credentials.
70
+
sed -i.bkp 's@https://pypi.switch-ev.com/simple/@https://${PYPI_USER}:${PYPI_PASS}\@pypi.switch-ev.com/simple/@g' pyproject.toml
0 commit comments