Commit Graph

15 Commits

Author SHA1 Message Date
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 44eeaa6bf7 chore: change pid
Change to cpu.PID in api/status
2021-08-20 10:41:52 +00:00
Medzik e9f0631881 chore(fix api): cpu arch 2021-08-15 17:49:57 +00:00
Medzik 4095092cca chore(utils): update 2/2 2021-08-15 14:30:38 +00:00
Medzik 35298bacfc chore(utils): v0.0.0 => v0.0.1 2021-08-12 21:00:37 +00:00
Medzik dd0d47d166 Update 2021-08-12 19:39:05 +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 c0aa75b980 Redis 2021-07-29 18:51:15 +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 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