Facette Versions Save

Time series data visualization software

0.5.1

4 years ago
  • Fix templates markup faulty detection
  • Fix automatic sidebar collapse issue in responsive mode
  • Fix missing "base_path" prefix on API endpoint when set in configuration
  • Update outdated JS build dependencies

0.5.0

4 years ago
  • 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

5 years ago
  • 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

5 years ago
  • Fix InfluxDB tags parsing
  • Fix collections tree listing with aliases

0.4.0

6 years ago
  • Display graphs groups options for single series
  • Fix bogus time selection on graph zoom
  • Documentation fixes

0.4.0rc2

6 years ago
  • 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

6 years ago
  • Prevent panic when link resolution fails
  • Fix providers list search filter
  • Documentation update
  • UI fixes and improvements

0.4.0alpha1

6 years ago
  • 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

8 years ago
  • 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

9 years ago
  • 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