Laura Benz
c9a5ee616e
RestoreDashboards: Add search ( #89692 )
...
* feat: add search
* feat: run i18n extraction
* refactor: styling issue for smaller screen sizes
2024-06-27 14:00:12 +02:00
ismail simsek
8f2daacf78
Chore: Remove CancelablePromise ( #89564 )
...
* Remove CancelablePromise.ts as it wasn't used in anywhere
* Move cancelable-promise to the place where it is used
2024-06-27 13:33:35 +02:00
Tom Ratcliffe
86d41b1e23
Alerting: Update warning message for Telegram parse_mode and default to empty value ( #89630 )
2024-06-27 10:33:40 +01:00
Dominik Prokop
be1414b36b
Dashboards: Remove scenes
feature toggle ( #89771 )
2024-06-27 09:03:46 +02:00
Alex Khomenko
9056ff73f6
TimeRangePicker: Use week start ( #89765 )
2024-06-27 07:53:46 +03:00
Jack Westbrook
40207c53ae
Plugins: Expose functions to plugins for checking RBAC permissions ( #89047 )
...
* feat(grafana-data): create rbac functions for checking permissions
* feat(grafana-runtime): pass current user to runtime
* feat(grafana-runtime): expose rbac functions to check permissions against current user
* refactor(contextsrv): use functions from grafana/data to check rbac permissions against user
* Apply suggestions from code review
Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com>
* chore(rbac): fix missing types imports
* refactor(rbac): make exposed functions return boolean
---------
Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com>
2024-06-26 17:29:17 +02:00
Juan Cabanas
e6e163eaf5
ShareDrawer: Share Snapshot menu item condition ( #89733 )
2024-06-26 12:06:10 -03:00
Ezequiel Victorero
fb15d681a1
PublicDashboards: Update data sources supported list ( #89704 )
...
PublicDashboards: Update datasources compatibility list
2024-06-26 08:44:05 -03:00
Bogdan Matei
68a5bf3c18
Scopes: Allow node title to expand the container ( #89682 )
2024-06-26 14:41:38 +03:00
Josh Hunt
5fdbafdc45
E2C: New onprem empty state ( #89628 )
...
* E2C: New onprem empty state
* fix test
2024-06-26 14:30:02 +03:00
Bogdan Matei
95a8fc1dd7
Scopes: Implement message for when there are no dashboards found ( #89675 )
2024-06-26 14:10:38 +03:00
Bogdan Matei
9770ebcd6c
Scopes: Open the selector to a selected scope ( #89686 )
2024-06-26 13:46:44 +03:00
Ryan McKinley
529d4e1169
Dashboards: Use dashboard_api k8s wrapper for save options also ( #89598 )
2024-06-26 13:35:04 +03:00
Bogdan Matei
1040dc1baf
Scopes: Implement clear search for nodes ( #89678 )
2024-06-26 13:18:50 +03:00
kay delaney
be2aa9a3a7
Scenes: Implement 't a' shortcut ( #89619 )
2024-06-26 10:10:00 +01:00
Ryan McKinley
4651506319
K8s/Dashboards: Replace multiple calls with a single endpoint ( #89639 )
2024-06-26 07:27:52 +03:00
Juan Cabanas
0d276fe7b1
Share Externally: Texts modification ( #89640 )
2024-06-25 17:52:41 -03:00
Nathan Marrs
a095276753
Canvas: Fix off center element item in editor list ( #89577 )
2024-06-25 10:04:39 -07:00
Bogdan Matei
0ea2d6972f
Scopes: Allow navigating to inner containers ( #89676 )
...
Scopes: Allow navigating to inner levels after selecting a scope
2024-06-25 18:31:31 +03:00
Laura Fernández
a3879e02bb
RestoreDashboards: Create FE feature toggle ( #89655 )
2024-06-25 16:43:13 +02:00
Ashley Harrison
7b88de9946
Chore: Move font-awesome
styles back to SCSS ( #89687 )
...
move font-awesome styles back to scss for performance reasons
2024-06-25 15:28:24 +01:00
Bogdan Matei
e4b9f356bc
Scopes: Implement radio buttons for containers with single node selection ( #89674 )
2024-06-25 17:10:36 +03:00
Joey
66dc20f46f
Tempo: Upgrade interpolation for Tempo ( #89664 )
...
Upgrade interpolation for Tempo
2024-06-25 14:06:51 +01:00
Laura Benz
5da94bb669
RestoreDashboards: Add an empty state ( #89662 )
...
* feat: add empty state
* fix: flickering
* Update public/app/features/browse-dashboards/RecentlyDeletedPage.tsx
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
---------
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
2024-06-25 16:04:20 +03:00
Bogdan Matei
09ec999862
Scopes: Implement clear search for dashboards list ( #89657 )
2024-06-25 15:22:02 +03:00
Ivan Ortega Alba
6773f7f4ce
Scenes: Repeat horizontally set the width to 24 even if repeat variable is not set ( #89658 )
2024-06-25 14:10:00 +02:00
Javier Ruiz
df4b280134
Trace View: Add Session for this span button ( #89656 )
...
* Add ability to show Session for this span button in trace view
* Add session link when fe o11y ids are available
* Add tests for creating session links
* Also check for session id written following otel semantic convention
2024-06-25 13:48:06 +02:00
Chris Hodges
0759c98504
Tempo: Fix user facing typo in pipeline operator error message ( #89638 )
...
Tempo: Fix user facing typo in TraceQL pipeline operator error message
2024-06-25 12:45:16 +01:00
Ashley Harrison
47f8717149
React: Use new JSX transform ( #88802 )
...
* update eslint, tsconfig + esbuild to handle new jsx transform
* remove thing that breaks the new jsx transform
* remove react imports
* adjust grafana-icons build
* is this the correct syntax?
* try this
* well this was much easier than expected...
* change grafana-plugin-configs webpack config
* fixes
* fix lockfile
* fix 2 more violations
* use path.resolve instead of require.resolve
* remove react import
* fix react imports
* more fixes
* remove React import
* remove import React from docs
* remove another react import
2024-06-25 12:43:47 +01:00
Beto Muniz
d7c33db7db
GOps: Add Grafana SLO steps to IRM configuration tracker ( #88098 )
2024-06-25 08:39:03 -03:00
Gilles De Mey
87b8da1719
Alerting: Limit instances on alert detail view unless in instances tab ( #89368 )
2024-06-25 13:19:43 +02:00
Dominik Prokop
216ec7cbdf
Scopes: Fix free text input crash ( #89652 )
2024-06-25 12:18:30 +03:00
Laura Fernández
fd96edaef7
POC: Disable ConfirmButton
( #89539 )
2024-06-25 09:42:18 +02:00
Michael Mandrus
4d69213829
CloudMigrations: Break snapshot resources out into their own table ( #89575 )
...
* create a new table for migration resources
* remove raw result bytes from db
* more snapshot resource management stuff
* integrate new table with snapshots
* pass in result limit and offset as params
* combine create and update
* set up xorm store test
* add unit tests
* save some cpu
* remove unneeded arg
* regen swagger
* fix bug with result processing
* fix update create logic so that uid isn't required for lookup
* change offset to page
* regen swagger
* revert accidental changes to file
* curl command page should be 1 indexed
2024-06-24 23:50:07 -04:00
Juan Cabanas
d07dc3bf40
ShareDrawer: Share Internally ( #89315 )
2024-06-24 16:31:42 -03:00
Chirag Gomber
ca1afff886
Chore: Remove deprecated Layout components ( #89376 )
...
* Removed depricated HorizontalLayout from PrometheusMetricsBrowser
* Removed commented import
* typo fix
* Removed depricated HorizontalLayout from RawInfluxQLEditor
* Replaced InlineFormLabel to InlineField in RawInlfuxEditor.tsx
* Removed depricated HorizontalLayout from GraphiteFunctionEditor
* Changed div to instead use stack
* Changed htmlFor attribute from selectElementId to aliasElementId
* Updated the betterer results
* Updated prettier write to the updated files
* Changed htmlFor label to fix the text
2024-06-24 20:59:41 +02:00
Darren Janeczek
f5d9c247d9
fix: pyroscope datasource remove link extension ( #89512 )
...
It has been decided that we will not be using this moving forward.
2024-06-24 13:11:03 -04:00
Ashley Harrison
7d8afd9578
Tab: Improve accessible name ( #89602 )
...
* replace aria-label selector with data-testid
* fix unit tests
* fix e2e selectors
* fix last unit test
* fix e2e tests
* fix casing
* fix e2e test
* fix casing
2024-06-24 17:48:26 +01:00
Ashley Harrison
1e51557edc
PageLoader: Fix scrollbar appearing on page loader ( #89627 )
...
fix scrollbar appearing on page loader
2024-06-24 19:26:50 +03:00
Haris Rozajac
e9ee65924b
Chore: Remove explore content outline feature toggle ( #89277 )
...
Remove explore content outline feature toggle
2024-06-24 09:45:42 -06:00
Ryan McKinley
579bfa477e
K8s: improve frontend resource client ( #89621 )
2024-06-24 18:25:04 +03:00
Christopher Lord
d701c181e1
chore: rename 'Incidents' sidebar to 'Incident' (the product name) ( #87396 )
...
* chore: rename 'Incidents' sidebar to 'Incident' (the product name)
* run make i18n-extract
2024-06-24 17:55:53 +03:00
Juan Cabanas
399651b9ad
ShareDrawer: Share snapshot ( #89195 )
2024-06-24 10:26:06 -03:00
ismail simsek
946545cfc5
Chore: Move LocalStorageValueProvider under @grafana/data pacakge ( #89580 )
...
Rehome LocalStorageValueProvider
2024-06-24 15:06:49 +02:00
Gilles De Mey
e84e0c9f08
Alerting: Make alert group editing safer ( #88627 )
2024-06-24 16:04:43 +03:00
Dominik Prokop
96fda0d6ea
NavToolbarActions: Make sure ToolbarActions are renrendered when needed ( #89615 )
2024-06-24 14:52:02 +02:00
Ashley Harrison
a89deaeb73
BrowseDashboards: Stop caching getAffectedItems
( #89609 )
...
stop caching getAffectedItems since alert rule/library panel creation isn't in rtkquery
2024-06-24 13:28:44 +01:00
github-actions[bot]
78a85126f5
I18n: Download translations from Crowdin ( #89503 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-06-24 13:48:23 +03:00
Ashley Harrison
7939745411
Chore: SCSS cleanup ( #89563 )
...
* fix fonts loading from CDN
* migrate font-awesome styles to emotion globals
* fix font-awesome rendering
* remove storybook scss overrides
* fix storybook theme imports
2024-06-24 11:42:16 +01:00
Alexa V
7feea32602
DashboardScene: Fix dashboard clear when row repeating with non-existing variable ( #89559 )
...
---------
Co-authored-by: Sergej-Vlasov <sergej.s.vlasov@gmail.com>
2024-06-21 17:59:38 +03:00