Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-11-12 | restructured the repo-WIP | terminaldweller | 1 | -115/+0 | |
2021-07-22 | go mod update and postman update [ci skip] | terminaldweller | 1 | -3/+18 | |
2021-07-22 | want to switch to grpc for the telegram bot. obviously take the telegram bot ↵ | terminaldweller | 1 | -0/+1 | |
out of hived. added a robots.txt hadnler | |||||
2021-03-13 | added graceful shutdown.fixed the -help crashing problem. wasnt setting the ↵ | terminaldweller | 1 | -0/+2 | |
content type. added CRUD for the alert endpoint. now using gorilla mux for routing. | |||||
2021-02-25 | added a new endpoint for changelly. added somewhat decent logging. cleaned ↵ | terminaldweller | 1 | -0/+6 | |
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. | |||||
2021-02-23 | removed the expression parser. using a lib now. the addalert endpoint is ↵ | terminaldweller | 1 | -0/+91 | |
working. alert messages about fullfilment in tg now. using redis as db to keep the alerts in. |