Andrej Ocenas
09a599900c
DataLinks: Fix url field not releasing focus ( #19804 )
2019-10-16 09:57:51 +02:00
Torkel Ödegaard
d0d59b8001
Select: Allow custom value for selects ( #19775 )
...
* WIP: simple poc of allow custom value for selects
* Add support for custom value in segment
* Update snapshots
2019-10-15 15:08:56 +02:00
Dominik Prokop
00d0640b6e
DataLinks: Fix context menu not showing in singlestat-ish visualisations ( #19809 )
...
* Fix data links menu being hidden in siglestat-ish visualizations
* ts fix
* Review updates
2019-10-15 13:38:22 +02:00
kay delaney
99411bf37a
Types: Adds type safety to appEvents ( #19418 )
...
* Types: Add type safety to appEvents
2019-10-14 09:27:47 +01:00
Andrej Ocenas
9b483e765b
UX: Fix empty space in select ( #19713 )
2019-10-09 14:11:45 +02:00
Erik Sundell
862f2e4821
React group by segment poc ( #19436 )
...
* Add simple group by component
* Make segment generic
* Refactoring segments. Add support for lazy loading
* Use base props
* Add example with grouped options
* Move examples to storybook
* Fixes according to pr feedback
* Cleanup
* added className
* Fixes according to feed back
* Add query string to api so that search can be imlemented in the future
2019-10-08 20:54:00 +02:00
Miguel Carvajal
c2749052d7
Graph: make ContextMenu potitioning aware of the viewport width ( #19699 )
2019-10-08 19:57:50 +02:00
Ivana Huckova
dabc848e11
Explore: Synchronise time ranges in split mode ( #19274 )
...
* Explore: create connected sync button when screen is splitted
* Explore: create attachable button to TimePicker
* WIP/Explore: set up redux boilerplate for synced state
* WIP/Explore: add toggling functionality to sync buttons
* WIP/Explore: Fix styling issue
* First pass solution working
* Explore: Clean up, update comments
* Explore: refactore Timepicker, remove newly introduced class names
* Explore: refactore ExploreTimeControls
* Explore: more semantic variables naming
* Explore: run query on syncable item when synced times activated
* Explore: Add tooltip to sync times button
* Explore: Remove typo
* Explore: check exploreId
* Explore: refactor ExploreTimeControls
* Explore: refactor to include suggested changes
* Explore: Create TimeSyncButton component, update colors
* Explore: Toggle tooltip, use stylesFactory
2019-10-08 18:55:53 +02:00
Hugo Häggmark
5202770bdc
Grafana Image Renderer: Fixes plugin page ( #19664 )
...
Fixes #19659
2019-10-07 21:38:45 -07:00
Reinier van der Leer
ec6d69f468
Units: consistent Meter spelling and abbreviations ( #19648 )
...
* fixed unit symbols and description consistency in valueFormats/categories.ts
The preferred English spelling is "litre" (vs "liter") and "metre" (vs "meter"), except in American english. Also, the symbol for Litre is an uppercase 'L', not lowercase.
* Changed metre -> meter in units
2019-10-07 17:12:02 -07:00
Torkel Ödegaard
81dd57524d
Panels: Progress on new singlestat / BigValue ( #19374 )
...
* POC: friday hack
* exploring new singlestat styles
* minor changes
* Testing bizcharts
* style tweaks
* Updated
* minor progress
* updated
* Updated layout handling
* Updated editor
* added editor options
* adding mode
* progress on new display mode
* tweaks
* Added classic style
* Added final mode
* Minor tweak
* tweaks
* minor tweak
* Singlestat: Adjust colors for light theme
* fixed build issues with bizcharts
* fixed typescript issue
* updated snapshot
* Added demo dashboard
2019-10-04 12:01:42 +02:00
andreaslangnevyjel
45e0ebcc57
Units: fixed wrong id for Terabits/sec ( #19611 )
2019-10-04 09:21:48 +02:00
kay delaney
e16064b9b0
UI: Adds Modal component ( #19369 )
...
* UI: Adds Modal component
2019-10-03 13:30:24 +01:00
Andrej Ocenas
16b041608d
Explore: Move data source loader into the select ( #19465 )
2019-10-02 10:15:06 +02:00
Torkel Ödegaard
b01cc850b6
Theme: follow-up fix for snapshot
2019-10-02 09:59:29 +02:00
Ivana Huckova
41cbad252a
UI: Centers the filter tags in input field ( #19546 )
...
* UI: Adjust padding to center tags
* UI: Adjust padding to center tags
2019-10-02 09:50:41 +02:00
Torkel Ödegaard
3570d338cf
Theme: fix theme issue
2019-10-02 09:13:41 +02:00
Andrej Ocenas
72c15d7aa3
Refactor: Split LogRow component ( #19471 )
2019-09-30 16:01:30 +02:00
kay delaney
44de6812be
grafana-ui: Moves slate types from devDependencies to dependencies ( #19470 )
2019-09-30 13:49:09 +01:00
Andrej Ocenas
0490dbb88d
Explore: Generate log row uid ( #18994 )
2019-09-30 14:44:15 +02:00
Andrej Ocenas
234a2c599d
Refactor: RefreshPicker export things as statics on class ( #19443 )
2019-09-27 10:15:05 +02:00
Peter Holmberg
8024c39435
grafana/ui: Fix value time zone names to be capitalized ( #19417 )
2019-09-27 09:27:44 +02:00
Dominik Prokop
75b21c7603
Docs: Add styling.md with guide to Emotion at Grafana ( #19411 )
...
* Add styling.md with guide to emotion
* Update style_guides/styling.md
* Update style_guides/styling.md
* Update style_guides/styling.md
* Update PR guide
* Add stylesFactory helper function
* Simplify styles creator signature
* Make styles factory deps optional
* Update typing
* First batch of updates
* Remove unused import
* Update tests
2019-09-26 20:32:44 +02:00
Ryan McKinley
f06fd5bce2
DisplayFormat: use toLocaleString for infinity
2019-09-25 09:56:25 -07:00
Ivana Huckova
ff834afdc3
UI: Add orangeDark color to theme ( #19407 )
2019-09-25 18:09:08 +02:00
Dominik Prokop
97beb26f0c
DataLinks: suggestions menu improvements ( #19396 )
...
* Deduplicate series labels in datalinks variables suggestions
* Allways show all variables available in datalinks suggestions
2019-09-25 12:46:37 +02:00
Hugo Häggmark
889f8e3131
PanelData: Adds timeRange prop to PanelData ( #19361 )
...
* Refactor: Adds newTimeRange property to PanelData
* Refactor: Handles timeRange prop after requests
* Refactor: Makes timeRange mandatory
* Refactor: Adds DefaultTimeRange
2019-09-25 11:19:17 +02:00
Ryan McKinley
32b73bb496
ValueFormats: check for inf ( #19376 )
2019-09-25 09:04:51 +02:00
Peter Holmberg
bb0a438705
grafana/ui: Add Timezone picker ( #19364 )
...
* first things and story
* fixed data structure and fixed picker
* remove console log
* move variables into global scope
2019-09-24 15:34:12 +02:00
Dominic Miglar
bb91966180
grafana/ui: Add electrical units mAh and kAh ( #19314 )
2019-09-24 11:47:56 +02:00
Badri
235a69527e
grafana/ui: Add Indian Rupee (INR) to currencies ( #19201 )
...
* Adding Indian Rupee (INR) to currencies
This change adds formal support for the Indian Rupee in the list of currencies.
* fix comma
2019-09-24 11:46:15 +02:00
kay delaney
c93325cdd8
Chore: Bump typescript to version 3.6.3 ( #19308 )
2019-09-24 10:40:16 +01:00
Peter Holmberg
2c9577fcc5
Select: Set placeholder color ( #19309 )
2019-09-24 09:06:40 +02:00
Torkel Ödegaard
08cc4f0c8a
Keybindings: Improve esc / exit / blur logic ( #19320 )
...
* Keybindings: Improve esc / exit / blur logic
* Slight modifications
* removed use of jquery
2019-09-24 09:03:14 +02:00
Dominik Prokop
feb6bc6747
DataLinks: Small UX improvements to DataLinksInput ( #19313 )
...
Closes #19257
2019-09-23 14:17:17 +02:00
kay delaney
68d6da77da
Chore: Update Slate to 0.47.8 ( #19197 )
...
* Chore: Update Slate to 0.47.8
Closes #17430
2019-09-23 12:26:05 +01:00
Torkel Ödegaard
bbf2bd18fd
QueryEditor: Clean-up interface to only have one PanelData ( #19249 )
...
* QueryEditor: Clean-up interface to only have one PanelData
* Renamed to prop name to data
2019-09-23 11:13:33 +02:00
srid12
2a1e130000
AlertBox: Merged Alertbox into Alert ( #19212 )
...
* refatoring alert box and using alert
* refactoring alertbox to alert
* Changed default to Error
* added buttonText, onButtonClick, omRemove
* Minor fix to buttons
* fixed onRemove
2019-09-20 13:41:00 +02:00
Peter Holmberg
f445369d68
grafana/ui: Add disabled prop on LinkButton ( #19192 )
2019-09-19 08:59:36 +02:00
Ryan McKinley
14f1cf29f0
FieldDisplay: Update title variable syntax ( #19217 )
2019-09-19 08:17:15 +02:00
Hugo Häggmark
38e948a1ad
Dashboard: Fixes back button styles in kiosk mode ( #19165 )
...
Fixes : #18114
2019-09-18 08:58:08 +02:00
Dominik Prokop
503dccb771
Revert "Chore: Update Slate to 0.47.8 ( #18412 )" ( #19167 )
...
This reverts commit 601853fc84 .
2019-09-17 13:21:50 +02:00
kay delaney
601853fc84
Chore: Update Slate to 0.47.8 ( #18412 )
...
* Chore: Update Slate to 0.47.8
Closes #17430
* Add slate and immutable to grafana-ui deps
* Fixes some small regressions introduced
* Fix suggestions for multiple query fields
* Pin upgraded dependencies
* Prettier fix
* Remove original slate-react dependency
* Fix tiny-invariant dep
* (Temporarily) comments out source maps for grafana-ui
2019-09-17 13:16:24 +02:00
Andrej Ocenas
359404eb77
Explore: Update live tail buttons ( #19143 )
2019-09-17 11:25:12 +02:00
Hugo Häggmark
3952083bdb
TimePicker: Fixes onBlur issue with FireFox on MacOS ( #19154 )
...
Fixes : #18531
2019-09-17 09:48:47 +02:00
Dominik Prokop
5c0f424d1b
grafana/data: Reorganise code ( #19136 )
...
* Organise data frame and vectors code
* Organise transformations
* Move dataframe utils to dataframe dir
* Organise datetime utils
* Organise text utils
* Organise logs utils
* Revert "Organise logs utils"
This reverts commit c24115c755 .
* registry -> Registry
* Transformations reorg
2019-09-17 08:23:47 +02:00
Ivana Huckova
85e128fede
Explore: No logs should show an empty graph ( #19132 )
...
* Explore: add no data points text to graph
* Explore: add console log for error (accidentaly removed)
* Explore: refactor, created getYAxes method for better readability
* Explore: remove unnecessary console.log
* Explore: fix getYAxes method to return value
* Graph: Simplify warning from no data points to No data
2019-09-16 18:55:52 +02:00
Dominik Prokop
1a71501440
Chore: cross-package security bumps ( #19131 )
...
* Bump lodash to 4.17.15
* Bump pretty-format to 24.9.0
2019-09-16 15:50:15 +02:00
David
a28aefa370
Graph: constant series as override ( #19102 )
...
* Graph: constant series as override
- ability to define a series override that takes the first value of a
timeseries and produces constant series from it.
* Moved constant series override logic to grafana-ui
* Added docs for instant queries and constant series override
2019-09-16 13:49:55 +02:00
Hugo Häggmark
7ace80c71c
Graph: Adds onHorizontalRegionSelected ( #19083 )
...
* Refactor: Renamed and changed Signature for OnHorizontalRegionSelected
* Refactor: Adds onHorizontalRegionSelected to GraphPanelController
* Refactor: Moves TimeSrv call to PanelChrome instead
2019-09-16 09:31:22 +02:00