This is an automated email from the ASF dual-hosted git repository.
abesto pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-website.git.
from b15a3ea Automatic site generation from f877fe5
new 0d19bc0 force adds zipkin-api
new f8d2173 Automatic site generation from 43f6027
The 2 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:
Jenkinsfile | 12 +-
zipkin-api/DISCLAIMER | 5 +
zipkin-api/Jenkinsfile | 78 +++++++
LICENSE => zipkin-api/LICENSE | 1 -
zipkin-api/NOTICE | 5 +
zipkin-api/zipkin-api.yaml | 441 +++++++++++++++++++++++++++++++++++
zipkin-api/zipkin.proto | 237 +++++++++++++++++++
zipkin-api/zipkin2-api.yaml | 521 ++++++++++++++++++++++++++++++++++++++++++
8 files changed, 1294 insertions(+), 6 deletions(-)
create mode 100644 zipkin-api/DISCLAIMER
create mode 100644 zipkin-api/Jenkinsfile
copy LICENSE => zipkin-api/LICENSE (99%)
create mode 100644 zipkin-api/NOTICE
create mode 100644 zipkin-api/zipkin-api.yaml
create mode 100644 zipkin-api/zipkin.proto
create mode 100644 zipkin-api/zipkin2-api.yaml
|