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 2023/03/15 02:41:35 UTC

[skywalking-banyandb] branch topn-oap-integration updated (4e428bd5 -> b09f6a22)

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

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


    from 4e428bd5 fix top_n ut
     add e68249a3 [UI] Add YAML language filter (#260)
     add b09f6a22 Merge branch 'main' into topn-oap-integration

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                         |   1 +
 dist/LICENSE                                       |   9 +
 dist/licenses/ui-licenses/license-argparse.txt     | 254 +++++++++++++++++++++
 ...ue-compiler-core.txt => license-codemirror.txt} |   4 +-
 ...nse-sourcemap-codec.txt => license-js-yaml.txt} |   4 +-
 dist/licenses/ui-licenses/license-yaml.txt         |  13 ++
 ui/LICENSE                                         |   9 +
 ui/package-lock.json                               |  57 ++++-
 ui/package.json                                    |   5 +-
 ui/src/components2/CodeMirror/index.vue            |  32 +--
 ui/src/components2/Read/index.vue                  | 139 ++++++++---
 ui/src/utils/axios.js                              |   4 +-
 ui/src/{stores/menuState.js => utils/yaml.js}      |  46 ++--
 13 files changed, 492 insertions(+), 85 deletions(-)
 create mode 100644 dist/licenses/ui-licenses/license-argparse.txt
 copy dist/licenses/ui-licenses/{license--vue-compiler-core.txt => license-codemirror.txt} (92%)
 copy dist/licenses/ui-licenses/{license-sourcemap-codec.txt => license-js-yaml.txt} (94%)
 create mode 100644 dist/licenses/ui-licenses/license-yaml.txt
 copy ui/src/{stores/menuState.js => utils/yaml.js} (58%)