Commit Graph

24 Commits

Author SHA1 Message Date
Medzik 5ebc9a5b0a chore: rename `backend` to `ping` 2021-09-08 20:18:35 +00:00
Medzik 6af384e731 chore: disable auto updater if version is dev 2021-09-07 20:37:03 +00:00
Medzik b3decb1561 chore(retry): add retry from utils 2021-09-05 10:50:41 +00:00
github-actions[bot] bea9b40d96 gofmt 2021-09-02 20:44:51 +00:00
Oskar d728e96d82
chore: move db connect under opts param 2021-09-02 22:44:23 +02:00
Oskar 5ebf84f529 add error check (fix lint) 2021-08-31 20:22:45 +02:00
Medzik 3391c946ff chore(opts): add option update e.g. to major version update 2021-08-31 18:16:28 +00:00
Medzik 385f98e080 feat: add timeout to stop after ping (set in config) 2021-08-30 13:41:06 +00:00
Medzik 7ef99d82c6 feat(config): Add Stop After Ping 2021-08-29 10:14:35 +00:00
github-actions[bot] c2d35979e1 gofmt 2021-08-27 17:25:59 +00:00
Oskar 7a541e244f update ci 2021-08-27 19:25:28 +02:00
Medzik a350ed7dee update 2021-08-22 12:04:12 +02:00
github-actions[bot] 5d31d95915 gofmt 2021-08-18 16:51:32 +00:00
Medzik cdefd28df7 fix: add github token to auto updater
- Added GitHub Token to auto updater
- Upgrade go-utils
2021-08-15 14:38:12 +00:00
Medzik 54833f5ac5 fix(deps): go-utils -> v0.3.0 (1/2) 2021-08-14 21:43:30 +00:00
Medzik e7894959fc chore: add go-utils 2021-08-12 19:26:54 +00:00
Medzik 018a2e9b90 feat(uptime): Add uptime to status and build date
- Moved type.go to types.go
- Added build date
- Removed linter from gitpod Dockerfile (now is in gitpod image)
- Added mongodb Database and Collection to config file (now isn't used [TODO])
- Added uptime to status
2021-08-01 15:48:24 +00:00
Medzik 689e833dbb feat: add ctx to backend ping, add cluster functional...
- Added ctx to backend ping
- Log changed Stderr to Stdout
- Added cluster functional
- Updated more files
2021-07-31 20:59:43 +00:00
Medzik 4d78ffd25b Add toml config, golint to gitpod Dockerfile...
- Add toml config, golint to gitpod Dockerfile
- Update nodemon, backend status, Readme
- Move MongoDB to mongo folder in db
2021-07-29 19:54:55 +00:00
Medzik c0aa75b980 Redis 2021-07-29 18:51:15 +00:00
Medzik bd660f5427 v1.1.0: Change error msg, Changes 2 files name to ticker.go...
- Change error messages
- backend and update: changed files name to ticker.go
- Update README, Makefile
- Added nodemon
- website: URL type now is database.URL
- backend: Remove unused http info
- Upgrade deps
2021-07-19 14:24:33 +00:00
Medzik 5bb3436eca Added Memory stats to API status
- Added Memory stats to API status
- Changed Backend Start file and function name
- Changed GIN Server panic msg
- Upgrade deps
2021-07-13 15:09:04 +02:00
Medzik ce36a83418 Simple Update
- Update Backend
- Change DB Connect from init to Connect()
- Simple Update API
2021-07-12 12:52:44 +02:00
Medzik 5498ce0a7e Initial Commit 2021-07-11 23:19:37 +02:00