grafana/public/app/features/plugins
Levente Balogh 1e21184f65
Fix: JSON parsing in backend_srv (#45598)
* fix(plugins/state): console log errors during install / uninstall

* fix(backend_srv): catch JSON parse errors

Sometimes it can happen that a backend API responses says that it's
returning with a JSON content-type, however it actually returns an invalid
JSON (e.g. an empty body) - in which case the backendSrv() request errors out.
2022-02-18 16:06:37 +01:00
..
__mocks__ Chore: Fix all Typescript strict null errors (#26204) 2020-07-10 12:46:59 +02:00
admin Fix: JSON parsing in backend_srv (#45598) 2022-02-18 16:06:37 +01:00
components Plugins: remove deprecated code (components) (#41686) 2021-11-19 13:42:26 +01:00
tests Adding reload to datasourceSrv (#44217) 2022-01-24 10:45:05 +01:00
all.ts Angular: More isolation and removing of unused components (#41630) 2021-11-15 15:12:45 +01:00
built_in_plugins.ts Heatmap: new panel based based on uPlot (#44080) 2022-02-16 14:49:17 -08:00
datasource_srv.ts Update dependency prettier to v2.5.1 (#43473) 2022-02-02 12:02:32 +00:00
importPanelPlugin.ts Plugins: Fix importing panel modules (#45590) 2022-02-18 12:51:55 +01:00
plugin_loader.ts Angular: Option to disable angular support and isolate angular dependencies (#45421) 2022-02-16 17:14:33 +01:00
pluginCacheBuster.ts fix(40639): datasource should not be visible after uninstall (#43625) 2022-01-07 09:54:02 +01:00
pluginPreloader.ts Chore: Prevent preloaded plugins from crashing Grafana (#41490) 2021-11-10 19:06:55 +01:00
pluginSettings.test.ts fix(40639): datasource should not be visible after uninstall (#43625) 2022-01-07 09:54:02 +01:00
pluginSettings.ts fix(40639): datasource should not be visible after uninstall (#43625) 2022-01-07 09:54:02 +01:00
utils.ts Update dependency prettier to v2.5.1 (#43473) 2022-02-02 12:02:32 +00:00