RedisGrafana / grafana-redis-explorer

Redis Explorer for @grafana allows connecting to Redis Enterprise software clusters using REST API.
https://redisgrafana.github.io
Apache License 2.0
6 stars 0 forks source link

Update depreciated `getBackendSrv().datasourceRequest` to`getBackendSrv().fetch()` #41

Closed asimonok closed 3 years ago

asimonok commented 3 years ago

Fixes #37

codecov[bot] commented 3 years ago

Codecov Report

Merging #41 (a809d7d) into master (15f67bc) will increase coverage by 1.34%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #41      +/-   ##
==========================================
+ Coverage   98.45%   99.80%   +1.34%     
==========================================
  Files          33       33              
  Lines         519      520       +1     
  Branches       99       99              
==========================================
+ Hits          511      519       +8     
+ Misses          3        1       -2     
+ Partials        5        0       -5     
Impacted Files Coverage Δ
...c/components/data-source-list/data-source-list.tsx 100.00% <100.00%> (+5.40%) :arrow_up:
...rc/redis-enterprise-software-datasource/api/api.ts 100.00% <100.00%> (+1.92%) :arrow_up:
src/components/root-page/root-page.tsx 100.00% <0.00%> (+6.97%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 15f67bc...a809d7d. Read the comment docs.