github-actions[bot]
66b1a219f4
Alerting: Update Swagger spec ( #79850 )
...
* chore: update alerting swagger spec
* update public swagger
---------
Co-authored-by: rwwiv <rwwiv@users.noreply.github.com>
Co-authored-by: Yuri Tseretyan <yuriy.tseretyan@grafana.com>
2024-07-30 18:17:23 +03:00
Yuri Tseretyan
2023821100
Alerting: update Loki backend of state history to batch requests by folder ( #89865 )
...
* refactor `selectorString` and remove Selector struct
* move code from selector string to BuildLogQuery
* batch requests by folder UID
* update historian annotation store to handle multiple queries
* sort folder uids to make consistent queries
* add logs to loki http
* log batch size but not content. content is logged by the client
2024-07-30 11:07:10 -04:00
Claudiu Dragalina-Paraipan
05ab4cdd1f
[authz]: use authlib client ( #91205 )
...
authz: use authlib client
Co-authored-by: Gabriel MABILLE <gabriel.mabille@grafana.com>
2024-07-30 17:49:46 +03:00
Kevin Minehart
bee678da94
CI: Fix drone docker publish ( #91204 )
...
* $debug -> $$debug
* use bash instead of sh
* Update publish_images.star
* Install bash in the docker/docker image
* buildifier
2024-07-30 15:44:04 +01:00
Georges Chaudy
68dd311337
ResourceStore: remove the entity bridge ( #90995 )
2024-07-30 16:29:25 +02:00
antonio
896f4889b6
2024 07 killercoda tutorial for alerting ( #90875 )
...
* alerting/tutorials:killercoda
* changed asset
* alerting: add killercoda to get started tutorial
* applied suggestions
* all pretty, no pity
2024-07-30 15:58:44 +02:00
Georges Chaudy
901f7f1529
unifiedStorage: fix flaky integration test ( #91199 )
...
unified: fix flaky integration test
2024-07-30 16:55:51 +03:00
Isabella Siu
c68feecb6e
CloudWatch: Add errorsource for QueryData ( #91085 )
2024-07-30 09:55:01 -04:00
Michael Mandrus
3e138449bb
CloudMigrations: Fix bugs found during local testing ( #91163 )
...
* send dashboard commands instead of dashboards
* move status updates before goroutine to ensure frontend polls
* fix syncing issues between snapshot state and resources
* make sessionUid a requirement for modifying snapshots
* move the function I meant to move earlier
* remove accidental commit
* another accidental commit
* verify UpdateSnapshot is called with sessionUid
* revert
* pass in session uid everywhere
* forgot to save
* fix unit test
* fix typo
* tiny tweak
2024-07-30 09:02:41 -04:00
João Calisto
0a561d22fb
CI: Add new RRC pipeline ( #90731 )
...
* CI: Add new RRC pipeline
2024-07-30 14:01:10 +01:00
Egor
ad770cf1e5
Jaeger: Fix calling of search query with the correct time range ( #90320 )
...
* Jaeger: call search query with query range (#88156 )
* Update test
---------
Co-authored-by: Ivana Huckova <ivana.huckova@gmail.com>
2024-07-30 15:27:22 +03:00
Tom Ratcliffe
6fcf594b32
Alerting: Add eslint testing-library plugin dependency and create separate ESLint config ( #91052 )
2024-07-30 15:16:54 +03:00
renovate[bot]
e3842df675
Update dependency @types/node to v20.14.13
2024-07-30 11:57:59 +00:00
renovate[bot]
22ad5395d5
Update dependency @reduxjs/toolkit to v2.2.7
2024-07-30 11:35:34 +00:00
Tom Ratcliffe
e877b82af7
Chore: Update imports from RTKQ ( #91182 )
2024-07-30 12:10:18 +01:00
Will Browne
fa49fe3331
Plugins: Use bundle instead of individual plugin during construct step ( #91140 )
...
* work off bundle instead of individual plugin
* Remove children
Co-authored-by: Giuseppe Guerra <giuseppe.guerra@grafana.com>
* Remove children ref
Co-authored-by: Giuseppe Guerra <giuseppe.guerra@grafana.com>
* fix assign
* end early
* unset children
---------
Co-authored-by: Giuseppe Guerra <giuseppe.guerra@grafana.com>
2024-07-30 11:24:37 +01:00
Ryan McKinley
da65825c5f
Storage: Consolidate error handling ( #91167 )
2024-07-30 10:16:16 +00:00
kay delaney
b80e16075f
Scenes/Dashboards: Fix issue where changes in panel height weren't saved ( #91125 )
...
* Scenes/Dashboards: Fix issue where changes in panel height weren't saved
2024-07-30 12:34:30 +03:00
Joao Silva
35315f43fe
Pin Nav Items: Don't show icon for items without id ( #91141 )
2024-07-30 10:33:52 +01:00
renovate[bot]
de5932a2ab
Update dependency @grafana/scenes to v5.7.0 ( #90896 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-30 10:29:44 +01:00
Vardan Torosyan
e20f8c566d
RBAC sync: Fix removal of roles which need to be added ( #91152 )
...
* RBAC sync: Fix removal of roles which need to be added
* Optimize code
* cleanup: appease the linter
---------
Co-authored-by: Victor Cinaglia <victor@grafana.com>
2024-07-30 09:00:47 +02:00
Ryan McKinley
728150bdbd
Identity: extend k8s user.Info ( #90937 )
2024-07-30 08:27:23 +03:00
Señor Performo - Leandro Melendez
efda5a3ef2
docs: Added sub header, description for video link ( #91083 )
...
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
2024-07-29 17:42:37 -04:00
ismail simsek
2536049ffd
Chore: Remove MetricCategoryCascader from Explore Metrics ( #91039 )
...
remove MetricCategoryCascader
2024-07-29 22:51:52 +02:00
Yuri Tseretyan
8323b688c6
Alerting: Improve logging in scheduler and states ( #91003 )
...
* handle metadata map nil
* remove double context
* clean up logging in scheduler
* do not reuse loggers from previous ticks
* log the dropped tick
* log tick instead of ticknum
* replace with processing tick logs
* log sending notifications
* update logging in persister to fetch context
* logs to historian
moved them upstream to be able to log when store is overridden
2024-07-29 16:01:48 -04:00
Yuri Tseretyan
1b4b1af9b7
Alerting: Receiver API to use same logic for calculating UID as backend serivce ( #91153 )
...
use same logic for calculating uID as backend serivce
2024-07-29 15:55:49 -04:00
Georges Chaudy
7ad37ff4e4
UnifiedStorage: ensure list from history works across all 3 database backends ( #91134 )
...
* Ensure List is sorted by resource version DESC
* Ensure List is sorted by resource version DESC
* fix list in the past for postgres
2024-07-29 13:49:54 -06:00
Matthew Jacobson
62f67e38b8
Alerting: Implement receiver auth service ( #90857 )
2024-07-29 15:49:10 -04:00
Gabriel MABILLE
b982259950
RBAC: Default to plugins.app:access for plugin includes ( #90969 )
...
* Default to app access for includes
* Check plugin type
2024-07-29 20:56:09 +02:00
Yuri Tseretyan
34dbfefc86
Alerting: Template service to check for provenance status of update\delete ( #90688 )
2024-07-29 14:10:03 -04:00
lean.dev
d8555019f1
CloudMigrations: Fix migration in docker ( #91147 )
2024-07-29 15:00:43 -03:00
Michael Mandrus
a6088e4ee4
CloudMigrations: Improvements to backend ( #91012 )
...
* E2C: Add stat rollup to MigrationSummary
* fix report event url
* open form in new page
* sort folders by heirarchy
* undo accidental commit
* remove another commit
* make folder sorting dynamic
---------
Co-authored-by: joshhunt <josh@trtr.co>
2024-07-29 17:55:22 +00:00
Tom Ratcliffe
9d639278f4
Alerting: Refactor simplified routing contact points hook ( #90762 )
2024-07-29 19:22:31 +03:00
Joseph Perez
24c64fdffa
Docs: Edit of contribute to docs guide (part 8 of doc improvement project) ( #90405 )
...
* Docs: Edit of contribute to docs guide (part 8 of doc improvement project)
* Fix open source
* Modify bullets
* Change final sentence
* Fix final sentence
2024-07-29 08:49:41 -07:00
Josh Hunt
1a7c965f7d
E2C: Fix rebuild snapshot not showing while pending upload ( #91077 )
...
* E2C: Fix rebuild snapshot not showing while pending upload
* fix unable to make snapshot after disconnect/reconnect
* fix wrap on migration summary
2024-07-29 18:27:31 +03:00
brendamuir
218cf45ec0
Docs: adds alerting redis link to grafana config docs ( #91112 )
...
* Docs: adds alerting redis link to grafana config docs
* Update docs/sources/setup-grafana/configure-grafana/_index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
---------
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
2024-07-29 16:46:15 +02:00
Kristin Laemmert
af19f039b6
Chore (sqlstore): add validation and testing for repl config ( #90683 )
...
* add some validation and testing for repl cf
* connection strings are secrets
2024-07-29 10:32:56 -04:00
Georges Chaudy
d12cd4280c
unifiedStorage: name can be length 1 ( #91126 )
...
* fix: name can be len 1
* fix: name can be len 1
* fix: name can be len 1
2024-07-29 15:54:52 +02:00
Joseph Perez
eee66882ef
Docs: Edit of files in the backend contributor guide (part 7 of doc quality improvement project) ( #89974 )
...
* Docs: Edit of multiple files in the backend contributor guide (part 7 of doc quality improvement project)
* Update contribute/backend/instrumentation.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update contribute/backend/instrumentation.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update contribute/backend/instrumentation.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update contribute/backend/instrumentation.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update contribute/backend/instrumentation.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update contribute/backend/package-hierarchy.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update contribute/backend/package-hierarchy.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update contribute/backend/services.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update contribute/backend/services.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update contribute/backend/services.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update contribute/backend/instrumentation.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update contribute/backend/instrumentation.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update contribute/backend/instrumentation.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update contribute/backend/instrumentation.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update contribute/backend/package-hierarchy.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update contribute/backend/services.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Fix for active voice
* Update contribute/backend/instrumentation.md
* Update contribute/backend/instrumentation.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update contribute/backend/instrumentation.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update contribute/backend/instrumentation.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update contribute/backend/instrumentation.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Fix from review
* Update contribute/backend/services.md
* Update contribute/backend/services.md
* Spelling of wire
* Prettier fixes
* Minor fix
---------
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
2024-07-29 06:06:50 -07:00
Leonor Oliveira
8345af928c
[Dual writer] Read kind value passed as dualwriter's argument ( #91113 )
...
* Include kind on the dualwriter to be used on metrics
* Use kind as argument
* Skip dual writer in mode4
2024-07-29 13:57:44 +02:00
Tom Ratcliffe
604c99f137
Alerting: Don't show success message after updating AM config ( #90934 )
2024-07-29 12:02:34 +01:00
Andre Pereira
733807f963
Tempo: Show search streaming status in query options ( #90726 )
...
* Show whether search streaming is enabled in query options
* Fix tests
* Address comments
2024-07-29 11:58:01 +01:00
Ida Štambuk
57331eb898
Docs: Update docs with Metric Insights builder cross-account feature ( #91069 )
...
---------
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
2024-07-29 12:24:04 +02:00
Ida Štambuk
ec3dc74080
Features: Release Cloudwatch Metric Insights cross-account querying to public preview ( #91066 )
2024-07-29 12:23:46 +02:00
Will Browne
1b3fa8c47f
Plugins: Hide version information when plugin is managed ( #88065 )
...
* first pass
* fixup
* fix linter issues
* fix API test
* update naming
* rework
* update var name
* empty check
* prettier
* fix test
* fix lint
2024-07-29 11:18:43 +01:00
Ieva
e2ee7f06eb
RBAC: Prevent role picker from disappearing when many roles are selected ( #91065 )
...
make the container of selected roles scrollable
2024-07-29 11:17:55 +01:00
Gilles De Mey
746e2eeee6
Alerting: Add validation for path separators in the rule group edit modal ( #90887 )
...
Co-authored-by: Tom Ratcliffe <tom.ratcliffe@grafana.com>
2024-07-29 11:59:15 +02:00
Joao Silva
c694c97651
Bookmarks: Make the button accessible ( #91037 )
2024-07-29 10:31:26 +01:00
Alex Khomenko
47fb116989
Paginate migrated resources ( #91055 )
...
* E2C: Add snapshot table pagination
* Fix default page number
* Update defaults
* Reduce page size to 50, correctly calculate number of pages
---------
Co-authored-by: joshhunt <josh@trtr.co>
2024-07-29 10:21:04 +01:00
Piotr Jamróz
8d98c9eba7
Explore: Pass the dataframes along with the time range of the data ( #90594 )
...
* Explore: Pass the dataframes along with the time range of the data (#90259 )
* Use data time range for rendering instead of selected range from the picker
* Update CustomContainer to use data time range
* Update test
(cherry picked from commit 58285e37a2
)
* Memoize visible range passed to LogsVolumePanel
* Ensure onHiddenSeriesChanged is called only when hidden frames change
2024-07-29 12:07:06 +03:00