You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ha...@apache.org on 2021/06/04 22:23:17 UTC

[skywalking-banyandb] branch main updated (fbccf04 -> e2ba659)

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

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


    from fbccf04  Implement the writing protocol for trace
     add da99420  Add TraceSeries, IndexRule and IndexRuleBinding APIs
     add a088c7f  Convert duration to a struct
     new e2ba659  Merge pull request #8 from apache/api-schema

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 api/fbs/v1/schema.fbs          | 127 +++++++++
 api/fbs/v1/schema_generated.go | 574 +++++++++++++++++++++++++++++++++++++++++
 banyand/series/series.go       |   4 +
 3 files changed, 705 insertions(+)
 create mode 100644 api/fbs/v1/schema.fbs
 create mode 100644 api/fbs/v1/schema_generated.go

[skywalking-banyandb] 01/01: Merge pull request #8 from apache/api-schema

Posted by ha...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hanahmily pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git

commit e2ba6598e283111692f6602c89c081d52f8224af
Merge: fbccf04 a088c7f
Author: Gao Hongtao <ha...@gmail.com>
AuthorDate: Sat Jun 5 06:23:03 2021 +0800

    Merge pull request #8 from apache/api-schema
    
    Add TraceSeries, IndexRule and IndexRuleBinding APIs

 api/fbs/v1/schema.fbs          | 127 +++++++++
 api/fbs/v1/schema_generated.go | 574 +++++++++++++++++++++++++++++++++++++++++
 banyand/series/series.go       |   4 +
 3 files changed, 705 insertions(+)