Commit Graph

59 Commits (5d87aa2fa4e1e377bae1b22b2afe50b042d7b907)

Author SHA1 Message Date
Torkel Ödegaard 80d694d205
Backend image rendering as plugin (#11966) 7 years ago
Torkel Ödegaard fa7d7ed5df
Initial Baby Step to refactoring settings from global vars to instance (#11777) 7 years ago
Karsten Weiss de8696d5d3 Outdent code after if block that ends with return (golint) 7 years ago
Torkel Ödegaard b3531362ca fix: minor fix to plugin service shut down flow 7 years ago
Torkel Ödegaard a8eed9d344 Refactoring PluginManager to be a self registering service (#11755) 7 years ago
Carl Bergquist 28f7b6dad1 Enable Grafana extensions at build time. (#11752) 7 years ago
bergquist b511788c51 code style fixes 7 years ago
bergquist 44e485af41 backend plugins: improves logging 7 years ago
bergquist 75a54e85dc dont spawn new subprocess while shutting down 8 years ago
Carl Bergquist 20284f7745 merge backend datasources and datasources 8 years ago
bergquist 7977d6b669 merge backend-datasource and datasource type 8 years ago
bergquist 411e8a16c2 backend plugins: manage plugins lifecycle with context 8 years ago
bergquist e1d4bf2607 kill plugin processes when grafana shuts down 8 years ago
Torkel Ödegaard 84d4958a3c plugin change: make interval, cache timeout & max data points options in plugin.json, remove query.options component feature, add help markdown feature and toggle for data sources 8 years ago
Torkel Ödegaard b62f1f00cd feat(apps): auto update dashboard dashboards, #5529 9 years ago
Torkel Ödegaard 22778e6efd feat(logging): a lot of progress on moving to new logging lib, #4590 9 years ago
Torkel Ödegaard 6ac3bd4c7c feat(): update checks starting to work 9 years ago
Torkel Ödegaard b4a8c227cc feat(update checks): started work on update checks 9 years ago
Torkel Ödegaard 581ffb862c feat(plugins): polish to plugin page, better handling for reading readme file contents 9 years ago
bergquist 00dd0e8a9d fix(plugins): fixes missed dist loading for plugindir 9 years ago
bergquist eb79436ab7 feat(plugins): mounts dist folder if exists in plugin 9 years ago
Dmitry Smirnov 3fd6ae597d minor spelling corrections 9 years ago
Torkel Ödegaard 257b824d4f feat(plugins): better logging and handling of loading plugins, try to create plugins dir if it does not exist, fixes #3974 9 years ago
Torkel Ödegaard baff9b0267 feat(apps): lots of work making apps easier to develop, module paths are handled automatically 9 years ago
Torkel Ödegaard 8784be9a14 feat(plugins): made it possible to have relative plugin template urls 9 years ago
Anthony Woods f94599cd29 merge apiPlugins with appPlugins 9 years ago
Torkel Ödegaard 7a26d309b1 feat(apps): more work on apps and how apps can include panels 9 years ago
bergquist 01d47fb280 fix(plugins): fix for default plugin dif 10 years ago
bergquist 83346a29aa fix(plugins): scans default plugin path 10 years ago
Torkel Ödegaard c1e94e61d0 feat(apps): lots of more work on apps, changed app_plugin to app_settings in order to to confuse the app plugin model (definition) and app org settings 10 years ago
Torkel Ödegaard 1ffcea1952 feat(plugins): major improvement in plugins golang code 10 years ago
Torkel Ödegaard 9943b9a226 feat(plugin): more work on plugin schema 10 years ago
Torkel Ödegaard 3bb20dbf2e feat(plugins): changed plugin schema, pluginType -> type, type -> id 10 years ago
Torkel Ödegaard 7a8b3c419b feat(apps): lots of progress 10 years ago
bergquist 5792a16222 fix(plugins): removes warnings for missing folder 10 years ago
bergquist 9343b0378d feat(plugins): adds warn log for scanning folders 10 years ago
Torkel Ödegaard eacc46da6d feat(plugins): WIP on new apps concept 10 years ago
woodsaj 3d15ee6d74 allow app menu items to be selectivly pinned to the left nav menu 10 years ago
woodsaj c35b51a268 refactor. 10 years ago
Torkel Ödegaard f83d5f4280 cleanup(influxdb_08): removed influxdb 0.8 data source as an built in official data source, moved it to an external plugin repo, https://github.com/grafana/datasource-plugin-influxdb-08, closes #3523 10 years ago
Torkel Ödegaard 5eab5dc47b feat(plugins): removed external plugins and bundle code, not ready for master yet, will revert this commit in seperate branch 10 years ago
woodsaj 0697274695 I add plugin dependency check. 10 years ago
woodsaj c4a0fe0234 add pluginBundle backend api methods and SQL storage 10 years ago
woodsaj bd4cb549d6 add pluginBundle support 10 years ago
Torkel Ödegaard 4a69de1f30 feat(plugins): made panels work as plugins 10 years ago
Torkel Ödegaard 69daede583 feat(external plugins): worked on supporting external plugins better 10 years ago
Torkel Ödegaard 65a7fa320a feat(plugins): made plugins that live outside public work 10 years ago
Torkel Ödegaard f6772bb896 feat(plugins): began work on supporting having plugins outside grafana, for example in grafana data dir, next step is to be able to easily specify what plugins you waant to install 10 years ago
woodsaj 437b957be1 remove external_plugin from models package. 10 years ago
woodsaj d503c5d83d refer to plugins are ExternalPlugin instead of thirdParty 10 years ago