Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-08-04 | added a codacy badge | terminaldweller | 1 | -0/+1 | |
2021-07-22 | go mod update and postman update [ci skip] | terminaldweller | 1 | -1/+1 | |
2021-07-22 | want to switch to grpc for the telegram bot. obviously take the telegram bot ↵ | terminaldweller | 1 | -0/+2 | |
out of hived. added a robots.txt hadnler | |||||
2021-03-13 | added graceful shutdown.fixed the -help crashing problem. wasnt setting the ↵ | terminaldweller | 1 | -2/+3 | |
content type. added CRUD for the alert endpoint. now using gorilla mux for routing. | |||||
2021-03-10 | added the goreportcard badge. | terminaldweller | 1 | -0/+1 | |
2021-02-27 | updated readme for gitpod | terminaldweller | 1 | -0/+3 | |
2021-02-26 | fixed a typo. updated README | terminaldweller | 1 | -2/+5 | |
2021-02-26 | added a health endpoint. change endpoint name to alert. added a health ↵ | terminaldweller | 1 | -4/+10 | |
endpoint.maybe a travis fix? | |||||
2021-02-25 | updated readme with todo list | terminaldweller | 1 | -0/+4 | |
2021-02-25 | added the secrets as env vars to travis build. added the travis badge | terminaldweller | 1 | -0/+2 | |
2021-02-25 | added a new endpoint for changelly. added somewhat decent logging. cleaned ↵ | terminaldweller | 1 | -1/+46 | |
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. |