Danilo Bargen
d1a5d9c15c
feat(alerting): Add Threema Gateway integration
...
This commit adds alerting support for Threema Gateway. It supports all
Simple IDs (managed by the Gateway server).
More information can be found on https://gateway.threema.ch/
2017-02-07 11:14:57 +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
Grzegorz Pietrusza
a3019a9789
cleanup
2017-02-04 14:30:24 +00:00
Grzegorz Pietrusza
220b65afd2
implement panels loading on scroll
2017-02-04 14:10:40 +00: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
bergquist
a580113de4
feat(alerting): changes default timerange to 15min
2017-02-02 12:05:44 +01:00
bergquist
63aa436997
tech(build): slimdown the size of the build container
2017-02-02 11:33:34 +01:00
bergquist
3cbca80d3c
tech(build): starts docker build for latest build
2017-02-02 10:41:11 +01:00
bergquist
aef4195493
tech(build): fixes invalid script file usage
2017-02-01 07:09:36 +01:00
bergquist
ea6d996abc
tech(build): enable windows build trigger
2017-01-31 21:43:18 +01:00
bergquist
74c5c5368c
tech(build): update windows trigger
2017-01-31 21:36:52 +01:00
bergquist
afd135944a
tech(build): upgrade golang to 1.7.4
2017-01-31 21:11:34 +01:00
bergquist
18f20a3357
tech(build): deploy to new s3 buckets
2017-01-31 20:26:19 +01:00
bergquist
b600e1c50b
docs(changelog): adds note about closing #7417
2017-01-31 15:24:00 +01:00
Mitsuhiro Tanda
91999851cb
support regex expansion in templating "Regex" field ( #6565 )
2017-01-31 15:21:53 +01:00
Carl Bergquist
4f5dc6104f
Merge pull request #7417 from Erliz/patch-1
...
Add image url to telegram alert notifier
2017-01-31 15:13:21 +01:00
Kevin Bowling
0c46def1a0
Add an idiomatic plugin path for FreeBSD ( #7410 )
2017-01-31 14:54:53 +01:00
Stanislav Vetlovskiy
0e892e9f86
Add image url to telegram alert notifier
...
If public image url of alert is exist add it to the telegram message
2017-01-31 16:47:14 +03:00
bergquist
513fcdeeb8
tech(build): prepare for tag builds
2017-01-31 11:00:23 +01:00
Torkel Ödegaard
f602752bdc
fix(packaging): fixed issue in deb package post install script that made it think upgrade was happening, fixes #7403
2017-01-31 10:56:04 +01:00
bergquist
d72f257f27
tech(build): disable package iteration for release builds
2017-01-31 09:40:26 +01:00
Torkel Ödegaard
fce2e341d2
mergefix(): fixed issue with master merge
2017-01-31 09:00:36 +01:00
Torkel Ödegaard
8a95c563bb
Merge branch 'master' into websocket
2017-01-31 08:56:49 +01:00
Torkel Ödegaard
2594041eed
hiding grafana live ds
2017-01-31 08:56:46 +01:00
Torkel Ödegaard
9ba1ea0179
fix(): another unit test fix attempt
2017-01-31 08:52:48 +01:00
Torkel Ödegaard
0c5abc1615
Merge branch 'xginn8-master'
2017-01-31 08:27:53 +01:00
Torkel Ödegaard
5fc5971145
refactor(): refactoring PR #7124
2017-01-31 08:27:48 +01:00
Torkel Ödegaard
436e35c845
fix(): fixed unit test broken in last PR merge
2017-01-31 07:59:14 +01:00
Torkel Ödegaard
9a61d43dc6
refactor(): refactoring PR #7141
2017-01-31 07:57:39 +01:00