grafana/pkg/plugins/manager
Marcus Efraimsson 333de57999
Plugins: Fix scanning plugins when permission for directories is lacking (#44587)
Fixes so that errors (directory not exists, no permission) when scanning plugins are logged as 
errors rather than with debug level. In addition, before the scanning would halt in case of 
referenced errors, but with these changes the scanning will continue. If any other error 
than the referenced error happens the scanning for specific directory would halt and return 
the error, e.g. stop Grafana from starting.

Fixes #43012
2022-01-31 14:07:10 +01:00
..
installer Cli: Improve error handling for installing plugins (#41257) 2021-11-09 11:18:21 +01:00
loader Plugins: Fix scanning plugins when permission for directories is lacking (#44587) 2022-01-31 14:07:10 +01:00
signature Plugins: Make manager more easily composable (#44467) 2022-01-27 18:06:38 +01:00
testdata fix and add test (#44286) 2022-01-21 11:00:20 +01:00
dashboards_test.go Chore: Remove unused sqlstore dependency (#44583) 2022-01-28 06:38:19 -05:00
dashboards.go Plugins: Refactor plugin dashboards (#44315) 2022-01-28 10:28:33 +01:00
logger.go Plugins: Refactor Plugin Management (#40477) 2021-11-01 10:53:33 +01:00
manager_integration_test.go Chore: Remove unused sqlstore dependency (#44583) 2022-01-28 06:38:19 -05:00
manager_test.go Chore: Remove unused sqlstore dependency (#44583) 2022-01-28 06:38:19 -05:00
manager.go Chore: Remove unused sqlstore dependency (#44583) 2022-01-28 06:38:19 -05:00
store.go Plugins: Remove old code related to Core plugin installs (#44311) 2022-01-21 13:38:04 +01:00
update_checker.go Chore: Remove context.TODO() (#43409) 2021-12-22 11:02:42 +01:00