-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use a slice of strings for the labels instead of a map[string]struct{}
There seems to be no value having a struct because we store an empty struct so what gives? This makes sure that whatever is the order in the query is what we have for the ordering of labels
- Loading branch information
Showing
4 changed files
with
20 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
# Changelog | ||
|
||
## 0.2.1 | ||
|
||
### Build | ||
* Fixed issues with ordering of values, we now respect the order specified in the query | ||
|
||
## 0.2.0 | ||
|
||
### Build | ||
* Update go-rockset-client SDK | ||
* Update grafana plugin SDK | ||
* Add e2e tests | ||
* Move build from CircleCI to Github Actions | ||
* Move build from CircleCI to Github Actions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters