Commit Graph

611 Commits (d67ad9efc485f36c7115272b32bcd48da6780c89)

Author SHA1 Message Date
Carl Bergquist 68f5ddf18c
replace dep with go modules (#16017) 7 years ago
Ryan McKinley d6887bf77f Plugins: Optionally preload some plugins during frontend app boot (#15266) 7 years ago
Torkel Ödegaard a1453607a9 Changed noQueries to a dataFormats array that will allow a panel to define supported formats and prefered (first in array) 7 years ago
Johannes Schill 075fb8e91c chore: Rename isDataPanel to noQueries 7 years ago
Johannes Schill c4b2dcefbe feat: Introduce IsDataPanel attribute to plugin.json 7 years ago
Johannes Schill 2db9cb3d93 chore: Rename isDataPanel to noQueries 7 years ago
Johannes Schill a8a9bca07b feat: Introduce IsDataPanel attribute to plugin.json 7 years ago
Mario Trangoni b7628f2060 pkg/util/{filepath.go,shortid_generator.go}: Fix golint issues 7 years ago
Mario Trangoni 8261613b51 pkg/util/{ip.go,url.go}: Fix some golint issues 7 years ago
Torkel Ödegaard 60ea99078e Panel help view fixes 7 years ago
Erik Sundell 6f85fa6b35 add new flag in order to be able to indicate whether the datasource has native support for tables 7 years ago
Torkel Ödegaard 1984f28f49 filter out alpha plugins in api call, fixes #14030 7 years ago
Torkel Ödegaard 480da34279 filter out alpha plugins in api call, fixes #14030 7 years ago
Mario Trangoni abb6b135a3 pkg/plugins/plugins.go: remove ineffective break statement. 7 years ago
Mario Trangoni f19fd1a9b0 pkg/plugins/dashboards_updater.go: Simplify err check 7 years ago
bergquist 8dbba467f1 moves /tests to /pkg/plugins 7 years ago
Daniel Lee e7648c4070 dsproxy: implements support for plugin routes with jwt file 7 years ago
Erik Sundell 7197a4c17f Adds jwt token signing google auth 7 years ago
David Kaltschmidt 3297ae462d Datasource for Grafana logging platform 8 years ago
David Kaltschmidt d06b26de26 Explore Datasource selector 8 years ago
Alexander Zobnin 4063ae37a4
dashboard: import to folder 8 years ago
Torkel Ödegaard 80d694d205
Backend image rendering as plugin (#11966) 8 years ago
Alexander Zobnin 214b9af5a3 backend plugins: log an error if parsing meta field failed 8 years ago
Alexander Zobnin 4533f22871 backend plugins: expose meta field 8 years ago
Torkel Ödegaard fa7d7ed5df
Initial Baby Step to refactoring settings from global vars to instance (#11777) 8 years ago
Karsten Weiss de8696d5d3 Outdent code after if block that ends with return (golint) 8 years ago
Karsten Weiss b7adf28501 Remove redundancy in variable declarations (golint) 8 years ago
Torkel Ödegaard b3531362ca fix: minor fix to plugin service shut down flow 8 years ago
Torkel Ödegaard a8eed9d344 Refactoring PluginManager to be a self registering service (#11755) 8 years ago
Carl Bergquist 28f7b6dad1 Enable Grafana extensions at build time. (#11752) 8 years ago
Karsten Weiss f61e69ce75 Simplify comparison to bool constant (gosimple) 8 years ago
Mario Trangoni ce941a004d fix unconvert issues 8 years ago
Mario Trangoni 91fb2e07ce pkg: fix codespell issues 8 years ago
Marcus Efraimsson 87284d284e dashboard: fix import dashboard with alert rule 8 years ago
Dobrosław Żybort 5a368f99ec
Fix urls in plugin update_checker logs 8 years ago
Aleksandar Gyorev 89a17a4ace Correct typo in DashboardInputMissingError 8 years ago
Marcus Efraimsson 53cd39fde5 Shouldn't be able to overwrite a dashboard if you don't have permissions (#10900) 8 years ago
bergquist 5bbe047eaa Revert "removes dependencies install for plugins" 8 years ago
bergquist 47e363ea15 removes dependencies install for plugins 8 years ago
Marcus Efraimsson 0e8377a9f4 Update logic for create/update dashboard, validation and plugin dashboard links (#10809) 8 years ago
Alexander Zobnin db7890ec1e plugins: return table with empty rows array insteaf of nil 8 years ago
bergquist 56d5ece340 plugins: return empty tables array insteaf of nil 8 years ago
bergquist 8fed56e334 test: fixes failing test in go1.10 8 years ago
bergquist 8c8328eac5 test: fixes failing test in go1.10 8 years ago
bergquist 2782ad0955 plugins: only set error if errorstring is not empty 8 years ago
bergquist 6a6eab5ea1 plugins: map error property on query result 8 years ago
bergquist 7858965117 codestyle: extract code into methods 8 years ago
bergquist a32644198c gofmt my dear friend 8 years ago
bergquist b6e6935821 plugins: send secureJsonData unencrypted 8 years ago
bergquist a183ea97bb moves datasource plugin model to grafana/grafana_plugin_model 8 years ago