aboutsummaryrefslogtreecommitdiff
path: root/service.py
Commit message (Collapse)AuthorAgeFilesLines
* Create global trigger server and handle SIGINT correctlyJonathan Weth2020-07-271-4/+40
|
* Prevent crashing when asking for status with invalid pid & mockup-mode: make ↵Daniel Teichmann2020-07-241-4/+17
| | | | sessionid's positive
* Implement bi-directional stopping of sessionsJonathan Weth2020-07-231-0/+2
|
* ReformatJonathan Weth2020-07-221-16/+22
|
* Add -m/--mockup-mode feature to service.py and session.pyDaniel Teichmann2020-07-221-3/+33
|
* Add shebang to python executablesDaniel Teichmann2020-07-221-0/+1
|
* Merge branch 'master' of gitlab.das-netzwerkteam.de:remotewebapp/session-serviceJonathan Weth2020-07-211-5/+5
|\
| * Port namespace to Arctica ProjectDaniel Teichmann2020-07-211-3/+3
| |
* | Add trigger option and API methods for updating and getting session statusJonathan Weth2020-07-211-17/+32
|/
* Implement basic session daemonJonathan Weth2020-07-201-0/+81