You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2022/11/10 18:21:27 UTC

[beam] branch master updated (df553d1a4c6 -> 36b0c8f1a76)

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

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


    from df553d1a4c6 Add random string at the end of BigQuery query job name to make it resilient to retries (#24041)
     add 36b0c8f1a76 [Playground] update snippet by persistence_key (#24056)

No new revisions were added by this update.

Summary of changes:
 playground/api/v1/api.proto                        |   1 +
 playground/backend/cmd/server/controller.go        |  16 +-
 playground/backend/cmd/server/controller_test.go   |  68 ++++
 playground/backend/go.mod                          |  33 +-
 playground/backend/go.sum                          | 215 ++-----------
 playground/backend/internal/api/v1/api.pb.go       | 351 +++++++++++----------
 playground/backend/internal/api/v1/api_grpc.pb.go  |   4 +
 .../internal/constants/datastore_constants.go      |   1 +
 .../backend/internal/db/datastore/datastore_db.go  | 169 +++++-----
 .../internal/db/datastore/datastore_db_test.go     | 103 +++---
 playground/backend/internal/db/entity/snippet.go   |  31 +-
 .../backend/internal/db/mapper/datastore_mapper.go |  22 +-
 playground/index.yaml                              |   5 +
 13 files changed, 501 insertions(+), 518 deletions(-)