aboutsummaryrefslogtreecommitdiff
path: root/rwa/support/sessionservice/service.py
Commit message (Expand)AuthorAgeFilesLines
* pyproject.toml: Bump flask & python version; rwa/*: Adjust import statements ...Daniel Teichmann2023-02-211-5/+5
* Fix URL duplication matchingDaniel Teichmann2021-07-021-1/+1
* Reflect API changes in docstringsDaniel Teichmann2021-07-021-4/+5
* Fix duplicate url matchingDaniel Teichmann2021-07-011-8/+15
* Rename: host_id->host_uuid; Rename: host->host_url; Add debug logging statementsDaniel Teichmann2021-07-011-69/+72
* Fix KeyError not handledDaniel Teichmann2021-07-011-1/+1
* Fix bug when python version not ^3.9Daniel Teichmann2021-07-011-1/+1
* Alter logging statementsDaniel Teichmann2021-07-011-11/+21
* Merge branch 'master' into refactor/id-systemJonathan Weth2021-07-011-20/+28
|\
| * Rework and add some logging statements.Daniel Teichmann2021-07-011-20/+28
* | Refactor ID systemJonathan Weth2021-07-011-59/+97
|/
* Check if the host is already presentJonathan Weth2021-07-011-1/+8
* Merge branch 'master' into feature/api-handshakeJonathan Weth2021-07-011-11/+17
|\
| * Move user settings to service and save settings after changing data instead o...Jonathan Weth2021-07-011-11/+16
* | Merge branch 'master' into feature/api-handshakeJonathan Weth2021-06-301-32/+80
|\|
| * Clean up doc strings and debug statementsJonathan Weth2021-06-301-44/+27
| * Add url validator for incomming stringsDaniel Teichmann2021-06-301-0/+11
| * Refactoring: more debug informationDaniel Teichmann2021-06-301-18/+72
* | Implement API handshakeJonathan Weth2021-06-291-6/+82
|/
* Drop dynaconf supportJonathan Weth2021-06-281-1/+1
* Merge branch 'master' into feature/multiple-hostsJonathan Weth2021-06-281-5/+15
|\
| * Merge branch 'master' of gitlab.das-netzwerkteam.de:remotewebapp/rwa.support....Jonathan Weth2021-06-281-4/+14
| |\
| | * Add a new signal handler for SIGQUIT. SIGQUIT signals the service to stop ALL...Daniel Teichmann2021-06-281-4/+14
| * | Log connection errors in service betterJonathan Weth2021-06-281-1/+1
| |/
* | Merge branch 'master' into feature/multiple-hostsJonathan Weth2021-06-281-29/+20
|\|
| * Use click in Session ServiceJonathan Weth2021-06-281-29/+20
* | Support multiple hostsJonathan Weth2021-06-281-2/+72
|/
* Introduce and apply reformat/lintJonathan Weth2021-06-231-26/+28
* Restructure project directory and provide script for session serviceJonathan Weth2021-06-231-0/+340