You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2022/02/23 03:49:30 UTC

[beam] branch nightly-refs/heads/master updated (1c579f9 -> 43cd356)

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

github-bot pushed a change to branch nightly-refs/heads/master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 1c579f9  Remove build status from PR (#16902)
     add 6d60ac3  [BEAM-13738] Reenable ignored SQS test after bumping elasticmq for fixed version (#16914)
     add 837e505  fix build status link (#16907)
     add 675c0bc  Merge pull request #16549 from [BEAM-13681][Playground] Refactoring terraform scripts
     add 615b4eb  Merge pull request #16732 from [BEAM-13825] [Playground] updated click_run and run_time events with correct label
     add c68ade1  Merge pull request #16683 from [BEAM-13713][Playground] Java graph extraction
     add 5345834  case study pages - improvements and fixes (#16896)
     add 43cd356  Palo Alto case study (#16915)

No new revisions were added by this update.

Summary of changes:
 .github/PULL_REQUEST_TEMPLATE.md                   |   2 +-
 .gitignore                                         |   1 +
 playground/README.md                               |  13 +-
 .../internal/code_processing/code_processing.go    |   4 +-
 playground/backend/internal/fs_tool/fs.go          |   1 +
 playground/backend/internal/fs_tool/fs_test.go     |   4 +
 playground/backend/internal/fs_tool/go_fs_test.go  |   2 +
 .../backend/internal/fs_tool/java_fs_test.go       |   2 +
 .../backend/internal/fs_tool/lc_constructor.go     |   5 +
 .../backend/internal/fs_tool/python_fs_test.go     |   2 +
 .../backend/internal/preparers/java_preparers.go   |  66 ++++-
 .../internal/preparers/java_preparers_test.go      |  51 +++-
 .../backend/internal/preparers/python_preparers.go |   1 -
 .../internal/setup_tools/builder/setup_builder.go  |   3 +-
 .../setup_tools/builder/setup_builder_test.go      |   3 +-
 .../setup_tools/life_cycle/life_cycle_setuper.go   |   3 +
 .../life_cycle/life_cycle_setuper_test.go          |   2 +
 .../backend/internal/utils/preparares_utils.go     |   6 +-
 .../backend/internal/utils/validators_utils.go     |  40 ---
 .../internal/utils/validators_utils_test.go        |  79 ------
 .../backend/internal/validators/validator.go       |  23 ++
 .../backend/internal/validators/validator_test.go  |  58 ++++
 playground/frontend/lib/l10n/app_en.arb            |   4 -
 .../lib/modules/analytics/analytics_service.dart   |   4 +-
 .../lib/modules/output/components/output.dart      |   2 +-
 .../components/embedded_appbar_title.dart          |  14 +-
 .../components/editor_textarea_wrapper.dart        |  11 +-
 .../pages/playground/states/playground_state.dart  |  16 +-
 playground/frontend/lib/utils/analytics_utils.dart |  28 ++
 playground/terraform/README.md                     |  90 +-----
 playground/terraform/applications/README.md        |  59 ++++
 .../terraform/applications/backend-go/main.tf      |  20 +-
 .../terraform/applications/backend-go/variables.tf |   2 +-
 .../terraform/applications/backend-java/main.tf    |  26 +-
 .../applications/backend-java/variables.tf         |  10 +-
 .../terraform/applications/backend-python/main.tf  |  24 +-
 .../applications/backend-python/variables.tf       |   4 +-
 .../terraform/applications/backend-router/main.tf  |  26 +-
 .../applications/backend-router/variables.tf       |   2 +-
 playground/terraform/applications/frontend/main.tf |   8 +-
 .../terraform/applications/frontend/variables.tf   |   2 +-
 playground/terraform/infrastructure/README.md      |  70 +++++
 .../artifact_registry/main.tf                      |  12 +-
 .../artifact_registry/output.tf                    |   9 +-
 .../artifact_registry/variables.tf                 |   1 -
 .../{modules => infrastructure}/buckets/main.tf    |  20 +-
 .../{modules => infrastructure}/buckets/output.tf  |  16 +-
 .../buckets/variables.tf                           |   1 -
 .../{modules => infrastructure}/gke/main.tf        |  27 +-
 .../{modules => infrastructure}/gke/output.tf      |   3 +-
 .../{modules => infrastructure}/gke/variables.tf   |  25 +-
 playground/terraform/infrastructure/main.tf        |  81 ++++++
 .../terraform/infrastructure/memorystore/main.tf   |  48 ++++
 .../infrastructure/memorystore/variables.tf        |  77 +++++
 .../network/main.tf}                               |  29 +-
 .../vpc => infrastructure/network}/output.tf       |   9 +-
 .../vpc => infrastructure/network}/variables.tf    |  22 +-
 .../terraform/{ => infrastructure}/provider.tf     |  13 +-
 playground/terraform/infrastructure/setup/iam.tf   |  62 ++++
 .../gke => infrastructure/setup}/output.tf         |   7 +-
 .../output.tf => infrastructure/setup/provider.tf} |   6 +-
 .../main.tf => infrastructure/setup/services.tf}   |  16 +-
 .../gke => infrastructure/setup}/variables.tf      |  15 +-
 playground/terraform/infrastructure/variables.tf   | 165 +++++++++++
 playground/terraform/provider.tf                   |   6 +-
 sdks/java/io/amazon-web-services2/build.gradle     |   2 +-
 .../sdk/io/aws2/sqs/SqsUnboundedReaderTest.java    |   2 -
 .../src/test/resources/application.conf            |  21 ++
 website/ADD_LOGO.md                                |   1 +
 website/www/site/assets/scss/_case_study.scss      |  11 +-
 website/www/site/content/en/case-studies/hop.md    |   4 +-
 .../www/site/content/en/case-studies/paloalto.md   | 311 +++++++++++++++++++++
 .../www/site/content/en/community/case-study.md    |   3 +
 website/www/site/layouts/case-studies/list.html    |   2 +-
 .../case-study/paloalto/data_lake_scheme.png       | Bin 0 -> 364516 bytes
 .../case-study/paloalto/direct_serialization.png   | Bin 0 -> 73785 bytes
 .../paloalto/subscription_service_scheme.png       | Bin 0 -> 103228 bytes
 .../images/case-study/paloalto/talat_uyarer.png    | Bin 0 -> 256103 bytes
 .../site/static/images/logos/powered-by/hop.png    | Bin 82744 -> 0 bytes
 .../site/static/images/logos/powered-by/hop.svg    |  71 +++++
 .../static/images/logos/powered-by/paloalto.png    | Bin 0 -> 20154 bytes
 81 files changed, 1460 insertions(+), 431 deletions(-)
 delete mode 100644 playground/backend/internal/utils/validators_utils.go
 delete mode 100644 playground/backend/internal/utils/validators_utils_test.go
 create mode 100644 playground/frontend/lib/utils/analytics_utils.dart
 create mode 100644 playground/terraform/applications/README.md
 create mode 100644 playground/terraform/infrastructure/README.md
 rename playground/terraform/{modules => infrastructure}/artifact_registry/main.tf (79%)
 rename playground/terraform/{modules => infrastructure}/artifact_registry/output.tf (77%)
 rename playground/terraform/{modules => infrastructure}/artifact_registry/variables.tf (99%)
 rename playground/terraform/{modules => infrastructure}/buckets/main.tf (70%)
 rename playground/terraform/{modules => infrastructure}/buckets/output.tf (69%)
 rename playground/terraform/{modules => infrastructure}/buckets/variables.tf (99%)
 rename playground/terraform/{modules => infrastructure}/gke/main.tf (68%)
 copy playground/terraform/{modules => infrastructure}/gke/output.tf (93%)
 copy playground/terraform/{modules => infrastructure}/gke/variables.tf (69%)
 create mode 100644 playground/terraform/infrastructure/main.tf
 create mode 100644 playground/terraform/infrastructure/memorystore/main.tf
 create mode 100644 playground/terraform/infrastructure/memorystore/variables.tf
 copy playground/terraform/{applications/frontend/variables.tf => infrastructure/network/main.tf} (62%)
 rename playground/terraform/{modules/vpc => infrastructure/network}/output.tf (83%)
 rename playground/terraform/{modules/vpc => infrastructure/network}/variables.tf (68%)
 copy playground/terraform/{ => infrastructure}/provider.tf (51%)
 create mode 100644 playground/terraform/infrastructure/setup/iam.tf
 copy playground/terraform/{modules/gke => infrastructure/setup}/output.tf (88%)
 rename playground/terraform/{modules/gke/output.tf => infrastructure/setup/provider.tf} (90%)
 rename playground/terraform/{modules/vpc/main.tf => infrastructure/setup/services.tf} (76%)
 rename playground/terraform/{modules/gke => infrastructure/setup}/variables.tf (79%)
 create mode 100644 playground/terraform/infrastructure/variables.tf
 create mode 100644 sdks/java/io/amazon-web-services2/src/test/resources/application.conf
 create mode 100644 website/www/site/content/en/case-studies/paloalto.md
 create mode 100644 website/www/site/static/images/case-study/paloalto/data_lake_scheme.png
 create mode 100644 website/www/site/static/images/case-study/paloalto/direct_serialization.png
 create mode 100644 website/www/site/static/images/case-study/paloalto/subscription_service_scheme.png
 create mode 100644 website/www/site/static/images/case-study/paloalto/talat_uyarer.png
 delete mode 100644 website/www/site/static/images/logos/powered-by/hop.png
 create mode 100644 website/www/site/static/images/logos/powered-by/hop.svg
 create mode 100644 website/www/site/static/images/logos/powered-by/paloalto.png