1
0
Fork 0
mirror of https://github.com/Luzifer/mondash.git synced 2024-11-10 00:20:02 +00:00
Commit graph

22 commits

Author SHA1 Message Date
7d99bb4e38
Replace old vendoring with go modules, npm audit fix
Squashed commit of the following:

commit cb9373983dde31eb56c45e78c17c44ae2e38ee00
Author: Knut Ahlers <knut@ahlers.me>
Date:   Sun Oct 18 03:31:25 2020 +0200

    Update Dockerfile for readonly mod

    Signed-off-by: Knut Ahlers <knut@ahlers.me>

commit b21597f19808c79ad63b30033100e383d1d80034
Author: Knut Ahlers <knut@ahlers.me>
Date:   Sun Oct 18 03:28:52 2020 +0200

    Re-generate assets file

    Signed-off-by: Knut Ahlers <knut@ahlers.me>

commit 6e06ee024afb60b5c374c3935b02c1a1b6e5fefb
Author: Knut Ahlers <knut@ahlers.me>
Date:   Sun Oct 18 03:27:33 2020 +0200

    Execute `npm audit fix`

    Signed-off-by: Knut Ahlers <knut@ahlers.me>

commit d83316da0fb3103c92a47d58833a784ebe3b28a8
Author: Knut Ahlers <knut@ahlers.me>
Date:   Sun Oct 18 03:26:05 2020 +0200

    Add go modules file for client

    Signed-off-by: Knut Ahlers <knut@ahlers.me>

commit 05dcacf2bcda834a7ff9c370ea0cb838d352734e
Author: Knut Ahlers <knut@ahlers.me>
Date:   Sun Oct 18 03:25:00 2020 +0200

    Update import paths, add go modules files

    Signed-off-by: Knut Ahlers <knut@ahlers.me>

commit 7c38dff66575475c8e1f973228db3d9b269984db
Author: Knut Ahlers <knut@ahlers.me>
Date:   Sun Oct 18 03:23:35 2020 +0200

    Delete old vendoring / dep management

    Signed-off-by: Knut Ahlers <knut@ahlers.me>

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-10-18 03:34:10 +02:00
491768b093
Fix: There is no way to specify relative paths
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-05-25 00:08:04 +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
fadd08d920
Extract required filter from pongo2-addons
Current version of pongo2-addons only works with master branch and is
not versioned. Also current version of prongo2-addons contains errors
related to markdown parser which is not used within mondash.

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-11-22 21:55:05 +01:00
46df546146 Added JSON version of dashboard 2016-03-27 23:02:29 +02:00
593f0f9b17 Include application version into response 2016-03-27 21:02:31 +02:00
91b4e1a21c Display only 60 items in graph
The decision is left to the template so template designers can easily change this behavior by removing the lastNItems filter in the template itself. Also the value can be changed easily.

fixes #4
2015-07-10 20:28:55 +02:00
a3a148b0ff Write access-log 2015-07-06 22:49:05 +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
ad23f880f3 Revert "Change hard-coded EUWest to USEast"
This reverts commit 84297ff0a6.
2015-07-06 20:28:55 +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
Zain Hoda
84297ff0a6 Change hard-coded EUWest to USEast
In the future this should be read as an environment variable
2015-02-22 14:29:48 -05:00
ffaa5dc827 GOLINT: Reduced complexity of main function 2015-02-20 19:58:16 +01: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
dd8ce13eaf Do not show expired metrics 2015-02-08 09:16:32 +01:00
20d26087c5 Fix: Store metricID in newly created metric 2015-02-08 08:58:41 +01:00
5773189317 Some small bugfixes and imporovements
+ More speaking errors
+ Use validation for data from input
+ Prevent NaN errors
+ Use correct initialization for objects
2015-02-08 00:34:55 +01:00
ee0fe6e221 Checking for short APIKeys and rejecting 2015-02-07 21:01:05 +01:00
919e361353 Initial version 2015-02-07 19:32:44 +01:00