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

mergebot-role pushed a change to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git.


 discard 8e949bb  This closes #487
 discard 25ed146  Add SQL Set page
     add 703f2b2  Add SQL Set page
     add 41868a4  Merge #487: Add SQL SET page
     add 2dcf129  Regenerate site content
     add fa0eec8  [BEAM-3079]: Samza Runner docs and capability matrix
     add 0bc08e3  Update the option docs
     add 02c2301  Add Samza to the runner list
     add 7cd0ea7  Merge #471: Add Samza runner to web site
     add 5de31d1  Regenerate site content
     add 8a711a6  Make Samza icon a reasonable size
     add e22acef  Alphabetize runners
     add a68b37e  Regenerate site content
     add a212ef8  Add redirect to new team page
     add bcff1a8  Merge #485: Add redirect to new team page
     add c0bb975  Regenerate site content
     new 23e3ff8  New blog post about 2.5.0 release
     new a1702d1  This closes #476

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   (8e949bb)
            \
             N -- N -- N   refs/heads/mergebot (a1702d1)

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.

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:
 content/contribute/team/index.html                 |   10 +
 .../dsls/sql/aggregate-functions/index.html        |    1 +
 .../documentation/dsls/sql/create-table/index.html |    1 +
 .../documentation/dsls/sql/data-types/index.html   |    1 +
 content/documentation/dsls/sql/joins/index.html    |    1 +
 content/documentation/dsls/sql/lexical/index.html  |    1 +
 content/documentation/dsls/sql/overview/index.html |    1 +
 .../dsls/sql/scalar-functions/index.html           |    1 +
 content/documentation/dsls/sql/select/index.html   |    1 +
 .../{sdks/java => dsls/sql/set}/index.html         |   58 +-
 .../dsls/sql/user-defined-functions/index.html     |    1 +
 .../documentation/dsls/sql/walkthrough/index.html  |    1 +
 .../dsls/sql/windowing-and-triggering/index.html   |    1 +
 content/documentation/index.html                   |    1 +
 content/documentation/runners/apex/index.html      |    1 +
 .../runners/capability-matrix/index.html           | 1149 ++++++++++++++++++--
 content/documentation/runners/dataflow/index.html  |    1 +
 content/documentation/runners/direct/index.html    |    1 +
 content/documentation/runners/flink/index.html     |    1 +
 content/documentation/runners/gearpump/index.html  |    1 +
 content/documentation/runners/mapreduce/index.html |    1 +
 .../runners/{flink => samza}/index.html            |  214 ++--
 content/documentation/runners/spark/index.html     |    1 +
 .../sdks/feature-comparison/index.html             |    1 +
 content/documentation/sdks/go/index.html           |    1 +
 .../documentation/sdks/java-extensions/index.html  |    1 +
 .../documentation/sdks/java-thirdparty/index.html  |    1 +
 .../documentation/sdks/java/euphoria/index.html    |    1 +
 content/documentation/sdks/java/index.html         |    1 +
 content/documentation/sdks/java/nexmark/index.html |    1 +
 .../documentation/sdks/python-custom-io/index.html |    1 +
 .../sdks/python-pipeline-dependencies/index.html   |    1 +
 .../documentation/sdks/python-streaming/index.html |    1 +
 .../sdks/python-type-safety/index.html             |    1 +
 content/documentation/sdks/python/index.html       |    1 +
 content/get-started/beam-overview/index.html       |    1 +
 content/get-started/quickstart-java/index.html     |   21 +
 content/get-started/wordcount-example/index.html   |   43 +
 content/images/logo_samza.png                      |  Bin 0 -> 11728 bytes
 content/images/logos/runners/samza.png             |  Bin 0 -> 11728 bytes
 content/index.html                                 |    4 +
 content/learn/runners/Samza/index.html             |   10 +
 content/project/team/index.html                    |   10 +
 content/team/index.html                            |   10 +
 src/_data/authors.yml                              |    4 +
 src/_data/capability-matrix.yml                    |  118 +-
 src/_includes/section-menu/runners.html            |    1 +
 src/_posts/2018-06-26-beam-2.5.0.md                |   85 ++
 src/contribute/team.md                             |   23 +
 src/documentation/index.md                         |    1 +
 src/documentation/runners/samza.md                 |  151 +++
 src/get-started/beam-overview.md                   |    1 +
 src/get-started/quickstart-java.md                 |   23 +
 src/get-started/wordcount-example.md               |   53 +
 src/images/logo_samza.png                          |  Bin 0 -> 11728 bytes
 src/images/logos/runners/samza.png                 |  Bin 0 -> 11728 bytes
 src/index.md                                       |    3 +
 57 files changed, 1821 insertions(+), 203 deletions(-)
 create mode 100644 content/contribute/team/index.html
 copy content/documentation/{sdks/java => dsls/sql/set}/index.html (88%)
 copy content/documentation/runners/{flink => samza}/index.html (54%)
 create mode 100644 content/images/logo_samza.png
 create mode 100644 content/images/logos/runners/samza.png
 create mode 100644 content/learn/runners/Samza/index.html
 create mode 100644 content/project/team/index.html
 create mode 100644 content/team/index.html
 create mode 100644 src/_posts/2018-06-26-beam-2.5.0.md
 create mode 100644 src/contribute/team.md
 create mode 100644 src/documentation/runners/samza.md
 create mode 100644 src/images/logo_samza.png
 create mode 100644 src/images/logos/runners/samza.png

Reply via email to