azure-data-explorer-datasource icon indicating copy to clipboard operation
azure-data-explorer-datasource copied to clipboard

Grafana datasource plugin for Microsoft Azure Data Explorer (formerly Azure Kusto)

Results 74 azure-data-explorer-datasource issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/grafana/grafana-plugin-sdk-go](https://github.com/grafana/grafana-plugin-sdk-go) from 0.216.0 to 0.228.0. Release notes Sourced from github.com/grafana/grafana-plugin-sdk-go's releases. v0.228.0 What's Changed build(deps): bump github.com/urfave/cli from 1.22.14 to 1.22.15 by @​dependabot in grafana/grafana-plugin-sdk-go#968 fix: dynamic frame panic...

dependencies
go
requires-manual-approval

Bumps [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) from 1.10.0 to 1.11.1. Release notes Sourced from github.com/Azure/azure-sdk-for-go/sdk/azcore's releases. sdk/azcore/v1.11.1 1.11.1 (2024-04-02) Bugs Fixed Pollers that use the Location header won't consider http.StatusRequestTimeout a terminal failure. runtime.Poller[T].Result...

dependencies
go
requires-manual-approval

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.24.0. Commits 7bbe320 go.mod: update golang.org/x dependencies c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too...

dependencies
go
requires-manual-approval

Add an option to support additional trusted endpoints. This will allow the users to trust specific hosts, and not need to drop the whole validation of endpoints. I tested it...

Bumps [cypress](https://github.com/cypress-io/cypress) from 13.7.1 to 13.8.1. Release notes Sourced from cypress's releases. v13.8.1 Changelog: https://docs.cypress.io/guides/references/changelog#13-8-1 v13.8.0 Changelog: https://docs.cypress.io/guides/references/changelog#13-8-0 v13.7.3 Changelog: https://docs.cypress.io/guides/references/changelog#13-7-3 v13.7.2 Changelog: https://docs.cypress.io/guides/references/changelog#13-7-2 Commits 52347d6 chore: release 13.8.1 (#29390)...

dependencies
javascript

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.3.1 to 7.8.0. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v7.8.0 7.8.0 (2024-04-29) 🚀 Features rule-tester: assert suggestion messages are unique (#8995) typescript-estree: add maximumDefaultProjectFileMatchCount and wide allowDefaultProjectForFiles...

dependencies
javascript

Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 48.2.1 to 48.2.3. Release notes Sourced from eslint-plugin-jsdoc's releases. v48.2.3 48.2.3 (2024-04-04) Bug Fixes valid-types: whitelist pratt parser keywords; fixes #1221 (ab5624b) v48.2.2 48.2.2 (2024-03-28) Bug Fixes...

dependencies
javascript

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.4.0 to 7.8.0. Release notes Sourced from @​typescript-eslint/parser's releases. v7.8.0 7.8.0 (2024-04-29) 🚀 Features rule-tester: assert suggestion messages are unique (#8995) typescript-estree: add maximumDefaultProjectFileMatchCount and wide allowDefaultProjectForFiles...

dependencies
javascript

If a query is missing the database property the current behaviour will cause that query to fail. This change will set the database property on the query to the data...

effort/small
changelog

Allow multi-select of template variables in the builder editor. The problem here was that we were quoting the template variable values. I've tested this with multiple filters/group bys and the...

enhancement