Gilles De Mey
781e394118
Alerting: Skip loading alert rules for dashboards when disabled ( #89361 )
2024-06-19 16:29:44 +02:00
Gilles De Mey
64e134c601
Alerting: Do not check evaluation interval for external rulers ( #89354 )
2024-06-19 16:28:46 +02:00
Gilles De Mey
86ac40418d
Alerting: Do not count rule health for totals ( #89349 )
2024-06-19 16:28:00 +02:00
Oleg Zaytsev
ef921fee3d
Document Unix ms format for time type parsing ( #89147 )
...
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
2024-06-19 17:19:40 +03:00
Michael Mandrus
8a8f97b0e4
CloudMigrations: Implement snapshot management apis ( #89296 )
...
* add new apis
* add payloads
* create snapshot status type
* add some impl
* finish implementing update
* start implementing build snapshot func
* add more fake build logic
* add cancel endpoint. do some cleanup
* implement GetSnapshot
* implement upload snapshot
* merge onprem status with gms result
* get it working
* update comment
* rename list endpoint
* add query limit and offset
* add helper method to snapshot
* little bit of cleanup
* work on swagger annotations
* manual merge
* generate swagger specs
* clean up curl commands
* fix bugs found during final testing
* fix linter issue
* fix unit test
2024-06-19 09:20:52 -04:00
Joey
d928fac5c3
Datasources: Upgrade data source configs for several data sources ( #89365 )
...
Upgrade data source configs for several data sources
2024-06-19 13:39:41 +01:00
Ashley Harrison
ceaf510a7d
Chore: SCSS cleanup ( #89355 )
...
* remove/migrate normalize.scss
* fix typo
* migrate _explore styles
* make json-formatter styles global
2024-06-19 13:28:00 +01:00
Dominik Prokop
d46df10d30
DashboardScene: Show dashboard not found view ( #89342 )
...
* DashboardScene: Show dashboard not found view
* Test fix
* Use correct selector
2024-06-19 13:33:29 +02:00
Josh Hunt
db78604bd4
I18n: Add utility for locale-aware duration formatting ( #89351 )
...
* I18n: Add utility for locale-aware duration formatting
* fix message
* add fallback
2024-06-19 10:37:20 +01:00
Josh Hunt
b43411631b
Echo: Don't notify if PerformanceBackend errors when flushing ( #89379 )
2024-06-19 10:00:49 +01:00
Nihal
a9736cf7dc
InfluxDB: Fix query builder produces invalid SQL query when using wildcard column name ( #89032 )
...
* influx: changes to not wrap * with double quotes for column name
Signed-off-by: Syed Nihal <syed.nihal@nokia.com>
* added unit test for https://github.com/grafana/grafana/issues/88008
Signed-off-by: Syed Nihal <syed.nihal@nokia.com>
---------
Signed-off-by: Syed Nihal <syed.nihal@nokia.com>
2024-06-19 08:39:53 +02:00
Victor Marin
51c858f32e
Fix dashboard crash on dashboard leave in panel edit ( #89353 )
...
* Fix dashboard crashing when leaving dashboard in panel edit
* add test
* test
2024-06-19 09:31:01 +03:00
ismail simsek
e5a50a7db8
InfluxDB: Fix sending range info on variable editor ( #89347 )
...
send range info in range field
2024-06-19 08:23:21 +02:00
Leon Sorokin
74bcfb284c
Heatmap: Use dashboard timeRange for auto-sizing x buckets ( #89382 )
2024-06-18 21:51:20 -05:00
Joao Silva
b0c043de5f
Fix: Portuguese Brazilian wasn't loading translations ( #89302 )
2024-06-18 18:06:35 +01:00
Travis Patterson
59f255bb7f
Add info tooltips to logs that have been sampled by adaptive logs ( #89320 )
...
* Add info tooltips to logs that have been sampled by adaptive logs
* review commends and linter changes
* make warnings match info
* fix betterer results
2024-06-18 19:54:14 +03:00
Matias Chomicki
966cee864a
LogRows: add missing call to close the popover ( #89370 )
2024-06-18 19:34:39 +03:00
Laura Benz
34b3dbdbf3
RestoreDashboards: Adjust path ( #89233 )
...
* refactor: change path
* fix: page headline
* refactor: remove condition
2024-06-18 17:24:48 +02:00
Ivan Ortega Alba
3fdc66d284
Scenes: Setting default_home_dashboard_path returns blank page and no controls ( #89304 )
2024-06-18 16:17:59 +02:00
Dominik Prokop
ae04580e5f
DashboardScene: Make Grafana usable when custom home dashboard is invalid ( #89305 )
...
* DashboardScene: Make Grafana usable when custom home dashboard is invalid
* Tests
* Remove console.error
2024-06-18 16:08:16 +02:00
Ashley Harrison
50dd95c09b
Chore: Remove betterPageScrolling
toggle ( #89339 )
...
* remove betterPageScrolling toggle
* add scrollTo test shim
2024-06-18 14:33:08 +01:00
Tom Ratcliffe
3badf73b45
Alerting: Fix setting of existing Telegram Chat ID value ( #89287 )
2024-06-18 14:24:23 +01:00
Ashley Harrison
890482052a
Login: Fix Skip
button alignment ( #89332 )
...
fix login skip button alignment
2024-06-18 15:35:45 +03:00
Ezequiel Victorero
b4c5c62f59
Chore: Update api docs reporting ( #88878 )
...
Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com>
2024-06-18 08:16:58 -03:00
Ivan Ortega Alba
3532d13f0c
Chore: Regenerate OpenAPI specs to fix swagger ( #89336 )
2024-06-18 12:38:19 +02:00
Ronan
3c5f07201e
Tempo: Virtualized search dropdowns for attribute values ( #88569 )
...
* TraceQL: Make the search field component use the virtualized prop for performance gains
* Use act on timers to eliminate warningsd
* Update more timers to use act to fix testing library warnings
* Fix linting failure
* Run make commands
---------
Co-authored-by: Joey Tawadrous <joey.tawadrous@grafana.com>
2024-06-18 08:20:06 +01:00
Adam Yeats
0bdd613f3b
Azure Monitor: Add validation for namespace field in AdvancedResourcePicker when entering a forward slash ( #89288 )
...
* Add validation for namespace field in AdvancedResourcePicker when entering a forward slash
* Add test
* Fix formatting
* Remove unused import
2024-06-17 18:43:27 +01:00
Ivan Ortega Alba
0abe4fc709
Scenes: Be able to show/hide dashboard controls in Kiosk mode ( #88920 )
2024-06-17 17:58:48 +02:00
Ashley Harrison
7bb883e375
Analytics: Fix ApplicationInsights integration ( #89299 )
...
change ApplicationInsights backend to use SystemJS to load
2024-06-17 16:19:12 +01:00
Matias Chomicki
8c5a925202
LogRows: remove app restriction from popover menu ( #89276 )
...
* LogRows: remove app restriction from popover menu
* chore: update tests
* Prettier
2024-06-17 16:56:15 +02:00
Josh Hunt
51c0644e41
RestoreDashboards: add IsDeleted and PermanentlyDeleteDate to deleted search ( #89283 )
...
RestoreDashboards: add IsDeleted and PermanentlyDeleteDate to deleted items in Search
2024-06-17 14:26:23 +01:00
Sonia Aguilar
e75fbe10ca
Alerting: Central alert history (part1) ( #88593 )
...
* WIP
* Add barchart panel with scenes
* Fix timerange in barchart panel
* Refactor: component names
* Remove not used css styles and rename panel title
* Remove unnecessary HistoryEventsListObject class and update text in labels filter
* add padding top for filter
* Add translations
* update limit labels constant
* Update showing state reason
* Fix scene object
* Address review comments
* Update icons
* use endpoints instead of the autogenerated hook
* Address review comments
* Add tooltip for alert name
* use private polling interval
* fix autogenerated translations
* Address pr rewview comments
* Address review comments
* Update text in placeholder
* Rename variable and remove spaces in Trans children
2024-06-17 14:54:15 +02:00
Bogdan Matei
94e6bcd329
Scopes: Deduplicate the list of suggested dashboards ( #89169 )
2024-06-17 13:44:22 +03:00
Sergej-Vlasov
212c1477c2
DashboardScene: Adjust a11y tests errors ( #89275 )
...
adjust a11y tests errors
2024-06-17 13:31:52 +03:00
Josh Hunt
8a891dcdc4
RestoreDashboards: Clear cached parent folders after restoring a dashboard ( #89162 )
...
* RestoreDashboards: Refresh parent folders after restoring a dashboard
* actually, just clear the cache
* less log
* refactor
2024-06-17 11:15:37 +01:00
Bogdan Matei
67f2d93281
Scopes: QoL UI fixes ( #89158 )
2024-06-17 13:00:20 +03:00
Josh Hunt
d4bba872a1
LibraryPanels: Use new folder picker when creating a library panel ( #89228 )
...
LibraryPanels: Use new folder picker when creating a Library Panel
2024-06-17 10:19:57 +01:00
Dominik Prokop
ae80ed02e4
DashboardScene: Emit meta analytic view event ( #89094 )
...
* DashboardScene: Emit view event
* check fix
2024-06-17 09:14:27 +02:00
Drew Slobodnjak
e53e6e7caa
Geomap: Fix data fit ( #89247 )
2024-06-14 10:09:47 -07:00
Darren Janeczek
79540a20b9
datatrails: persist search terms and use them to reduce retrieved metric names ( #87884 )
2024-06-14 12:36:35 -04:00
Adela Almasan
c3b772618a
Tooltip: Add tooltip support to Histogram ( #89196 )
...
Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
2024-06-14 11:23:25 -05:00
Josh Hunt
15c81b2a8b
Move RecentlyDeleted into browse-dashboards ( #89214 )
...
* Move RecentlyDeleted into browse-dashboards
* refactor: change path
---------
Co-authored-by: Laura Benz <laura.benz@grafana.com>
2024-06-14 17:25:19 +03:00
Jack Westbrook
3bfa1ed9ed
Datasource Config: Return error object on failed updates ( #88661 )
...
feat(datasource-config): return error if ds update fails
2024-06-14 16:19:48 +02:00
Josh Hunt
90c3d74955
LibraryPanels: Replace 'General' folder with 'Dashboards' ( #89220 )
...
Show 'Dashboards' for library panels not in a folder
2024-06-14 14:01:18 +01:00
Ryan McKinley
23d9af7175
Reporting: Add basic read-only apiserver ( #89140 )
2024-06-14 15:49:08 +03:00
Laura Benz
d44ddba996
RestoreDashboards: Fix counting bug ( #89201 )
...
Fix restore modal showing incorrect counts
Co-authored-by: joshhunt <josh@trtr.co>
2024-06-14 14:30:05 +02:00
Tom Ratcliffe
2dd44e2f58
Alerting: Remove duplicated alertRule handlers file and usage ( #89100 )
2024-06-14 13:42:00 +02:00
Tom Ratcliffe
a9171aa9fe
Alerting: Fix display of falsy alert values in state history ( #89156 )
2024-06-14 13:41:01 +02:00
Ashley Harrison
7c5c01cb6c
Chore: Tidy up more font-awesome SCSS ( #89207 )
...
* migrate pull-right/pull-left
* remove fa-rotate and fa-flip
* remove _stacked
* remove font-awesome _list
* remove font-awesome _larger
* remove fa fixed-width
* remove fa animated styles
* move sr-only to global styles
* condense remaining font-awesome stuff into 1 file
* extract out spin animation into util folder
2024-06-14 11:35:32 +01:00
Tom Ratcliffe
26233e98a8
Alerting: Fix saving telegram contact point to Cloud AM config ( #89182 )
...
* Add test for saving telegram contact point to AM config
* Fix default value for select options in AM config
2024-06-14 10:56:25 +01:00