You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by ab...@apache.org on 2019/04/22 07:32:33 UTC

[incubator-zipkin-website] branch master updated (5270739 -> 1a9b934)

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

abesto pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-website.git.


    from 5270739  Merge pull request #3 from apache/jenkinsfile-whens
     add 8c5c235  add kamon (kamon-zipkin) to the supported community instrumentations.
     add 729675e  Update kamon-zipkin link label
     add febd736  Adds integration page (#119)
     add d12cabd  Renames "Existing" pages (#121)
     add a0f55f3  Add pitchfork to extension choices
     add e646cb2  fixed case format of jaeger
     add fa26402  fixes kafka08 note
     add a543d73  Kafka interceptor and storage (#123)
     add a6b4590  Docker compose for testing (#124)
     add 9cdbc05  Adds some community libraries (#125)
     add 9056ea8  Update community_tracers_instrumentation.yml (#126)
     add 22eb99b  Adding haystack to supported extensions (#127)
     add 8914f58  Added Jenkinsfile
     add fa7299d  First pass at meeting ASF requirements for website (#1)
     add 2350c24  Merge branch 'master' into sync-from-githubio
     add 641d27a  [Jenkinsfile] Run only on master/PR, publish only from master
     new 1a9b934  Merge pull request #2 from apache/sync-from-githubio

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:
 Gemfile                                            |  1 +
 Gemfile.lock                                       | 33 ++++++------
 README.md                                          |  4 +-
 _data/community_extensions.yml                     | 18 +++++++
 ...s.yml => community_tracers_instrumentation.yml} | 62 +++++++++++++++++++++-
 _data/openzipkin_extensions.yml                    | 50 +++++++++++++++++
 ....yml => openzipkin_tracers_instrumentation.yml} |  0
 docker-compose.yml                                 |  9 ++++
 index.md                                           |  4 +-
 pages/architecture.md                              |  4 +-
 pages/community.md                                 |  4 +-
 pages/extensions_choices.md                        | 55 +++++++++++++++++++
 pages/instrumenting.md                             |  2 +-
 ...trumentations.md => tracers_instrumentation.md} | 14 ++---
 14 files changed, 227 insertions(+), 33 deletions(-)
 create mode 100644 _data/community_extensions.yml
 rename _data/{community_instrumentations.yml => community_tracers_instrumentation.yml} (81%)
 create mode 100644 _data/openzipkin_extensions.yml
 rename _data/{openzipkin_instrumentations.yml => openzipkin_tracers_instrumentation.yml} (100%)
 create mode 100644 docker-compose.yml
 create mode 100644 pages/extensions_choices.md
 rename pages/{existing_instrumentations.md => tracers_instrumentation.md} (83%)


[incubator-zipkin-website] 01/01: Merge pull request #2 from apache/sync-from-githubio

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

abesto pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-website.git

commit 1a9b934c86cb191cdc97d0fe3088eb9f5f853ac2
Merge: 5270739 641d27a
Author: Zoltán Nagy <ab...@gmail.com>
AuthorDate: Mon Apr 22 08:32:29 2019 +0100

    Merge pull request #2 from apache/sync-from-githubio
    
    Sync changes from openzipkin/openzipkin.github.io

 Gemfile                                            |  1 +
 Gemfile.lock                                       | 33 ++++++------
 README.md                                          |  4 +-
 _data/community_extensions.yml                     | 18 +++++++
 ...s.yml => community_tracers_instrumentation.yml} | 62 +++++++++++++++++++++-
 _data/openzipkin_extensions.yml                    | 50 +++++++++++++++++
 ....yml => openzipkin_tracers_instrumentation.yml} |  0
 docker-compose.yml                                 |  9 ++++
 index.md                                           |  4 +-
 pages/architecture.md                              |  4 +-
 pages/community.md                                 |  4 +-
 pages/extensions_choices.md                        | 55 +++++++++++++++++++
 pages/instrumenting.md                             |  2 +-
 ...trumentations.md => tracers_instrumentation.md} | 14 ++---
 14 files changed, 227 insertions(+), 33 deletions(-)