Skip to content

Releases: GlobalNOC/tsds-grafana

0.2.6

21 Sep 20:20
Compare
Choose a tag to compare

GRNOC TSDS Grafana 0.2.6 -- Fri Sep 21 2018

Features

  • Fixed issue where panels with multiple queries would return results in a inconsistent order
    between different reloads. Data is now always returned for query A first, then query B, etc.
  • Fixed issue where empty template variables used in queries would generate syntactically invalid
    queries. Queries are now generated properly with no results.

0.2.5

28 Aug 20:20
73ac984
Compare
Choose a tag to compare

GRNOC TSDS Grafana 0.2.5 -- Tue Aug 28 2018

Features

  • Ability to define a static portion of the where clause in a search template variable
  • Imporved ability to use strings with escaped regular expression characters in template variable queries
  • Added default value of '.*' to terms when doing a search when the variable has no value set

0.2.4

06 Aug 16:48
a665f4b
Compare
Choose a tag to compare

GRNOC TSDS Grafana 0.2.4 -- Thu Aug 6 2018

Features

  • Bug Fix for math operation not being applied to the regular query
  • Bug Fix for template variables to be used for bucket size with combine all series functionality

0.2.3

30 Jul 13:59
509b285
Compare
Choose a tag to compare

GRNOC TSDS Grafana 0.2.3 -- Wed July 25 2018

Features

  • Added support for 'null' to be used as a keyword.
  • Fixed legend order to remain consistent
  • Added Combine All Series functionality
  • Fixed use of multi-select template variable used in get field to work with math operations and combine all series functionality

0.2.2

07 May 19:34
dce83ae
Compare
Choose a tag to compare

GRNOC TSDS Grafana 0.2.2 -- Mon May 7 2018

Features

  • Added expandable options to the visual query builder to put all the options under a collapsible region.
  • Added support for tsds math operations.
  • Added empty default for existing queries.
  • Added the ability to provide multiple template variables within a string in the where clause.
  • Fixed issue with sort when null datapoints are present.

0.2.1

14 Mar 14:37
fecaec4
Compare
Choose a tag to compare

GRNOC TSDS Grafana 0.2.1 -- Thu Mar 8 2018

Features

  • Added ability to exclusively query metadata.
  • Fixed substring replacement for extrapolation functions.
  • Added target naming for manual query mode.
  • Fixed multi-value temp vars rendering incorrectly.
  • Added support for table generation. Data can be now formatted as a table to create tables.
  • Added Search functionality with Template variables. Added a new query type “search” to support this.
  • Fixed order by to order legend based on query results.
  • Changed _index to index of templateSrv to support grafana 5.0.1.

0.2.0

09 Feb 19:14
b85f4c2
Compare
Choose a tag to compare

GRNOC TSDS Grafana 0.2.0 -- Fri Feb 9 2018

Features

  • Big overhaul. Complete removal of python middleware package. All work is now performed in the Javascript driver.
  • Changed the way that template variable queries are defined to support more operations. Backwards compatibility is maintained for now.
  • Tidied up the way bucket size calculations are computed to be more consistent and prettier.
  • Fixed "datapoints out of range" error in a number of single number queries.
  • Fixed issue where sub-fields in metadata were not being parsed properly.
  • Fixed issue where multiple ad-hoc filters could generate a bad query.
  • Don't automatically include $VALUE if not requested during target aliasing.
  • Lots of repository cleanup.

0.1.3

12 Dec 21:22
Compare
Choose a tag to compare

Changelog V 0.1.3

Frontend

  1. Added Group By and Order By functionality.
  2. Added Template Variable functionality and support for multiple selection template variables.
  3. Added query editor validation, error reporting support for the Grafana inspector.
  4. Added new aggregate function - Sum.
  5. Added support for nested methods.
  6. Added support for adding and deleting Wrapper functions.
  7. Support for auto complete dropdown for tables, selects, where in query editor.
  8. Support for new response object to handle response.

Middleware

  1. Standardized response object
  2. Added ability to specify text, value fields for searches.
  3. Added support for extrapolate function.
  4. Fixed indentation of middleware code.

0.1.2

06 Nov 01:06
Compare
Choose a tag to compare
bump for release

0.1.1

02 Nov 19:02
Compare
Choose a tag to compare
bumping rel num for tag