Torkel Ödegaard
b37444f3ea
InputDataSource: Fixed issue with config editor ( #19818 )
2019-10-16 12:58:49 +02:00
Andrej Ocenas
09a599900c
DataLinks: Fix url field not releasing focus ( #19804 )
2019-10-16 09:57:51 +02:00
Dominik Prokop
2e18930285
@grafana/toolkit: Check if git user.name config is set ( #19821 )
2019-10-16 08:04:24 +02:00
Huan Wang
7da2156237
grafana/toolkit: Add font file loader ( #19781 )
...
* add file loader for fonts
* Add public path to resolve fonts correctly
* Do not specify font's output path
* Output fonts to fonts directory
2019-10-15 16:03:34 +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
Ryan McKinley
3ca01c3255
grafana/toolkit: Use http rather than ssh for git checkout ( #19754 )
2019-10-15 14:18:15 +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
oddlittlebird
0a7335c643
Update README.md ( #19457 )
...
* Update README.md
Minor grammar and format edits
* Update README.md
2019-10-12 12:53:47 +02:00
Huan Wang
7562959e44
toolkit linter line number off by one ( #19782 )
...
it is actually an intended feature by tslint:
https://github.com/palantir/tslint/issues/4528
So adding 1 to the line number here in the plugin
2019-10-12 08:48:22 +02:00
Andrej Ocenas
9b483e765b
UX: Fix empty space in select ( #19713 )
2019-10-09 14:11:45 +02:00
Torkel Ödegaard
22fbaa7ac8
Singlestat: Fixed issue with mapping null to text ( #19689 )
2019-10-09 09:00:39 +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
13ffb03b57
Chore: Fixes lines that exceeded 150 chars ( #19694 )
...
(cherry picked from commit c29b3e2433
)
2019-10-08 03:35:44 -07:00
Marcus Efraimsson
0ad2242fb8
Table: Proper handling of json data with dataframes ( #19596 )
...
When using Raw Document query with Elasticsearch there's a special
response from datasource that is used which includes a type field with
the value json. In the table panel there is a transformation for JSON
data which up until this fix didn't work at all due to the new data
structure we call data frames.
Co-Authored-By: Hugo Häggmark <hugo.haggmark@grafana.com>
Fixes #19531
2019-10-08 09:33:33 +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
99c1c16a04
DataFormats: When transforming TableModel -> DataFrame -> Table preserve the type attribute ( #19621 )
2019-10-07 09:06:25 +02: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
oddlittlebird
2eb4f64b62
Update README.md ( #19515 )
...
Minor grammar and format edits
2019-10-02 09:50:13 +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
Dominik Prokop
1b5e7ceee7
grafana/toolkit: Remove hack to expose plugin/e2e exports & types ( #19467 )
2019-09-27 08:07:20 -07:00
Dominik Prokop
d6eb4e8459
Docs: Update package's manual release guide ( #19469 )
2019-09-27 14:32:52 +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
Ivana Huckova
2cdd73cfd4
Release: Create cherrypick task work for enterprise repo ( #19424 )
2019-09-26 10:30:02 +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
2aaaa98eee
grafana/toolkit: Improve contribution readme ( #19400 )
...
* Improve toolkit's readme about contributing
* Update packages/grafana-toolkit/README.md
Co-Authored-By: kay delaney <45561153+kaydelaney@users.noreply.github.com>
2019-09-25 16:23:59 +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
Marcus Efraimsson
e35de167f9
Changelog: 6.4.0-beta2 release ( #19380 )
...
* changelog: add 6.4.0-beta2 release
* add back toolkit changes to main changelog
2019-09-25 11:04:41 +02:00
Marcus Efraimsson
c4a03f482c
Build: Fix correct sort order of merged pr's in cherrypick task ( #19379 )
2019-09-25 09:06:44 +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