1
0
mirror of https://github.com/Luzifer/mondash.git synced 2024-09-19 08:52:58 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
f3c31476b4
Major: Rework frontend, API and improve code quality (#5)
* Update dependencies
* Improve code quality
* Apply linter advices
* Add gzip compression to all requests
* Rework frontend
* Apply bootswatch theme
* Hide historic details when not requested
* Remove debugging header
* Apply auto-migration of meta fields
* Fix broken "last update" time
* Pre-sort metrics for frontend / API
* Add tooltip with absolute time
* Some design fixes
* Add tooltip with absolute date to last ok
* Implement filters
* Apply eslint --fix
* Remove unused var
* Remove remains of old template engine
* Update baked in assets
* Update Dockerfile for new version

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-05-25 00:03:06 +02:00
f3932a4d57
Fix: Welcome dashboard contains no metrics for 1m
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-11-22 22:11:44 +01:00
21e57d0bd9
Do not use MAD on example dashboard
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-11-22 22:08:29 +01:00
b9e5281a87 Fix: Do not try to continue if error ocurred 2015-07-06 22:32:25 +02:00
632ab60018 Moved towards modular storage system 2015-07-06 21:41:21 +02:00
daa9b7eed7 Added "value" parameter to API documentation and welcome runner 2015-07-06 20:35:51 +02:00
fad4a6cb8d Close the reader to ensure we don't spam with open FDs 2015-04-22 22:13:00 +02:00
67eb34ac43 GOLINT: Explicitly ignore errors 2015-02-20 19:47:36 +01:00
2cfd00b245 GOLINT: Unexported data types 2015-02-20 19:41:36 +01:00
919e361353 Initial version 2015-02-07 19:32:44 +01:00