Torkel Ödegaard
addeccb4f0
Merge branch 'v4.4.x'
2017-08-08 16:18:08 +02:00
Torkel Ödegaard
a47b31ac62
fix: MySQL/Postgress max_idle_conn default was wrongly set to zero, which does not mean unlimited but zero, which in practice disables connection pooling, not good. now max idle conn is set to golang's default which is 2, fixes #8513
2017-08-08 16:17:52 +02:00
Torkel Ödegaard
d3680d290c
fix: graphite issue with metricFind and sending from/until in normal format, fixes #8997
2017-08-08 13:51:54 +02:00
Torkel Ödegaard
83beff300b
Merge branch 'v4.4.x'
2017-08-08 11:26:45 +02:00
Torkel Ödegaard
64b5153e7d
fix: change view json to use the grafana built json viewer, fixes #9002
2017-08-08 11:26:16 +02:00
Torkel Ödegaard
781dd25c82
Merge branch 'elasticsearch-filtering'
2017-08-08 11:09:00 +02:00
Torkel Ödegaard
f979e95820
tablepanel: minor update to table panel, #8052
2017-08-08 11:08:51 +02:00
Torkel Ödegaard
1507c02ebb
Merge branch 'feat-8539' of https://github.com/alexanderzobnin/grafana
2017-08-08 09:33:23 +02:00
Torkel Ödegaard
7c14ade623
Merge branch 'v4.4.x'
2017-08-08 09:28:41 +02:00
Torkel Ödegaard
7031f7e772
fix: sqlite3 and storing/displaying dates used wrong timezone, fixes #8996
2017-08-08 09:28:16 +02:00
Torkel Ödegaard
48fa642727
Update CHANGELOG.md
2017-08-07 16:03:03 +02:00
Torkel Ödegaard
3e392ef921
ux: added minor help tip to graphite ds settings
2017-08-07 15:55:05 +02:00
Torkel Ödegaard
0e2b809f7e
docker: added graphite v1.x docker block
2017-08-07 15:12:12 +02:00
Alexander Zobnin
4fe79edd40
Graphite 1.0 functions ( #8987 )
...
* graphite-ds: add graphite version to config editor
* graphite-ds: modify add-graphite-function to show only version-related functions
* graphite-ds: refactor, move func filtering to gfunc.js
* graphite-ds: add new functions for graphite 1.0.x
* graphite-ds: fix unit tests (add jsonData)
2017-08-07 15:10:59 +02:00
Alexander
35522c475f
Fix #8998 by not overriding GOMAXPROCS ( #8999 )
2017-08-07 15:02:04 +02:00
Daniel Lee
92f71136e6
Update CHANGELOG.md
2017-08-07 13:40:25 +02:00
Daniel Lee
ee835242ca
Merge branch 'v4.4.x'
2017-08-07 13:14:24 +02:00
Daniel Lee
def45f55da
docs: update installation for version 4.4.3
2017-08-07 13:11:57 +02:00
Daniel Lee
54c79c5648
updated version to v4.4.3
2017-08-07 10:50:18 +02:00
Daniel Lee
649fe7e462
Merge branch 'v4.4.x'
2017-08-07 10:47:23 +02:00
Daniel Lee
0d25357367
build: remove downloaded pkg files after publish
2017-08-07 10:46:37 +02:00
Daniel Lee
aa889e59a1
tests: fix after interface change
2017-08-07 10:20:46 +02:00
Torkel Ödegaard
d285045ff6
removed unused images
2017-08-07 10:11:39 +02:00
Torkel Ödegaard
132cd36b0c
Delete fav16.png
...
fixes #8989
2017-08-07 10:10:37 +02:00
Daniel Lee
1e5778174c
login: regenerates session id on login
2017-08-07 10:00:29 +02:00
Patrick Tescher
c082372ffe
Add a Safari Pinned Tab Icon ( #8983 )
...
Icon adopted from grafana_icon.svg
Reference document:
https://developer.apple.com/library/content/documentation/AppleApplicati
ons/Reference/SafariWebContent/pinnedTabs/pinnedTabs.html
2017-08-07 09:39:36 +02:00
Torkel Ödegaard
4f9cfcd632
Update CHANGELOG.md
2017-08-07 09:35:32 +02:00
Torkel Ödegaard
0bd03098ea
Update CHANGELOG.md
2017-08-07 09:31:31 +02:00
Torkel Ödegaard
ee297487a5
Update CHANGELOG.md
2017-08-07 09:31:04 +02:00
Torkel Ödegaard
8930e04f2b
Update CHANGELOG.md
2017-08-07 09:29:54 +02:00
Louis Ventre
97d1676fe8
Add time extremity with InfluxDB ( #8722 )
2017-08-07 09:26:32 +02:00
Jesse White
f547c93a4f
fix: hide modals when pressing Esc, fixes #8988 ( #8994 )
2017-08-07 09:23:33 +02:00
Torkel Ödegaard
58528a951a
Merge branch 'master' of github.com:grafana/grafana
2017-08-04 14:05:00 +02:00
Torkel Ödegaard
6e0f767af7
Update CHANGELOG.md
2017-08-04 14:04:16 +02:00
Torkel Ödegaard
0a23f3dd28
Merge branch 'master' of github.com:grafana/grafana
2017-08-04 14:02:18 +02:00
Torkel Ödegaard
26766ddb27
Merge branch 'v4.4.x'
2017-08-04 14:02:01 +02:00
Torkel Ödegaard
c0b0a54a8f
fix: search bug where search was hidden when you click starred or tags filter links, fixes #8981
2017-08-04 14:01:09 +02:00
Sébastien Fievet
8e618bc169
Fix some typos in alerting documentation ( #8986 )
2017-08-04 10:08:41 +01:00
Daniel Lee
6131347806
graph: adds decimals option for y-axis
...
Fixes #8187
2017-08-03 17:57:04 +02:00
Daniel Lee
ef0c90b9ca
graph: change tick decimal calculation for y-axis
...
Fixes #8872 . Use the automatic calculation by Flot to get the
number of decimal places for ticks on the y-axis rather than
the number of decimal places for the min value.
2017-08-03 16:58:31 +02:00
Daniel Lee
1ce134cc6f
docs: fixes #8972 . Note on clustering and alerting.
2017-08-03 15:37:04 +02:00
David Wittman
8f5fbb4254
Fix typo in PagerDuty notifier options template ( #8978 )
2017-08-03 08:57:59 +02:00
Torkel Ödegaard
c7ca4830a8
Merge branch 'v4.4.x'
2017-08-03 08:56:46 +02:00
Torkel Ödegaard
1372d2e517
fix: update user permissions validation was not working properly, fixes #8977
2017-08-03 08:56:34 +02:00
Alexander Zobnin
77b7f4b376
heatmap: add unit tests for convertToCards()
2017-08-02 21:27:10 +03:00
Alexander Zobnin
c7e8b98d14
heatmap: minor refactor, don't repeat cards stats calculation
2017-08-02 21:24:59 +03:00
Torkel Ödegaard
8d7186d40d
Merge branch 'v4.4.x'
2017-08-02 17:33:19 +02:00
Torkel Ödegaard
3dc9d76b38
fix: viewer role fix, fixes #8976
2017-08-02 17:33:06 +02:00
Torkel Ödegaard
a5bdfec0de
ES: return .raw fields in field lookups, closes #8975
2017-08-02 16:52:43 +02:00
Daniel Lee
b5017d1e18
docs: var in singlestat panel. Fixes #8563
2017-08-02 16:44:43 +02:00