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

11 Commits

Author SHA1 Message Date
e566299571
Introduce DetailURL
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-08-16 23:29:01 +02:00
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
478ab0eb60
Lint: Remove not required conversion
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-11-22 22:13:58 +01:00
46df546146 Added JSON version of dashboard 2016-03-27 23:02:29 +02:00
1960402d64 Fix: New dashboards were not storable 2015-07-06 23:07:04 +02:00
d975f946de Fix: Use BaseURL from config 2015-07-06 22:24:56 +02:00
6d5375e55a Migrated to Gorilla mux instead of martini 2015-07-06 22:23:46 +02:00
632ab60018 Moved towards modular storage system 2015-07-06 21:41:21 +02:00
36fc6ede75 Revert "Remove S3"
This reverts commit ba4ccee98c.
2015-07-06 20:28:44 +02:00
zainhoda
ba4ccee98c Remove S3
S3 storage becomes really expensive. The network latency is also worse
than local file latency.
2015-03-12 01:13:45 -04:00
ffaa5dc827 GOLINT: Reduced complexity of main function 2015-02-20 19:58:16 +01:00