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/04 13:10:44 UTC

[skywalking-banyandb] branch topn-oap-integration updated (d1155111 -> 88059fe3)

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 d1155111 register missing service
     add e0a1fd27 Write-ahead Logging interface (#253)
     add 82905ba0 Do some chores (#258)
     add 88059fe3 Merge branch 'main' into topn-oap-integration

No new revisions were added by this update.

Summary of changes:
 .github/PULL_REQUEST_TEMPLATE    | 23 +++++++++++++++
 .github/workflows/ci.yml         |  4 +--
 .golangci.yml                    |  6 ++--
 .licenserc.yaml                  |  1 +
 CHANGES.md                       |  6 ++++
 CONTRIBUTING.md                  |  2 +-
 api/common/id.go                 |  6 ++--
 banyand/Dockerfile               |  2 +-
 bydbctl/Dockerfile               |  2 +-
 docs/installation.md             |  2 +-
 go.mod                           |  2 +-
 pkg/wal/wal.go                   | 60 ++++++++++++++++++++++++++++++++++++++++
 scripts/build/version.mk         |  2 +-
 scripts/ci/check/version_test.go |  2 +-
 14 files changed, 105 insertions(+), 15 deletions(-)
 create mode 100644 .github/PULL_REQUEST_TEMPLATE
 create mode 100644 pkg/wal/wal.go