Torkel Ödegaard
ae5f8a76d9
feat(alerting): lots of progress on notifications, refactored them out to their own package, restored webhook notitication and added slack notification
2016-07-27 12:09:55 +02:00
Torkel Ödegaard
77c66a88d9
Merge branch 'master' into alerting
2016-07-27 10:22:00 +02:00
Mark Henderson
39be7cf7d7
Added grafana-cli command. Added public documentation for specifying plugin version when installing. ( #5665 )
2016-07-27 09:41:33 +02:00
Torkel Ödegaard
d9096110f8
Merge branch 'master' into alerting
...
Conflicts:
pkg/api/dashboard.go
pkg/models/dashboards.go
pkg/services/sqlstore/dashboard.go
2016-07-11 18:28:07 +02:00
bergquist
af216ecf83
tech(cli): remove loop and head straight for plugindir
2016-06-26 03:47:15 +02:00
bergquist
07be2c89a3
tech(cli): lets use the fact that we have a compiler
2016-06-26 03:47:15 +02:00
Torkel Ödegaard
346ca3fc89
Merge branch 'master' into alerting
2016-06-25 09:56:57 -04:00
bergquist
af1c8dc5d9
feat(cli): adds support for dist/plugin.json location for plugins
...
ref #5410
2016-06-23 08:35:40 +02:00
bergquist
2123fbdf9b
feat(cli): make remove command an alias for uninstall
2016-06-23 08:21:55 +02:00
Torkel Ödegaard
0667d73660
Merge branch 'new-logger' into alerting_definitions
...
Conflicts:
pkg/api/api.go
pkg/setting/setting.go
2016-06-07 13:31:56 +02:00
Torkel Ödegaard
3dc7706c45
feat(loggin): improved http request panic handling
2016-06-07 10:05:10 +02:00
Torkel Ödegaard
9741af2031
feat(logging): progress on new logging #4590
2016-06-07 09:29:47 +02:00
Torkel Ödegaard
22778e6efd
feat(logging): a lot of progress on moving to new logging lib, #4590
2016-06-06 23:06:44 +02:00
Torkel Ödegaard
f36a44c49a
Merge branch 'master' into alerting_definitions
...
Conflicts:
conf/defaults.ini
pkg/api/dashboard.go
2016-06-06 08:43:01 +02:00
Torkel Ödegaard
064e474b0a
Merge branch 'metrics_reporting'
2016-06-03 18:06:41 +02:00
Carl Bergquist
236aed112f
Merge pull request #5255 from dakerfp/patch-1
...
Unify signal registration in a single syscall.
2016-06-03 14:59:42 +02:00
bergquist
65eb373808
Merge branch 'master' into alerting_definitions
2016-06-03 13:48:36 +02:00
bergquist
3d7facf6ee
fix(cli): fixes broken import
2016-06-03 13:40:48 +02:00
Torkel Ödegaard
eee49a4995
feat(instrumentation): added meter, histogram and new timer, timer now send p25, p75, p90, p99 percentiles in 1000 sample exp decaying sample
2016-06-03 12:50:51 +02:00
bergquist
6de1399cf0
fix(cli): fixes broken import
2016-06-03 12:35:17 +02:00
bergquist
d0ac258474
Merge branch 'master' into alerting_definitions
2016-06-03 12:22:46 +02:00
bergquist
15aeb4aec2
tech(cli): rename log to logger to separate from server logger
2016-06-03 12:22:30 +02:00
Torkel Ödegaard
6b2a4fe8e8
feat(instrumentation): work on settings model for internal metrics publishing, #4696
2016-06-02 14:32:17 +02:00
Daker Fernandes Pinheiro
48e4de823a
Unify signal registration in a single syscall.
2016-06-02 01:34:37 -03:00
bergquist
1686d86c3b
Merge branch 'master' into alerting_definitions
2016-05-30 08:26:08 +02:00
Torkel Ödegaard
10c47ee27c
feat(footer): some minor changes to footer to make it look good in light theme, closes #4889
2016-05-24 08:11:28 +02:00
bergquist
f05cae23d2
feat(alerting): alert rule selector
2016-05-23 10:07:04 +02:00
bergquist
9d016a2756
feat(alerting): add migration for create and update
2016-05-20 14:23:24 +02:00
Torkel Ödegaard
c133a00125
feat(alerting): minor progress on scheduler
2016-05-17 14:31:52 +02:00
Dan Cech
9f9f4e7fef
use new plugin-specific repo route when installing or updating a single plugin ( #4992 )
2016-05-12 10:43:31 +02:00
bergquist
07b13e24fa
style(cli): add some color to error messages
2016-04-23 14:39:42 +02:00
bergquist
0855f51436
feat(cli): improves defer error handling
2016-04-23 14:39:42 +02:00
bergquist
70acfb2cfd
fix(cli): adds better help text.
...
The zip lib is throwing panics sometimes when the response is malformed.
The cli will now try to download the zip file up to three times before
aborting. The cli gives a better error message and informes the user
about retrying.
closes #4651
2016-04-23 14:39:42 +02:00
Carl Bergquist
9f4ad73698
Merge pull request #4758 from bergquist/cli_local_pluginfolder
...
CLI: Adds support for local plugin folder
2016-04-19 17:30:01 +02:00
bergquist
ff22f43002
fix(cli): fixes missplaced %
2016-04-19 14:46:03 +02:00
bergquist
d38d4efc18
style(cli): improve logging to find install crash
2016-04-19 10:39:55 +02:00
bergquist
a8c68e33db
feat(cli): add more logging for failed install
2016-04-19 10:22:02 +02:00
bergquist
903d1b7797
tech(cli): dont use defer statements in loops
2016-04-19 09:13:58 +02:00
bergquist
5abaf26b5f
style(cli): remove some logging
2016-04-19 08:39:22 +02:00
bergquist
485a377800
fix(cli): adds support for local plugin folder
...
closes #4572
2016-04-19 08:27:26 +02:00
Torkel Ödegaard
d98839fc19
Revert "feat(cli): detects plugin folder for dev env"
...
This reverts commit a5eda6a87b
.
2016-04-15 09:01:27 -04:00
Torkel Ödegaard
e7626befc5
updated version
2016-04-12 10:17:39 -04:00
Torkel Ödegaard
497e9343aa
Merge branch 'pluginlist'
2016-04-11 21:10:54 -04:00
Torkel Ödegaard
f93b039e42
change(grafana-cli): changed upgrade to update in command line, upgrade and upgrade-all will still work as aliases
2016-04-11 18:05:28 -04:00
bergquist
a5eda6a87b
feat(cli): detects plugin folder for dev env
...
closes #4572
2016-04-11 22:32:46 +02:00
bergquist
eeb7524c0f
feat(cli): improve helptext for cli
2016-04-11 14:50:34 +02:00
bergquist
2fd25f0093
feat(cli): add uninstall alias for remove
2016-04-11 14:49:12 +02:00
bergquist
583c0f09a8
feat(cli): adds better support for plugin folder in dev
2016-04-08 11:59:45 +02:00
bergquist
676e950fa3
fix(cli): improve error message for not using sudo
...
closes #4562
2016-04-05 15:37:09 +02:00
Anthony Woods
036f407d6a
gofmt
2016-03-29 16:04:24 +08:00