- Jan 21, 2022
-
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
- Jan 18, 2022
-
-
David Trattnig authored
refactor: use short-lived sessions when accessing the database Closes #75 See merge request aura/engine!9
-
David Trattnig authored
feat(database): add support for sqlite database See merge request aura/engine!5
-
- Jan 14, 2022
-
-
David Trattnig authored
-
David Trattnig authored
docs: use local Debian packages for bare-metal deployment See merge request aura/engine!6
-
David Trattnig authored
# Conflicts: # docs/bare-metal-installation.md
-
David Trattnig authored
Grammar and other documentation issues See merge request aura/engine!7
-
David Trattnig authored
# Conflicts: # src/engine.py # src/mixer.py
-
David Trattnig authored
fix(heartbeat-monitor): port the "PyHeartBeat" script to Python3 See merge request aura/engine!8
-
David Trattnig authored
docs: fix spelling issues See merge request aura/engine!4
-
David Trattnig authored
Improve graceful shutdown. #88 See merge request aura/engine!10
-
David Trattnig authored
-
- Dec 13, 2021
-
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
- Dec 09, 2021
-
-
David Trattnig authored
-
David Trattnig authored
-
- Nov 30, 2021
-
-
David Trattnig authored
-
- Nov 29, 2021
-
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
- Nov 23, 2021
-
-
Lars Kruse authored
Thanks, codespell!
-
Lars Kruse authored
The Debian packages benefit from security support and should be much easier to install for most users. Currently all requirements of Auro Engine are packaged in Debian. Thus the virtualenv-related documentation snippets can be removed.
-
Lars Kruse authored
-
Lars Kruse authored
An sqlite database is much easier to setup for simple local deployments and specifically for test automation.
-
Lars Kruse authored
Previously the database connection ("DB.session") was established during the startup of Aura Engine. This was causing conflicts in the threaded execution environment (#75). Now all sessions are acquired in a short-lived context: with DB.Session() as session: ... If database query performance is a real concern, then the session contexts could be moved to a higher level. Closes: #75
-
Lars Kruse authored
In addition to porting it to python3, a number of documentation and code issues were solved: * doc: proper order of arguments * doc: mention debug mode (previously via "__debug__", now "DEBUG=1") * doc: provide example for manual heartbeat packets * code: specify timeout for "socket.recvfrom" (avoid hanging) * code: handle parameters properly (cast to int/float) * style: format with "black"
-
- Nov 22, 2021
-
-
Lars Kruse authored
-
- Nov 19, 2021
-
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
- Nov 11, 2021
-
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
- Nov 10, 2021
-
-
David Trattnig authored
-