Josh Hunt
10a130191f
I18n: Use correct project and pull request ID ( #82070 )
...
* use correct project and pr ids
* add github token
* fix env
2024-02-07 12:21:19 +00:00
Andres Martinez Gotor
9c0501a167
Chore: Fix rootDir path when compiling core ds ( #82068 )
2024-02-07 13:00:13 +01:00
Oscar Kilhed
1f2f85004d
Scenes: Add alerts from panel edit ( #81588 )
...
* Display alerts in scenes dashboard
* sort of working adding alerts
* move alert button to own component
* First fixes
* Generate link/url on click
* some cleanup
* making sure all links from scene go back to scene dashboard/panel; add rule button when there are rules; styling
* remove unused import
* add &scenes to url for alert instance annotations
* Add tests from old alert tab
* Revert addition of &scenes to dashboard urls
* Refactor to simplify NewAlertRuleButton interface
* update test
* Use the raw range to calculate the relative range
---------
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
2024-02-07 12:59:18 +01:00
Gábor Farkas
420a23c064
sql: simplify time-conversion code ( #81499 )
...
sql: simplify code
2024-02-07 12:42:22 +01:00
renovate[bot]
370e973256
Update dependency html-loader to v5 ( #82062 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-07 11:35:25 +00:00
Josh Hunt
945e26516b
Fix incorrect quotes in crowdin-download github action ( #82063 )
2024-02-07 11:19:40 +00:00
renovate[bot]
f5a60568b4
Update dependency fork-ts-checker-webpack-plugin to v9 ( #82061 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-07 13:18:52 +02:00
Ashley Harrison
af8ea896d0
GroupBy: add new groupby
variable type and optional groupByKeys
( #81717 )
...
* add new groupby type
* rename to groupByKeys + introduce GroupByVariableModel
* fix unit test
* update scenes package
* update interface
* update fixture
* update unit test
* bump to scenes 2.6.2
* remove baseFilters for now
2024-02-07 11:14:04 +00:00
Josh Hunt
5b9b990220
I18n: Add crowdin PRs to project board ( #82059 )
...
Add i18n prs to frontend platform project board
2024-02-07 11:01:04 +00:00
renovate[bot]
17358bd7c9
Update dependency expose-loader to v5 ( #82058 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-07 12:43:33 +02:00
renovate[bot]
c3865771ca
Update dependency react-hook-form to v7.50.1 ( #82057 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-07 12:40:28 +02:00
Joey
ff21f941df
Parca: Fix flaky test ( #81968 )
...
Fix flaky test
2024-02-07 10:21:53 +00:00
renovate[bot]
c4cee75551
Update dependency eslint-config-prettier to v9 ( #82013 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-07 10:20:19 +00:00
renovate[bot]
7607671791
Update dependency eslint-plugin-jsdoc to v48 ( #82014 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-07 10:19:56 +00:00
brendamuir
899e06b439
Alerting docs: changes alerting rules to alert rules ( #82049 )
...
* Alerting docs: changes alerting rules to alert rules
* ran prettier
2024-02-07 11:04:13 +01:00
ismail simsek
2679599968
Prometheus: Remove grafana/pkg/setting imports ( #81813 )
...
* upgrade grafana-azure-sdk-go v1.12.0
* add AzureAuthEnabled to config
* remove grafana/pkg/setting imports
* remove grafana/pkg/setting imports
* remove comment
* add better error message
* Fix the unit test
* fix lint
2024-02-07 11:01:09 +01:00
ismail simsek
9a045e24e8
Chore: Bump grafana-plugin-sdk-go version to v0.207.0 ( #82028 )
...
* bump grafana-plugin-sdk-go version to v0.207.0
* update go.sum
2024-02-07 10:51:30 +01:00
Sonia Aguilar
f59e76d54b
Alerting: Use mute_time_intervals as field name in dto ,for simplified routing ( #82045 )
...
Use mute_time_intervals as field name in dto ,for simplified routing
2024-02-07 09:54:31 +01:00
Dominik Prokop
a385ae4fa5
DashboardScene: Do not show data pane for panels with skipDataQuery
( #81934 )
...
* Bump scenes
* Don't show data pane for panels without data support
* Add tests
* Review
2024-02-07 00:51:25 -08:00
Gábor Farkas
8616f2e80a
sql: removed unnecessary error-check ( #81808 )
...
* sql: removed unnecessary error-check
* updated tests
2024-02-07 08:41:49 +01:00
Gábor Farkas
7b8c7b623c
sql: remove the usage of "errutil" ( #81888 )
2024-02-07 08:39:24 +01:00
Ryan McKinley
40a08a7720
K8s: use +enum tag in playlist and unstructured dummy ( #82022 )
2024-02-06 16:10:32 -08:00
Ezequiel Victorero
83ea51f241
Scenes: Add snapshots view support ( #81522 )
2024-02-06 19:29:57 -03:00
Yuri Tseretyan
47546a4c72
Alerting: Update API to use folders' full paths ( #81214 )
...
* update GetUserVisibleNamespaces to use FolderSeriver
* update GetNamespaceByUID to use FolderService.GetFolders
* update GetAlertRulesForScheduling to use FolderService.GetFolders
* Update API and GetAlertRulesForScheduling to use the folder's full path
* get full path of folder in RouteTestGrafanaRuleConfig
* fix escaping of titles for MySQL
2024-02-06 17:12:13 -05:00
Kevin Yu
6f8852095e
CloudWatch: Remove core imports from CloudWatchRequest ( #81422 )
...
* CloudWatch: Remove core imports from CloudWatchRequest and use appEvents for notifications
* add error message to variable query editor multi filters
* fix tests
* fix lint
* fix lint
* add test for non multi-variable
* pr comments
2024-02-06 22:22:41 +02:00
Ryan McKinley
a052dab7bc
K8s/Playlists: Only dual write when an external storage is configured ( #82015 )
2024-02-06 12:09:33 -08:00
Adela Almasan
315eb5acc3
VizTooltips: Remove default width/height values ( #81832 )
2024-02-06 12:00:19 -08:00
Kevin Yu
6373557c78
CloudWatch: remove core imports from CloudWatchMetricsQueryRunner ( #80926 )
...
* CloudWatch: remove core imports from CloudWatchMetricsQueryRunner
* use getAppEvents to publish error
* use default wait time
* put test back in original position
* fix throttling error message link
2024-02-06 21:24:14 +02:00
Isabella Siu
3b852bb582
CloudWatch: Remove references to pkg/infra/metrics ( #81744 )
...
CloudWatch: remove references to pkg/infra/metrics
2024-02-06 21:21:55 +02:00
Kevin Yu
aafff73899
CloudWatch: Remove core imports from LegacyLogGroupSelector ( #80843 )
2024-02-06 20:58:49 +02:00
Kevin Yu
0d3cf9a08b
CloudWatch: Remove core imports from ConfigEditor ( #80837 )
...
* CloudWatch: Remove core imports from ConfigEditor
* test
2024-02-06 10:44:42 -08:00
renovate[bot]
484106eb04
Update typescript-eslint monorepo to v6.21.0 ( #82004 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-06 20:28:48 +02:00
renovate[bot]
f733bc46c9
Update swc monorepo ( #82002 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-06 20:20:21 +02:00
renovate[bot]
d9b8bae028
Update dependency react-loading-skeleton to v3.4.0 ( #81975 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-06 20:04:29 +02:00
renovate[bot]
0b72ee2b77
Update dependency semver to v7.6.0 ( #81989 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-06 19:58:42 +02:00
Ashley Harrison
d3ad41d8d9
Chore: Ignore fingerprintjs in renovate ( #81973 )
...
ignore fingerprintjs
2024-02-06 19:56:50 +02:00
Eric Leijonmarck
33498d08ef
Team LBAC: docs ( #77924 )
...
* initial commit for docs
* docs update for team lbac
* replace default rule doc with restrict access
* new docs refactored
* updated based on review
* renaming of the file, to include the changes
* review comments
* fix linting
* formatting
* review comments
* updated docs with better formating
* formatting
* adding a bit of context to lbac
* update based on review from srash
* added note
2024-02-06 16:49:37 +00:00
Ryan McKinley
91754bcda5
K8s: Refactor standalone apiserver initialization ( #81932 )
2024-02-06 08:40:35 -08:00
Todd Treece
abaed01d7e
K8S/Shared Queries: Add Experimental PeakQ API ( #80839 )
...
First pass at a backend api built on top off app platform for shared-queries in explore and a query library with templating. Highly Experimental.
Under grafanaAPIServerWithExperimentalAPIs = true
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
Co-authored-by: Kyle Brandt <kyle@grafana.com>
2024-02-06 11:22:41 -05:00
renovate[bot]
ef9eca3a75
Update dependency @grafana/scenes to v2.6.3
2024-02-06 16:21:56 +00:00
DugeraProve
6697da6176
Cloudwatch: Add AWS/EMRServerless and AWS/KafkaConnect Metrics ( #79532 )
2024-02-06 17:21:49 +01:00
paulJonesCalian
3942d67f89
chore: Fix typo in GraphTresholdsStyleMode enum ( #81960 )
2024-02-06 08:20:42 -08:00
Esteban Beltran
ec5623f552
Sandbox: Fix cloneDeep not working inside plugins ( #81950 )
2024-02-06 16:47:29 +01:00
Gabriel MABILLE
4af5aef417
id forwarding: transfer Grafana id token to app plugins ( #81967 )
...
* id forwarding: allow for app plugins as well
* Add test
2024-02-06 16:26:17 +01:00
Ezequiel Victorero
eab7990349
ShareModal: Remove shareView param when creating a sharing URL ( #81976 )
2024-02-06 12:21:15 -03:00
Gokhan
cf601fab09
Alerting: Enable sending notifications to a specific topic on Telegram ( #79546 )
...
Co-authored-by: Yuri Tseretyan <yuriy.tseretyan@grafana.com>
2024-02-06 17:19:22 +02:00
Ryan McKinley
ce12eba858
K8s/Folders: Add all features to k8s endpoints ( #81858 )
2024-02-06 07:09:40 -08:00
William Wernert
2ea82af6e7
Alerting: Pass in receiver service to API struct ( #81978 )
2024-02-06 16:49:47 +02:00
Brendan O'Handley
0015a31b79
Prometheus: Frontend library update version and readme ( #81922 )
...
update version and readme
2024-02-06 08:27:43 -06:00
Brendan O'Handley
ead2de22a9
Prometheus: Frontend library use AGPL license ( #81921 )
...
* use AGPL license
* update package.json
2024-02-06 08:27:27 -06:00