Commit Graph

15 Commits

Author SHA1 Message Date
Medzik 098d4456e2 NOT WORKING 2021-08-02 20:34:06 +00:00
Medzik 8bebe53731 NOT WORKING JWT 2021-08-02 19:37:42 +00:00
Medzik 7209f5b639 NOT WORKING JWT 2021-08-02 19:32:36 +00:00
Medzik b8f70413cf fix(api): delete url from database 2021-08-01 18:26:48 +00:00
Medzik 8d901b1160 fix(api): delete url 2021-08-01 17:43:59 +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 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 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