You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Append suffix to param key to uniquify duplicate param keys [#232](https://github.com/marcusolsson/grafana-json-datasource/pull/232) (thanks [@rejohnst](https://github.com/rejohnst)!)
10
-
- Added grafana global variables when doing a query using jsonata [#223](https://github.com/marcusolsson/grafana-json-datasource/pull/223) (thanks [@amng](https://github.com/amng)!)
15
+
- Append suffix to param key to uniquify duplicate param keys [#232](https://github.com/grafana/grafana-json-datasource/pull/232) (thanks [@rejohnst](https://github.com/rejohnst)!)
16
+
- Added grafana global variables when doing a query using jsonata [#223](https://github.com/grafana/grafana-json-datasource/pull/223) (thanks [@amng](https://github.com/amng)!)
11
17
12
18
### Bug fixes
13
19
14
-
- Certain strings incorrectly identified as dates [#202](https://github.com/marcusolsson/grafana-json-datasource/issues/202)
20
+
- Certain strings incorrectly identified as dates [#202](https://github.com/grafana/grafana-json-datasource/issues/202)
- Add support for JSONata ([#114](https://github.com/marcusolsson/grafana-json-datasource/issues/114)), a query language similar to JSONPath with support for transformations.
28
+
- Add support for JSONata ([#114](https://github.com/grafana/grafana-json-datasource/issues/114)), a query language similar to JSONPath with support for transformations.
23
29
24
30
### Bug fixes
25
31
26
-
- Cannot read property 'filter' of undefined ([#156](https://github.com/marcusolsson/grafana-json-datasource/issues/156))
27
-
32
+
- Cannot read property 'filter' of undefined ([#156](https://github.com/grafana/grafana-json-datasource/issues/156))
- Adding $__isoFrom() and $__isoTo() macros ([#115](https://github.com/marcusolsson/grafana-json-datasource/pull/115)) (thanks [@jirkafajfr](https://github.com/jirkafajfr)!)
44
-
- Using JSON.stringify instead of toString for object types in parseValue ([#111](https://github.com/marcusolsson/grafana-json-datasource/pull/111)) (thanks [@Totalus](https://github.com/Totalus)!)
48
+
- Adding $**isoFrom() and $**isoTo() macros ([#115](https://github.com/grafana/grafana-json-datasource/pull/115)) (thanks [@jirkafajfr](https://github.com/jirkafajfr)!)
49
+
- Using JSON.stringify instead of toString for object types in parseValue ([#111](https://github.com/grafana/grafana-json-datasource/pull/111)) (thanks [@Totalus](https://github.com/Totalus)!)
45
50
46
51
### Bug fixes
47
52
48
-
- Fix for macros not running in variable queries ([#100](https://github.com/marcusolsson/grafana-json-datasource/pull/100)) (thanks [@KensingtonTech](https://github.com/KensingtonTech)!)
53
+
- Fix for macros not running in variable queries ([#100](https://github.com/grafana/grafana-json-datasource/pull/100)) (thanks [@KensingtonTech](https://github.com/KensingtonTech)!)
This release introduces an Experimental tab to the query editor. This will be used to let users try out features while they're being developed. Each feature has a link the the GitHub issue where you can share you feedback, before the feature is considered stable.
68
73
69
74
### Enhancements
70
75
71
76
- Extend variables support to options
72
-
- Don't detect time fields from Unix epoch ([#82](https://github.com/marcusolsson/grafana-json-datasource/issues/82))
73
-
- Add params to cache key ([#85](https://github.com/marcusolsson/grafana-json-datasource/issues/85))
77
+
- Don't detect time fields from Unix epoch ([#82](https://github.com/grafana/grafana-json-datasource/issues/82))
78
+
- Add params to cache key ([#85](https://github.com/grafana/grafana-json-datasource/issues/85))
74
79
- Add support for field aliases
75
80
- Add Experimental section to query editor to test features under development
76
-
- Experimental: Group query results by field ([#36](https://github.com/marcusolsson/grafana-json-datasource/issues/36))
77
-
- Experimental: Set display name for metric fields ([#36](https://github.com/marcusolsson/grafana-json-datasource/issues/36))
78
-
- Experimental: Set optional label for variables ([#79](https://github.com/marcusolsson/grafana-json-datasource/issues/79))
81
+
- Experimental: Group query results by field ([#36](https://github.com/grafana/grafana-json-datasource/issues/36))
82
+
- Experimental: Set display name for metric fields ([#36](https://github.com/grafana/grafana-json-datasource/issues/36))
83
+
- Experimental: Set optional label for variables ([#79](https://github.com/grafana/grafana-json-datasource/issues/79))
**BREAKING CHANGE:** Query parameters set by the query editor no longer overrides the data source config, to match how headers are handled in the Grafana proxy. This establishes the convention that any configuration made by an administrator should have higher priority.
141
146
@@ -153,52 +158,52 @@ This release deprecates the `queryString` property in the query model, in favor
If you get stuck along the way, feel free to [ask for help](https://github.com/marcusolsson/grafana-json-datasource/discussions/new?category=q-a).
10
+
If you get stuck along the way, feel free to [ask for help](https://github.com/grafana/grafana-json-datasource/discussions/new?category=q-a).
11
11
12
12
## Contribute code
13
13
14
14
To contribute code:
15
15
16
16
1. Check if there's an already existing issue that describes the reason or motivation behind your pull request.
17
-
2. If there are no issues describing what you want to do, go ahead and [create one](https://github.com/marcusolsson/grafana-json-datasource/issues/new). By creating an issue before you start working on a fix, you can increase the chance of your pull request getting accepted! 💪
17
+
2. If there are no issues describing what you want to do, go ahead and [create one](https://github.com/grafana/grafana-json-datasource/issues/new). By creating an issue before you start working on a fix, you can increase the chance of your pull request getting accepted! 💪
18
18
3. Include any [documentation](contribute-documentation) that your changes might need.
19
19
4. Write or update tests to verify that your changes work as expected.
20
-
5. Now you're ready to [open a pull request](https://github.com/marcusolsson/grafana-json-datasource/compare)!
20
+
5. Now you're ready to [open a pull request](https://github.com/grafana/grafana-json-datasource/compare)!
21
21
6. In the description for your pull request, add a line that says `Fixes #123`, where `123` is the number of the issue the pull request fixes.
22
22
23
23
After you've created the pull request:
@@ -28,7 +28,7 @@ After you've created the pull request:
28
28
29
29
## Contribute documentation
30
30
31
-
This plugin uses [Docusaurus](https://docusaurus.io/) to build the [documentation](https://marcus.se.net/grafana-json-datasource).
31
+
This plugin uses [Docusaurus](https://docusaurus.io/) to build the [documentation](https://grafana.github.io/grafana-json-datasource).
32
32
33
33
For more information about writing documentation using Docusaurus, refer to the [Docusaurus documentation](https://docusaurus.io/docs/).
> **Maintenance**: As I'm no longer working at Grafana Labs, nor am I using Grafana where I'm at now, **I'm no longer able to actively maintain this plugin**.
11
-
>
12
-
> **Update 1:** I'm exploring ways to keep the project going. Check back here to stay updated!
13
-
>
14
-
> **Update 2:** I'm happy to say that the Grafana team has decided to take over as maintainers of this plugin! 🎉
9
+
> **Maintenance**: Now the plugin is being maintained by Grafana Labs. Big thanks to [Marcus Olsson](https://twitter.com/marcusolsson) for the awesome work!
15
10
16
11
A data source plugin for loading JSON APIs into [Grafana](https://grafana.com) using [JSONPath](https://goessner.net/articles/JsonPath/).
0 commit comments