Skip to content

Commit a3ee388

Browse files
committed
Merge branch 'master' into query-part-refactor
2 parents b170b6e + 1bb4ca2 commit a3ee388

File tree

78 files changed

+2233
-272
lines changed

Some content is hidden

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

78 files changed

+2233
-272
lines changed

.floo

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

.flooignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#*
2+
*.o
3+
*.pyc
4+
*.pyo
5+
*~
6+
extern/
7+
node_modules/
8+
tmp/
9+
data/
10+
vendor/
11+
public_gen/
12+
dist/
13+

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
1-
# 3.0.0 stable (unreleased)
1+
# 3.1.0
22

3+
### Enhancements
4+
* **Singlestat**: Add support for range to text mappings, closes [#1319](https://github.com/grafana/grafana/issues/1319)
5+
* **Graph**: Adds sort order options for graph tooltip, closes [#1189](https://github.com/grafana/grafana/issues/1189)
6+
* **Theme**: Add default theme to config file [#5011](https://github.com/grafana/grafana/pull/5011)
7+
8+
# 3.0.3 Patch release (unreleased)
9+
* **Time picker**: Fixed issue timepicker and UTC when reading time from URL, fixes [#5078](https://github.com/grafana/grafana/issues/5078)
10+
* **CloudWatch**: Support for Multiple Account by AssumeRole, closes [#3522](https://github.com/grafana/grafana/issues/3522)
11+
12+
# 3.0.2 Patch release (2016-05-16)
13+
14+
* **Templating**: Fixed issue mixing row repeat and panel repeats, fixes [#4988](https://github.com/grafana/grafana/issues/4988)
15+
* **Templating**: Fixed issue detecting dependencies in nested variables, fixes [#4987](https://github.com/grafana/grafana/issues/4987), fixes [#4986](https://github.com/grafana/grafana/issues/4986)
16+
* **Graph**: Fixed broken PNG rendering in graph panel, fixes [#5025](https://github.com/grafana/grafana/issues/5025)
17+
* **Graph**: Fixed broken xaxis on graph panel, fixes [#5024](https://github.com/grafana/grafana/issues/5024)
18+
19+
* **Influxdb**: Fixes crash when hiding middle serie, fixes [#5005](https://github.com/grafana/grafana/issues/5005)
20+
21+
# 3.0.1 Stable (2016-05-11)
22+
23+
### Bug fixes
324
* **Templating**: Fixed issue with new data source variable not persisting current selected value, fixes [#4934](https://github.com/grafana/grafana/issues/4934)
425

526
# 3.0.0-beta7 (2016-05-02)

Godeps/Godeps.json

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/sts/api.go

Lines changed: 1127 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/sts/customizations.go

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/sts/customizations_test.go

Lines changed: 39 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/sts/examples_test.go

Lines changed: 149 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/sts/service.go

Lines changed: 130 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)