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

129 Commits

Author SHA1 Message Date
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
e4d3089e3e
Fix: Initialization of s3 object needed adjustment
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-11-22 21:42:00 +01:00
fd7056f82f
Switch to dep for vendoring, update libraries
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-11-22 21:39:52 +01:00
51b1faad1f
prepare release v1.8.1 2016-09-06 19:09:41 +02:00
8e93466add
Fix: Use type Status instead of string 2016-09-06 18:51:00 +02:00
3210519660
Fix: Add missing "Value" field 2016-09-06 18:44:27 +02:00
7017b80dee
Fix: Set authorization token on client request 2016-09-06 18:34:14 +02:00
36c9359152
prepare release v1.8.0 2016-09-05 22:37:58 +02:00
47e97dc1da
Add client library to access MonDash 2016-09-05 22:37:35 +02:00
ad54adbef2 Prepared release 1.7.0 2016-03-27 23:28:39 +02:00
46df546146 Added JSON version of dashboard 2016-03-27 23:02:29 +02:00
e98e4d715f Prepared release 1.6.0 2016-03-27 21:27:13 +02:00
b63007d8b1 Allow hiding of MAD by flag 2016-03-27 21:19:05 +02:00
593f0f9b17 Include application version into response 2016-03-27 21:02:31 +02:00
d0d5587cd9 Updated dependencies 2016-03-27 20:46:08 +02:00
8a3cf7db08 Allow to use passed status instead of MAD 2016-03-27 20:32:53 +02:00
bf1b40a7bc Fix apiary documentation 2016-03-27 19:00:00 +02:00
a707308b88 Use rconfig package for CLI argument parsing 2016-03-27 18:29:47 +02:00
31d0ac0c7e Use golang:alpine (go1.6) for container 2016-03-27 18:02:14 +02:00
89d69c9809 Moved towards go1.6 vendoring 2016-03-27 18:01:26 +02:00
7d034e23d1 Prepared release 1.5.1 2016-01-23 13:25:36 +01:00
1f9b6f07a0 Fixed docker build 2016-01-23 13:22:33 +01:00
6cc4dc4572 Fix: Do not try to load negative slice bounds 2016-01-23 13:22:33 +01:00
f4164b4a86 Prepared release 1.5.0 2015-07-10 20:30:24 +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
ee8770b9d8 Colorize current value label according to metric status 2015-07-07 01:20:50 +02:00
e49556277c Prepared release 1.4.0 2015-07-07 01:14:29 +02:00
1937b981f6 Fix: Was not storing data 2015-07-07 01:01:14 +02:00
ae3e597e56 Fix: Config is required to determine bucket name 2015-07-06 23:53:12 +02:00
72d90f5fbe Added check for configuration 2015-07-06 23:23:07 +02:00
d80b6cbaa3 Updated README 2015-07-06 23:15:13 +02:00
1960402d64 Fix: New dashboards were not storable 2015-07-06 23:07:04 +02:00
c9a95aa012 Added abbreviation to MAD 2015-07-06 23:06:11 +02:00
a3a148b0ff Write access-log 2015-07-06 22:49:05 +02:00
b9e5281a87 Fix: Do not try to continue if error ocurred 2015-07-06 22:32:25 +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
3cdda0175f Added support for local file storage 2015-07-06 22:08:56 +02:00
2cf993e1b4 Refreshed Godeps 2015-07-06 21:44:45 +02:00
43caf7e23d LINT: Documented source code 2015-07-06 21:44:13 +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
13beddc97a Prepared release 1.3.0 2015-07-06 20:32:27 +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
55386a5eab Merge remote-tracking branch 'alphahat/master' 2015-07-06 20:27:41 +02:00
444420523b Added license file 2015-05-25 20:29:52 +02:00
45316fc367 Prepared release 1.2.2 2015-04-22 22:13:37 +02:00
fad4a6cb8d Close the reader to ensure we don't spam with open FDs 2015-04-22 22:13:00 +02:00
afaa9344c7 Replaced URL to use apex 2015-03-12 23:53:33 +01:00