apache / kvrocks-controller

Apache Kvrocks Controller is a cluster management tool for Apache Kvrocks.
https://kvrocks.apache.org/
Apache License 2.0
78 stars 42 forks source link

Support namespace CRUD #149

Closed Venjy closed 4 months ago

Venjy commented 4 months ago

This closes #137

codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (d01e985) 25.91% compared to head (b208599) 24.67%. Report is 20 commits behind head on unstable.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## unstable #149 +/- ## ============================================ - Coverage 25.91% 24.67% -1.25% ============================================ Files 31 42 +11 Lines 2639 3595 +956 ============================================ + Hits 684 887 +203 - Misses 1861 2597 +736 - Partials 94 111 +17 ``` | [Flag](https://app.codecov.io/gh/apache/kvrocks-controller/pull/149/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/apache/kvrocks-controller/pull/149/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `24.67% <ø> (-1.25%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

PragmaTwice commented 4 months ago

Could you publish the web app to somewhere (e.g. surge.sh) that we can have a try?

git-hulk commented 4 months ago
image

@PragmaTwice I have tried it on my side and it looks good.

PragmaTwice commented 4 months ago

Thank you for your contribution!