You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by sc...@apache.org on 2018/10/05 22:47:01 UTC

[beam] branch master updated (28743bc -> 9ac7ad4)

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

scott pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 28743bc  Merge pull request #6577: [BEAM-5662] Increase timeouts and limit parallelism of website link check
     add f5e683d  update create table to create external table
     add 40bf52e  This closes https://github.com/apache/beam-site/pull/562
     add b94dfe1  add whitespace to redirection in create_external_table
     add 7b1521d  This closes https://github.com/apache/beam-site/pull/566
     add 30611a1  [BEAM-5603] fix broken 2.6.0 download links
     add 6b42f8a  This closes https://github.com/apache/beam-site/pull/569
     add dd06577  [BEAM-5339] update the beam dependency guide
     add 36f4b7f  This closes https://github.com/apache/beam-site/pull/554
     add ea1aafc  Update beam-site for release 2.7.0
     add 473b342  This closes https://github.com/apache/beam-site/pull/549
     add b05e4cb  Pull in SELECT documentation from bigquery
     add bd22204  Update SELECT doc for Beam
     add ade0f9c  This closes https://github.com/apache/beam-site/pull/560
     add 8ae1627  Fix wrong gradle project targets in testing web-page.
     add a161a20  This closes https://github.com/apache/beam-site/pull/563
     add ac112bd  Add Beam 2.7.0 release blog post
     add 9c05c6a  This closes https://github.com/apache/beam-site/pull/570
     add f0390d3  Update release guide
     add 274d5ae  Edit suggestions
     add dc4a657  This closes https://github.com/apache/beam-site/pull/572
     add 3dac26e  Add JIRA template for post-commit failures
     add 3be74bc  This closes https://github.com/apache/beam-site/pull/574
     add bc33be3a Add deprecation notices
     add 2347b65  Merge PR https://github.com/apache/beam-site/pull/567: [BEAM-4502] Add deprecation notices
     add 78c6b36  [BEAM-5667] remove gradle files from website
     add 8b5a538  Merge PRhttps://github.com/apache/beam-site/pull/579: [BEAM-5667] remove gradle files from website
     add f3f97d0  [BEAM-5665] Exclude down website atrato.io from website checks
     add 4447713  Merge PR https://github.com/apache/beam-site/pull/578: [BEAM-5665] Exclude down website atrato.io from website checks
     add a7f08d9  Update internal links to use site.baseurl
     add 269e520  Merge Update internal links to use site.baseurl https://github.com/apache/beam-site/pull/576
     add d759697  Migrate beam-site sources to apache/beam
     add 9ac7ad4  Merge pull request #6574: [BEAM-4494] Migrate recent website changes from beam-site to beam

No new revisions were added by this update.

Summary of changes:
 website/.github/PULL_REQUEST_TEMPLATE.md           |   7 +
 website/Rakefile                                   |   3 +-
 website/_config.yml                                |   2 +-
 website/src/_data/authors.yml                      |   3 +
 website/src/_includes/section-menu/sdks.html       |   2 +-
 website/src/_posts/2018-06-26-beam-2.5.0.md        |   2 +-
 website/src/_posts/2018-10-03-beam-2.7.0.md        |  76 +++
 website/src/contribute/dependencies.md             |  19 +-
 website/src/contribute/index.md                    |   2 +-
 website/src/contribute/postcommits-policies.md     |   3 +-
 website/src/contribute/release-guide.md            |   5 +-
 website/src/contribute/runner-guide.md             |   2 +-
 website/src/contribute/testing.md                  |   6 +-
 .../{create-table.md => create-external-table.md}  |  42 +-
 website/src/documentation/dsls/sql/select.md       | 709 +++++++++++++++++++--
 website/src/documentation/dsls/sql/shell.md        |   8 +-
 website/src/documentation/io/testing.md            |   6 +-
 website/src/get-started/downloads.md               |   7 +
 website/src/get-started/quickstart-java.md         |   4 +-
 website/src/get-started/quickstart-py.md           |   2 +-
 website/src/get-started/wordcount-example.md       |   2 +-
 21 files changed, 817 insertions(+), 95 deletions(-)
 create mode 100644 website/src/_posts/2018-10-03-beam-2.7.0.md
 rename website/src/documentation/dsls/sql/{create-table.md => create-external-table.md} (85%)