Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Create lock file if service is running | Jonathan Weth | 2020-07-29 | 1 | -0/+16 | |
| | ||||||
* | Update requirements.txt | Jonathan Weth | 2020-07-29 | 1 | -1/+1 | |
| | ||||||
* | Add config and docs for activation by D-Bus | Jonathan Weth | 2020-07-29 | 2 | -0/+26 | |
| | ||||||
* | Add one-time service option | Jonathan Weth | 2020-07-29 | 1 | -4/+14 | |
| | ||||||
* | Use SIGINT instead of SIGTERM to kill sub processes | Jonathan Weth | 2020-07-29 | 1 | -2/+2 | |
| | ||||||
* | Reformat | Jonathan Weth | 2020-07-27 | 1 | -4/+10 | |
| | ||||||
* | Use typing everywhere and clean up argparse | Jonathan Weth | 2020-07-27 | 2 | -17/+11 | |
| | | | | Close #8 | |||||
* | Add requirements.txt for doc generation | Jonathan Weth | 2020-07-27 | 1 | -0/+2 | |
| | ||||||
* | Add documentation | Jonathan Weth | 2020-07-27 | 14 | -62/+753 | |
| | ||||||
* | Add logging | Jonathan Weth | 2020-07-27 | 2 | -26/+66 | |
| | | | | Close #5 | |||||
* | Ensure that only one just can run | Jonathan Weth | 2020-07-27 | 2 | -4/+16 | |
| | | | | Close #6 | |||||
* | Update copyright and licence information | Jonathan Weth | 2020-07-27 | 1 | -1/+16 | |
| | ||||||
* | Add wget to dependencies | Jonathan Weth | 2020-07-27 | 1 | -1/+1 | |
| | ||||||
* | Merge branch '4-provide-global-trigger-service-for-all-sessions' into 'master' | Jonathan Weth | 2020-07-27 | 3 | -39/+81 | |
|\ | | | | | | | | | | | | | Resolve "Provide global trigger service (for all sessions)" Closes #4 See merge request remotewebapp/session-service!4 | |||||
| * | Create global trigger server and handle SIGINT correctly | Jonathan Weth | 2020-07-27 | 3 | -39/+81 | |
|/ | ||||||
* | Merge branch 'pr/bug-invalid-pid-dbus' into 'master' | Jonathan Weth | 2020-07-24 | 2 | -8/+19 | |
|\ | | | | | | | | | Prevent crashing when asking for status with invalid pid See merge request remotewebapp/session-service!3 | |||||
| * | Prevent crashing when asking for status with invalid pid & mockup-mode: make ↵ | Daniel Teichmann | 2020-07-24 | 2 | -8/+19 | |
| | | | | | | | | sessionid's positive | |||||
* | | Add system for handling jobs (like file upload/download etc.) | Jonathan Weth | 2020-07-24 | 1 | -0/+38 | |
|/ | ||||||
* | Implement bi-directional stopping of sessions | Jonathan Weth | 2020-07-23 | 2 | -1/+10 | |
| | ||||||
* | Reformat | Jonathan Weth | 2020-07-22 | 1 | -4/+5 | |
| | ||||||
* | Add support for triggered status updates | Jonathan Weth | 2020-07-22 | 1 | -4/+8 | |
| | ||||||
* | Implement Flask server more elegant | Jonathan Weth | 2020-07-22 | 1 | -5/+19 | |
| | ||||||
* | Simplify generation of random numbers | Jonathan Weth | 2020-07-22 | 1 | -21/+10 | |
| | ||||||
* | Reformat | Jonathan Weth | 2020-07-22 | 2 | -30/+50 | |
| | ||||||
* | Merge branch 'master' of gitlab.das-netzwerkteam.de:remotewebapp/session-service | Jonathan Weth | 2020-07-22 | 5 | -31/+116 | |
|\ | ||||||
| * | Merge branch 'pr/service-mockup-feature' into 'master' | Jonathan Weth | 2020-07-22 | 5 | -31/+116 | |
| |\ | | | | | | | | | | | | | Session Service should have an API mockup mode See merge request remotewebapp/session-service!2 | |||||
| | * | Add argparse as dependency | Daniel Teichmann | 2020-07-22 | 2 | -1/+14 | |
| | | | ||||||
| | * | Add -m/--mockup-mode feature to service.py and session.py | Daniel Teichmann | 2020-07-22 | 3 | -30/+100 | |
| | | | ||||||
| | * | Add shebang to python executables | Daniel Teichmann | 2020-07-22 | 2 | -0/+2 | |
| |/ | ||||||
* | | Kill Flask instead of terminating to fix hanging service process | Jonathan Weth | 2020-07-22 | 1 | -1/+1 | |
| | | ||||||
* | | Send stop request to RWA if VNC isn't running anymore | Jonathan Weth | 2020-07-22 | 1 | -2/+13 | |
|/ | ||||||
* | Update README | Jonathan Weth | 2020-07-21 | 2 | -14/+29 | |
| | | | | Close #2 | |||||
* | Merge branch 'master' of gitlab.das-netzwerkteam.de:remotewebapp/session-service | Jonathan Weth | 2020-07-21 | 3 | -7/+7 | |
|\ | ||||||
| * | Merge branch 'pr/namespace-to-arctica' into 'master' | Jonathan Weth | 2020-07-21 | 3 | -5/+5 | |
| |\ | | | | | | | | | | | | | Port namespace to Arctica Project See merge request remotewebapp/session-service!1 | |||||
| | * | Port namespace to Arctica Project | Daniel Teichmann | 2020-07-21 | 3 | -5/+5 | |
| |/ | ||||||
* / | Add trigger option and API methods for updating and getting session status | Jonathan Weth | 2020-07-21 | 5 | -18/+241 | |
|/ | ||||||
* | Add API documentation for service | Jonathan Weth | 2020-07-21 | 1 | -0/+35 | |
| | ||||||
* | Add .gitignore for Python stuff | Jonathan Weth | 2020-07-20 | 1 | -0/+138 | |
| | ||||||
* | Implement basic session daemon | Jonathan Weth | 2020-07-20 | 6 | -2/+412 | |
| | ||||||
* | Init project files | Jonathan Weth | 2020-07-17 | 4 | -0/+375 | |