aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* debian/patches: Drop quilt patches again. Of not much use with DH compat ↵Mike Gabriel2020-09-182-12/+0
| | | | level 12 if package is native.
* Revert "debian/rules: Explicitly demand quilt as patch management system ↵Mike Gabriel2020-09-181-1/+1
| | | | | | (because of source/format 1.0)." This reverts commit 4aee21bfbfe1991e64fb34d7c890766972700935.
* debian/control: Explicit B-D on quilt.Mike Gabriel2020-09-181-0/+1
|
* debian/rules: Explicitly demand quilt as patch management system (because of ↵Mike Gabriel2020-09-181-1/+1
| | | | source/format 1.0).
* debian/control: Downgrade DH compat level to version 12 (to amend builds on ↵Mike Gabriel2020-09-171-1/+1
| | | | Ubuntu 20.04).
* debian/: Initial draft for creating DEB packages.Mike Gabriel2020-09-1712-0/+110
|
* config.py: Use project name as /etc/ folder namespace (rwa-session-service ↵Mike Gabriel2020-09-171-1/+1
| | | | -> remote-support-session-service).
* docs/admin/04_dbus.rst: Add python3-dynaconf to list of required packages.Mike Gabriel2020-09-171-1/+1
|
* LICENSE'ing: Add individual license/copyright headers to (nearly) all files.Mike Gabriel2020-09-179-0/+227
|
* Change bind IP to 0.0.0.0Jonathan Weth2020-08-181-1/+1
|
* Fix typoJonathan Weth2020-07-311-1/+1
|
* Return error status if connection to RWA wasn't successfulJonathan Weth2020-07-312-21/+36
| | | | Close #10
* Don't log so often.Jonathan Weth2020-07-311-2/+4
| | | | Close #11
* Stop service if lock file was removedJonathan Weth2020-07-302-8/+41
|
* Store lock file in own directory in /tmp/Jonathan Weth2020-07-301-1/+3
|
* Update documentationJonathan Weth2020-07-291-2/+8
|
* Add option to configure API URLJonathan Weth2020-07-297-27/+65
|
* Remove legacy API documentationJonathan Weth2020-07-291-69/+0
|
* Remove legacy requirements.txtJonathan Weth2020-07-291-2/+0
|
* ReformatJonathan Weth2020-07-291-2/+4
|
* ReformatJonathan Weth2020-07-291-2/+2
|
* Create lock file if service is runningJonathan Weth2020-07-291-0/+16
|
* Update requirements.txtJonathan Weth2020-07-291-1/+1
|
* Add config and docs for activation by D-BusJonathan Weth2020-07-292-0/+26
|
* Add one-time service optionJonathan Weth2020-07-291-4/+14
|
* Use SIGINT instead of SIGTERM to kill sub processesJonathan Weth2020-07-291-2/+2
|
* ReformatJonathan Weth2020-07-271-4/+10
|
* Use typing everywhere and clean up argparseJonathan Weth2020-07-272-17/+11
| | | | Close #8
* Add requirements.txt for doc generationJonathan Weth2020-07-271-0/+2
|
* Add documentationJonathan Weth2020-07-2714-62/+753
|
* Add loggingJonathan Weth2020-07-272-26/+66
| | | | Close #5
* Ensure that only one just can runJonathan Weth2020-07-272-4/+16
| | | | Close #6
* Update copyright and licence informationJonathan Weth2020-07-271-1/+16
|
* Add wget to dependenciesJonathan Weth2020-07-271-1/+1
|
* Merge branch '4-provide-global-trigger-service-for-all-sessions' into 'master'Jonathan Weth2020-07-273-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 correctlyJonathan Weth2020-07-273-39/+81
|/
* Merge branch 'pr/bug-invalid-pid-dbus' into 'master'Jonathan Weth2020-07-242-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 Teichmann2020-07-242-8/+19
| | | | | | | | sessionid's positive
* | Add system for handling jobs (like file upload/download etc.)Jonathan Weth2020-07-241-0/+38
|/
* Implement bi-directional stopping of sessionsJonathan Weth2020-07-232-1/+10
|
* ReformatJonathan Weth2020-07-221-4/+5
|
* Add support for triggered status updatesJonathan Weth2020-07-221-4/+8
|
* Implement Flask server more elegantJonathan Weth2020-07-221-5/+19
|
* Simplify generation of random numbersJonathan Weth2020-07-221-21/+10
|
* ReformatJonathan Weth2020-07-222-30/+50
|
* Merge branch 'master' of gitlab.das-netzwerkteam.de:remotewebapp/session-serviceJonathan Weth2020-07-225-31/+116
|\
| * Merge branch 'pr/service-mockup-feature' into 'master'Jonathan Weth2020-07-225-31/+116
| |\ | | | | | | | | | | | | Session Service should have an API mockup mode See merge request remotewebapp/session-service!2
| | * Add argparse as dependencyDaniel Teichmann2020-07-222-1/+14
| | |
| | * Add -m/--mockup-mode feature to service.py and session.pyDaniel Teichmann2020-07-223-30/+100
| | |
| | * Add shebang to python executablesDaniel Teichmann2020-07-222-0/+2
| |/