You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by me...@apache.org on 2017/12/18 22:00:42 UTC

[beam-site] branch mergebot updated (f99d6f5 -> 744c72a)

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 f99d6f5  This closes #364
 discard 8ca9dc7  [BEAM-3338] Add SDK specific pages to SDK left nav
     new 80ec174  [BEAM-3338] Add SDK specific pages to SDK left nav
     new 744c72a  This closes #364

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   (f99d6f5)
            \
             N -- N -- N   refs/heads/mergebot (744c72a)

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:

-- 
To stop receiving notification emails like this one, please contact
['"commits@beam.apache.org" <co...@beam.apache.org>'].

[beam-site] 02/02: This closes #364

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

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

commit 744c72aba197a114fe34c740bff7f63295f36fb7
Merge: 1b0d03e 80ec174
Author: Mergebot <me...@apache.org>
AuthorDate: Mon Dec 18 21:56:55 2017 +0000

    This closes #364

 src/_includes/section-menu/sdks.html | 31 ++++++++++++++++++++++++-------
 1 file changed, 24 insertions(+), 7 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@beam.apache.org" <co...@beam.apache.org>.

[beam-site] 01/02: [BEAM-3338] Add SDK specific pages to SDK left nav

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

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

commit 80ec174c8f1c8e11510104023430b3df72265cbd
Author: melissa <me...@google.com>
AuthorDate: Tue Dec 12 17:29:47 2017 -0800

    [BEAM-3338] Add SDK specific pages to SDK left nav
---
 src/_includes/section-menu/sdks.html | 31 ++++++++++++++++++++++++-------
 1 file changed, 24 insertions(+), 7 deletions(-)

diff --git a/src/_includes/section-menu/sdks.html b/src/_includes/section-menu/sdks.html
index 5237f79..faace4e 100644
--- a/src/_includes/section-menu/sdks.html
+++ b/src/_includes/section-menu/sdks.html
@@ -1,17 +1,34 @@
 <li><span class="section-nav-list-main-title">SDKS</span></li>
-<li><a href="{{ site.baseurl }}/documentation/sdks/java/">Java SDK</a></li>
-<li><a href="{{ site.baseurl }}/documentation/sdks/javadoc/{{ site.release_latest }}/" target="_blank">Java SDK API Reference <img src="{{ site.baseurl }}/images/external-link-icon.png"
+
+<li>
+  <span class="section-nav-list-title">Java SDK</span>
+  <ul class="section-nav-list">
+    <li><a href="{{ site.baseurl }}/documentation/sdks/java/">Java SDK overview</a></li>
+    <li><a href="{{ site.baseurl }}/documentation/sdks/javadoc/{{ site.release_latest }}/" target="_blank">Java SDK API reference <img src="{{ site.baseurl }}/images/external-link-icon.png"
                                                                                                                                    width="14" height="14"
-                                                                                                                                              alt="External link."></a>
+                                                                                                                                   alt="External link."></a>
+    </li>
+    <li><a href="{{ site.baseurl }}/documentation/sdks/java-extensions/">Java SDK extensions</a></li>
+    <li><a href="{{ site.baseurl }}/documentation/sdks/java/nexmark/">Nexmark benchmark suite</a></li>
+  </ul>
 </li>
-<li><a href="{{ site.baseurl }}/documentation/sdks/python/">Python SDK</a></li>
-<li><a href="{{ site.baseurl }}/documentation/sdks/pydoc/{{ site.release_latest }}/" target="_blank">Python SDK API Reference <img src="{{ site.baseurl }}/images/external-link-icon.png"
+
+<li>
+  <span class="section-nav-list-title">Python SDK</span>
+  <ul class="section-nav-list">
+    <li><a href="{{ site.baseurl }}/documentation/sdks/python/">Python SDK overview</a></li>
+    <li><a href="{{ site.baseurl }}/documentation/sdks/pydoc/{{ site.release_latest }}/" target="_blank">Python SDK API reference <img src="{{ site.baseurl }}/images/external-link-icon.png"
                                                                                                                                    width="14" height="14"
-                                                                                                                                              alt="External link."></a>
+                                                                                                                                   alt="External link."></a>
+    </li>
+    <li><a href="{{ site.baseurl }}/documentation/sdks/python-type-safety/">Ensuring Python type safety</a></li>
+    <li><a href="{{ site.baseurl }}/documentation/sdks/python-pipeline-dependencies/">Managing pipeline dependencies</a></li>
+    <li><a href="{{ site.baseurl }}/documentation/sdks/python-custom-io/">Creating new sources and sinks</a></li>
+  </ul>
 </li>
+
 <li>
   <span class="section-nav-list-title">DSLs</span>
-
   <ul class="section-nav-list">
     <li><a href="{{ site.baseurl }}/documentation/dsls/sql/">SQL</a></li>
   </ul>

-- 
To stop receiving notification emails like this one, please contact
"commits@beam.apache.org" <co...@beam.apache.org>.