[beam] branch master updated (1c579f9 -> 6d60ac3)

2022-02-22 Thread echauchot
This is an automated email from the ASF dual-hosted git repository.

echauchot pushed a change to branch 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)

No new revisions were added by this update.

Summary of changes:
 sdks/java/io/amazon-web-services2/build.gradle  | 2 +-
 .../org/apache/beam/sdk/io/aws2/sqs/SqsUnboundedReaderTest.java | 2 --
 .../io/amazon-web-services2/src/test/resources/application.conf | 6 +++---
 3 files changed, 4 insertions(+), 6 deletions(-)
 copy playground/frontend/app.yaml => 
sdks/java/io/amazon-web-services2/src/test/resources/application.conf (79%)


[beam] branch master updated (6d60ac3 -> 837e505)

2022-02-22 Thread goenka
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 6d60ac3  [BEAM-13738] Reenable ignored SQS test after bumping 
elasticmq for fixed version (#16914)
 add 837e505  fix build status link (#16907)

No new revisions were added by this update.

Summary of changes:
 .github/PULL_REQUEST_TEMPLATE.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[beam] branch master updated (837e505 -> 675c0bc)

2022-02-22 Thread pabloem
This is an automated email from the ASF dual-hosted git repository.

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


from 837e505  fix build status link (#16907)
 add 675c0bc  Merge pull request #16549 from [BEAM-13681][Playground] 
Refactoring terraform scripts

No new revisions were added by this update.

Summary of changes:
 .gitignore |   1 +
 playground/README.md   |  13 +-
 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 ++
 .../output.tf => infrastructure/network/main.tf}   |  20 +--
 .../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 +-
 38 files changed, 760 insertions(+), 258 deletions(-)
 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%)
 copy 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
 rename playground/terraform/{modules/artifact_registry/output.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


[beam] branch master updated (675c0bc -> 615b4eb)

2022-02-22 Thread pabloem
This is an automated email from the ASF dual-hosted git repository.

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


from 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

No new revisions were added by this update.

Summary of changes:
 playground/frontend/lib/l10n/app_en.arb |  4 
 .../lib/modules/analytics/analytics_service.dart|  4 ++--
 .../frontend/lib/modules/output/components/output.dart  |  2 +-
 .../components/embedded_appbar_title.dart   | 14 --
 .../playground/components/editor_textarea_wrapper.dart  | 11 ---
 .../lib/pages/playground/states/playground_state.dart   | 16 +---
 .../analytics_utils.dart}   | 17 +++--
 7 files changed, 35 insertions(+), 33 deletions(-)
 copy 
playground/frontend/lib/{modules/editor/repository/code_repository/run_code_request.dart
 => utils/analytics_utils.dart} (72%)


[beam] branch master updated (615b4eb -> c68ade1)

2022-02-22 Thread pabloem
This is an automated email from the ASF dual-hosted git repository.

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


from 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

No new revisions were added by this update.

Summary of changes:
 .../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 
 19 files changed, 222 insertions(+), 133 deletions(-)
 delete mode 100644 playground/backend/internal/utils/validators_utils.go
 delete mode 100644 playground/backend/internal/utils/validators_utils_test.go


[beam] branch master updated: case study pages - improvements and fixes (#16896)

2022-02-22 Thread pabloem
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 5345834  case study pages - improvements and fixes (#16896)
5345834 is described below

commit 5345834a86c422347556e0bce7e5dd20e4854e44
Author: Aydar Farrakhov 
AuthorDate: Tue Feb 22 21:31:17 2022 +0300

case study pages - improvements and fixes (#16896)

* case study - small fixes:
- Added dot to the title on the case studies page;
- Added rights note to the case study community page;
- Added file name example to the ADD_LOGO.md;

* case study - small fixes:
- Increase logo image height on cards
- Add max width for the content

* update hop logo

* fix licence
---
 website/ADD_LOGO.md|   1 +
 website/www/site/assets/scss/_case_study.scss  |   4 +-
 website/www/site/content/en/case-studies/hop.md|   4 +-
 .../www/site/content/en/community/case-study.md|   3 +
 website/www/site/layouts/case-studies/list.html|   2 +-
 .../site/static/images/logos/powered-by/hop.png| Bin 82744 -> 0 bytes
 .../site/static/images/logos/powered-by/hop.svg|  71 +
 7 files changed, 81 insertions(+), 4 deletions(-)

diff --git a/website/ADD_LOGO.md b/website/ADD_LOGO.md
index 3378904..a478ab8 100644
--- a/website/ADD_LOGO.md
+++ b/website/ADD_LOGO.md
@@ -22,6 +22,7 @@
 1. Fork [Apache Beam](https://github.com/apache/beam) repository
 2. Add file with company or project name to
the 
[case-studies](https://github.com/apache/beam/tree/master/website/www/site/content/en/case-studies)
 folder
+   e.g., `company.md`
 3. Add project/company logo to
the 
[images/logos/powered-by](https://github.com/apache/beam/tree/master/website/www/site/static/images/logos/powered-by)
folder. Please use your company/project name e.g. `ricardo.png`
diff --git a/website/www/site/assets/scss/_case_study.scss 
b/website/www/site/assets/scss/_case_study.scss
index 4de3561..c8eb712 100644
--- a/website/www/site/assets/scss/_case_study.scss
+++ b/website/www/site/assets/scss/_case_study.scss
@@ -95,7 +95,7 @@
   }
 
   .case-study-card-img img {
-height: 35px;
+height: 50px;
   }
 
   .case-study-card-title {
@@ -296,11 +296,13 @@ h2.case-study-h2 {
 
   img {
 width: 100%;
+max-height: 100px;
   }
 }
   }
 
   .case-study-post {
+max-width: 1200px;
 flex: 1;
   }
 
diff --git a/website/www/site/content/en/case-studies/hop.md 
b/website/www/site/content/en/case-studies/hop.md
index c38f334..ae69c8f 100644
--- a/website/www/site/content/en/case-studies/hop.md
+++ b/website/www/site/content/en/case-studies/hop.md
@@ -1,7 +1,7 @@
 ---
 title: "Beam visual pipeline development with Hop"
 name: "Neo4j"
-icon: /images/logos/powered-by/hop.png
+icon: /images/logos/powered-by/hop.svg
 category: study
 cardTitle: "Visual Apache Beam Pipeline Design and Orchestration with Apache 
Hop"
 cardDescription: "Apache Hop is an open source data orchestration and 
engineering platform that extends Apache Beam with visual pipeline lifecycle 
management. Neo4j’s Chief Solution Architect and Apache Hop’s co-founder, Matt 
Casters, sees Apache Beam as a driving force behind Hop."
@@ -25,7 +25,7 @@ limitations under the License.
 
 
 
-
+
 
 
   
diff --git a/website/www/site/content/en/community/case-study.md 
b/website/www/site/content/en/community/case-study.md
index 4406338..73556a7 100644
--- a/website/www/site/content/en/community/case-study.md
+++ b/website/www/site/content/en/community/case-study.md
@@ -34,3 +34,6 @@ started!
 
 Want to tell the world you are using Apache Beam? Just walk
 through [this 
instruction](https://github.com/apache/beam/tree/master/website/ADD_LOGO.md) 
and make it happen!
+
+The Apache Beam PMC reserves the right to remove logos of companies that are 
not demeed to be in good standing in the
+community.
diff --git a/website/www/site/layouts/case-studies/list.html 
b/website/www/site/layouts/case-studies/list.html
index de262d3..ee1f19b 100644
--- a/website/www/site/layouts/case-studies/list.html
+++ b/website/www/site/layouts/case-studies/list.html
@@ -14,7 +14,7 @@ limitations under the License. See accompanying LICENSE file.
 
 Case Studies
 Apache Beam powers many of today’s leading 
projects, industry-specific use cases, and
-startups
+startups.
 {{ $pages := .Pages.ByPublishDate.Reverse }}
 
 {{ range where $pages "Params.category" "study" }}
diff --git a/website/www/site/static/images/logos/powered-by/hop.png 
b/website/www/site/static/images/logos/powered-by/hop.png
deleted file mode 100644
index 58c25b6..000
Binary files a/website/www/site/static/images/logos/powered-by/hop.png and 
/dev/null differ
diff --git a/website/www/site/static/

[beam] branch master updated (5345834 -> 43cd356)

2022-02-22 Thread pabloem
This is an automated email from the ASF dual-hosted git repository.

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


from 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:
 website/www/site/assets/scss/_case_study.scss  |   7 +
 .../www/site/content/en/case-studies/paloalto.md   | 311 +
 .../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
 .../static/images/logos/powered-by/paloalto.png| Bin 0 -> 20154 bytes
 7 files changed, 318 insertions(+)
 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
 create mode 100644 website/www/site/static/images/logos/powered-by/paloalto.png


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

2022-02-22 Thread github-bot
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

[beam] branch master updated (43cd356 -> 60ea50f)

2022-02-22 Thread ibzib
This is an automated email from the ASF dual-hosted git repository.

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


from 43cd356  Palo Alto case study (#16915)
 new e303fad  [BEAM-13796] projection pushdown in BQ IO
 new faf8c0f  [BEAM-13796] Move test to ReadTest class and correct javadoc 
for QueryTest.
 new 185c2e3  [BEAM-13796] Pushdown is not supported on TypedRead#fromQuery.
 new 60ea50f  Merge pull request #16720 from ibzib/BEAM-13796

The 34715 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:
 .../beam/sdk/io/gcp/bigquery/BigQueryIO.java   | 30 ++-
 .../gcp/bigquery/BigQueryIOStorageQueryTest.java   |  5 +-
 .../io/gcp/bigquery/BigQueryIOStorageReadTest.java | 60 ++
 3 files changed, 92 insertions(+), 3 deletions(-)