Skip to content

Commit 014c163

Browse files
author
Ryan Bak
committed
Merge remote-tracking branch 'upstream/master' into master-keystone
Conflicts: pkg/api/dataproxy.go
2 parents d14da2f + 5155c8a commit 014c163

File tree

314 files changed

+19978
-16971
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

314 files changed

+19978
-16971
lines changed

.floo

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
22
"url": "https://floobits.com/raintank/grafana"
33
}
4-

.flooignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ data/
1010
vendor/
1111
public_gen/
1212
dist/
13-

.github/ISSUE_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Please include this information:
99
- What OS are you running grafana on?
1010
- What did you do?
1111
- What was the expected result?
12-
- What happenend instead?
12+
- What happened instead?
1313

14-
**IMPORTANT** If it realates to metric data viz:
14+
**IMPORTANT** If it relates to metric data viz:
1515
- An image or text representation of your metric query
1616
- The raw query and response for the network request (check this in chrome dev tools network tab, here you can see metric requests and other request, please include the request body and request response)
1717

.jscs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
"disallowSpacesInsideArrayBrackets": true,
1111
"disallowSpacesInsideParentheses": true,
1212
"validateIndentation": 2
13-
}
13+
}

CHANGELOG.md

Lines changed: 34 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
1-
# 3.1.0 (unreleased)
1+
# 4.0-pre (unreleased)
22

33
### Enhancements
4+
* **Login**: Adds option to disable username/password logins, closes [#4674](https://github.com/grafana/grafana/issues/4674)
5+
* **SingleStat**: Add seriename as option in singlestat panel, closes [#4740](https://github.com/grafana/grafana/issues/4740)
6+
* **Localization**: Week start day now dependant on browser locale setting, closes [#3003](https://github.com/grafana/grafana/issues/3003)
7+
* **Templating**: Update panel repeats for variables that change on time refresh, closes [#5021](https://github.com/grafana/grafana/issues/5021)
8+
* **Elasticsearch**: Support to set Precision Threshold for Unique Count metric, closes [#4689](https://github.com/grafana/grafana/issues/4689)
9+
10+
# 3.1.1 (unreleased / v3.1.x branch)
11+
* **IFrame embedding**: Fixed issue of using full iframe height, fixes [#5605](https://github.com/grafana/grafana/issues/5606)
12+
* **Panel PNG rendering**: Fixed issue detecting render completion, fixes [#5605](https://github.com/grafana/grafana/issues/5606)
13+
* **Elasticsearch**: Fixed issue with templating query and json parse error, fixes [#5615](https://github.com/grafana/grafana/issues/5615)
14+
* **Tech**: Upgraded JQuery to 2.2.4 to fix Security vulnerabilitie in 2.1.4, fixes [#5627](https://github.com/grafana/grafana/issues/5627)
15+
* **Graphite**: Fixed issue with mixed data sources and Graphite, fixes [#5617](https://github.com/grafana/grafana/issues/5617)
16+
* **Templating**: Fixed issue with template variable query was issued multiple times during dashboard load, fixes [#5637](https://github.com/grafana/grafana/issues/5637)
17+
18+
# 3.1.0 stable (2016-07-12)
19+
20+
### Bugfixes & Enhancements,
21+
* **User Alert Notices**: Backend error alert popups did not show properly, fixes [#5435](https://github.com/grafana/grafana/issues/5435)
22+
* **Table**: Added sanitize HTML option to allow links in table cells, fixes [#4596](https://github.com/grafana/grafana/issues/4596)
23+
* **Apps**: App dashboards are automatically synced to DB at startup after plugin update, fixes [#5529](https://github.com/grafana/grafana/issues/5529)
24+
25+
# 3.1.0-beta1 (2016-06-23)
26+
27+
### Enhancements
28+
* **Dashboard Export/Import**: Dashboard export now templetize data sources and constant variables, users pick these on import, closes [#5084](https://github.com/grafana/grafana/issues/5084)
429
* **Dashboard Url**: Time range changes updates url, closes [#458](https://github.com/grafana/grafana/issues/458)
530
* **Dashboard Url**: Template variable change updates url, closes [#5002](https://github.com/grafana/grafana/issues/5002)
631
* **Singlestat**: Add support for range to text mappings, closes [#1319](https://github.com/grafana/grafana/issues/1319)
@@ -10,11 +35,16 @@
1035
* **InfluxDB**: Add spread function, closes [#5211](https://github.com/grafana/grafana/issues/5211)
1136
* **Scripts**: Use restart instead of start for deb package script, closes [#5282](https://github.com/grafana/grafana/pull/5282)
1237
* **Logging**: Moved to structured logging lib, and moved to component specific level filters via config file, closes [#4590](https://github.com/grafana/grafana/issues/4590)
13-
* **Search**: Add search limit query parameter, closes [#5292](https://github.com/grafana/grafana/pull/5292)
14-
* **OpenTSDB**: Support nested template variables in tag_values function, closes [4398](https://github.com/grafana/grafana/issues/4398)
38+
* **OpenTSDB**: Support nested template variables in tag_values function, closes [#4398](https://github.com/grafana/grafana/issues/4398)
39+
* **Datasource**: Pending data source requests are cancelled before new ones are issues (Graphite & Prometheus), closes [#5321](https://github.com/grafana/grafana/issues/5321)
1540

16-
## Breaking changes
41+
### Breaking changes
1742
* **Logging** : Changed default logging output format (now structured into message, and key value pairs, with logger key acting as component). You can also no change in config to json log ouput.
43+
* **Graphite** : The Graph panel no longer have a Graphite PNG option. closes [#5367](https://github.com/grafana/grafana/issues/5367)
44+
45+
### Bug fixes
46+
* **PNG rendering**: Fixed phantomjs rendering and y-axis label rotation. fixes [#5220](https://github.com/grafana/grafana/issues/5220)
47+
* **CLI**: The cli tool now supports reading plugin.json from dist/plugin.json. fixes [#5410](https://github.com/grafana/grafana/issues/5410)
1848

1949
# 3.0.4 Patch release (2016-05-25)
2050
* **Panel**: Fixed blank dashboard issue when switching to other dashboard while in fullscreen edit mode, fixes [#5163](https://github.com/grafana/grafana/pull/5163)

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ install:
1414
- npm install
1515
- npm install -g grunt-cli
1616
# install gcc (needed for sqlite3)
17-
- choco install -y mingw
17+
- choco install -y --limit-output mingw
1818
- set PATH=C:\tools\mingw64\bin;%PATH%
1919
- echo %PATH%
2020
- echo %GOPATH%

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"tests"
1414
],
1515
"dependencies": {
16-
"jquery": "~2.1.4",
16+
"jquery": "~2.2.4",
1717
"angular": "~1.5.3",
1818
"angular-route": "~1.5.3",
1919
"angular-mocks": "~1.5.3",

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
machine:
22
node:
3-
version: 4.0
3+
version: 5.11.1
44
environment:
55
GOPATH: "/home/ubuntu/.go_workspace"
66
ORG_PATH: "github.com/grafana"

conf/defaults.ini

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,9 @@ login_hint = email or username
178178
# Default UI theme ("dark" or "light")
179179
default_theme = dark
180180

181+
# Allow users to sign in using username and password
182+
allow_user_pass_login = true
183+
181184
#################################### Anonymous Auth ##########################
182185
[auth.anonymous]
183186
# enable anonymous access
@@ -265,7 +268,7 @@ templates_pattern = emails/*.html
265268
# Use space to separate multiple modes, e.g. "console file"
266269
mode = console, file
267270

268-
# Either "trace", "debug", "info", "warn", "error", "critical", default is "info"
271+
# Either "debug", "info", "warn", "error", "critical", default is "info"
269272
level = info
270273

271274
# For "console" mode only
@@ -361,12 +364,15 @@ global_api_key = -1
361364
global_session = -1
362365

363366
#################################### Internal Grafana Metrics ##########################
367+
# Metrics available at HTTP API Url /api/metrics
364368
[metrics]
365369
enabled = true
366370
interval_seconds = 60
367371

372+
# Send internal Grafana metrics to graphite
368373
; [metrics.graphite]
369374
; address = localhost:2003
370375
; prefix = prod.grafana.%(instance_name)s.
371376

372-
377+
[grafana_net]
378+
url = https://grafana.net

conf/sample.ini

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@
4242
# Prevents DNS rebinding attacks
4343
;enforce_domain = false
4444

45-
# The full public facing url
46-
;root_url = %(protocol)s://%(domain)s:%(http_port)s/
45+
# The full public facing url you use in browser, used for redirects and emails
46+
# If you use reverse proxy and sub path specify full url (with sub path)
47+
;root_url = http://localhost:3000
4748

4849
# Log web requests
4950
;router_logging = false
@@ -309,6 +310,7 @@ check_for_updates = true
309310
;path = /var/lib/grafana/dashboards
310311

311312
#################################### Internal Grafana Metrics ##########################
313+
# Metrics available at HTTP API Url /api/metrics
312314
[metrics]
313315
# Disable / Enable internal metrics
314316
;enabled = true
@@ -321,4 +323,7 @@ check_for_updates = true
321323
; address = localhost:2003
322324
; prefix = prod.grafana.%(instance_name)s.
323325

324-
326+
#################################### Internal Grafana Metrics ##########################
327+
# Url used to to import dashboards directly from Grafana.net
328+
[grafana_net]
329+
url = https://grafana.net

0 commit comments

Comments
 (0)