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
Steven Sheehy
17184257af
explore/logs: Hide empty duplicates column
...
Signed-off-by: Steven Sheehy <ssheehy@firescope.com>
2019-03-13 11:12:29 -05:00
ryan
011b2cdf09
merge master
2019-03-13 09:10:21 -07:00
sridhar-komati
8acc00aa66
fix for firefox checkboxes not appearing properly, added appearance as none
2019-03-13 21:38:16 +05:30
ryan
b4a3aecbbc
merge master
2019-03-13 09:03:32 -07:00
ryan
b933c57c62
merge master
2019-03-13 08:36:51 -07:00
sridhar-komati
03d4b61208
used regex instead of string replacing
2019-03-13 20:42:19 +05:30
Torkel Ödegaard
4bbd6ab79c
Merge pull request #15975 from grafana/fixed-alert-link-issue
...
Fixed issue with AlertList panel links resulting in panel not found errors
2019-03-13 15:52:14 +01:00