Connor Lindsey
1865689411
Tempo: Improve how Tempo Search fetches autocomplete values ( #39371 )
...
* Improve how tempo search fetches autocomplete values
* Refetch autocomplete options on menu load
2021-09-23 07:00:14 -06:00
Hugo Häggmark
a6c5af19a6
Chore: Upgrades Cypress to 8.4.1 ( #39573 )
...
* Chore: Upgrades Cypress to 8.4.1
* Update typescriptPreprocessor.js
Found this https://github.com/cypress-io/cypress/issues/2316
2021-09-23 14:28:22 +02:00
Ashley Harrison
6948dbe550
BarGauge: Set cell color to off if numeric value is NaN ( #39574 )
...
* BarGauge: Set cell color to off if numeric value is NaN
* BarGauge: Pull getCellColor out into a pure function and add unit tests
2021-09-23 13:25:13 +01:00
Sofia Papagiannaki
ba4242bdb9
Cleanup kv_store alertmanager namespace when disabling unified alerting ( #39554 )
2021-09-23 13:21:49 +02:00
Serge Zaitsev
dfbd7bf64f
Chore: Update goxmldsig dependency ( #39566 )
2021-09-23 12:33:31 +02:00
Hugo Häggmark
af5296bee7
Variables: Prevents panel from crashing when using adhoc variable in data links ( #39546 )
...
* Variables: Prevents panel from crashing when using adhoc variable in data links
* Refactor: uses isAdhoc instead
* Chore: updates after PR feedback
2021-09-23 11:56:33 +02:00
Armand Grillet
a2650b898d
Fix order in CODEOWNERS ( #39565 )
...
Before this fix, changes to `/pkg/services/sqlstore/migrations/ualert` were not assigned to the Alerting squad.
2021-09-23 11:56:15 +02:00
Tania B
b9acdce837
Chore: Fix grafana live stats reset when sending usage stats ( #39558 )
2021-09-23 12:55:00 +03:00
Hugo Häggmark
65d79d9a30
Dashboard: Short url generation works for variables values with spaces ( #39552 )
2021-09-23 11:50:09 +02:00
Sofia Papagiannaki
81e82ebbbd
Alerting: fix the migrated silence file content ( #39557 )
2021-09-23 11:17:38 +02:00
Ashley Harrison
4aed940738
VersionHistory: Remove global scss causing conflicts elsewhere ( #39437 )
2021-09-23 09:54:53 +01:00
Oscar Kilhed
71122930b9
Remove ? as header for piechart table legend ( #39521 )
2021-09-23 10:41:35 +02:00
Oscar Kilhed
4a6e354497
PieChart: Fix sorting for null values in piechart ( #39516 )
...
* Fix sorting for null values in piechart
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2021-09-23 10:40:44 +02:00
Joan López de la Franca Beltran
b891af935a
Usage Stats: Decouple from alerting.UsageStatsQuerier ( #39515 )
...
* Usage Stats: Decouple from alerting.UsageStatsQuerier
Co-authored-by: Tania B <yalyna.ts@gmail.com>
2021-09-23 03:12:12 +02:00
kay delaney
00dad0f4e8
A11y: Fix fastpass issues for /admin/* pages ( #39435 )
...
* A11y: Fix fastpass issues for /admin/* pages
See #39429
2021-09-22 21:23:54 +01:00
Ryan McKinley
1c64f7d3ff
Chore: update typescript and tslib versions ( #39389 )
...
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2021-09-22 21:15:37 +02:00
Benedikt Spellmeyer
f76a11c955
CloudMonitoring: Fix INT64 label unmarshal error ( #39441 )
2021-09-22 17:05:36 +02:00
Joan López de la Franca Beltran
c75737c808
Usage Stats: Decouple from GrafanaLive ( #39512 )
...
* Usage Stats: Decouple from GrafanaLive
2021-09-22 16:28:40 +02:00
Ashley Harrison
a4d41d35d0
Chore(Navigation): Rename SideMenu -> NavBar ( #39483 )
2021-09-22 14:56:15 +01:00
George Robinson
27609dc2c5
Fix alerts with evaluation interval more than 30 seconds resolving in Alertmanager ( #39513 )
2021-09-22 14:55:46 +01:00
Scott Lepper
593140cfa4
Table: Adds new footer feature that can show Totals or other column calculations ( #38653 )
...
* table footer for showing calculations
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2021-09-22 09:29:07 -04:00
Gábor Farkas
bf0dc3ef62
influxdb: flux: use more precise start and end timestamps ( #39415 )
...
* influxdb: flux: use more precise start and end timestamps
* added unit test
2021-09-22 15:26:36 +02:00
Gabriel MABILLE
1d56c32ab0
AccessControl: Protect /datasources endpoints consistently with NavLinks permissions ( #39319 )
2021-09-22 13:50:21 +02:00
Uchechukwu Obasi
eb2e1197e9
PlaylistPage: fix search input ( #39226 )
...
* PlaylistPage: removes search due to no wildcard support
* PlaylistPage: adds back search input and wildcard search support
* makes banner to appear only when playlist does not exist
* Chore: small refactor
* Chore: some code refactoring to make it readable
* fixes focus leaving input when query is cleared
* adds styling to the emptyQueryList banner
* extracts emptyQueryListBanner component to a separate file
* adds debounce to search
* use new theme for styling
* Chore: some nit fix
* fixes empty list banner showing for a second before the full list is loaded
* Fix: removes search when playlist is empty
Co-authored-by: Ash <ashharrison90@gmail.com>
Co-authored-by: Hugo Häggmark <hugo.haggmark@gmail.com>
2021-09-22 10:45:29 +01:00
Oscar Kilhed
a1d8d6e95e
PieChart: Filter NaN values from total calculation ( #39503 )
...
* Filter NaN values from total calculation
* remove duplicated code, use missing value string for NaN and hidden series
2021-09-22 11:41:40 +02:00
Giordano Ricci
5f48d0641b
Explore: prevent eplore from hiding errors containing refId ( #39504 )
...
* Explore: prevent eplore from hiding errors containing refId
* Update public/app/features/explore/ResponseErrorContainer.tsx
Co-authored-by: Gábor Farkas <gabor.farkas@gmail.com>
Co-authored-by: Gábor Farkas <gabor.farkas@gmail.com>
2021-09-22 10:33:31 +01:00
Emil Tullstedt
de9bcd6163
Docs: Document new exporter for usage insights ( #38593 )
2021-09-22 11:21:53 +02:00
Ilya Stoliar
dfb8a4cd13
CloudWatch: Add AWS Gateway ELB metrics and dimensions ( #39490 )
2021-09-22 10:04:04 +02:00
Santiago
342ac0641a
Upgrade Prometheus packages and related dependencies ( #39303 )
...
* Upgrade Prometheus packages and related dependencies
* Update CHANGELOG.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2021-09-21 17:51:47 -03:00
Alexander Emelin
0bf70b14fd
Live: api to show available pipeline entities ( #39469 )
...
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2021-09-21 11:57:58 -07:00
Joan López de la Franca Beltran
a680162792
Usage Stats: Split domain & service packages ( #39488 )
2021-09-21 20:50:37 +02:00
Selene
b31316753a
Disable external user's change role in admin ( #39172 )
...
* Disable external user's change role in admin
* Missing part of the tooltip text
* Disable change button with the tooltip instead dropdown
* Missing refactor
* Apply suggestion
2021-09-21 17:47:35 +02:00
Yuriy Tseretyan
1910d85ae0
Alerting: Optimization of fetching data in multiorg alertmanager ( #39237 )
...
* Add method GetAllLatestAlertmanagerConfiguration to DBStore
* add method ApplyConfig to AlertManager
* update multiorg alert manager to load all alertmanager configs at once
2021-09-21 11:01:23 -04:00
Yuriy Tseretyan
428f32bcf9
fix makefile to make lint-go command visibile in help ( #39256 )
2021-09-21 10:30:47 -04:00
Dan Cech
878b54c83c
update links in README.md ( #33195 )
...
* update links in README.md
* Switch links to use HEAD url
Co-authored-by: Richard Hartmann <RichiH@users.noreply.github.com>
Co-authored-by: Richard Hartmann <RichiH@users.noreply.github.com>
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2021-09-21 10:21:27 -04:00
Gábor Farkas
346a53145c
prometheus: metadata: simplify the metrics-metadata format ( #39411 )
...
* prometheus: metadata: simplify the metrics-metadata format
* fixed unit test
* fixed tests
2021-09-21 15:19:52 +02:00
dependabot[bot]
f1edd0ea08
Chore(deps): Bump actions-ecosystem/action-regex-match from 2 to 2.0.1 ( #33966 )
...
Bumps [actions-ecosystem/action-regex-match](https://github.com/actions-ecosystem/action-regex-match ) from 2 to 2.0.1.
- [Release notes](https://github.com/actions-ecosystem/action-regex-match/releases )
- [Commits](https://github.com/actions-ecosystem/action-regex-match/compare/v2...v2.0.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-21 15:10:55 +02:00
dependabot[bot]
f8b5b3386f
Bump actions/setup-node from 2.1.5 to 2.4.0 ( #37619 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 2.1.5 to 2.4.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v2.1.5...v2.4.0 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-21 15:10:29 +02:00
Marcus Efraimsson
3ba195a2e0
Update latest.json ( #39474 )
2021-09-21 14:53:22 +02:00
Grot (@grafanabot)
e653f5d1d9
ReleaseNotes: Updated changelog and release notes for 8.1.5 ( #39464 )
...
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
2021-09-21 13:39:56 +02:00
Levente Balogh
660afc6279
Plugins Catalog: add a few more tests ( #39433 )
...
* refactor(Plugins/Admin): add an extra line-break between tests
* test(Plugins/Admin): add a couple of more tests for Plugin Details
* fix(Plugins/Admin): fix accidental linting issue
2021-09-21 13:15:37 +02:00
Andres Martinez Gotor
64c8d32fe7
Use sdk pkg for gtime ( #39354 )
2021-09-21 13:08:52 +02:00
Andres Martinez Gotor
875be5ef7c
Chore: Update packages version to 8.2.0-pre ( #39335 )
2021-09-21 13:08:40 +02:00
Giordano Ricci
42b1fa0f62
Fix Query Editor Row horizontal overflow ( #39419 )
2021-09-21 09:14:41 +01:00
Jeremy Price
5ce5571c73
Add extra fields to OSS types to support enterprise ( #39427 )
2021-09-21 09:58:35 +02:00
Nathan Rodman
d03f75726b
Alerting: Add filtering for Silences ( #39109 )
...
* Add filtering for Silences page
* Add tests Silences and SilenceEditor
* pr feedback: add field validation and test refactor
* Add test for checking content
* fix overflow for validation error message
* increase login threshold for pa11y
* Make silence filter state its own type and function
2021-09-20 15:32:25 -07:00
Todd Treece
1781c8ec7d
Chore: Add go-redis v8 dependency ( #39442 )
...
* adds redis v8 client dependency
* remove go-redis v5 dependency
2021-09-20 22:21:59 +02:00
Ryan McKinley
ad3c7529b0
Schema: unify bar/point/etc visibility modes ( #39378 )
2021-09-20 12:25:56 -07:00
Ryan McKinley
a6fbb8d724
Live: show popup if local changes exist ( #36093 )
...
* change tracker
* not needed
2021-09-20 18:28:46 +02:00
gotjosh
fcbcfd232b
Alerting: Move spammy log line to debug in the state manager ( #39410 )
2021-09-20 16:05:55 +01:00