Konrad Lalik
e0950a1283
Alerting: Add compatibility between prometheus and ruler identifiers ( #92496 )
...
* Unify Prom and Ruler rules hash creation
* Add tests, refarct prom hash
2024-08-30 08:39:11 +02:00
Jeff Levin
372d0acec8
Instrument tracing across dashboards ( #91937 )
...
Add tracing across dashboards and accesscontrol
2024-08-29 22:26:15 -08:00
Yuri Tseretyan
ce64d79027
Alerting: Integration tests for Receiver API ( #90632 )
...
---------
Co-authored-by: Matthew Jacobson <matthew.jacobson@grafana.com>
2024-08-29 22:27:26 -04:00
Sergej-Vlasov
c4d804a964
ImportDashboard: adjust flaky e2e test ( #92705 )
...
adjust test to wait for monaco editor
2024-08-29 16:21:05 -04:00
Matthew Jacobson
d5fd6aceca
Alerting: Stop redacting receivers by default in receiver_svc ( #92631 )
...
* Stop redacting receivers by default in receiver_svc
[REDACTED] is only used in provisioning API since response doesn't include
SecureFields. This is not necessary in k8s or notifications api, instead we do
not include the encrypted settings in Settings at all, leaving it to
SecureFields to specify when a secure field exists.
* Capitalize logs messages
2024-08-29 14:48:59 -04:00
Juan Cabanas
eb8b6a5a70
ShareDrawer: Wording and defaults improvements ( #92629 )
2024-08-29 15:31:28 -03:00
Matthew Jacobson
e43ddd516d
Alerting: Ensure k8s receiver API create/update will never store nil settings ( #92701 )
...
Ensure Create/Update will never store nil Settings
2024-08-29 20:00:55 +03:00
Sarah Zinger
8774642788
QueryService: Forward headers to datasource clients ( #92329 )
...
Query Service: pass expected headers
2024-08-29 12:47:38 -04:00
Joao Silva
bdb1c7ee63
Bookmarks: Add empty state to page ( #92693 )
2024-08-29 16:58:19 +01:00
Joao Silva
6ab120a448
Bookmarks: Fix interaction tracking bug ( #92653 )
2024-08-29 16:52:52 +01:00
maicon
9e6a464328
UniStore: Remove unused feature toggles from docs ( #92688 )
...
`grafanaAPIServer` got removed on https://github.com/grafana/grafana/pull/81030
`idForwarding` got removed on https://github.com/grafana/grafana/pull/92209
Signed-off-by: Maicon Costa <maiconscosta@gmail.com>
2024-08-29 18:27:38 +03:00
Carl Bergquist
56d35d32e2
Scopes: increase limit on list calls to storage ( #92687 )
...
scopes: increase limit on list calls to storage
Signed-off-by: bergquist <carl.bergquist@gmail.com>
2024-08-29 18:12:11 +03:00
Sarah Zinger
c0b2fafd5e
Ensure that datasource apiservers receive and forwards headers ( #92304 )
...
* Ensure that datasource apiservers receive and forwards headers for datasources:
- adds log line for prometheus to see when from alert header is received
- add logging to the datasource apiserver
- Updates the Connect func in sub query to forward expected headers to datasources and log unexpected ones.
2024-08-29 11:06:25 -04:00
maicon
2b3d2e5b40
UniStore: Remove leftover references to unifiedStorage
feature toggle ( #92685 )
...
it got removed on https://github.com/grafana/grafana/pull/92192
Signed-off-by: Maicon Costa <maiconscosta@gmail.com>
2024-08-29 18:04:36 +03:00
Señor Performo - Leandro Melendez
f4249c2141
docs: Bar gauge doc updates adding why and how, explaining data needs ( #92374 )
...
Co-authored-by: Isabel Matwawana <isabel.matwawana@grafana.com>
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
2024-08-29 10:36:54 -04:00
Señor Performo - Leandro Melendez
1d34fc2d1a
docs: Barchart doc updates add video, why, how and data needs ( #92262 )
...
Co-authored-by: Isabel Matwawana <isabel.matwawana@grafana.com>
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
2024-08-29 10:34:32 -04:00
Ashley Harrison
d2ee4d1005
RadioButtonGroup: Ensure background colour displays properly ( #92665 )
...
add background colour to RadioButtonGroup
2024-08-29 15:16:04 +01:00
Tom Ratcliffe
6298825cf7
Alerting: Consolidate mute timings selector logic ( #92372 )
2024-08-29 15:09:53 +01:00
Sven Grossmann
15a4ff992b
Explore Logs: Add feature flags ( #92670 )
2024-08-29 15:55:59 +02:00
Timur Olzhabayev
dfba5776b9
Doc: Adding information about datasource UID enforcement ( #92659 )
...
* Adding information about datasource UID enforcement
* Style and content fixes (#92667 )
This fixes:
- datasource to data source as per our style guide
- some other minor typos
- style and content
* fixing prettier lint
---------
Co-authored-by: Irene Rodriguez <irene.rodriguez@grafana.com>
2024-08-29 13:54:47 +00:00
Larissa Wandzura
f9d38c8869
Docs: Re-order Explore docs in TOC ( #92624 )
...
* re-ordered Explore docs for cohesion
* ran prettier
2024-08-29 08:33:14 -05:00
Jack Baldry
5e89a9060b
Remove all documented references to time_options
( #92657 )
2024-08-29 13:47:26 +01:00
Victor Marin
6ddb96ada2
Add extra width to menu to accomodate checkbox ( #92600 )
...
* Add extra width to menu to accomodate checkbox
* modify value
2024-08-29 15:28:00 +03:00
Leonor Oliveira
66e0121dd5
Pass resource name into the dual writer initialization ( #92654 )
2024-08-29 13:30:48 +02:00
Ryan McKinley
82417c916f
K8s: Use stacks plural not singular in grafana namespaces ( #92550 )
2024-08-29 14:15:00 +03:00
Victor Marin
454d36167e
DashboardScene: Fix issue where panels are lost from dashboard ( #92118 )
...
* fix issue where panels aren't added to rows
* refactor
2024-08-29 13:56:42 +03:00
Ashley Harrison
68ca6e9610
MetricGraphScene: Position properly when bodyScrolling
is enabled ( #92289 )
...
handle positioning of MetricGraphScene when bodyScrolling is enabled
2024-08-29 11:35:59 +01:00
Jack Westbrook
ec89854c5e
Performance: Lazy load built in panel plugins ( #92490 )
...
feat(plugins): lazy load built in panel plugins
2024-08-29 11:54:31 +02:00
Ieva
a72b557886
Docs: Extend docs with service account limitations ( #92630 )
...
* extend docs with service account limitations
* linting
* Apply suggestions from code review
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* PR feedback
* more PR feedback
* linting
---------
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
2024-08-29 09:50:11 +00:00
Kawthar Alakri
bd974bd791
New Select: Unit tests base cases ( #92485 )
...
* init commit
* New Select test cases
* click + scroll and click test cases
* code format
* code format
2024-08-29 11:45:21 +02:00
Andres Martinez Gotor
f9cd0fe5d1
Add debug headers when downloading plugins ( #92579 )
2024-08-29 11:30:21 +02:00
renovate[bot]
4209c13155
Update dependency @types/diff to v5.2.2
2024-08-29 09:23:00 +00:00
Laura Fernández
7e92cea000
TutorialCard: Fix link to tutorial not opening ( #92599 )
2024-08-29 11:22:50 +02:00
Bogdan Matei
1e1b554ff3
Scopes: Fix long texts for suggested dashboards ( #92641 )
2024-08-29 12:20:56 +03:00
Ashley Harrison
cec447cf7a
Drawer: Fix drawer mask positioning ( #92318 )
...
fix drawer mask positioning
2024-08-29 09:56:26 +01:00
renovate[bot]
90319c9482
Update dependency stylelint to v16.9.0 ( #92608 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-29 09:51:18 +01:00
Laura Fernández
8aaa155cb0
singleTopNav: Create feature toggle ( #92610 )
2024-08-29 10:48:32 +02:00
Karl Persson
56487d37db
Authn: No longer hash service account token twice during authentication ( #92598 )
...
* APIKey: Only decode and hash token once during authentication
* Only update last used every 5 minutes
2024-08-29 09:56:23 +02:00
Charandas
4f024d94d8
Authn: resolve issues with setting up a nil identity ( #92620 )
2024-08-29 00:49:41 +03:00
Adela Almasan
692280cd32
BarGauge: Add legend support ( #92449 )
2024-08-28 23:26:55 +03:00
Gilles De Mey
9d173ef579
Alerting: Fixes incorrect cache invalidation for silences when no silences exist ( #92322 )
2024-08-28 17:25:10 +01:00
renovate[bot]
a2602031c0
Update dependency react-zoom-pan-pinch to v3.6.1 ( #92606 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-28 17:19:35 +01:00
Eric Leijonmarck
577ebb3444
LBAC for datasources: Update swagger documentation ( #92594 )
...
* LBAC for datasources: Update swagger documentation
* update swagger again
2024-08-28 17:04:57 +01:00
renovate[bot]
8324a720f4
Update dependency @grafana/scenes to v5.10.2
2024-08-28 18:43:44 +03:00
Ida Štambuk
1735235277
Chore: Update elasticsearch_test.go ( #92602 )
2024-08-28 17:34:57 +02:00
renovate[bot]
faf2178a98
Update dependency react-hook-form to v7.53.0 ( #92585 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-28 16:19:39 +01:00
Eve Meelan
7057bd7caf
replace myself with Irene in CODEOWNERS ( #92589 )
...
Update CODEOWNERS
2024-08-28 10:57:24 -04:00
Gábor Farkas
abca0380a8
use count_bytes_reader from plugin-sdk-go ( #92553 )
...
* use count_bytes_reader from plugin-sdk-go
* run `make update-workspace`
* update postgres tests
* update mysql tests
* time back to utc
* make update-workspace done
---------
Co-authored-by: Kyle Brandt <kyle@grafana.com>
2024-08-28 16:44:13 +02:00
Leonor Oliveira
09f102b72e
Remove condition on where we return from unified storage in mode2 ( #92593 )
2024-08-28 16:31:53 +02:00
Hugo Kiyodi Oshiro
01b9ad3789
Plugins: Hide update all plugins in cloud ( #92597 )
2024-08-28 16:21:46 +02:00