You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by lu...@apache.org on 2022/10/31 07:29:42 UTC

[skywalking-banyandb] branch 0.2.0-oap updated (874966b -> 4dc9178)

This is an automated email from the ASF dual-hosted git repository.

lujiajing pushed a change to branch 0.2.0-oap
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git


    from 874966b  Handle criteria
     add 8d5a7cd  This PR is mainly used to reconstruct the top-level menu (#199)
     add 4dc9178  Merge branch 'main' into 0.2.0-oap

No new revisions were added by this update.

Summary of changes:
 ui/src/App.vue                                     |  2 +-
 ui/src/components/Database/Aside/index.vue         | 26 ++++++++-
 .../Database/Main/components/MainStart/index.vue   | 11 +++-
 .../Main/components/SecondNavigation/index.vue     | 68 +++++++++++-----------
 ui/src/components/Header/index.vue                 | 58 +++++++++++-------
 ui/src/router/index.js                             | 34 +++++------
 ui/src/views/{HomeView.vue => DashboardView.vue}   |  4 +-
 ui/src/views/{DatabaseView.vue => MeasureView.vue} |  4 +-
 ui/src/views/{AboutView.vue => PropertyView.vue}   |  2 +-
 ui/src/views/{DatabaseView.vue => StreamView.vue}  |  4 +-
 ui/src/views/StructureView.vue                     | 30 ----------
 11 files changed, 130 insertions(+), 113 deletions(-)
 rename ui/src/views/{HomeView.vue => DashboardView.vue} (94%)
 copy ui/src/views/{DatabaseView.vue => MeasureView.vue} (93%)
 rename ui/src/views/{AboutView.vue => PropertyView.vue} (96%)
 rename ui/src/views/{DatabaseView.vue => StreamView.vue} (94%)
 delete mode 100644 ui/src/views/StructureView.vue