You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by nk...@apache.org on 2019/11/14 13:57:02 UTC

[flink] branch docs_experimental__docs updated (d3004d5 -> a687283)

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

nkruber pushed a change to branch docs_experimental__docs
in repository https://gitbox.apache.org/repos/asf/flink.git.


 discard d3004d5  [FLINK-13791][docs] Speed up sidenav by using group_by
 discard 0b23069  [FLINK-13726][docs] Build docs with jekyll 4.0.0.pre.beta1
 discard b3cade4  [hotfix][docs] Temporarily disable liveserve
 discard 325a9c1  [FLINK-13725][docs] use sassc for faster doc generation
 discard 7f04737  [FLINK-13729][docs] Update website generation dependencies
     add 3171edf  [FLINK-14239] Fix the max watermark in StreamSource may arrive the downstream operator early
     add f9ba614  [hotfix][test] Fix some code styles in StreamSourceOperatorWatermarksTest and StreamSourceOperatorLatencyMetricsTest
     add 3f0f6f2  [FLINK-13729][docs] Update website generation dependencies
     add 135472e  [FLINK-13725][docs] use sassc for faster doc generation
     add 8fc632d  [hotfix][docs] Temporarily disable liveserve
     add cb7e904  [FLINK-13726][docs] Build docs with jekyll 4.0.0.pre.beta1
     add a8868dd  [FLINK-13791][docs] Speed up sidenav by using group_by
     add f42f54d  [hotfix][docs] show usage if wrong option is given
     add 430a096  [FLINK-13793][docs] build each language in a separate subprocess
     add a687283  [hotfix][docs] do not include build scripts in content generation

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   (d3004d5)
            \
             N -- N -- N   refs/heads/docs_experimental__docs (a687283)

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:
 docs/.gitignore                                    |   1 +
 docs/_config.yml                                   |   5 +
 docs/_config_dev_en.yml                            |   6 +
 docs/_config_dev_zh.yml                            |   6 +
 docs/build_docs.sh                                 |  30 +++-
 .../streaming/api/operators/StreamSource.java      |  19 +-
 .../StreamSourceOperatorLatencyMetricsTest.java    |   9 +-
 .../StreamSourceOperatorWatermarksTest.java        | 191 ++++++++++++---------
 8 files changed, 180 insertions(+), 87 deletions(-)