Carl Bergquist
6c79f63c04
Auth: Pass ctx when updating last seen ( #88496 )
...
Signed-off-by: bergquist <carl.bergquist@gmail.com>
2024-05-30 14:25:54 +02:00
renovate[bot]
4b62be37f5
Update dependency core-js to v3.37.1
2024-05-30 12:11:46 +00:00
Kristin Laemmert
876ed9bf0b
chore: decrease frequency of updating last_seen ( #88461 )
2024-05-30 08:09:22 -04:00
kay delaney
8f45003192
LibraryPanels/RBAC: Ignore old folder permission check when deleting/patching lib panel ( #88422 )
...
* LibraryPanels/RBAC: Ignore old folder permission check when deleting lib panel
* Same for patching
2024-05-30 12:23:20 +01:00
Sofia Papagiannaki
4f999f2b6c
Dashboards: Fix regression when deleting folder ( #88311 )
...
* Fix regression when deleting folder
* Apply suggestion from code review
2024-05-30 14:21:34 +03:00
Gilles De Mey
f6a1ed3581
Alerting: Replace Strong component ( #88186 )
2024-05-30 13:05:37 +02:00
Konrad Lalik
93870c1cd8
Alerting: Use new endpoints to fetch single GMA rule on view and edit pages ( #87625 )
2024-05-30 12:55:06 +02:00
brendamuir
b07b6771e8
Alerting docs: adds pause and resume evaluation ( #88489 )
2024-05-30 12:47:38 +02:00
renovate[bot]
0c572e8db7
Update dependency @types/node to v20.12.13
2024-05-30 10:45:34 +00:00
Laura Fernández
98dcb3818c
Chore: Add no-untranslated-strings
rule to betterer ( #88479 )
2024-05-30 12:45:22 +02:00
Gilles De Mey
b7db268798
Alerting: Correctly handle duplicating notification templates ( #88487 )
...
Co-authored-by: Alex Petrov <alex.petrov.vt@gmail.com>
Co-authored-by: Tom Ratcliffe <tom.ratcliffe@grafana.com>
Co-authored-by: Alex Petrov <apetrov@fastly.com>
2024-05-30 12:43:03 +02:00
renovate[bot]
c5c38b57c4
Update dependency @types/lodash to v4.17.4
2024-05-30 09:52:46 +00:00
Josh Hunt
5190e68ab1
Chore: Refactor betterer eslint to use overrides ( #88442 )
...
* Chore: Refactor betterer eslint to use overrides
* more comments
2024-05-30 10:09:30 +01:00
Sonia Aguilar
650f291054
Gops: Fix incidents url adding plugin twice in it ( #88472 )
...
Fix incidents url adding plugin twice in it
2024-05-30 11:05:20 +02:00
Yasir Ekinci
56a544668f
DashboardAI: Reformat prompts to have a single system prompt ( #88429 )
2024-05-30 02:46:05 -06:00
Agnès Toulet
d12c808279
Docker: Fix renderer plugin in custom Dockerfile ( #88223 )
...
* Docker: fix renderer plugin in custom Dockerfile
* Update Dockerfile
2024-05-30 10:27:26 +02:00
Tom Ratcliffe
5bb7d4da4c
Alerting: Remove regex reference in silences filter tooltip ( #88455 )
2024-05-30 09:05:34 +01:00
Ieva
1c2ae2c72d
Dashboards: Correctly display Admin access to dashboards in the UI ( #88439 )
...
* include folder wildcard scope in dash permission inheritance
* Update pkg/services/accesscontrol/ossaccesscontrol/permissions_services.go
Co-authored-by: Karl Persson <kalle.persson@grafana.com>
---------
Co-authored-by: Karl Persson <kalle.persson@grafana.com>
2024-05-30 10:06:01 +03:00
Diego Augusto Molina
990ad860df
Chore: Allow using the Go race detector locally ( #88380 )
...
* use the Go race detector for local testing only
* add recipe to check if Go race detector is enabled
2024-05-29 20:34:16 -03:00
Nathan Marrs
98152b2f84
Stat: Add docs for stat percent change color options ( #88454 )
...
update docs
2024-05-29 14:13:01 -07:00
Bogdan Matei
011becb39e
Scopes: Use Grafana namespace instead of default ( #88451 )
2024-05-29 23:48:17 +03:00
Kyle Cunningham
f5346e3e2a
Table Panel: Move inspector into drawer component ( #88196 )
...
* Move inspector into drawer component
* Fix up naming
* fix betterer lint issue
---------
Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
2024-05-30 03:33:05 +07:00
Nick Richmond
7334f71e09
CodeEditor: Improved styles when the code editor is loading ( #88102 )
...
* fix: monaco loading state
* chore: betterer
* test: leverage e2e selectors
* refactor: prefer HOC to wrap with testid
* refactor: add clarity
* docs: add clarity
* refactor: loading messaging
* test: rename vars to improve clarity
* test: rename vars to improve clarity
2024-05-29 15:55:18 -04:00
William Wernert
5de7d4d06d
Alerting: Create writer interface for recording rules ( #88459 )
...
* Create writer interface for recording rules
Also create fake impl + use it for stub in scheduler
2024-05-29 22:38:33 +03:00
Joseph Perez
4e99cd2860
Docs: Edit of "Developer Guide" and other topics (part 2 of doc quality project) ( #86072 )
...
* Edit deprecation-policy
* Edit drone-pipeline
* Docs: Edit of 4 files, part 2 of quality improvement
* Update contribute/developer-guide.md
* Update contribute/developer-guide.md
Co-authored-by: J Stickler <julie.stickler@grafana.com>
* Changes from feedback
* Properly style UNIX
* Update contribute/drone-pipeline.md
* Update contribute/feature-toggles.md
Co-authored-by: J Stickler <julie.stickler@grafana.com>
* Format with prettier
---------
Co-authored-by: J Stickler <julie.stickler@grafana.com>
2024-05-29 11:08:41 -07:00
Ezequiel Victorero
e81f48ef95
Dashboards: Do not expose datasource name and uid on dashboard external export ( #88382 )
...
Co-authored-by: Juan Cabanas <juan.cabanas@grafana.com>
2024-05-29 14:36:48 -03:00
Bogdan Matei
55ea077c3e
Scopes: Select scope even without data retrieval ( #87988 )
...
* Scopes: Select scope even without data retrieval
* Pass entire scope and not only the spec to Prometheus
* Enrich ScopeSpec that is sent to Prometheus
* add name to BE
---------
Co-authored-by: Kyle Brandt <kyle@grafana.com>
2024-05-29 20:09:27 +03:00
Señor Performo - Leandro Melendez
8b5c9e3e2a
Docs: Add Installation YouTube Videos to documentation pages. ( #88443 )
...
* Added Installation video index.md
* Update index.md adding video for Debian and Ubuntu installs
* Update index.md adding install video in macOS
* Update index.md adding video to install RHEL or Fedora
* Update index.md adding install video for SUSE
* Update index.md adding video for Windows installer
2024-05-29 10:56:15 -06:00
Tom Ratcliffe
3adb07cf4d
Alerting: Make regex notification routing preview consistent with notification policies implementation ( #88413 )
...
Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com>
2024-05-29 17:04:35 +01:00
renovate[bot]
2a65a8a1d1
Update dependency @reduxjs/toolkit to v2.2.5
2024-05-29 15:42:32 +00:00
renovate[bot]
dfae694cff
Update dependency @react-types/shared to v3.23.1
2024-05-29 15:22:25 +00:00
Carl Bergquist
0e6464fc96
Don't use transaction for updating last seen for an user. ( #88426 )
...
dont use transaction for updating last seen
Signed-off-by: bergquist <carl.bergquist@gmail.com>
2024-05-29 18:13:04 +03:00
Sonia Aguilar
289ce61855
Alerting: Add the feature toggle for the new central alert state history feature ( #88346 )
...
* Add the feature toggle for the new central alert state history feature
* WIP
* Revert "WIP"
This reverts commit 80b8879d4e
.
2024-05-29 18:01:38 +03:00
renovate[bot]
e1d7ef30ec
Update dependency @react-types/overlays to v3.8.7
2024-05-29 14:47:24 +00:00
Sven Grossmann
f81e8e04aa
LogsTable: Fix default sort by time ( #88398 )
2024-05-29 16:46:26 +02:00
renovate[bot]
144e476840
Update dependency @react-types/menu to v3.9.9
2024-05-29 14:30:54 +00:00
Darren Janeczek
763108ce10
datatrails: in Components, model.useState()
, instead of model.state
( #88432 )
...
fix: in Components, `model.useState()`, instead of `model.state`
Generally, it is better practice. More succinct.
It could also eliminate subtle state bugs.
2024-05-29 10:29:57 -04:00
renovate[bot]
633486e4f1
Update dependency @react-types/button to v3.9.4
2024-05-29 14:10:56 +00:00
brendamuir
c8bbc9d6e5
Alerting docs: adds template selector docs ( #88412 )
...
* Alerting docs: adds template selector docs
* adds line about single save
2024-05-29 15:39:22 +02:00
renovate[bot]
e63037fe51
Update dependency @playwright/test to v1.44.1
2024-05-29 13:34:47 +00:00
renovate[bot]
8fa48ceb76
Update dependency @kusto/monaco-kusto to v10.0.22
2024-05-29 12:53:14 +00:00
renovate[bot]
c5b27c809a
Update dependency @grafana/faro-web-sdk to v1.7.3
2024-05-29 11:55:28 +00:00
Gilles De Mey
781f67dfb6
Alerting: Support alertingDisableSendAlertsExternal
feature toggle ( #88384 )
2024-05-29 13:54:07 +02:00
renovate[bot]
e93169b66c
Update dependency @grafana/faro-web-sdk to v1.7.3
2024-05-29 11:30:50 +00:00
Ana Ivanov
c977653811
Add navigation config for grafana-csp-app
( #88360 )
...
Add navigation config for grafana-csp-app
2024-05-29 14:28:33 +03:00
Laura Fernández
a47e71fd34
Chore: create the no-untranslated-literals
rule ( #88271 )
2024-05-29 13:03:59 +02:00
Fayzal Ghantiwala
543f0ae37e
Alerting: Update ListAlertRulesQuery to take a slice of RuleGroups ( #88385 )
...
* Change ListAlertRulesQuery to take RuleGroup slice instead
* Change func name
* Change func name
* Fix fakes
* Fix function arg
2024-05-29 11:50:33 +01:00
renovate[bot]
4c8ce76929
Update dependency @grafana/faro-core to v1.7.3
2024-05-29 09:55:43 +00:00
Andres Martinez Gotor
0f32c2bff9
Revamp tests for Add/Update Datasource ( #88386 )
2024-05-29 04:54:11 -05:00
renovate[bot]
2d18de7e84
Update dependency @floating-ui/react to v0.26.16 ( #88409 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-29 12:28:26 +03:00