Ivana Huckova
4f6fb2d46e
LogsPanel: Fix scrollbar ( #24850 )
...
* Fix scrolling, besides context (wip)
* Remove autoHide
* Revert "Remove autoHide"
This reverts commit 3572718cab
.
* Revert "Fix scrolling, besides context (wip)"
This reverts commit 8e11d89612
.
* Fix scrolling in Logs Panel
* Rename passed prop to disableCustomHorizontalScroll
2020-05-20 11:20:45 +02:00
Torkel Ödegaard
6a1845997b
Panels: Update panel logos ( #23964 )
2020-04-27 22:08:43 +02:00
Ryan McKinley
5211a23f8d
Chore: show grafana labs not project ( #23913 )
2020-04-26 15:34:56 -07:00
Andrej Ocenas
263dcb1452
Chore: Fix bunch of strict null error to fix master CI ( #23443 )
...
* Fix bunch of null error
* Fix failing test
* Another test fix
2020-04-08 23:44:10 +02:00
Dominik Prokop
ea792edd3a
NewPanelEditor/Panels: refactor setDefault to setPanelOptions ( #23404 )
...
* Remove deprecated setDefault usages
* Add simple support for conditinal field config properties
* Use new API in NewsPanel
* Update tests
* Fix check
2020-04-08 19:21:26 +02:00
Tobias Skarhed
553f50e4f5
Form migrations: Switch to LegacyForms namespace ( #23357 )
...
* Move Switch to Legacy namespace
* Make story internal
* Fix import
2020-04-07 08:50:54 +02:00
Tobias Skarhed
b34281e250
Forms migration: Old Select to Legacy namespace ( #23200 )
...
* Export other components as Legacy
* More Select Legacy
* Add namespacing to more files
* Export new elements
* Move Legacy Select folder
* Let's not forget the scss file
* Move new Select folder
* Move new Select from Forms namespace
* Little oopsie
* Fix errors
* Fix merge issues
2020-04-02 10:57:35 +02:00
Ivana Huckova
b3bcbcccce
Logs panel: Rename labels to unique labels ( #21783 )
2020-01-28 11:23:22 +01:00
David
e7ae220cde
Logs: Optional logs label column ( #21025 )
...
* Logs: Optional logs label column
- reintroduces label column that was removed when log details were
introduced
- added to explore and also as a new option to logs panel
- explore column settings now stored in localstorage
- labels are rendered with font size xs
- labels that start with `_` or are called `level` or `filename` are not
displayed
- removed click handlers and moved remaining `LogLabel` logic into `LogLabels`
* Added prop to satisfy interface
* Review feedback
* removed comment
* Changed label of label column switch
2019-12-11 16:11:32 +01:00
Ivana Huckova
5a4465a382
Explore: Log message line wrapping options for logs ( #20360 )
2019-12-03 13:02:44 +01:00
Ivana Huckova
c9645a96c6
Explore: UI fixes for log details ( #20485 )
2019-11-21 13:18:29 +01:00
Dominik Prokop
96dbed5efc
Graph: introduce Tooltip to React graph ( #20046 )
2019-11-07 12:37:46 +01:00
Andrej Ocenas
dca872f75f
Explore: Memory leak fix due to dedup selector ( #20107 )
...
Change custom hashing and lodash.memoize based selector for standard reselect.
2019-11-01 16:38:34 +01:00
Ivana Huckova
a5e8e0e291
Explore: UI change for log row details ( #20034 )
...
Add LogDetail section that is shown when log line is clicked and expanded. Contains labels/fields and actions to show stats and add/remove label filter.
2019-11-01 10:01:00 +01:00
Dominik Prokop
9b7748ec13
Chore: Reorg packages ( #20111 )
...
Primarily- moving majority of the types and utils from @grafana/ui to @grafana/data
* Move types from grafana-ui to grafana-data
* Move valueFormats to grafana-data
* Move utils from grafana-ui to grafana-data
* Update imports in grafana-ui
* revert data's tsconfig change
* Update imports in grafana-runtime
* Fix import paths in grafana-ui
* Move rxjs to devDeps
* Core import updates batch 1
* Import updates batch 2
* Imports fix batch 3
* Imports fixes batch i don't know
* Fix imorts in grafana-toolkit
* Fix imports after master merge
2019-10-31 10:48:05 +01:00
David
265669710c
Logs: Publish logs panel ( #19504 )
...
* Logs: Publish logs panel
- remove alpha state from plugins definition
- add panel documentation
- updated panel reference in Loki docs
* Review feedback
2019-09-30 20:39:42 +02:00
Hugo Häggmark
e5e7bd3153
Dashboard: Adds Logs Panel (alpha) as visualization option for Dashboards ( #18641 )
...
* WIP: intial commit
* Switch: Adds tooltip
* Refactor: Adds props to LogsPanelEditor
* Refactor: Moves LogRowContextProvider to grafana/ui
* Refactor: Moves LogRowContext and Alert to grafana/ui
* Refactor: Moves LogLabelStats to grafana/ui
* Refactor: Moves LogLabels and LogLabel to grafana/ui
* Refactor: Moves LogMessageAnsi and ansicolor to grafana/ui
* Refactor: Moves calculateFieldStats, LogsParsers and getParser to grafana/data
* Refactor: Moves findHighlightChunksInText to grafana/data
* Refactor: Moves LogRow to grafana/ui
* Refactor: Moving ExploreGraphPanel to grafana/ui
* Refactor: Copies Logs to grafana/ui
* Refactor: Moves ToggleButtonGroup to grafana/ui
* Refactor: Adds Logs to LogsPanel
* Refactor: Moves styles to emotion
* Feature: Adds LogsRows
* Refactor: Introduces render limit
* Styles: Moves styles to emotion
* Styles: Moves styles to emotion
* Styles: Moves styles to emotion
* Styles: Moves styles to emotion
* Refactor: Adds sorting to LogsPanelEditor
* Tests: Adds tests for sorting
* Refactor: Changes according to PR comments
* Refactor: Changes according to PR comments
* Refactor: Moves Logs and ExploreGraphPanel out of grafana/ui
* Fix: Shows the Show context label again
2019-08-26 08:11:07 +02:00