Polina Boneva
df946ca5eb
Dashboard: Remove tooltip on Add button ( #65619 )
...
nested react-popper-tooltip kills functionality for the inner tooltip
2023-03-30 16:57:18 +03:00
Sven Grossmann
d790cb1c09
Loki: Add unpack
query builder hint ( #65608 )
...
* add unpack hint
* use `hasOwnProperty`
* add unpack completion to monaco
* adjust test name
* fix tests
* fix tests
2023-03-30 15:18:02 +02:00
Ashley Harrison
98e66654d6
Chore: Some type fixes needed for react 18 ( #65600 )
...
some type fixes needed for react 18
2023-03-30 13:40:18 +01:00
Grafana I18n Bot
ece80e0614
I18n: Crowdin sync ( #65606 )
...
* New translations grafana.json (French)
* New translations grafana.json (Spanish)
* New translations grafana.json (German)
* New translations grafana.json (Chinese Simplified)
2023-03-30 14:11:13 +03:00
Polina Boneva
6f818294d3
Dashboard: When dashboard is not found show message instead of empty page ( #65508 )
...
* setup page when dashboard is not found
* reuse ErrorPage for not found dashboard
2023-03-30 13:50:59 +03:00
Polina Boneva
b9fb23502c
Dashboard: Add new visualization/row/library panel/pasted panel is now a dropdown menu ( #65361 )
...
* Empty Dashboard state has its own CTA items and its own separate box to choose a library panel to create
* show empty dashboard screen if no panels
* add feature flag for empty dashboard redesign
* only show empty dashboard redesign if FF
* add-new-panel button is a dropdown with options: visualization, row, import, paste
* fix onPasteCopiedPanel types
* do not create new panel to new dashboard if emptyDashboardPage FF true
* ToolbarButton does not allow rendering of Dropdown's overlay - switch to Button
* remove panel-add icon's default size of xl
* separate components for add new panel from dash navigation bar
2023-03-30 13:50:35 +03:00
Ashley Harrison
9e68fc6e60
Navigation: Add Import dashboard to quick actions ( #65528 )
...
* add import dashboard to quick actions
* move logic into same if block
2023-03-30 10:34:16 +01:00
Andrej Ocenas
db6694994f
FlameGraph: Refactor handling of the labels ( #65491 )
2023-03-30 11:32:44 +02:00
Gábor Farkas
609a771874
Revert "elastic: remove most of xpack" ( #65596 )
...
Revert "elastic: remove most of xpack (#63460 )"
This reverts commit 6cee0cdbad
.
2023-03-30 05:30:05 -04:00
Joao Silva
a02091cc19
Search: Fix checkbox and row styles ( #65515 )
2023-03-30 11:05:44 +02:00
Sofia Papagiannaki
c65cd5833a
Nested folders: Fix move ( #65526 )
...
* Nested Folders: Fix move response
Fix JSON tags to be consistent with the GET endpoint
* Add API test for moving to root folder
* Allow move to root folder
* Fix failure message
* Update OpenAPI specification
2023-03-30 11:46:11 +03:00
Matias Chomicki
fc16fb0407
Loki Query Chunking: Group queries by resolution ( #65353 )
...
* Loki chunking: group queries by resolution
* Update unit tests
* Add chunked + grouped test case
2023-03-30 10:29:19 +02:00
Zoltán Bedi
a0e0af2dc6
SQL Datasources: Add back help content ( #65383 )
2023-03-30 10:19:30 +02:00
Laura Benz
d473fa3977
Design System: Set border radius to theme.shape.radius.default ( #65511 )
...
* refactor: replace by default token
* refactor: remove helper
* refactor: use pill token
2023-03-30 09:20:11 +02:00
Joey
10d896d24e
Tracing: Docs and config improvements for Tempo/Jaeger/Zipkin ( #65255 )
...
* Docs and config improvements
* Add note
* Add traceToLogs (v1) in provisioning example
* Remove old provisioning
* PR updates
2023-03-30 07:41:27 +01:00
Virginia Cepeda
2b59d1abb6
Alerting: Improve query types usage to prevent ts-errors ( #65238 )
...
* Improve query types usage to prevent ts errors
* Detect whether a query's model is Prom or Loki using helper function
* Fix lint errors
2023-03-29 15:42:47 -03:00
Jev Forsberg
d23ebf63d2
Table Panel: Revert row number column changes ( #65470 )
...
* baldm0mma/revert
* baldm0mma/revert
* baldm0mma/revert/ update tests
* baldm0mma/revert/ add back isCountRowsSet condition
* baldm0mma/revert/ update tests
* baldm0mma/revert update annos
2023-03-29 11:04:24 -06:00
Andreas Christou
e27cb67776
AzureMonitor: Fix Log Analytics portal links ( #65482 )
...
* Fix and update Log Analytics portal links
- Build portal URL in backend
- Correctly set multiple resource value
- Move AddConfigLinks util function
- Add necessary types
- Remove unused functions
* Fix lint issue
* Remove unused cache variable
2023-03-29 19:01:18 +03:00
Kristina
845951485f
Explore: Show log line if there is an interpolated link ( #65489 )
...
* Add back log lines changes
This reverts commit f43ef18732
.
* Bring in @torkelo ’s changes to template_srv, implement with new format
* Enable functionality
* Remove non relevant test
* Fix tests, add @ifrost suggested tests and clarifying comment
* Add test around static link logic
2023-03-29 10:07:55 -05:00
Ryan McKinley
c0e7062eb8
Dashboards: Ensure panels have unique ids ( #65468 )
2023-03-29 07:47:13 -07:00
Sven Grossmann
07d960ac26
Logs: Position LogRowMenu sticky to be able to use it in scrollable containers ( #65502 )
...
* fix logrowmenu
* remove comment
* add comment
* get rid of absolute positions
* remove `inExplore` check
2023-03-29 15:55:28 +02:00
Sven Grossmann
b01194f81e
Loki: Fix autocomplete situations with multiple escaped quotes ( #65520 )
...
fix situations with multiple quotes
2023-03-29 15:00:42 +02:00
Piotr Jamróz
5c138e16d7
Logs: Merge Log Volumes by data source name ( #65392 )
...
* Merge log volume by data source name
* Fix creating response for multiple fallback volumes
* Fix unit tests
* Hide title if there's only one log volume visible
* Make hide title optional
* Remove redundant parentheses
* Do not use frame.name, so the visualization can pick displayNameFromDS from the field config
* Simplify setting aggregated data frame meta data
* Update public/app/features/logs/utils.ts
Co-authored-by: Giordano Ricci <me@giordanoricci.com>
* Fix legend toggling
* Ensure limited graph info is shown
* Always show the data source name
---------
Co-authored-by: Giordano Ricci <me@giordanoricci.com>
2023-03-29 13:43:56 +02:00
Piotr Jamróz
383148bcd1
Glue: Fix creating duplicated data links created by Correlations ( #65490 )
...
* Ensure correlations do not create duplicated data links
* Remove correlation links before processing each correlation
* Improve test coverage
2023-03-29 13:09:27 +02:00
Zoltán Bedi
562d8dba5d
CloudMonitoring: Update sdks to latest ( #65252 )
...
* Upgrade grafana-google-sdk-go to v0.1.0
* Upgrade @grafana/google-sdk to 0.1.1
* Update doc with provisioning example
* Remove unused types
* Use config types from the sdk
* Add metrics
2023-03-29 12:16:28 +02:00
Torkel Ödegaard
3696958632
SectionNav: Remove root section right margin ( #65507 )
2023-03-29 10:51:56 +02:00
Abdul
aedcbf2a4f
Explore: Make DataSourcePicker
visible on small screens ( #65149 )
...
Co-authored-by: Giordano Ricci <me@giordanoricci.com>
2023-03-29 02:26:37 +01:00
Leon Sorokin
8fb64cbefd
ErrorView: Better detection of no-data responses ( #65477 )
2023-03-28 17:55:13 -05:00
Leon Sorokin
6f4232bee3
HeatMap: Sort y buckets when all bucket names are numeric ( #65322 )
2023-03-28 17:16:24 -05:00
Torkel Ödegaard
b7b608418d
Templating: Introduce macros to simplify and optimize some scopedVars ( #65317 )
...
* Templating: Introduce macros to simplify and optimize some scopedVars
* Fixing tests
* fix test
* minor fix
* refactoring so macros work with formatting
* remove breaking change and keep current inconsistency
* Rename valueIndex to rowIndex
* Minor fixes
* Added test dashboard
* Added tags to dashboard
* Update
* Added test to check it returns match
* Update
* Fixed dashboard
* fix
2023-03-28 19:22:34 +02:00
Kristian Bremberg
420aeb3bec
Sanitize: do not escape forward slash ( #65416 )
2023-03-28 12:42:53 -04:00
Polina Boneva
09ff5ab522
Dashboard: Empty dashboard page adapt font size to design ( #65466 )
...
adapt fontsizes to design
2023-03-28 19:34:41 +03:00
ismail simsek
0aee7338ad
InfluxDB: Fix sending retention policy with InfluxQL queries ( #63820 )
...
* Send retention policy if that is specified
* Define the type
* Update default retention policy name
* Update unit tests
* fix unit tests
* fix unit tests again
* Load retention policies at first
* Fix tests
* Fix Editor tests
* Remove unused code
* A simpler approach
* Even simpler
* Even simpler
2023-03-28 19:20:15 +03:00
Torkel Ödegaard
273e05a9a2
MegaMenu: Fixes mega menu showing scroll indicator when it shouldn't ( #65452 )
...
* MegaMenu: Fixes mega menu showing scroll indicator when it shouldn't
* fixing css
2023-03-28 17:47:49 +02:00
Ivana Huckova
aa23758a96
Prometheus: Use $__rate_interval for rate queries generated by metric browser ( #65386 )
...
Prometheus: Fix using of rate interval for query from metric browser
2023-03-28 16:36:09 +02:00
Gareth Dawson
1f77c8c777
Loki: update height of conflicting filters ( #65451 )
...
* fix height of elements
* Update public/app/plugins/datasource/prometheus/querybuilder/shared/OperationEditor.tsx
Co-authored-by: Matias Chomicki <matyax@gmail.com>
* run prittier to pass drone
---------
Co-authored-by: Matias Chomicki <matyax@gmail.com>
2023-03-28 15:32:16 +01:00
Piotr Jamróz
b11186f946
Templating: Optionally save interpolated expressions when replacing variables in a string ( #65411 )
...
* Testing a refactor
* update
* Update interface, test interoplations map
* Refactoring
* Add more explicit comment about new behavior
* Update packages/grafana-runtime/src/services/templateSrv.ts
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
---------
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2023-03-28 16:19:27 +02:00
Gábor Farkas
0cff917f2a
Elasticsearch: Removed reference to obsolete esVersion value ( #65415 )
...
* elastic: removed reference to obsolete esVersion value
* removed unused code
* cleaned up tests
2023-03-28 17:04:56 +03:00
Eric Leijonmarck
c8252f9987
Team sync: Fix apply query string instead of param ( #65433 )
...
* fix: apply query string instead of param
* Update public/app/features/teams/state/actions.ts
2023-03-28 14:40:51 +01:00
Laura Benz
2c978fb0f0
refactor: add return value for logsSample ( #65357 )
...
* refactor: add return value for logsSample
* refactor: modify test for new use case
2023-03-28 15:36:47 +02:00
Gilles De Mey
f68fd83951
Alerting: Use displayNameFromDS if available in preview ( #65342 )
2023-03-28 13:58:21 +02:00
Grafana I18n Bot
352967f092
I18n: Crowdin sync ( #65437 )
...
* New translations grafana.json (French)
* New translations grafana.json (Spanish)
* New translations grafana.json (German)
* New translations grafana.json (Chinese Simplified)
2023-03-28 12:25:07 +01:00
Gilles De Mey
ed82f961dd
Email: Mark HTML comments as "safe" in email templates ( #64546 )
2023-03-28 13:05:21 +02:00
Polina Boneva
221c5efedc
Dashboard: Empty/No Panels dashboard with a new design ( #65161 )
...
* Empty Dashboard state has its own CTA items and its own separate box to choose a library panel to create
* show empty dashboard screen if no panels
* start page for empty dashboard
* add feature flag for empty dashboard redesign
* only show empty dashboard redesign if FF
2023-03-28 12:42:23 +03:00
Alexa V
42b58fbca6
[Panel Header - Fullstory]: Make sure new menu's are findable in fullstory ( #65167 )
2023-03-28 10:20:35 +02:00
Gábor Farkas
d73fdcfc11
Elasticsearch: Detect Elasticsearch version ( #63341 )
...
* elasticsearch: detect database version
* more test-friendly code
2023-03-28 06:59:39 +00:00
Adela Almasan
a8adfe83b5
Canvas: Update metric value text for no data ( #65372 )
2023-03-27 12:26:34 -05:00
Torkel Ödegaard
f43ef18732
Revert "Explore: Show log line if there is an interpolated link" ( #65315 )
...
Revert "Explore: Show log line if there is an interpolated link (#62926 )"
This reverts commit aa857e2a4f
.
2023-03-27 19:19:42 +02:00
Adela Almasan
21ede347cb
Canvas: Remove deleted connections from source ( #65321 )
2023-03-27 19:51:56 +03:00
Stephanie Hingtgen
fb5a7acc73
Plugins: Add cloudwatch support with the secure socks proxy ( #65303 )
...
* Plugins: enable secure socks proxy on cloudwatch with workaround
2023-03-27 10:00:37 -06:00