Skip to content

Commit

Permalink
Merge pull request #72 from sreemukha/master
Browse files Browse the repository at this point in the history
Prepping for v0.3.2
  • Loading branch information
sreemukha authored Apr 10, 2019
2 parents 072c9e6 + 10cbdc5 commit b45d76b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## GRNOC TSDS Grafana 0.3.2 -- Wed Apr 10 2019

* Added the ability to have a column for each metadata field
* Added the ability to format the date using momentjs format strings in the table mode
* Added ability to show only metadata without values in a table
* Added ability to specify combine by when 'combine all series' is checked
* Fixed an issue where wrapper function fails when used with combine all

## GRNOC TSDS Grafana 0.3.1 -- Thu Mar 21 2019

### Features
Expand Down Expand Up @@ -76,7 +84,7 @@ queries. Queries are now generated properly with no results.
* 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.
* Added the ability to provide multiple template variables within a string in the where clause.
* Fixed issue with sort when null datapoints are present.

## GRNOC TSDS Grafana 0.2.1 -- Thu Mar 8 2018
Expand All @@ -87,7 +95,7 @@ queries. Queries are now generated properly with no results.
* 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 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.
Expand Down
2 changes: 1 addition & 1 deletion globalnoc-tsds-datasource.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: GlobalNOC TSDS Datasource
Name: globalnoc-tsds-datasource
Version: 0.3.1
Version: 0.3.2
Release: %{_buildno}%{?dist}
License: Apache
Group: GRNOC
Expand Down
4 changes: 2 additions & 2 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
{"name": "Github", "url": "https://github.com/GlobalNOC/tsds-grafana/tree/master/globalnoc-tsds-datasource"},
{"name": "MIT License", "url": "https://github.com/GlobalNOC/tsds-grafana/blob/cleanup/globalnoc-tsds-datasource/LICENSE"}
],
"version": "0.3.1",
"updated": "2019-03-21"
"version": "0.3.2",
"updated": "2019-04-10"
},

"dependencies": {
Expand Down

0 comments on commit b45d76b

Please sign in to comment.