aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixed the ip and address for the grpc servergrpcterminaldweller2021-12-143-4/+4
|
* grpc for telebot. untested. [WIP]telebotterminaldweller2021-12-145-39/+52
|
* grpc for telebot. untested. [WIP]terminaldweller2021-12-139-74/+285
|
* restructuring WIPterminaldweller2021-11-127-58/+53
|
* removed travisterminaldweller2021-11-121-1/+0
|
* restructured the repo-WIPterminaldweller2021-11-124-2/+2
|
* restructured the repo-WIPterminaldweller2021-11-1214-23/+164
|
* added a dev and deployment docker-composeterminaldweller2021-11-124-5/+34
|
* changes endpoints to crypto/terminaldweller2021-11-123-25/+25
|
* https working nowterminaldweller2021-09-111-10/+10
|
* https support-WIPterminaldweller2021-09-113-4/+19
|
* added a codacy badgeterminaldweller2021-08-041-0/+1
|
* go mod update and postman update [ci skip]terminaldweller2021-07-225-9/+107
|
* want to switch to grpc for the telegram bot. obviously take the telegram bot ↵terminaldweller2021-07-225-1/+48
| | | | out of hived. added a robots.txt hadnler
* added graceful shutdown.fixed the -help crashing problem. wasnt setting the ↵terminaldweller2021-03-134-26/+133
| | | | content type. added CRUD for the alert endpoint. now using gorilla mux for routing.
* added the goreportcard badge.terminaldweller2021-03-101-0/+1
|
* removed some dead code.terminaldweller2021-03-081-62/+9
|
* updated readme for gitpodterminaldweller2021-02-271-0/+3
|
* gitpod fixterminaldweller2021-02-271-5/+4
|
* added a dockerfile for gitpodterminaldweller2021-02-272-1/+12
|
* gitpodterminaldweller2021-02-271-0/+5
|
* update for the postman fileterminaldweller2021-02-261-9/+94
|
* fixed a typo. updated READMEterminaldweller2021-02-262-4/+6
|
* added a health endpoint. change endpoint name to alert. added a health ↵terminaldweller2021-02-268-26/+163
| | | | endpoint.maybe a travis fix?
* updated readme with todo listterminaldweller2021-02-251-0/+4
|
* kill me ...terminaldweller2021-02-251-1/+1
|
* travis...terminaldweller2021-02-251-1/+1
|
* removing tests for now. will have to see how travis handles localhost/ports ↵terminaldweller2021-02-251-1/+1
| | | | because security...
* maybe localhost?terminaldweller2021-02-251-4/+6
|
* turns out we really need that health endpoint after all. travis fix...terminaldweller2021-02-251-0/+2
|
* made a new docker-compose file for travis tests onlyterminaldweller2021-02-253-1/+35
|
* added the secrets as env vars to travis build. added the travis badgeterminaldweller2021-02-252-8/+11
|
* added a new endpoint for changelly. added somewhat decent logging. cleaned ↵terminaldweller2021-02-2511-85/+414
| | | | 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 ↵terminaldweller2021-02-236-246/+330
| | | | working. alert messages about fullfilment in tg now. using redis as db to keep the alerts in.
* forgot to add the parser...terminaldweller2021-02-221-0/+207
|
* finished the pair endpoint. writing a simple expression parser for the alert ↵terminaldweller2021-02-222-13/+162
| | | | endpoint
* the price end point works, the telegram bot is only echo thoughterminaldweller2021-02-214-0/+181
|
* Initial commitFarzad Sadeghi2021-02-213-0/+691