Ryan McKinley
73d9f262bd
@grafana/data: improve the CircularVector api ( #18716 )
2019-08-26 12:42:27 -07: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
Hugo Häggmark
774b7267df
Explore: Fixes so Show context shows results again ( #18675 )
...
* Fix: Fixes so Show context shows results again
Fixes : #18656
* Refactor: Removes unused import that made it thrugh the pre-commit somehow
2019-08-22 11:10:20 +02:00
Ryan McKinley
5a41e8b119
Refactor: move KeyValue and deprecation warning to @grafana/data ( #18582 )
...
* move KeyValue and deprecation warning
* move KeyValue and deprecation warning
* rename displayProcessor file
2019-08-16 11:10:32 +02:00
Ryan McKinley
6335509a23
Annotations: use a single row to represent a region ( #17673 )
...
* SQLite migrations
* cleanup
* migrate end times
* switch to update with a query
* real migration
* anno migrations
* remove old docs
* set isRegion from time changes
* use <> for is not
* add comment and fix index decleration
* single validation place
* add test
* fix test
* add upgrading docs
* use AnnotationEvent
* fix import
* remove regionId from typescript
2019-08-16 10:49:30 +02:00
Ryan McKinley
e59bae55d9
DataFrame: convert from row based to a columnar value format ( #18391 )
2019-08-15 09:18:51 -07:00
Ryan McKinley
0ba07720df
TimeSeries: assume values are all numbers ( #18540 )
...
* assume number for TimeSeries types
* use const
2019-08-14 08:07:21 +02:00
Hugo Häggmark
4b3440325e
Explore: Replaces TimeSeries with GraphSeriesXY ( #18475 )
...
* Wip: Compiles and runs
* WIP: Logs Graph partially working
* Refactor: Adds GraphSeriesToggler
* Refactor: Adds tickDecimals to YAxis
* Refactor: Adds TimeZone and PlotSelection to Graph
* Refactor: Makes the graphResult work in Explore
* Refactor: Adds ExploreGraphPanel that is used by Logs and Explore
* Fix: Fixes strange behaviour with ExploreMode not beeing changed
* Fix: Adds onSelectionChanged to GraphWithLegend
* Refactor: Cleans up unused comments
* ExploreGraph: Disable colorpicker
2019-08-13 07:32:43 +02:00
Šimon Podlipský
8b0bbb2c4f
Typo: fix typo in processDataFrame.ts comment ( #18492 )
2019-08-11 21:43:54 -07:00
Tobias Skarhed
151b40ee2f
Markdown: Handle undefined/null strings ( #18433 )
2019-08-07 13:25:09 +02:00
Ryan McKinley
66faedfb9d
DataFrame: remove dateFormat ( #18424 )
2019-08-07 10:20:25 +02:00
Hugo Häggmark
b05afd7e4e
Explore: Moves GraphSeriesXY and DisplayValue to grafana/data ( #18400 )
...
* Chore: Move DisplayValue to grafana/data
* Chore: Move GraphSeriesXY to grafana/data
2019-08-06 10:49:54 +02:00
Hugo Häggmark
ead2d6e88f
Explore: Fixes incorrect handling of utc in timeEpic ( #18386 )
...
* Fix: Fixes incorrect handling of utc in timeEpic
* Chore: Renames dateTimeFromTimeZone to dateTimeForTimeZone
2019-08-06 10:43:53 +02:00
Torkel Ödegaard
541981c341
Gauge/BarGauge: Rewrite of how migrations are applied ( #18375 )
2019-08-06 08:26:11 +02:00
Ryan McKinley
09e7938499
Gauge/BarGauge: Support decimals for min/max toFloatOrUndefined ( #18368 )
2019-08-03 16:10:41 +02:00
Tobias Skarhed
83da3660da
Chore: noImplictAny no errors left ( #18303 )
...
* Add types and rewrite datasourceChanged to async/await
2019-08-01 14:38:34 +02:00
kay delaney
c01bbf2058
Timerange: Fixes a bug where custom time ranges didn't respect UTC ( #18248 )
...
Closes #18170
Closes #18178
2019-07-24 15:09:52 +02:00
kay delaney
6144c0f51d
Revert "Timerange: Fixes a bug where custom time ranges didn't respect UTC ( #18217 )" ( #18246 )
...
This reverts commit 0752a09f92
.
2019-07-24 12:29:12 +02:00
kay delaney
0752a09f92
Timerange: Fixes a bug where custom time ranges didn't respect UTC ( #18217 )
...
* Timerange: Fixes a bug where custom timeranges didn't respect UTC
Closes #18170
Closes #18178
2019-07-24 11:00:36 +01:00
Ryan McKinley
c194ae1ba5
Registry: add a reusable function registry ( #17047 )
2019-07-16 11:40:23 -07:00
Ryan McKinley
14caa6a068
FieldDisplay: move threshold and mapping to Field ( #17043 )
2019-07-12 08:32:39 -07:00
Ryan McKinley
6599bdc7f1
AnnoList: add alpha annotations list plugin ( #17187 )
...
adding an alpha panel
2019-07-09 09:28:19 -07:00
Ryan McKinley
d918d1f5f4
Reducers: consistent result for first/last reducer shortcut ( #17911 )
...
* find the last non-null value
* also fix first
* check empty first
* remove unused import
* adding lastNotNull
2019-07-09 13:56:00 +02:00
Ryan McKinley
bdaf0aa81a
Refactor: move more files to @grafana/data ( #17972 )
2019-07-06 09:18:23 -07:00
Ryan McKinley
fcdc29746f
@grafana/data: export dateMath and rangeUtil ( #17971 )
2019-07-05 23:43:12 -07:00
Ryan McKinley
3f15170914
Refactor: move some files to @grafana/data ( #17952 )
...
* moving to data WIP
* more refactoring
* add missing test
* mock full path
* remove sinon from grafana-ui
2019-07-06 08:05:53 +02:00
Tobias Skarhed
8541214c9e
Markdown: Replace rendering library ( #17686 )
...
* Replace remarkable with marked
* Add wrapper and options for marked
2019-06-26 13:15:45 +02:00
Ryan McKinley
401615847c
Build: add @grafana/data package ( #17436 )
...
first step in moving non-ui components to their own package
2019-06-18 08:17:27 -07:00