This is an automated email from the ASF dual-hosted git repository.
hanahmily pushed a change to branch series-index
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git
from 856cfeda Use the corret iterator to order tag
add 36256a14 Add CRUD function for Index rule (#285)
add af6f2c93 Merge branch 'main' into series-index
No new revisions were added by this update.
Summary of changes:
ui/src/api/index.js | 44 +++
ui/src/components/Aside/index.vue | 336 +++++++++++++++++++--
ui/src/components/IndexRule/Editor.vue | 332 ++++++++++++++++++++
ui/src/components/IndexRule/index.vue | 109 +++++++
.../IndexRuleBinding/Editor.vue} | 12 +-
.../IndexRuleBinding/index.vue} | 12 +-
ui/src/components/Read/index.vue | 2 +-
ui/src/components/TopNav/index.vue | 7 +-
ui/src/router/index.js | 30 ++
9 files changed, 839 insertions(+), 45 deletions(-)
create mode 100644 ui/src/components/IndexRule/Editor.vue
create mode 100644 ui/src/components/IndexRule/index.vue
copy ui/src/{views/NotFoundView.vue => components/IndexRuleBinding/Editor.vue}
(90%)
copy ui/src/{views/NotFoundView.vue => components/IndexRuleBinding/index.vue}
(90%)