Releases: facette/facette
Releases · facette/facette
0.5.1
0.5.0
- Improve KairosDB tags queries memory consumption
- Fix broken graphs unfolding and state restoration in browse UI
- Fix graphs Y-Axis minimum value display
- Fix bad template detection in graphs edition
0.5.0rc1
- Add warm startup support
- Add Syslog logging support
- Add keyboard shortcuts support
- Add duration Y axis unit support
- Add Y axis extreme bounds support
- Add aliases support in the URLs
- Add automatic series points gap detection
- Switch graph rendering to HTML Canvas
- Rearrange configuration
- Minor UI improvements and fixes
0.4.1
- Fix InfluxDB tags parsing
- Fix collections tree listing with aliases
0.4.0
- Display graphs groups options for single series
- Fix bogus time selection on graph zoom
- Documentation fixes
0.4.0rc2
- Fix crash when refreshing a failing provider
- Fix auto-complete selection and scroll issues
- Fix graph series name with expand having a single result
- Improve UI style on Webkit browsers
- Improve PNG export and fix Webkit styles inlining
- Minor UI fixes
0.4.0rc1
- Prevent panic when link resolution fails
- Fix providers list search filter
- Documentation update
- UI fixes and improvements
0.4.0alpha1
- Front-end rewritten from scratch
- Back-end rewritten from scratch
- SQL Database-backed storage (MySQL, PostgreSQL, SQLite)
- YAML-based configuration file format
- Collection templates
- Collection/graph aliasing (permalinks)
- Variable columns collection graphs display
- Support for API batch queries
- Built-in UI files
- UI localization
- Performance improvements
0.3.0
- 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
- 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