Commit Graph

309 Commits (eb255520cbfc979ff9ba2c22dedc5a8e1e93ac62)

Author SHA1 Message Date
Mario Trangoni 6218fadf21 pkg/cmd/grafana-server/main.go: remove os.Kill as it cannot be trapped 7 years ago
Mario Trangoni 236e0b3814 pkg/cmd/grafana-server/main.go: '_ = <-ch' simplified to '<-ch' 7 years ago
Torkel Ödegaard b3c78f1265 wip: data source permissions hooks 7 years ago
Torkel Ödegaard d2464812eb noop services poc 7 years ago
Marcus Efraimsson 90595ffdce
cli: fix init of bus 7 years ago
Axel Pirek d2f2c3f220 Fix spelling of your and you're 7 years ago
Erik Sundell 9ee61b6606 Add stackdriver backend skeleton 7 years ago
Dan Cech 124b21a6aa
use pluginName consistently when upgrading plugins 7 years ago
maicon a6aa219895 Reopen log files after receiving a SIGHUP signal (#13112) 7 years ago
Carl Bergquist ee1083d9b4 cli: avoid rely on response.ContentLength (#13120) 7 years ago
Jasper Lievisse Adriaanse d668a922e6 Return correct path for OpenBSD in cli's returnOsDefault (#13089) 7 years ago
bergquist 12c9860882 string formating fixes 7 years ago
Torkel Ödegaard b8724ae0c4
refactoring: enterprise build/hooks refactorings (#12478) 7 years ago
Carl Bergquist 88783d6e0a avoid calling os.Exit outside main.go (#12459) 7 years ago
Torkel Ödegaard 7a7c6f8fab fix: log close/flush was done too early, before server shutdown log message was called, fixes #12438 7 years ago
bergquist dbfafa1cb5 routing: allows routes to be added to existing groups 7 years ago
Torkel Ödegaard 80d694d205
Backend image rendering as plugin (#11966) 7 years ago
Torkel Ödegaard d0c17100cb fix: fixed some minor startup logging issues 7 years ago
Torkel Ödegaard 6c0752473a
Sqlstore refactor (#11908) 7 years ago
Torkel Ödegaard 27e1c67453
refactor: tracing service refactoring (#11907) 7 years ago
bergquist 65352dccc0 only error log when err is not nil 7 years ago
Torkel Ödegaard c40a50829d fix: removed manully added http server from inject graph as it is now a self registered service 7 years ago
Torkel Ödegaard b5e70d4607 fix: removed unused channel 7 years ago
Torkel Ödegaard e3ea6c683c fix: comment spell fix 7 years ago
Torkel Ödegaard 23655315b8 fix: fixed race condition between http.Server ListenAndServe & Shutdown, now service crash during startup correctly closes http server every time 7 years ago
Torkel Ödegaard d04ad835e2 refactoring: lots of refactoring around server shutdown flows, making sure process is terminated when background service has crashed 7 years ago
Torkel Ödegaard 053c2039bb refactor: provisioning service refactoring 7 years ago
Torkel Ödegaard 14bb7832af
Metrics package now follows new service interface & registration (#11787) 7 years ago
Torkel Ödegaard 2b93cbbf04 --amend 7 years ago
Torkel Ödegaard 13e015fe3f fix: improved handling of http server shutdown 7 years ago
Torkel Ödegaard fa7d7ed5df
Initial Baby Step to refactoring settings from global vars to instance (#11777) 7 years ago
Torkel Ödegaard a8eed9d344 Refactoring PluginManager to be a self registering service (#11755) 7 years ago
Torkel Ödegaard df71fe33fd refactor: refactoring notification service to use new service registry hooks 7 years ago
Carl Bergquist 28f7b6dad1 Enable Grafana extensions at build time. (#11752) 7 years ago
Mario Trangoni 15f11effa0 pkg/cmd: fix ineffassign issues 7 years ago
bergquist 03a9650c57 cli: adds os and arch headers 7 years ago
Mario Trangoni c1742df9ac remove unused variables detected by varcheck 7 years ago
Karsten Weiss 5d95601720 Merge variable declaration with assignment (gosimple) 7 years ago
Karsten Weiss 4d6386e97b Use fmt.Errorf() (gosimple) 7 years ago
Karsten Weiss f61e69ce75 Simplify comparison to bool constant (gosimple) 7 years ago
Mario Trangoni ce941a004d fix unconvert issues 7 years ago
Matthew McGinn ee623e2091 Grafana-CLI: mention the plugins directory is not writable on failure 7 years ago
bergquist 45d9bfca97 print to stderr since logger might not exist 7 years ago
wph95 8e7d23cdeb
wip 7 years ago
Julian Kornberger 0a415c50d0 Make golint happier 7 years ago
Julian Kornberger 7aab6a8887 Make golint happier 7 years ago
bergquist b099f0309f cli: download latest dependency by default 7 years ago
bergquist 5bbe047eaa Revert "removes dependencies install for plugins" 7 years ago
bergquist 47e363ea15 removes dependencies install for plugins 7 years ago
bergquist 75a54e85dc dont spawn new subprocess while shutting down 8 years ago