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

Fix getting data source list after creating a new data source #36

Closed asimonok closed 3 years ago

asimonok commented 3 years ago

The issue opened for Grafana https://github.com/grafana/grafana/issues/30728. Will be fixed in https://github.com/grafana/grafana/issues/29809

codecov[bot] commented 3 years ago

Codecov Report

Merging #36 (d25dc83) into master (dba1c78) will decrease coverage by 0.97%. The diff coverage is 82.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #36      +/-   ##
==========================================
- Coverage   99.80%   98.83%   -0.98%     
==========================================
  Files          32       33       +1     
  Lines         507      514       +7     
  Branches       96       98       +2     
==========================================
+ Hits          506      508       +2     
- Misses          1        3       +2     
- Partials        0        3       +3     
Impacted Files Coverage Δ
...atasource/components/query-editor/query-editor.tsx 100.00% <ø> (ø)
...c/components/data-source-list/data-source-list.tsx 94.73% <33.33%> (-5.27%) :arrow_down:
src/components/root-page/root-page.tsx 93.02% <50.00%> (-6.98%) :arrow_down:
...rc/redis-enterprise-software-datasource/api/api.ts 100.00% <100.00%> (ø)
...asource/components/config-editor/config-editor.tsx 100.00% <100.00%> (ø)
...ise-software-datasource/data-source/data-source.ts 100.00% <100.00%> (ø)
...nterprise-software-datasource/data-source/index.ts 100.00% <100.00%> (ø)
src/redis-enterprise-software-datasource/module.ts 100.00% <100.00%> (ø)

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 dba1c78...d25dc83. Read the comment docs.