renovate[bot]
2e8cd1c021
Update dependency prettier to v3 ( #71586 )
...
* Update dependency prettier to v3
* run prettier
* ignore prettier update in legacy select scss
* update command line arg
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
2023-07-17 09:19:27 +01:00
Ludovic Viaud
9b143a5043
Fix e2e ( #71594 )
2023-07-13 19:58:22 +02:00
Ezequiel Victorero
290deca2eb
Dashboards: Save tags on dashboard creation ( #71394 )
...
Dashboards: save tags on dashboard creation
2023-07-13 09:10:46 -03:00
Ludovic Viaud
5099e88227
Transformation redesign ( #70834 )
...
Transformation redesign
2023-07-12 18:35:49 +02:00
Juan Cabanas
88bb4a778d
Dashboards: POC split between visualizations and widgets ( #70850 )
2023-07-12 10:09:22 -03:00
Ashley Harrison
29ed310af9
Nested folder picker: Move options into overlay ( #71042 )
...
* move options into overlay
* add some unit tests
* Update public/app/features/browse-dashboards/components/BrowseActions/MoveModal.tsx
Co-authored-by: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com >
* minor refactoring based on review comments
* just pass in uid
---------
Co-authored-by: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com >
2023-07-12 10:37:08 +01:00
Josh Hunt
2e5f733d2d
Dashboards: Fix frontend exception when backend fails to save dashboard ( #71144 )
2023-07-11 13:33:09 +00:00
Ivan Ortega Alba
699e499cc7
Variables: Page refreshes hitting enter to select a variable value ( #70996 )
2023-07-11 12:30:08 +02:00
Torkel Ödegaard
9f2baaf5c3
PanelInspect: Clean table display settings from field config ( #71226 )
...
* Does not work, hmm..
* now it works
* fixing and refactoring
* remove unused import
2023-07-10 16:27:03 +02:00
Josh Hunt
b1e76a7036
Dashboards: Keep save drawer open for unhandled errors ( #70434 )
...
* user essentials mob! 🔱
* user essentials mob! 🔱
lastFile:public/app/features/dashboard/components/SaveDashboard/SaveDashboardDrawer.tsx
* user essentials mob! 🔱
lastFile:public/app/features/dashboard/components/SaveDashboard/SaveDashboardDrawer.tsx
* user essentials mob! 🔱
lastFile:public/app/features/dashboard/components/SaveDashboard/useDashboardSave.tsx
* rename isHandledError fn
* fix prettier
---------
Co-authored-by: Joao Silva <joao.silva@grafana.com >
Co-authored-by: Laura Benz <laura.benz@grafana.com >
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
2023-07-07 13:46:53 +00:00
Alex Khomenko
420b19e0e4
Dashboards: Add dashboard embed route ( #69596 )
...
* Dashboard embed: Set up route
* Dashboard embed: Cleanup
* Dashboard embed: Separate routes
* Dashboard embed: Render dashboard page
* Dashboard embed: Add toolbar
* Dashboard embed: Send JSON on save
* Dashboard embed: Add JSON param
* Dashboard embed: Make the dashboard editable
* Fix sending dashboard to remote server
* Add notifications
* Add "dashboardEmbed" feature toggle
* Use the toggle
* Update toggles
* Add toggle on backend
* Add get JSON endpoint
* Add drawer
* Close drawer on success
* Update toggles
* Cleanup
* Update toggle
* Allow embedding for the d-embed url
* Allow embedding via custom X-Allow-Embedding header
* Use callbackUrl
* Cleanup
* Update public/app/features/dashboard/containers/EmbeddedDashboardPage.tsx
Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com >
* Use theme for spacing
* Update toggles
* Update public/app/features/dashboard/components/EmbeddedDashboard/SaveDashboardForm.tsx
Co-authored-by: Polina Boneva <13227501+polibb@users.noreply.github.com >
* Add select data source modal
---------
Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com >
Co-authored-by: Polina Boneva <13227501+polibb@users.noreply.github.com >
2023-07-06 17:43:20 +03:00
Torkel Ödegaard
d87c2c4049
SceneDashboard: Move time controls from nav toolbar into controls and make controls them sticky, and edit mode ( #71082 )
...
* Scene with sticky controls
* Progress on an edit mode
2023-07-06 11:21:03 +02:00
Juan Cabanas
28d251e5f8
Export: Templateize datasource uid when it's a library panel ( #70648 )
2023-06-29 12:48:25 -03:00
Ashley Harrison
9ee2cc742a
Chore: Use theme.shape.radius.circle everywhere ( #70896 )
...
* use theme.shape.radius.circle everywhere
* add useTheme2 import
2023-06-29 13:56:05 +01:00
Josh Hunt
f18a7f7d96
NestedFolders: Nested folder picker ( #70148 )
...
* Initial layout
* Add some styles
* Add checkbox functionality
* Add feature flag
* Extract list component
* remove feature flag
* expand folders
* Don't show empty folder indicators in nested folder picker, prevent opening folder from selecting that folder
* remove legend and button
* selection stuff
* new feature flag just for nested folder picker
* fix lint
* cleanup
* fix movemodal not showing selected item
* refactor styles, make only label clickable
---------
Co-authored-by: Tobias Skarhed <tobias.skarhed@gmail.com >
2023-06-28 09:40:29 +00:00
Ashley Harrison
beb166f1d2
Checkbox: Fix alignment in Safari ( #70673 )
2023-06-27 16:10:56 +01:00
Ryan McKinley
698b07518a
Dashboards: Support an auto refresh interval that is based on the query range ( #70479 )
2023-06-26 19:46:23 +03:00
Josh Hunt
e50cf55649
Dashboards: Allow dashboards with same name in different folders ( #70378 )
...
* Dashboards: Allow dashboards with same name in different folders
Co-authored-by: Tobias Skarhed <tobias.skarhed@gmail.com >
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
Co-authored-by: joshhunt <josh@trtr.co >
* fix
---------
Co-authored-by: Tobias Skarhed <tobias.skarhed@gmail.com >
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
2023-06-26 11:49:50 +00:00
Ashley Harrison
eacb5bee7e
Nested folders: Consolidate mutations in RTK query ( #70249 )
...
* this is an ok intermediate point
* delete some unused actions + fix tag invalidation on folder save
* remove prefetching for now (it creates a permanent subscription?!)
* leave paginated fetch out of rtk query for now
* ensure we're invalidating the cache correctly
* fix dashboard saving
* simplify
* recursively invalidate children on rename
* tidy up
* don't need to invalidate tags on delete
* don't need to invalidate on new either
* make new refreshParents action
* pageheader spacing
* invalidate getFolder on move
* bit of rearrangement
2023-06-22 09:44:19 +01:00
Ashley Harrison
0325fdecb8
Chore: Fix main build ( #70424 )
...
add check for empty object
2023-06-21 11:33:09 +03:00
Ashley Harrison
13e3308959
Chore: some type fixes ( #69860 )
...
* some type fixes
* restore empty object
* undo 1 fix for now
* commit betterer update
* explicitly type slug and uid as string | undefined
2023-06-20 17:13:49 +01:00
kay delaney
a65c3c1ebc
DynamicConfigValueEditor: Pass ID to dynamic component and label ( #69910 )
...
Closes #66337
2023-06-15 12:59:52 +01:00
Tobias Skarhed
b1da3dd202
Chore: Remove some SASS classnames from SubMenu ( #69302 )
...
Remove classNames from SubMenu
2023-06-12 17:25:38 +02:00
Polina Boneva
4db6679460
[Chore] Dashboard: Tests for dashboard's add content buttons and menu ( #66233 )
...
* add tests for empty dashboard page
* add tests for AddPanelButton
* export default components
* test +Add menu in dashboard page
* use userEvent instead of firing an event on the DOM itself
* fix test to match new analytic events
2023-06-08 11:16:08 +01:00
Laura Benz
24502c4c4a
Add tooltip to instances of IconButton ( #68880 )
...
* refactor: tooltip is required
* refactor: add tooltips
* refactor: add tooltips
* refactor: add tooltips
* refactor: add tooltips
* refactor: add tooltips
* refactor: add tooltips
* refactor: adjust tests
* refactor: apply changes from code review
* refactor: adjust component for e2e test
* refactor: adjust fallback
* refactor: apply changes from code review
* refactor: apply changes from code review
* refactor: set IconButton default as type=button and remove from use cases
* refactor: remove aria-labels when duplicated and type=button from use cases
* refactor: clean up
* refactor: fix tests
* refactor: fix type errors
* refactor: remove changes in order in order to add them to a separate PR
* refactor: set IconButton default as type=button
* refactor: remove tooltip
* refactor: apply changes requested in review
2023-06-08 10:23:28 +02:00
Juan Cabanas
38fa41f51f
PublicDashboards: Revoke public URL from audit table fix ( #69032 )
2023-05-29 13:08:27 -03:00
Juan Cabanas
9890ff7c92
PublicDashboards: Audit table redesign ( #68137 )
2023-05-29 12:59:29 -03:00
Khushi Jain
86ea0c2bc9
Dashboards: Fix undefined aria labels in Annotation Checkboxes for Programmatic Access ( #68050 )
2023-05-23 11:04:04 +02:00
Ashley Harrison
e8ca3c0409
Chore: More typescript improvements 💪 ( #68699 )
...
* fix some anys
* some canvas/geomap improvements
* some more panel type fixes
* just omit the type in TagOption
2023-05-22 11:53:58 +01:00
Khushi Jain
416e347e70
Accessibility: Corrected aria-label for Edit Panel ( #67185 )
...
* Accessibility: Corrected aria-label for Edit Panel
* Added data-testid
* Added data-testid
* Added betterer results
2023-05-17 18:20:38 +03:00
Polina Boneva
71e7ec1c83
Dashboard: Re-align Save form ( #68565 )
...
flex direction column does not add anything to the layout in the save form, but has an alignment issue in safari
2023-05-17 15:29:16 +03:00
Ashley Harrison
82114cb316
NestedFolders: Show Dashboard and Folder full breadcrumb hierarchy ( #68308 )
...
* update FolderDTO to match backend struct
* hacky way to get folder page breadcrumbs working
* hacky way to get dashboard nested breadcrumbs working
* undo route changes, get url from folder
* fix breadcrumbs in dashboard settings
* add parent pages to navIndex
* adjust getRootSectionForNode to just return the parent of a leaf node
* undo changes to generated files
* undo changes to toggles_gen.go
* feature toggle dashboardInit code
* remove unnecessary code in home dashboard
* build navModel directly, don't use getNavModel
* don't need fallback here
* remove getLoadingNav since it's not used anymore
* don't need to hide tabs from breadcrumbs anymore
* use id to find dashboards tab
2023-05-16 13:54:44 +01:00
sam boyer
33fd83f7e3
kindsys: Adapt to new PanelCfg schema interface ( #65297 )
...
* kindsys: Adapt to new PanelCfg schema interface
* building locally
* Remove Panel prefix in cue files
* Regenerate
* Update imports
* fixup! Merge branch 'remove-panel-prefix' into sdboyer/redundant-panelcfg-prefixes
* Fix formatting
---------
Co-authored-by: Ryan McKinley <ryantxu@gmail.com >
Co-authored-by: Tania B <yalyna.ts@gmail.com >
2023-05-15 23:07:54 -04:00
Ezequiel Victorero
11c388a10f
PublicDashboards: change wording and FF to public preview state ( #68262 )
2023-05-11 15:31:19 -03:00
Alexa V
c025783367
Dashboard: Fix Drawer validation to avoid errors with empty request objects ( #68214 )
2023-05-11 10:59:50 +02:00
Ryan McKinley
1f43c62d03
HelpWizard: Show snapshot preview regardless of scenes feature toggle ( #68157 )
2023-05-10 05:32:20 -07:00
Giordano Ricci
b99e9668a9
QueryRow: Make toggle actions screen-readers accessible ( #67998 )
2023-05-10 11:57:08 +01:00
Torkel Ödegaard
4c536e5942
AngularDeprecation: Show warnings in panel edit for angular panels ( #67891 )
...
* AngularDeprecation: Show warnings in panel edit for angular panels
* update wording
* Update public/app/features/dashboard/components/PanelEditor/AngularPanelPluginWarning.tsx
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com >
* Update public/app/features/dashboard/components/PanelEditor/AngularPanelPluginWarning.tsx
---------
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com >
2023-05-09 14:51:02 +02:00
Juan Cabanas
24668137f8
NavBar: app chrome state wrongly overwritten when ds modal is opened ( #67952 )
2023-05-08 16:51:42 -03:00
Torkel Ödegaard
5155455c55
Dashboard: Change add panel button to fill to remove outline border ( #68004 )
2023-05-08 16:56:06 +02:00
Torkel Ödegaard
ae1a85b5ad
Drawer: Position under nav & minor redesign ( #67824 )
...
* Drawer: Redesign WIP
* Fix double margin
* Teak pos
* align paddings
* Hide toolbar actions when drawer is open
* deprecate expandable
* Updated test
* remove expandable var
* Added clickaway
2023-05-05 17:00:33 +02:00
Torkel Ödegaard
20217db100
Drawer: Introduce a size property that set's width percentage and minWidth ( #67809 )
...
* Drawer: Introduce drawer size that sets width and min-width
* media queries
* Change large drawer to 75%
* Change news drawer to medium as the news items have better layout then with images on the side
* Tweaks and fixed inline drawer issue
* review fixes
* Deprecate inline, update mdx docs
* remove inline var
2023-05-05 11:31:02 +02:00
Torkel Ödegaard
2ecc1802e7
Page: Remove toolbar prop as it's no longer needed ( #67734 )
2023-05-03 16:07:43 +02:00
Juan Cabanas
e88e50efe4
ShareModal: Responsive tabs and Public Dashboards modal fixed ( #66805 )
2023-04-28 13:37:11 -03:00
Juan Cabanas
fc3737bf4f
PublicDashboards: Email sharing users page ( #67124 )
2023-04-27 14:20:03 -03:00
kay delaney
2dc5872bd6
New Dashboard: Fix "build a dashboard" when empty dash page feature is enabled ( #66816 )
...
* New Dashboard: Fix "build a dashboard" when used with empty dash page feature
Closes #66659
2023-04-27 11:11:19 +01:00
Polina Boneva
fe23c76250
Dashboard: New panel in a dashboard is not deleted after "Discard"-ing changes in Panel Edit ( #66476 )
...
* add isNew notPersistedProperty to PanelModel
* if panel is newly created and user "Discard"s it, the panel is removed entirely
* add Todo's for when we remove the emptyDashboardPage FF
* add isNew to new panel after file dropping on dashboard page
* handle the "Apply" case
* CSV file dropping is not relevant to a new panel bc it doesnt open edit page
2023-04-25 17:18:58 +03:00
Polina Boneva
2f1a08511a
[Chore] Dashboard: Update analytic events for new panel/row/import/pasted panel ( #67205 )
...
update analytic events for new panel/row/import/pasted panel
2023-04-25 17:06:54 +03:00
Ashley Harrison
4e492ae725
Navigation: Unify Page component ( #66951 )
...
* remove old page component
* add test to check initDashboard is only called once (prevent variables loading twice)
* add help node
* update unit tests
* remove last mentions of topnav
* fix unit tests
* remove unused props from ButtonRow interface
* remove prop from test
2023-04-24 16:41:32 +01:00
Adela Almasan
b992bdb62d
Annotations: Avoid crash when listing panels (that are rows) ( #66869 )
2023-04-21 23:50:45 +03:00