Commit Graph

10 Commits (ee61acf70b7e7b50db370f48813defea812cab5f)

Author SHA1 Message Date
Trivernis 6a63536bc8
Merge branch 'develop' into renovate/winston-daily-rotate-file-3.x 6 years ago
Renovate Bot 44874d16c5
Update dependency winston-daily-rotate-file to v3.6.0 6 years ago
Trivernis 54c3075d42
Merge branch 'develop' into renovate/jsdom-13.x 6 years ago
Renovate Bot 5b95e8256d
Update dependency jsdom to v13.2.0 6 years ago
Renovate Bot 254998be90
Update dependency jsdom to v13 6 years ago
Renovate Bot 47a74123ee
Pin dependencies 6 years ago
Trivernis be7e9574af Updated Elements and caching
- flag nocache deactivates the use of cache
- the graph adapts to the screensize (after re-redering)
- the server automatically generates a json with the current cpu usage.
6 years ago
Julius Riegel 0f4c0de2d8 Statuscodes and Cleanups
- Removed caching_dump.json
- Added cleanup function that is called on
  process exit.
- .cache directory will be deleted on cleanup
- The server can now respond with error 403 or 404 depending on the 
request
- Changed exit in testing mode to 10 seconds
6 years ago
Trivernis 3a0cfef640 Additional Code-Cleanup
closes #2
- removed constant cache variable in server.js
- renamed second data variable in script.js
- removed variable vueApp in data.js
6 years ago
Trivernis cf9f51013c Code-Cleanup and package.json
- Added package.json with dependencies
- Cleaned up unreachable code
- Moved a function definition in caching.js to the top of the file
- Added some comments
6 years ago