grafana/public/app/features/logs/components
Matias Chomicki 97cb92eb1e
Logs: Added multi-line display control to the "wrap lines" option (#88144)
* LogRowMessage: strip new lines when wrapping is disabled

* LogRowMessage: prevent conflicts between failed json parsing and unwrapping

* LogRowMessage: expand multi-line unwrapped logs when opening details

* Add unit test

* Prettier

* chore: update comment
2024-05-28 11:59:11 +03:00
..
__mocks__ Loki: Filter by labels based on the type of label (structured, indexed, parsed) (#78595) 2023-11-27 14:29:00 +01:00
log-context Chore: Remove redux-rtl test helper (#87596) 2024-05-13 11:03:21 +01:00
getLogRowStyles.ts Logs panel: Fix spacing when log details disabled (#87431) 2024-05-07 15:27:44 +03:00
InfiniteScroll.test.tsx Infinite Scroll: wait for users to reach the top before triggering new requests (#84318) 2024-03-15 13:52:55 +01:00
InfiniteScroll.tsx Infinite Scroll: wait for users to reach the top before triggering new requests (#84318) 2024-03-15 13:52:55 +01:00
LoadingIndicator.tsx Infinite scroll: share loader with log context + small fixes (#81067) 2024-01-23 18:52:38 +02:00
LogDetails.test.tsx Loki: Filter by labels based on the type of label (structured, indexed, parsed) (#78595) 2023-11-27 14:29:00 +01:00
LogDetails.tsx Loki: Filter by labels based on the type of label (structured, indexed, parsed) (#78595) 2023-11-27 14:29:00 +01:00
LogDetailsRow.test.tsx Loki: Filter by labels based on the type of label (structured, indexed, parsed) (#78595) 2023-11-27 14:29:00 +01:00
LogDetailsRow.tsx LogRowMessageDisplayedFields: increase rendering performance (#84407) 2024-03-18 13:24:06 +01:00
LogLabels.test.tsx Common labels/displayed fields: Show label names with values (#86345) 2024-04-18 16:25:58 +02:00
LogLabels.tsx Common labels/displayed fields: Show label names with values (#86345) 2024-04-18 16:25:58 +02:00
LogLabelStats.tsx Loki: Replace hardcoded css values (#57770) 2022-11-04 15:18:55 +00:00
LogLabelStatsRow.tsx Chore: Avoid explicit React.FunctionComponent<Props> when possible (round 3) (#64839) 2023-03-16 16:56:26 +02:00
LogMessageAnsi.test.tsx Logs: move logs-components from grafana-ui to grafana-main (#55041) 2022-09-19 10:51:46 +02:00
LogMessageAnsi.tsx Logs: move logs-components from grafana-ui to grafana-main (#55041) 2022-09-19 10:51:46 +02:00
logParser.test.ts Logs: Use "labels" data frame field if type "other" in log details (#77806) 2023-11-10 12:54:59 +01:00
logParser.ts LogRowMessageDisplayedFields: increase rendering performance (#84407) 2024-03-18 13:24:06 +01:00
LogRow.test.tsx Log Rows: Added popover menu with filter options when a log line is selected (#75306) 2023-11-16 11:48:10 +02:00
LogRow.tsx Logs: Added multi-line display control to the "wrap lines" option (#88144) 2024-05-28 11:59:11 +03:00
LogRowMenuCell.tsx Log Context: Add cacheFilters property (#79784) 2023-12-21 17:02:29 +01:00
LogRowMessage.test.tsx Logs: Added multi-line display control to the "wrap lines" option (#88144) 2024-05-28 11:59:11 +03:00
LogRowMessage.tsx Logs: Added multi-line display control to the "wrap lines" option (#88144) 2024-05-28 11:59:11 +03:00
LogRowMessageDisplayedFields.test.tsx Logs: Improved keyboard accessibility of log rows menu (#72686) 2023-08-02 16:36:53 +00:00
LogRowMessageDisplayedFields.tsx LogRowMessageDisplayedFields: increase rendering performance (#84407) 2024-03-18 13:24:06 +01:00
LogRows.test.tsx Popover menu: update tracking attributes + move under Explore/logs (#78739) 2023-11-28 15:21:37 +02:00
LogRows.tsx Popover menu: remove selectionchange listener (#84832) 2024-03-20 17:48:33 +02:00