aboutsummaryrefslogtreecommitdiff
path: root/service.py
Commit message (Collapse)AuthorAgeFilesLines
* LICENSE'ing: Add individual license/copyright headers to (nearly) all files.Mike Gabriel2020-09-171-0/+26
|
* Return error status if connection to RWA wasn't successfulJonathan Weth2020-07-311-11/+20
| | | | Close #10
* Don't log so often.Jonathan Weth2020-07-311-2/+4
| | | | Close #11
* Stop service if lock file was removedJonathan Weth2020-07-301-8/+16
|
* Store lock file in own directory in /tmp/Jonathan Weth2020-07-301-1/+3
|
* Add option to configure API URLJonathan Weth2020-07-291-2/+0
|
* ReformatJonathan Weth2020-07-291-2/+4
|
* Create lock file if service is runningJonathan Weth2020-07-291-0/+16
|
* Add one-time service optionJonathan Weth2020-07-291-4/+14
|
* Use typing everywhere and clean up argparseJonathan Weth2020-07-271-13/+6
| | | | Close #8
* Add documentationJonathan Weth2020-07-271-7/+68
|
* Add loggingJonathan Weth2020-07-271-10/+30
| | | | Close #5
* Ensure that only one just can runJonathan Weth2020-07-271-2/+8
| | | | Close #6
* 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