huydx
28d93b574d
(feat) support max connection setting for database configuration
2017-02-10 15:30:01 +01:00
bergquist
3c7cf3f728
docs: kairosdb is no longer supported by default
2017-02-10 14:42:19 +01:00
bergquist
900230890f
changelog: adds note about closing #2385
2017-02-10 10:15:03 +01:00
Vladimir Kolobaev
8083079eea
graph: set max width for legend tables.
...
ref #2385
2017-02-10 10:11:39 +01:00
bergquist
dcf097a8b9
changelog: adds note about closing #6109
2017-02-10 08:57:46 +01:00
xginn8
3d4c3ff00d
return an empty message if table contains no data #6109 ( #7487 )
2017-02-10 08:54:00 +01:00
bergquist
7bf570532f
docs: adds note about closing #7493
2017-02-10 08:34:56 +01:00
Vladimir Kolobaev
6eda5604d2
Full metric description ( #7493 )
...
graph: add full metric description for graph-legend-alias title
2017-02-10 08:31:51 +01:00
bergquist
38c29d2209
changelog: adds note about closing #7513
2017-02-10 08:29:44 +01:00
Carl Bergquist
73d441450b
Merge pull request #7516 from grafana/oauth-login-redirect
...
redirect user to requested url after login via oauth
2017-02-10 08:27:41 +01:00
bergquist
5dd961c0f5
settings: remove commented code
2017-02-10 07:39:26 +01:00
Dan Cech
b22881c717
redirect user to requested url after login via oauth
2017-02-09 14:01:53 -05:00
bergquist
c7febca447
mqe: fixes broken test for indexalias
2017-02-09 16:43:57 +01:00
bergquist
aa7292fac6
mqe: adds support for wildcard and index aliases
2017-02-09 16:25:03 +01:00
Daniel Lee
bccb650010
Adds Sorting for lists of data sources to 4.2.0
2017-02-08 12:06:00 +01:00
Daniel Lee
2b2368b189
Merge pull request #7491 from grafana/sorting-datasources
...
Sorting datasources with case insensitive order
2017-02-08 12:01:31 +01:00
Daniel Lee
fbc3c3dd32
api: removes import alias + some unused fields
2017-02-08 11:57:05 +01:00
bergquist
10508d0238
docs(changelog): adds note about closing #6451
2017-02-08 11:28:26 +01:00
bergquist
e8f191ef32
Merge branch 'jregovic-master'
2017-02-08 11:25:41 +01:00
bergquist
00549f393c
style(hipchat): improves code style
2017-02-08 11:24:49 +01:00
Daniel Lee
8aa5b62d6d
fix(panel): case insensitive sort metric sources
...
Sorts the list of metric sources that is used in dropdown for Panel
Data Source on the Metrics tab so that it is case insensitive and
so that the built data sources are last in the list.
2017-02-08 00:01:42 +01:00
Daniel Lee
cbd1455c42
fix(api): case insensitive sort for datasources
...
The data source list is case sensitive when sorted. This changes the
sort to be case insensitive. The test only tests the handler, not the
routing or database query.
2017-02-07 22:15:52 +01:00
James Regovich
53942f7987
Adding HipChat Notifier
2017-02-07 10:50:49 -06:00
bergquist
5bba0c2a94
tech(build): upgrade dist builder to golang1.8rc3
2017-02-07 12:45:06 +01:00
bergquist
b3db5aae4b
docs(changelog): adds note about closing #6799
2017-02-07 11:21:20 +01:00
Carl Bergquist
7d205ae2b8
Merge pull request #7466 from hagen1778/prometheus-basicauth-query
...
allow setting basic auth headers for prometheus datasource
2017-02-07 11:18:17 +01:00
bergquist
8ca4afaf22
docs(changelog): adds note about closing #7459
2017-02-07 11:17:20 +01:00
bergquist
9ece10ef24
style(dataproxy): simplify expression
2017-02-07 11:03:57 +01:00
bergquist
b386920abb
Merge branch 'prometheus_secure' of https://github.com/mtanda/grafana into mtanda-prometheus_secure
2017-02-07 11:01:02 +01:00
hagen1778
a1e835884b
use configured Transport instead of defaultHttpTransport
2017-02-07 11:56:59 +02:00
Daniel Lee
5e9653f935
docs(): adds missing index pages + link fix
2017-02-07 10:22:14 +01:00
bergquist
285918caf6
tech(build): switch to golang 1.8rc3
2017-02-07 10:13:21 +01:00
Daniel Lee
abd9233f86
Docs for developing plugins ( #7475 )
...
* docs(plugins): new developing plugins section
Creates new section called Developing Plugins in
the plugin section of the docs.
1. Some changes to the Development guide page
2. Converted defaults/editor mode blog post
to new page
3. Converted snapshots blog post to new page
4. Adds new code styleguide page
5. Updates to apps and datasources pages
6. Adds plugin.json schema
* docs(links): fixes broken links
Fixes broken links to other pages as
well as broken image links.
2017-02-07 07:48:01 +01:00
Torkel Ödegaard
3398c28ab2
docs(): fixing redirects for moved doc pages, updating links to point to new urls
2017-02-06 18:04:53 +01:00
r.khavronenko
25be602dce
go fmt
2017-02-06 17:17:16 +02:00
bergquist
5a7abe365c
tech(build): echo before running go fmt/vet
2017-02-06 15:55:22 +01:00
bergquist
57d36b3d42
feat(alerting): transform labels into tags for prometheus tsdb
2017-02-06 15:25:15 +01:00
r.khavronenko
80b92335bb
allow setting basic auth headers for prometheus datasource
2017-02-06 16:22:09 +02:00
Mitsuhiro Tanda
69566a23fc
improve security of Prometheus datasource
2017-02-06 23:10:10 +09:00
bergquist
3827c0a69c
tech(alerting): adds tags to alerting data model
2017-02-06 14:59:29 +01:00
Torkel Ödegaard
982dc276d3
Update building docs readme
2017-02-06 10:19:47 +01:00
jifwin
9e7df648b5
Fix requests cancelling ( #7457 )
...
* fix backendSrv request cancelling
* revert imports
* formatting
2017-02-06 06:42:26 +01:00
bergquist
a36b1d9dce
tech(build): require go vet to pass
2017-02-05 21:21:05 +01:00
bergquist
c05bc0cb17
chore(vet): fixes invalid fmt.Sprintf format
2017-02-05 21:19:39 +01:00
bergquist
d9b5628126
docs: update nodejs version requirement in readme
2017-02-03 16:15:37 +01:00
Carl Bergquist
282b1bc73a
Merge pull request #7442 from lucapette/patch-1
...
Fix typo
2017-02-03 14:06:54 +01:00
lucapette
032ecad3b7
Fix typo
2017-02-03 12:10:22 +01:00
bergquist
457d6c8f81
tech(build): fixes broken build
2017-02-02 17:25:33 +01:00
Torkel Ödegaard
65cf0d0e5c
fix(graph legend): fixed legend table mode scrollbar visible when it needs to to, fixes #6828
2017-02-02 16:29:11 +01:00
bergquist
3e62b1b2d7
tech(build): use build number as iteration number
2017-02-02 15:55:37 +01:00