You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by go...@apache.org on 2018/11/15 20:31:54 UTC

[beam] branch master updated (67783b8 -> 9d356ac)

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

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


    from 67783b8  Merge pull request #6886 from lgajowy/move-big-query-code-to-common
     add d2cd5fd  [BEAM-4524] Use SHA256 for artifact validation
     add 5899f05  [BEAM-4524] use hex encoding for artifact hash
     new 9d356ac  Merge pull request #7049 from angoenka/fix_artifact_hashing

The 1 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:
 sdks/go/pkg/beam/artifact/gcsproxy/staging.go      |   34 +-
 sdks/go/pkg/beam/artifact/materialize.go           |   30 +-
 sdks/go/pkg/beam/artifact/materialize_test.go      |   34 +-
 sdks/go/pkg/beam/artifact/stage.go                 |   18 +-
 sdks/go/pkg/beam/artifact/stage_test.go            |   10 +-
 .../beam/model/fnexecution_v1/beam_fn_api.pb.go    | 1423 ++++++++++++++------
 .../model/fnexecution_v1/beam_provision_api.pb.go  |   90 +-
 .../model/jobmanagement_v1/beam_artifact_api.pb.go |  127 +-
 .../beam/model/jobmanagement_v1/beam_job_api.pb.go |  155 ++-
 .../beam/model/pipeline_v1/beam_runner_api.pb.go   | 1011 ++++++++------
 sdks/go/pkg/beam/model/pipeline_v1/endpoints.pb.go |    2 +
 .../model/pipeline_v1/standard_window_fns.pb.go    |   12 +-
 12 files changed, 1875 insertions(+), 1071 deletions(-)


[beam] 01/01: Merge pull request #7049 from angoenka/fix_artifact_hashing

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

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

commit 9d356acc5e0b7cf4ec310992ea625d905ed21717
Merge: 67783b8 5899f05
Author: Ankur <an...@users.noreply.github.com>
AuthorDate: Thu Nov 15 12:31:46 2018 -0800

    Merge pull request #7049 from angoenka/fix_artifact_hashing
    
    [BEAM-4524] Use SHA256 for artifact validation

 sdks/go/pkg/beam/artifact/gcsproxy/staging.go      |   34 +-
 sdks/go/pkg/beam/artifact/materialize.go           |   30 +-
 sdks/go/pkg/beam/artifact/materialize_test.go      |   34 +-
 sdks/go/pkg/beam/artifact/stage.go                 |   18 +-
 sdks/go/pkg/beam/artifact/stage_test.go            |   10 +-
 .../beam/model/fnexecution_v1/beam_fn_api.pb.go    | 1423 ++++++++++++++------
 .../model/fnexecution_v1/beam_provision_api.pb.go  |   90 +-
 .../model/jobmanagement_v1/beam_artifact_api.pb.go |  127 +-
 .../beam/model/jobmanagement_v1/beam_job_api.pb.go |  155 ++-
 .../beam/model/pipeline_v1/beam_runner_api.pb.go   | 1011 ++++++++------
 sdks/go/pkg/beam/model/pipeline_v1/endpoints.pb.go |    2 +
 .../model/pipeline_v1/standard_window_fns.pb.go    |   12 +-
 12 files changed, 1875 insertions(+), 1071 deletions(-)