bergquist
6d42d43b22
use constants for cache type
2019-03-14 15:48:20 +01:00
bergquist
5f059038c6
makes variables template prettier complient
2019-03-14 13:52:36 +01:00
Torkel Ödegaard
12219a1d7e
Merge pull request #15957 from ryantxu/panel-options-init
...
improve the new PreservePanelOptionsHandler
2019-03-14 13:05:09 +01:00
bergquist
f059c25f95
white space formating
2019-03-14 10:59:13 +01:00
bergquist
7b692c1cfd
changelog: adds note about #15744
2019-03-14 10:10:58 +01:00
Carl Bergquist
11d9122cf5
Merge pull request #15916 from zhulongcheng/victorops-noti
...
Add more info to victorOps alert notifications
2019-03-14 10:02:44 +01:00
bergquist
0a86a1d7b6
updates old distcache names
2019-03-14 09:23:35 +01:00
bergquist
c001cfe1d9
dont allow inifinite expiration
2019-03-14 09:22:03 +01:00
Johannes Schill
df453d15de
chore: Upgrade all babel related packages that is lagging behind
2019-03-14 09:01:27 +01:00
bergquist
5186273731
return error if cache type is invalid
2019-03-14 08:57:38 +01:00
zhulongcheng
755f60358b
Add more info to victorOps alert notifications
2019-03-14 15:47:11 +08:00
Johannes Schill
8a2865aedf
fix: papaparse must have gone missing during rebase
2019-03-14 08:36:56 +01:00
Johannes Schill
8dee1a27bf
chore: Bump jest to 24
2019-03-14 08:28:15 +01:00
Johannes Schill
d6a74a5c90
fix: describe() should not be async
2019-03-14 08:26:01 +01:00
Johannes Schill
be3f9fcbfe
fix: Use proper syntax for plugin-syntax-dynamic-import
2019-03-14 08:26:00 +01:00
Johannes Schill
1680dbac7d
fix: Downgrade ts-node to 8.0.2 due to broken theme generation
2019-03-14 08:26:00 +01:00
Johannes Schill
c41db1325b
chore: Bump ora
2019-03-14 08:25:59 +01:00
Johannes Schill
522afc6f99
chore: Bump tslint (again)
2019-03-14 08:25:59 +01:00
Johannes Schill
1d2ffe2b4b
chore: Bump axios
2019-03-14 08:25:58 +01:00
Johannes Schill
b4dd476104
chore: Bump npm
2019-03-14 08:25:57 +01:00
Johannes Schill
5c05afea0a
chore: Bump glob
2019-03-14 08:25:57 +01:00
Johannes Schill
95382f9920
fix: Invalid css
2019-03-14 08:25:56 +01:00
Johannes Schill
bdce61d02a
chore: Bump clean-webpack-plugin, html-webpack-harddisk-plugin, postcss-reporter
2019-03-14 08:25:56 +01:00
Johannes Schill
da644a700f
chore: Bump file-loader and css optimizer webpack plugin
2019-03-14 08:25:55 +01:00
Johannes Schill
79f6b4f8e6
chore: Bump css-loader and remove minimize option since its removed in css-loader
2019-03-14 08:25:54 +01:00
Johannes Schill
e29a7b35f5
chore: Bump npm packages and lock down some versions
2019-03-14 08:25:54 +01:00
Johannes Schill
628b4a43ec
chore: Bump mini-css-extract-plugin
2019-03-14 08:25:53 +01:00
Johannes Schill
28fe1dc0c7
chore: Lock down versions of expose-loader and html-loader
2019-03-14 08:25:53 +01:00
Johannes Schill
4964627eea
chore: Bump fork-ts-checker-webpack-plugin
2019-03-14 08:25:52 +01:00
Johannes Schill
76eff009d2
chore: Prod builds should not cache
2019-03-14 08:25:51 +01:00
Johannes Schill
8eab2bef33
chore: Replace Uglify with Terser
2019-03-14 08:25:51 +01:00
Johannes Schill
51e01eff0a
chore: Bump webpack, webpack-bundle-analyzer, webpack-cli and webpack-dev-server to latest
2019-03-14 08:25:50 +01:00
Carl Bergquist
9ac69fefc6
Merge pull request #15987 from fetzerch/tags
...
docs: Change type of 'tags' in annotationQuery result example to list
2019-03-14 07:48:38 +01:00
Carl Bergquist
89709e34e4
Merge pull request #15989 from utkarshcmu/fix-#15665
...
Added cloudwatch metric math docs
2019-03-14 07:47:33 +01:00
ryan
c023635780
reuse more gauge settings in bargauge
2019-03-13 22:59:38 -07:00
ryan
4600aac7d5
set the unit on time data
2019-03-13 22:31:54 -07:00
utkarshcmu
78e08da2ef
Added metric math docs
2019-03-13 15:00:41 -07:00
ryan
734a209535
Merge remote-tracking branch 'grafana/master' into all-data-as-table
...
* grafana/master:
generic repeater
generic repeater
explore/logs: Hide empty duplicates column
fix for firefox checkboxes not appearing properly, added appearance as none
used regex instead of string replacing
2019-03-13 13:28:49 -07:00
ryan
c38000d445
merge
2019-03-13 13:27:08 -07:00
ryan
68f7e046ab
check types better
2019-03-13 13:11:49 -07:00
ryan
0c086795e3
check types better
2019-03-13 13:07:01 -07:00
Christian Fetzer
0cd59fdbcc
docs: Change type of 'tags' in annotationQuery result example to list
...
A datasource plugin must return a list of tags in the 'tags' field of
the annotationQuery result. A string 'test' would otherwise result in
4 tags in Grafana: 't','e','s','t'.
2019-03-13 20:48:49 +01:00
ryan
75022ebd63
single hook
2019-03-13 12:46:04 -07:00
Torkel Ödegaard
9c4abc9d0c
Merge pull request #15982 from steven-sheehy/hide-duplicate-column
...
explore/logs: Hide empty duplicates column
2019-03-13 20:38:18 +01:00
Torkel Ödegaard
010b45d75e
Merge pull request #15981 from srid12/firefox-checkbox-15854
...
Fix for firefox checkboxes not appearing properly
2019-03-13 20:36:25 +01:00
Torkel Ödegaard
bfc84c0f2b
Merge pull request #15980 from srid12/custom-variable-issue-15921
...
used regex instead of string replacing
2019-03-13 20:34:56 +01:00
Torkel Ödegaard
614b4251de
Merge pull request #15985 from ryantxu/generic-viz-repeat
...
VisRepeater should not care about the value type
2019-03-13 20:33:16 +01:00
ryan
6472c2bcd9
generic repeater
2019-03-13 11:30:52 -07:00
ryan
36d67f22e9
generic repeater
2019-03-13 11:24:18 -07:00
ryan
1bc8e7a8d1
merge master, works with bar gauge now
2019-03-13 11:12:11 -07:00