Regenerate html
Project: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/commit/38138cfb Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/tree/38138cfb Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/diff/38138cfb Branch: refs/heads/asf-site Commit: 38138cfb148fa82ff43ae6a38e68cf209bfc8e90 Parents: caf501b Author: Frances Perry <[email protected]> Authored: Thu Oct 27 22:12:03 2016 -0700 Committer: Frances Perry <[email protected]> Committed: Thu Oct 27 22:12:03 2016 -0700 ---------------------------------------------------------------------- content/contribute/contribution-guide/index.html | 15 ++++++++++++--- content/feed.xml | 4 ++-- content/learn/runners/capability-matrix/index.html | 2 +- 3 files changed, 15 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/38138cfb/content/contribute/contribution-guide/index.html ---------------------------------------------------------------------- diff --git a/content/contribute/contribution-guide/index.html b/content/contribute/contribution-guide/index.html index bd5516b..a1b1aaa 100644 --- a/content/contribute/contribution-guide/index.html +++ b/content/contribute/contribution-guide/index.html @@ -529,9 +529,18 @@ $ git merge --no-ff \ <p>To contribute code on a feature branch, use the same process as above, but replace <code class="highlighter-rouge">master</code> with the <a href="/contribute/work-in-progress/#feature-branches">name of the branch</a>.</p> -<p>In additional, youâll want to frequently merge in changes from <code class="highlighter-rouge">master</code> in order to prevent life on the branch from deviating too far from reality.</p> - -<p>Since feature branches are often used for new components, you may find that there is no <a href="/project/team/">committer</a> familiar with all the details of the new language or runner. In that case, consider asking someone else familiar with the technology to do an initial review before looping in a committer for a final review and merge.</p> +<p>Since feature branches are often used for new components, you may find that +there is no <a href="/project/team/">committer</a> familiar with all the details of the +new language or runner. In that case, consider asking someone else familiar +with the technology to do an initial review before looping in a committer for a +final review and merge.</p> + +<p>If you are working on a feature branch, youâll also want to frequently merge in +changes from <code class="highlighter-rouge">master</code> in order to prevent life on the branch from deviating too +far from reality. Like all changes, this should be done via pull request. It +is permitted for a committer to self-merge such a pull request if there are no +conflicts or test failures. If there are any conflicts of tests that need +fixing, then those should get a full review from another committer.</p> <h4 id="merging-into-master">Merging into Master</h4> http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/38138cfb/content/feed.xml ---------------------------------------------------------------------- diff --git a/content/feed.xml b/content/feed.xml index f9d1e3c..a774f4e 100644 --- a/content/feed.xml +++ b/content/feed.xml @@ -6,8 +6,8 @@ </description> <link>http://beam.incubator.apache.org/</link> <atom:link href="http://beam.incubator.apache.org/feed.xml" rel="self" type="application/rss+xml"/> - <pubDate>Thu, 27 Oct 2016 21:55:10 -0700</pubDate> - <lastBuildDate>Thu, 27 Oct 2016 21:55:10 -0700</lastBuildDate> + <pubDate>Thu, 27 Oct 2016 22:11:26 -0700</pubDate> + <lastBuildDate>Thu, 27 Oct 2016 22:11:26 -0700</lastBuildDate> <generator>Jekyll v3.2.0</generator> <item> http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/38138cfb/content/learn/runners/capability-matrix/index.html ---------------------------------------------------------------------- diff --git a/content/learn/runners/capability-matrix/index.html b/content/learn/runners/capability-matrix/index.html index 4392c91..10c12ba 100644 --- a/content/learn/runners/capability-matrix/index.html +++ b/content/learn/runners/capability-matrix/index.html @@ -146,7 +146,7 @@ <div class="row"> <h1 id="beam-capability-matrix">Beam Capability Matrix</h1> -<p><span style="font-size:11px;float:none">Last updated: 2016-10-27 21:55 PDT</span></p> +<p><span style="font-size:11px;float:none">Last updated: 2016-10-27 22:11 PDT</span></p> <p>Apache Beam (incubating) provides a portable API layer for building sophisticated data-parallel processing engines that may be executed across a diversity of exeuction engines, or <i>runners</i>. The core concepts of this layer are based upon the Beam Model (formerly referred to as the <a href="http://www.vldb.org/pvldb/vol8/p1792-Akidau.pdf">Dataflow Model</a>), and implemented to varying degrees in each Beam runner. To help clarify the capabilities of individual runners, weâve created the capability matrix below.</p>
