Grot (@grafanabot)
ea1dae55e8
Elasticsearch: fix NewClient not passing httpClientProvider to client impl ( #34539 ) ( #34594 )
...
* Update client.go
fix missing "httpClientProvider" in NewClient
* Update client.go
(cherry picked from commit 530072fce7
)
Co-authored-by: wangjian <wj0360@foxmail.com>
2021-05-24 15:22:27 +01:00
Grot (@grafanabot)
bac7b5ad6d
Form: Expose all return values from useForm ( #34380 ) ( #34581 )
...
(cherry picked from commit e9e438ee2f
)
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
2021-05-24 14:34:58 +02:00
Grot (@grafanabot)
6f8763f03d
Explore: Add caching for queries run from logs navigation ( #34297 ) ( #34580 )
...
* WIP: Implement simple caching
* If results are cached, don't run new query and use those results
* Add duplicate key check
* Clean up
* Clean up
* Add tests for caching
* Remove unused variables
* Update public/app/features/explore/state/query.test.ts
Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com>
* Update public/app/features/explore/state/query.test.ts
Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com>
* Use decorateData to apply all decorators
* Remove unused variables
* Change loading stte to Done
* Clear cache when running query from navigation
Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com>
(cherry picked from commit 247bdc2f9b
)
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
2021-05-24 14:23:24 +02:00
Grot (@grafanabot)
ee46b14371
Add @public release tag to Spinner component ( #34576 ) ( #34578 )
...
(cherry picked from commit b5de6e7a1d
)
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
2021-05-24 13:56:41 +02:00
Grot (@grafanabot)
8a677b0ae4
Loki: Bring back processed bytes as meta info ( #34092 ) ( #34574 )
...
* Loki: Bring back processed bytes as meta info
* style: Lint
(cherry picked from commit 6796a89e9d
)
Co-authored-by: mmenbawy <elmenabawym@gmail.com>
2021-05-24 12:51:33 +02:00
Grot (@grafanabot)
7e05261dfe
influxdb: influxql: make measurement-autocomplete case insensitive ( #34563 ) ( #34573 )
...
(cherry picked from commit e21b90681f
)
Co-authored-by: Gábor Farkas <gabor.farkas@gmail.com>
2021-05-24 12:48:22 +02:00
Grot (@grafanabot)
603cff9491
LibraryPanels: Fixes error when importing plugin dashboard ( #34557 ) ( #34559 )
...
(cherry picked from commit 7b17801047
)
Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com>
2021-05-24 09:56:15 +02:00
Grot (@grafanabot)
52d6afbae7
[Alerting]: namespace fixes ( #34470 ) ( #34489 )
...
* [Alerting]: forbid viewers for updating rules if viewers can edit
check for CanSave instead of CanEdit
* Clear ngalert tables when deleting the folder
* Apply suggestions from code review
* Log failure to check save permission
Co-authored-by: gotjosh <josue@grafana.com>
(cherry picked from commit 23939eab10
)
Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com>
2021-05-24 10:42:56 +03:00
Grot (@grafanabot)
7f919c0e55
LibraryElements: Creates usage stats for panels and variables ( #34476 ) ( #34555 )
...
* LibraryPanels: Adds usage collection
* Refactor: renames Panel and Variable consts
* Chore: initialize stats
* Refactor: moves library element migrations to migration namespace
(cherry picked from commit 7204a64717
)
Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com>
2021-05-24 06:35:35 +02:00
Grot (@grafanabot)
34a1621a5c
Timeline: use full row height with one series ( #34532 ) ( #34536 )
...
(cherry picked from commit 11b2f0ee4d
)
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2021-05-21 01:28:01 +02:00
Grot (@grafanabot)
0577e4b119
Chore: Increase number of backend test retries in grabpl
to 5 in release pipelines ( #34493 ) ( #34521 )
...
* Increase number of backend test retries to 5
* Exclude release-branch pipelines
* Fixes according to reviewer's comments
* Refactor
* Remove unused arguments
* Remove magic number
(cherry picked from commit 292789ba2d
)
Co-authored-by: Dimitris Sotirakis <dimitrios.sotirakis@grafana.com>
2021-05-20 18:20:35 +02:00
Grot (@grafanabot)
50041c8138
Elasticsearch: fix flaky test ( #34517 ) ( #34518 )
...
(cherry picked from commit e2e78f14d2
)
Co-authored-by: Giordano Ricci <me@giordanoricci.com>
2021-05-20 16:50:19 +01:00
Grot (@grafanabot)
5c2ae8fbf4
InfluxDB: InfluxQL query editor: generate better HTML ( #34467 ) ( #34516 )
...
(cherry picked from commit d95cc4a08f
)
Co-authored-by: Gábor Farkas <gabor.farkas@gmail.com>
2021-05-20 17:24:04 +02:00
Grot (@grafanabot)
255b91b2ba
Timeline: Fix y-axis being cropped ( #34508 ) ( #34515 )
...
(cherry picked from commit dbe281530c
)
Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
2021-05-20 17:08:41 +02:00
Grot (@grafanabot)
57f5b34038
Chore: Upgrade loki dependency ( #34487 ) ( #34512 )
...
Upgrades loki dependency to include grafana/loki#3743 .
(cherry picked from commit b76dfc8ed0
)
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
2021-05-20 17:00:12 +02:00
Grot (@grafanabot)
126b7f8049
Timeline: Fixes crash when there was only 1 threshold step ( #34471 ) ( #34486 )
...
(cherry picked from commit fd6e338651
)
Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
2021-05-20 16:43:34 +02:00
Grot (@grafanabot)
3a75fb635d
Update _index.md ( #34500 ) ( #34501 )
...
(cherry picked from commit a7c5636948
)
Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
2021-05-20 15:46:19 +02:00
Grot (@grafanabot)
d86e725369
Plugins: Improve plugin installer error messages ( #34437 ) ( #34495 )
...
* fix and improve error messages
* enrich error message
* ignore previous changes
* revert manual version bump
* remove condition
* fix version param
(cherry picked from commit c4dcfdef56
)
Co-authored-by: Will Browne <wbrowne@users.noreply.github.com>
2021-05-20 15:34:31 +02:00
Grot (@grafanabot)
d15419ef5b
ReleaseNotes: Updated changelog and release notes for 8.0.0-beta2 ( #34481 ) ( #34499 )
...
(cherry picked from commit fc9c5ec873
)
2021-05-20 15:26:42 +02:00
Grot (@grafanabot)
9d4c719205
"Release: Updated versions in package to 8.0.0-beta.2" ( #34478 )
2021-05-20 11:51:41 +02:00
Torkel Ödegaard
649d36e66a
Plugins: Fix data source plugins list test failure ( #34477 )
2021-05-20 11:36:28 +02:00
Marcus Efraimsson
60d0c8d0ec
HTTP Client: Outgoing tracing middleware ( #34466 )
...
Following #33439 this adds support for outgoing tracing middleware
in HTTP client provider.
Fixes #24004
2021-05-20 11:16:55 +02:00
Mitch Seaman
fc8f913761
Docs: Add SAP HANA to Enterprise plugins list ( #34273 )
...
* Add SAP HANA to Enterprise plugins list
* adding sap hana plugin details
Co-authored-by: Sriram <yesoreyeram@gmail.com>
2021-05-20 10:52:28 +02:00
Ryan McKinley
a91edd7267
Plugin Admin App: make the catalog look like internal component ( #34341 )
...
* Allow Route component usage in app plugins
* i tried
* fix catalog app
* fix catalog app
* fix catalog app
* cleanup imports
* plugin catalog enabled to plugin admin
* rename plugin catalog to plugin admin
* expose catalog url
* update text
* import from react-router-dom
* fix imports -- add logging
* merge changes
* avoid onNavUpdate
* Fixed onNavChange issues
* fix library imports
* more links
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2021-05-20 10:42:26 +02:00
Ganesh Vernekar
95ee5f01b5
NGAlert: Do not pick a random default channel if no default exists ( #34465 )
...
Signed-off-by: Ganesh Vernekar <ganeshvern@gmail.com>
2021-05-20 10:30:09 +02:00
Domas
f166b22b52
use existing queryparams prop in AppRootPage ( #34464 )
2021-05-20 10:24:56 +02:00
Sarah Zinger
1d7595374a
Azure Monitor: Fix Resource Picker UI overflow ( #34442 )
...
* Truncate text
* Replace HorizontalGroup.
* Add loading spinner
* increase modal width
Co-authored-by: joshhunt <josh@trtr.co>
2021-05-20 10:20:01 +02:00
Josh Hunt
cf94410e59
AzureMonitor: Update Logs workspace() template variable query to return resource URIs ( #34445 )
...
* Migrate template variables straight into resource field,
Display error if unable to migrate
* Update workspace() template variable query function to return a resource URI
* update backend to support resource uris in workspace field
* don't load resource names for variables
* throw error when workspace migration returns no results
* update testDatasource to work with either resource URI or workspace GUID
* fix tests
* cleanup types just a little bit, as a treat
2021-05-20 10:16:29 +02:00
Gábor Farkas
fc04a1ae00
InfluxDB: InfluxQL: handle empty tag values when generating query ( #34463 )
2021-05-20 10:13:15 +02:00
gotjosh
7b04278834
Alerting: Opsgenie notification channel ( #34418 )
...
* Alerting: Opsgenie notification channel
This translate the opsgenie notification channel from the old alerting
system to the new alerting system with a few changes:
- The tag system has been replaced in favour of annotation.
- TBD
- TBD
Signed-off-by: Josue Abreu <josue@grafana.com>
* Fix template URL
* Bugfig: dont send resolved when autoClose is false
Signed-off-by: Ganesh Vernekar <ganeshvern@gmail.com>
* Fix integration tests
Signed-off-by: Ganesh Vernekar <ganeshvern@gmail.com>
* Fix URLs in all other channels
Signed-off-by: Ganesh Vernekar <ganeshvern@gmail.com>
Co-authored-by: Ganesh Vernekar <ganeshvern@gmail.com>
2021-05-20 10:12:08 +02:00
Andrej Ocenas
615de9bf34
Zipkin: Add node graph view to trace response ( #34414 )
...
* Add graph transform
* Add tests
* Refactor code
* Update test
* Fix zipkin block
Co-authored-by: David Kaltschmidt <david.kaltschmidt@gmail.com>
2021-05-20 10:01:28 +02:00
Mitch Seaman
d1d118a474
Enterprise Docs: Caching: Update query caching docs for 8.0 ( #34104 )
...
* update caching docs for 8.0
* define ttl and default ttl in config docs
* Apply grammar/clarity suggestions from code review
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* convert processes to ordered lists, reformat sentences based on feedback
* add more explicit instructions for accessing data source settings page
* clarify TTL sentence
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Apply re-wording from code review
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* add permissions and backend options to caching docs
* Apply wording suggestions from code review
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* add refresh interval info
* clarify effect of interval on caching
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
2021-05-20 09:49:36 +02:00
dependabot[bot]
e8b8853a82
Bump immer from 8.0.0 to 8.0.1 ( #34436 )
...
Bumps [immer](https://github.com/immerjs/immer ) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/immerjs/immer/releases )
- [Commits](https://github.com/immerjs/immer/compare/v8.0.0...v8.0.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-20 09:42:43 +02:00
Gabriel MABILLE
d56a653e73
AccessControl: Add provisioning folder to the packaging process ( #34398 )
...
* AccessControl: Add provisioning folder to the packaging process
2021-05-20 09:41:39 +02:00
Serge Zaitsev
07302faec2
Add link to release notes v7.5.7 ( #34460 )
2021-05-20 09:41:20 +02:00
Hugo Häggmark
740f1ab3e2
LibraryPanels: Fixes connections after dashboard import ( #34461 )
2021-05-20 09:40:23 +02:00
Alex Khomenko
ca416df9d1
grafana/ui: Add invalid prop to the TagsInput ( #34409 )
...
* Add invalid prop to the tag input
* Enable controls
2021-05-20 10:19:41 +03:00
Ryan McKinley
a9c0b08ac3
show warning when too many points in status grid ( #34456 )
2021-05-19 23:46:39 -07:00
Torkel Ödegaard
812dac140e
StateTimeline/StatusGrid: Fixes to legend item colors ( #34457 )
2021-05-19 23:17:50 -07:00
Ryan McKinley
2f58cc860c
Live: logging cleanup ( #34455 )
2021-05-19 22:57:49 -07:00
Hugo Häggmark
21d6f02dd3
LibraryElements: replaces is_folder=1
usages with correct dialect string ( #34453 )
2021-05-20 07:22:34 +02:00
Ryan McKinley
40139a7ea9
PanelQueryRunner: only skip applyFieldOverrides when streaming ( #34438 )
2021-05-19 22:00:00 -07:00
Ryan McKinley
b02403e3fc
TestData: use new format for random walk example ( #34441 )
2021-05-19 21:59:43 -07:00
Torkel Ödegaard
01a3a3c4c8
DataLinks: Minor tweaks to links suggestions ( #34423 )
2021-05-20 06:52:37 +02:00
Leon Sorokin
3ecacc9d1d
TimeSeries: fix spanNulls threshold toggle during panel editing ( #34452 )
2021-05-20 06:47:49 +02:00
Leon Sorokin
9237348076
Timeline: legend ( #34340 )
2021-05-19 21:38:31 -07:00
Leon Sorokin
488529b99f
Live: reduce render throttling ( #34451 )
2021-05-19 23:02:01 -05:00
Ryan McKinley
8147a65b5e
Histogram: move histogram from alpha to beta panel ( #34246 )
...
* add legend
* tooltip off-by-one
* units in x axis
* update function call
* remove tooltip
2021-05-19 17:13:17 -07:00
Marcus Efraimsson
348e76fc8e
Datasource: Shared HTTP client provider for core backend data sources and any data source using the data source proxy ( #33439 )
...
Uses new httpclient package from grafana-plugin-sdk-go introduced
via grafana/grafana-plugin-sdk-go#328 .
Replaces the GetHTTPClient, GetTransport, GetTLSConfig methods defined
on DataSource model.
Longer-term the goal is to migrate core HTTP backend data sources to use the
SDK contracts and using httpclient.Provider for creating HTTP clients and such.
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
2021-05-19 23:53:41 +02:00
David Parrott
7a83d1f9ff
Alerting resend delay for sending to notifiers ( #34312 )
...
* adds resend delay to avoid saturating notifier
* correct method signatures
* pr feedback
2021-05-19 22:15:09 +02:00