Commit Graph

29 Commits

Author SHA1 Message Date
Medzik a1b863984c update 2021-11-10 13:38:54 +00:00
Medzik f9a954fbd3 feat: add UserAgent 2021-10-15 19:15:29 +00:00
Medzik 7240621ead fix: delete cluster option (not used in latest config) 2021-09-09 18:55:36 +00:00
Medzik 614054e446 perf(config): remove mongodb db and collection from .env
BREAKING CHANGE: mongodb database and collection ISN'T LONGER IN ENV MUST BE IN config.toml, and RENAME MONGODB_URI to MONGO_URI IN .env.
Deleted node in config.
2021-09-08 20:16:02 +00:00
Medzik 22e7e1aa11 chore(website): update getAll 2021-09-05 11:20:19 +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
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 e7894959fc chore: add go-utils 2021-08-12 19:26:54 +00:00
Medzik 3432a74d23 feat: Add Cache URLs and Database config from toml file
- Added Cache URLs from Database
- and Database Name and Collection set from toml config file
2021-08-11 10:35:51 +00:00
Medzik f09209d1bf deleted(api): now is vercel serverless 2021-08-10 19:57:36 +00:00
Medzik fe16a2ab62 feat(config): auto download schema config 2021-08-07 20:03:26 +00:00
Medzik f8f6c58519 feat(delete): Add password. You must update env (TODO: JWT) 2021-08-02 20:53:50 +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 5263dddad2 fix(version): Fix version 2021-07-31 21:21:08 +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 87f5dfb2e1 Automatize version number, add goreleaser to gitpod Dockerfile
- Automatized version number
- Added goreleaser to gitpod Dockerfile
2021-07-26 09:32:50 +00:00
Medzik cf0bb1c0a6 v1.3.1
- Added gitpod Dockerfile
- Changes in dependencies
2021-07-24 21:19:22 +00:00
Medzik f1921ff8b1 v1.3.0
- license: changed from MIT to 0BSD
- database: added retry to connect
- api: modified status
- config: moved to files env and no-env
- other modified: nodemon.json, .gitignore
2021-07-24 09:50:17 +00:00
Medzik 13771d1394 v1.2.0
- database: added collection to var
- website: changed gin.G to json type
- api: status added cpu usage and move memory to stats
- go: upgrade deps
- update nodemon cfg and README
2021-07-22 08:23:49 +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 e5bb0694f5 Small Update 2021-07-19 12:54:44 +02:00
Medzik 7a5a86a0aa Changed Auto Update 2021-07-14 13:23:30 +02:00
Medzik 94b0a800cb Fixed Lint Error 2021-07-14 12:00:17 +02: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