ryan
909d425008
cleanup plugin versions
2019-03-05 23:40:03 -08:00
Torkel Ödegaard
5708660893
Updated a few plugin json files with dataFormats
2019-02-12 16:15:05 +01:00
Torkel Ödegaard
5436c28448
Minor refactoring around theme access
2019-02-08 15:38:45 +01:00
Dominik Prokop
6b1390b972
Update types and themes usage in components
2019-02-05 17:04:48 +01:00
Torkel Ödegaard
aeaac7480b
New solo panel route working in all scenarios I can test
2019-02-01 08:15:21 +01:00
Jeff Hage
f13018ce05
Replace usages of kbn.valueFormats with ui/getValueFormat
2019-01-30 18:57:33 -05:00
Dominik Prokop
9a08a994f4
Initialize named colors palete lazily
2019-01-28 15:49:59 +01:00
Dominik Prokop
e5f74fdf93
Rename colorsPalette util to namedColorsPalette
2019-01-23 15:31:41 +01:00
Dominik Prokop
ed48ecfe1d
Updated table tests to new behavior for colors (values are always rendered as hex/rgb)
2019-01-22 09:11:30 +01:00
Dominik Prokop
84caf0bc9d
Make named colors usable in angular code pt 1
2019-01-22 09:11:30 +01:00
Torkel Ödegaard
9e6411bf4b
value formats: another rename and updates code to use new valueFormats func
2019-01-11 13:31:25 +01:00
Torkel Ödegaard
e80a287f7a
Merge pull request #14510 from grafana/14484-table-format-string-epochs
...
In Table Panel, renders epoch string as date if date column style
2018-12-17 14:37:00 +01:00
Daniel Lee
0ebd5e0c80
table: fixes #14484 . Renders epoch string if date column style
2018-12-16 00:03:03 +01:00
Torkel Ödegaard
1b3a520b94
minor change to table panel edit options
2018-12-15 18:09:18 +01:00
Torkel Ödegaard
226e55b188
fixed ordering changing panel types, fixes issues with loading panel options
2018-12-13 11:35:07 +01:00
ijin08
ee55a9c18b
removed side menu for column styles, added small header to column styles with a border
2018-12-10 11:59:02 +01:00
Torkel Ödegaard
1eecda48f8
Moved query manipulations from metrics controller to metrics tab so they are more easily shared between angular and react panels
2018-11-14 14:40:03 +01:00
Marcus Efraimsson
fdedb917a2
Merge pull request #13892 from grisme/13606-table-cell-background-color
...
Fix bug with background color in table cell with link
2018-11-05 11:43:47 +01:00
Torkel Ödegaard
749d7a2f0c
Merge pull request #13913 from Yukinoshita-Yukino/master
...
Add only display date option to table panel column
2018-10-31 13:31:43 +01:00
Yuan Liu
6daf73fec0
add table column date format
2018-10-31 18:51:34 +08:00
Anton
355e76a48e
Fix cell coloring
2018-10-29 23:26:29 +03:00
Anton
6092fa4dc3
Fix bug with background color in table cell with link
2018-10-29 23:13:07 +03:00
David Kaltschmidt
374fe9dcb4
Explore: reuse table merge from table panel
...
- Extracted table panel's merge logic to combine multiple tables into one
- Put the merge logic into the table model as it merges multiple table
models
- make use of merge in Explore's table query response handler
- copied tests over to table model spec, kept essential tests in
transformer spec
2018-10-19 15:29:58 +02:00
Torkel Ödegaard
432e203df1
Merge branch '12918-only-arrow-functions3'
2018-09-05 11:26:30 +02:00
Patrick O'Carroll
0f326f18dc
changed functions to arrowfunctions for only-arrow-functions rule ( #13127 )
2018-09-04 15:55:41 +02:00
Patrick O'Carroll
19b7ad61dd
Changed functions to arrow functions for only-arrow-functions rule.
2018-09-04 14:27:03 +02:00
Patrick O'Carroll
f8c2b23c86
added rule use-isnan and and updated file to follow new rule ( #13117 )
2018-09-03 13:31:37 +02:00
Patrick O'Carroll
7837ee4466
Updated rules for variable name ( #13106 )
...
* updated rules for variable name and fixed files that didn't follow new rules
* fixed test so it uses new rule
* made exceptions to rule in interval_variable
2018-09-03 11:00:46 +02:00
Patrick O'Carroll
b494a29e02
changed var to let in last files ( #13087 )
2018-08-30 08:58:43 +02:00
Patrick O'Carroll
a702603e7b
changed var to const 2 ( #13068 )
...
* changed var to const
* fixed typo created in last commit
* added or empty object to options in prometheus/datasource
2018-08-29 14:27:29 +02:00
Peter Holmberg
b6584f5ad0
Moved tooltip icon from input to label #12945 ( #13059 )
2018-08-28 15:23:25 +02:00
Torkel Ödegaard
314b645857
tslint: changing vars -> const ( #13034 )
2018-08-26 18:43:07 +02:00
Torkel Ödegaard
9b978b7203
tslint: autofix of let -> const ( #13033 )
2018-08-26 17:14:40 +02:00
Tobias Skarhed
a65589a5fb
Rename test files
2018-08-14 10:52:41 +02:00
Marcus Efraimsson
36e808834d
don't render hidden columns in table panel ( #12911 )
2018-08-14 08:50:22 +02:00
Patrick O'Carroll
ff0ca6b7e2
added two new classes for color, fixed so link has value color
2018-08-02 15:25:48 +02:00
Patrick O'Carroll
36d981597e
removed table-panel-link class and add a class white to modify table-panel-cell-link class
2018-08-02 11:18:21 +02:00
Patrick O'Carroll
d4d896ade8
replaced style with class for links
2018-08-01 09:08:17 +02:00
Patrick O'Carroll
4b8ec4e323
removed a blank space in div
2018-07-31 13:07:43 +02:00
Patrick O'Carroll
7b5b94607b
fixed color for links in colored cells by adding a new variable that sets color: white when cell or row has background-color
2018-07-31 12:51:07 +02:00
Angrite
e52aceeaba
Fix for #10078 : symbol "&" is not escaped ( #10137 )
...
Fix for #10078 : Render value as link in Table panel: ampersand symbol "&" is not escaped in link URL, resulting URL is wrong.
2018-05-08 15:47:09 +02:00
Marcus Efraimsson
da8f6c150b
Merge pull request #11751 from mtanda/11690
...
fix to match table column name and order
2018-05-03 18:33:46 +02:00
Daniel Lee
fc718b8a9a
table: fix for padding
...
The table-panel-wrapper class got removed when clicking on the panel
menu which resulted in extra padding for the .panel-content div. This
fixes that by setting the table-specific css class lower down in the
html.
2018-04-30 16:17:37 +02:00
Mitsuhiro Tanda
c2b720835b
fix to match table column name and order
2018-04-27 19:34:10 +09:00
Mario Trangoni
e5e6bc56c8
public: fix codespell issues
2018-04-13 20:31:29 +02:00
Jarno Tuovinen
90aab44558
Use curly brackets around hyperlink help text #11478 ( #11479 )
2018-04-04 20:07:22 +02:00
Marcus Efraimsson
f673ec16d1
table panel: additional fixes for value to text mapping
...
Make the value to text mapping more similar to singlestat solution.
Adds more tests.
Also, allows string to be mapped to other string besides numeric values.
2018-03-27 19:04:45 +02:00
aandrew
67f0382222
add value to text mapping
2018-03-27 19:00:22 +02:00
Daniel Lee
6fa46d9539
plugins: update meta data for all core plugins
...
So that the readme's can be published on Grafana.com
2018-02-15 16:50:38 +01:00
Torkel Ödegaard
a0323e96fa
fix: tweak of PR #10635
2018-01-29 10:46:05 +01:00