forked from facette/facette
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGES
More file actions
129 lines (111 loc) · 4.15 KB
/
Copy pathCHANGES
File metadata and controls
129 lines (111 loc) · 4.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
CHANGES
=======
0.3.0 (2015-07-07)
------------------
* Add natural sorting for API results
* Add nginx and apache2 examples in Debian package
* Add links to graph edition in collections setup
* Add collection tree state save support
* Improve rrd file data point handling
* Make graphs in collections enabled by default
* Update KairosDB API version check to support > 0.9.5
* Fix issue with time range global spread
* Fix time range reset button behavior
* Fix max value issue when values are negative
* Fix event triggering browser compatibility issue
* Fix graph template field parsing issues
* Fix issue with URL prefix check in group listing API calls
* Fix duplicated metrics name when expanding source groups
* Fix state loss on graph automatic refresh
* Fix completion issue with single entries in metric and source groups
* Various bug fixes
* UI improvements
0.3.0rc1 (2015-03-22)
---------------------
* Add consolidation function choice support for operation groups
* Add global refresh interval/time range/legends togglers in browse UI
* Add graph templates support
* Add missing close calls on HTTP responses bodies in connectors
* Add new KairosDB connector
* Add SSL/TLS support for InfluxDB connector
* Add support of consolidation functions in RRD connector
* Add top-level collections retrieval in library API
* Add library items ID display in Administration Panel
* Improve filesystem walking times
* Improve HTTP routes handling
* Make collection entries title optional
* Move plots API URL away from library into a dedicated route
* Prevent loop when using Facette connectors relying on each others
* Update connectors example configurations
* Update thirdparty packages
* Fix crash when cloning collection
* Fix parsing issue when multiple percentiles are provided
* Fix plot lines z-index issue
* Fix quoted strings modifier syntax
* Various minor bug fixes
* UI improvements
0.2.3 (2014-12-15)
------------------
* Fix issue in InfluxDB connector with unescaped series names
* Fix missing titles in collection graphs listing
* Fix relations update with collections parents
* Fix issue with graph draw queue failing to propagate time spans
* Fix InfluxDB 1.8 client result backend support
0.2.2 (2014-10-16)
------------------
* Fix metric name issue when cloning graph
* Fix operation groups custom colors management issue
* Fix buggy globbing in source/metric groups
* UI improvements
0.2.1 (2014-10-13)
------------------
* Add support for influxdb >= 0.8
* Fix issues with unitialized autofill option
* Fix bad legend rendering in embeddable mode
* Fix missing facette connector build in Makefile
* Fix broken facette connector following last code refactoring
* Fix bad filter match separator
* Fix percentiles parsing
* Fix missing constants draw
* Fix various graph/series options issues
* Prevent panic when offset or limit is negative
0.2.0 (2014-09-10)
------------------
* Add InfluxDB connector (experimental)
* Add UNIX socket support for backend
* Add `sieve' provider filter type
* Implement internal series operations handling
* Add read-only mode
* Add embeddable graphs support
* Add multiple fixed graph plot lines support
* Implement series auto-naming
* Make graph legends foldable
* Add per stack series summing
* Add graphs visibility toggling in collections
* Add collection graphs auto-refresh support
* Add Docker image support
* Add OpenSearch support
* Add HiDPI displays support
* Make base server settings optional
* Remove refresh API calls
* Updated provider filter rules format
* Various bug fixes
* UI improvments
0.1.2 (2014-08-01)
------------------
* Fix crash expanding group with unknown source
* Fix crash while reading RRD files with numeric DS names
* Fix missing URL escaping in Graphite connector
* Fix some UI issues with graphs legends
0.1.1 (2014-07-12)
------------------
* Fix bug occurring at provider shutdown
* Fix UI glitches
* Fix missing URL prefixes on static assets
* Fix JS console errors caused by duplicate names check
* Fix scale precision issue (#65)
* Makefile improvements
* Minor bugfixes
0.1.0 (2014-07-01)
------------------
* Initial public release