dapr / dashboard

General purpose dashboard for Dapr
Apache License 2.0
181 stars 47 forks source link

Fixes actor metadata information in dashboard #239

Closed berndverst closed 1 year ago

berndverst commented 1 year ago

Dashboard 0.11 introduced a regression making actor metadata not available at all (previously it showed only the actors in one of multiple replicas). This fixes the regression and should show all actors across all replicas.

Also upgrades insecure node modules for the frontend.

berndverst commented 1 year ago

Verified in selfhosted and in Kubernetes with runtime RC 1.10.0-rc.4

codecov[bot] commented 1 year ago

Codecov Report

Merging #239 (b95f88e) into master (69cb0e8) will not change coverage. The diff coverage is 0.00%.

@@           Coverage Diff           @@
##           master     #239   +/-   ##
=======================================
  Coverage   14.49%   14.49%           
=======================================
  Files           7        7           
  Lines         476      476           
=======================================
  Hits           69       69           
  Misses        401      401           
  Partials        6        6           
Impacted Files Coverage Δ
pkg/instances/instances.go 13.97% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

artursouza commented 1 year ago

I will release this as a hotfix.