aboutsummaryrefslogtreecommitdiffstats
path: root/README.md (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-12-14half-updateds the readmeterminaldweller1-3/+15
2021-11-12removed travisterminaldweller1-1/+0
2021-08-04added a codacy badgeterminaldweller1-0/+1
2021-07-22go mod update and postman update [ci skip]terminaldweller1-1/+1
2021-07-22want to switch to grpc for the telegram bot. obviously take the telegram bot ↵terminaldweller1-0/+2
out of hived. added a robots.txt hadnler
2021-03-13added graceful shutdown.fixed the -help crashing problem. wasnt setting the ↵terminaldweller1-2/+3
content type. added CRUD for the alert endpoint. now using gorilla mux for routing.
2021-03-10added the goreportcard badge.terminaldweller1-0/+1
2021-02-27updated readme for gitpodterminaldweller1-0/+3
2021-02-26fixed a typo. updated READMEterminaldweller1-2/+5
2021-02-26added a health endpoint. change endpoint name to alert. added a health ↵terminaldweller1-4/+10
endpoint.maybe a travis fix?
2021-02-25updated readme with todo listterminaldweller1-0/+4
2021-02-25added the secrets as env vars to travis build. added the travis badgeterminaldweller1-0/+2
2021-02-25added a new endpoint for changelly. added somewhat decent logging. cleaned ↵terminaldweller1-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.