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

158 lines
3.9 KiB
Markdown
Raw Normal View History

2019-05-25 11:28:06 +00:00
# 2.1.0 / 2019-05-25
* Mondash-Nagios: Update vendors
* Mondash-Nagios: Support different staleness status
2019-05-24 22:08:44 +00:00
# 2.0.1 / 2019-05-25
* Fix: There is no way to specify relative paths
2019-05-24 22:07:11 +00:00
# 2.0.0 / 2019-05-25
* Update README for v2
* Major: Rework frontend, API and improve code quality (#5)
2018-09-16 13:22:41 +00:00
# 1.14.2 / 2018-09-16
* Fix: Store StalenessStatus on metrics update
2018-09-16 12:58:43 +00:00
# 1.14.1 / 2018-09-16
* Fix: Template dir missing in Image
2018-09-16 12:51:23 +00:00
# 1.14.0 / 2018-09-16
* Update documentation to reflect staleness\_status
* Update Dockerfile to reduce image size
* Update repo-runner image
* Add support for different stale status than Unknown
2018-04-08 21:43:18 +00:00
# 1.13.0 / 2018-04-08
* Change progress bar behavior:
_Instead of just showing three bars with different colors which is quite useless overall now segments of the progress bar are generated according to the state of the check at the corresponding point of time. The effect is the viewer can see how recently the status was triggered instead just seeing a percentage._
2018-01-20 19:33:17 +00:00
# 1.12.0 / 2018-01-20
* Add mondash-nagios wrapper
* Update options in client
2017-11-24 17:23:53 +00:00
# 1.11.0 / 2017-11-24
* Add option to hide value on dashboard
2017-11-24 11:59:34 +00:00
# 1.10.2 / 2017-11-24
* Fix: Sorting was unstable
2017-11-22 21:48:59 +00:00
# 1.10.1 / 2017-11-22
* Fix: Replace URL of my private page
* Fix: MAD is no unit, put the abbr in front of the metric
2017-11-22 21:41:21 +00:00
# 1.10.0 / 2017-11-22
* Use CDNJS CDN for libraries, update bootstrap and jquery
* Meta: Remove old paragraph from README
* Meta: Update Dockerfile
2017-11-22 21:24:04 +00:00
# 1.9.0 / 2017-11-22
* Do not use MAD on example dashboard
* Extract required filter from pongo2-addons
* Switch to dep for vendoring, update libraries
* Fix: Description for BaseURL was broken
* Fix: Initialization of s3 object needed adjustment
* Fix: Welcome dashboard contains no metrics for 1m
* Lint: Remove not required conversion
* Meta: Add automated asset building for Github
* Meta: Replace license stub with full license text
2016-09-06 17:09:41 +00:00
# 1.8.1 / 2016-09-06
* Fix: Use type Status instead of string
* Fix: Add missing "Value" field
* Fix: Set authorization token on client request
2016-09-05 20:37:58 +00:00
# 1.8.0 / 2016-09-05
* Add client library to access MonDash
2015-02-07 20:01:55 +00:00
2016-03-27 21:28:39 +00:00
1.7.0 / 2016-03-27
==================
* Added JSON version of dashboard
* Fix: Metrics now can get stale
2016-03-27 19:27:13 +00:00
1.6.0 / 2016-03-27
==================
* Allow hiding of MAD by flag
* Include application version into response
* Allow to use passed status instead of MAD
2016-01-23 12:25:36 +00:00
1.5.1 / 2016-01-23
==================
* Fixed docker build
* Fix: Do not try to load negative slice bounds
2015-07-10 18:30:24 +00:00
1.5.0 / 2015-07-10
==================
* Display only 60 items in graph
* Colorize current value label according to metric status
2015-07-06 23:14:29 +00:00
1.4.0 / 2015-07-07
==================
* Added abbreviation to MAD
* Write access-log
* Migrated to Gorilla mux instead of martini
* Added support for local file storage
* Moved towards modular storage system
2016-09-06 17:09:41 +00:00
* Added "value" parameter to API documentation and welcome runner
2015-07-06 23:14:29 +00:00
2015-07-06 18:32:27 +00:00
1.3.0 / 2015-07-06
==================
* Added license file
* Add statistical monitoring
2016-09-06 17:09:41 +00:00
* Add "value" as an option and basic graphing capabilities
2015-07-06 18:32:27 +00:00
Thanks [zainhoda](https://github.com/zainhoda) for the contribution containing graphing support!
2015-04-22 20:13:37 +00:00
1.2.2 / 2015-04-22
==================
2016-09-06 17:09:41 +00:00
* Close the reader to ensure we don't spam with open FDs
2015-04-22 20:13:37 +00:00
* Replaced URL to use apex
2015-02-20 19:00:08 +00:00
1.2.1 / 2015-02-20
==================
* Building against go1.4.2
* GOLINT: Reduced complexity of main function
* GOLINT: Explicitly ignore errors
* GOLINT: Unexported data types
2015-02-17 19:50:50 +00:00
1.2.0 / 2015-02-17
==================
* Added Godeps to ensure build environment is stable
* Added link to API docs to navbar
* Added HTTPs protocol to API documentation
2015-02-08 08:46:50 +00:00
1.1.0 / 2015-02-08
==================
* Do not show expired metrics
* Fix: Store metricID in newly created metric
* Some small bugfixes and imporovements
2015-02-07 20:01:55 +00:00
1.0.0 / 2015-02-07
==================
2019-05-25 11:28:06 +00:00
* Initial version