aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* fix: nodename quotation issuenico2020-11-241-3/+3
| | | | | | | | | | * update nodename method to not use regex anymore * update readme with 2 new columns for the exit code table We used quite the broad regex to parse the nodename from the status string. But we relied on a single quote to mark the starting point. It seems some distributions don't have this starting quote, therefore breaking the api.
* pre-commit frameworknico2020-09-181-0/+13
| | | | + add pre-commit framework to reduce the amount the ci workers have to stem
* flake8 fixupnico2020-06-291-3/+3
| | | | | | | | | * fix trailing/ leading whitespaces * fix None comparison to use is + add noqa ignore statements for the influx escape replacements + add noqa ignore statements around the bare excepts TODO: This is only a temporary fix for most of the bare excepts, we need further specify those.
* clarify documentationnico2020-06-101-36/+41
| | | | | | * align url parameter to the ejabberd example * update virtualenv command * remove influxdb service requirement from service template
* further documentationnico2020-06-101-7/+38
| | | | + add systemd service documentation
* initial documentation attemptnico2020-06-091-0/+73
| | | | + add install and configuration documentations
* fix version string being unpopulatednico2020-06-091-1/+8
| | | | | | | | | | * fix version string being empty + add error code 17 to the README resolves #2 Error Code 17 means one of two things a) the configured user credentials are not correct, therefore the user is not able to properly login b) the configured user does not have the correct permissions to interact with the api
* Initial commitMartin/Geno2019-10-171-0/+2