You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by ad...@apache.org on 2019/06/05 09:47:14 UTC

[incubator-zipkin-website] branch 8_fix_swagger_ui updated (8b8a2c8 -> 11635ac)

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

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


    omit 8b8a2c8  forces to include the zipkin-api folder.
    omit 0cf2990  enables publication when in a branch.
    omit 5971794  enables listing of subdirectories in check environment.
     add 72780f6  Update Pitchfork extension to mention Kafka and RabbitMq (#9)
     add b82eedd  Changes quickstart to look at Maven central as Bintray is no longer used (#11)
     add 52d9176  Update quickstart with Apache coordinates (#15)
     add 3d52fac  Updates quickstart to comply with ASF policy (#13)
     add f877fe5  Link to Apache website for Zipkin API docs
     add 762a943  Cleans up most references to OpenZipkin for Apache (#16)
     add 293d793  missed a spot
     add a97bceb  More openzipkin washing
     add 954e820  links
     add 11635ac  forces to include the zipkin-api folder.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (8b8a2c8)
            \
             N -- N -- N   refs/heads/8_fix_swagger_ui (11635ac)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .circleci/update-asf-site.sh                       |  2 +-
 CNAME                                              |  1 -
 Gemfile.lock                                       | 50 ++++++------
 Jenkinsfile                                        | 10 +--
 README.md                                          | 29 +++----
 _config.yml                                        |  4 +-
 .../{openzipkin_extensions.yml => extensions.yml}  | 15 ----
 _data/sidebar_links.yml                            |  4 +-
 ...rumentation.yml => tracers_instrumentation.yml} |  2 +-
 _includes/sidebar.html                             |  2 +-
 generate_thrift_v1_docs/generate.sh                | 13 +--
 index.md                                           |  4 +-
 pages/community.md                                 | 17 ++--
 pages/data_model.md                                |  2 +-
 pages/extensions_choices.md                        | 14 ++--
 pages/instrumenting.md                             | 10 +--
 pages/quickstart.md                                | 14 ++--
 pages/tracers_instrumentation.md                   | 10 +--
 public/thrift/v1/index.html                        | 36 +++------
 quickstart.sh                                      | 92 +++++++---------------
 20 files changed, 127 insertions(+), 204 deletions(-)
 delete mode 100644 CNAME
 rename _data/{openzipkin_extensions.yml => extensions.yml} (69%)
 rename _data/{openzipkin_tracers_instrumentation.yml => tracers_instrumentation.yml} (97%)