Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | https support-WIP | terminaldweller | 2021-09-11 | 1 | -2/+0 |
| | |||||
* | go mod update and postman update [ci skip] | terminaldweller | 2021-07-22 | 1 | -0/+2 |
| | |||||
* | added graceful shutdown.fixed the -help crashing problem. wasnt setting the ↵ | terminaldweller | 2021-03-13 | 1 | -0/+1 |
| | | | | content type. added CRUD for the alert endpoint. now using gorilla mux for routing. | ||||
* | added a new endpoint for changelly. added somewhat decent logging. cleaned ↵ | terminaldweller | 2021-02-25 | 1 | -0/+1 |
| | | | | up the code a bit. the secrets are all environment variables now since we want publicly availale CI. the api and postman docs are added. added travis integration. | ||||
* | removed the expression parser. using a lib now. the addalert endpoint is ↵ | terminaldweller | 2021-02-23 | 1 | -0/+10 |
working. alert messages about fullfilment in tg now. using redis as db to keep the alerts in. |