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/11/23 15:50:17 UTC

[beam] branch dependabot/go_modules/sdks/github.com/aws/aws-sdk-go-v2/config-1.18.3 updated (b7f6c89c285 -> ef45277d9e1)

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

github-bot pushed a change to branch dependabot/go_modules/sdks/github.com/aws/aws-sdk-go-v2/config-1.18.3
in repository https://gitbox.apache.org/repos/asf/beam.git


 discard b7f6c89c285 Bump github.com/aws/aws-sdk-go-v2/config from 1.18.2 to 1.18.3 in /sdks
     add 71c6e314d27 Add rootCaCertificate option to SplunkIO (#24229)
     add 7ddf55a545c fixed typo
     add 0c6d147409d Merge pull request #24315: fixed typo
     add f8c57d6cc1a [Website] change share-your-story link, add text to ADD_CASE_STUDY.md, add video to some case-studies
     add d93ece1d0ed Merge pull request #23958: [Website] update share button and ADD_CASE_STUDY.md
     add 2c3973311eb pg_23865 fix selected example at list
     add e61cd6a57c9 Expand all categories that contain a selected example (#23865)
     add c49571c61e4 Merge pull request #24231: Fixed display of the selected example
     add 9bad75f1fee [Playground] Remove example bucket (#24198)
     add 730b391f29c Extract Go and Python Beam symbols for Playground (#23378)
     add 4f1dcfb224d Dask runner tests action (#24324)
     add 5802c77d383 Add a portable runner that renders pipelines as a dot graph.
     add c1d82dbfff2 Add basic tests for render runner.
     add c01d63096b7 Add the ability to pass a pipeline proto directly.
     add f179587039f lint
     add 4c2c78def15 Fix typo.
     add 63e566ffc79 Serve the graph when output file is not specified.
     add 2002d9c3927 Serve the graph when output file is not specified.
     add 3db0ac9ba36 Fix parsing of standalone protos.
     add ad3e5242f7b Support reading from GCS.
     add 7285242cb83 Add text logging.
     add 6749fc01647 fix typo.
     add e3ab5e75ae5 Some lint and yapf.
     add 5c8026671f2 Fix dot detection logic.
     add 38e0e3b3397 fix error detected by lint
     add 20f60443f46 Make gcs an optional dependency.
     add 42ea58fb276 return rather than sys.exit
     add a88784e1442 lint
     add d57812a3860 Apply suggestions from code review
     add e625c317bfb More cleanup, mypy.
     add de117c5940c lint
     add cf904dc72aa Merge pull request #24037 Add a portable runner that renders pipelines as a dot graph.
     add 8baae457744 Bump github.com/aws/aws-sdk-go-v2/credentials in /sdks (#24318)
     add ef45277d9e1 Bump github.com/aws/aws-sdk-go-v2/config from 1.18.2 to 1.18.3 in /sdks

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (b7f6c89c285)
            \
             N -- N -- N   refs/heads/dependabot/go_modules/sdks/github.com/aws/aws-sdk-go-v2/config-1.18.3 (ef45277d9e1)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/dask_runner_tests.yml            |   104 +
 .gitignore                                         |     7 +-
 CHANGES.md                                         |     2 +
 build.gradle.kts                                   |    11 +
 .../frontend/lib/assets/assets.gen.dart            |   132 +
 .../lib/components/login/login_content.dart        |     2 +-
 .../frontend/lib/components/profile/avatar.dart    |     2 +-
 .../lib/components/profile/profile_content.dart    |     2 +-
 .../frontend/lib/models/unit_content.g.dart        |    16 +
 .../lib/pages/tour/widgets/group_title.dart        |     2 +-
 .../frontend/lib/pages/tour/widgets/unit.dart      |     2 +-
 .../frontend/lib/pages/welcome/screen.dart         |     2 +-
 .../models/get_content_tree_response.g.dart        |    16 +
 .../repositories/models/get_sdks_response.g.dart   |    14 +
 .../frontend/lib/repositories/models/group.g.dart  |    15 +
 .../frontend/lib/repositories/models/module.g.dart |    24 +
 .../frontend/lib/repositories/models/node.g.dart   |    23 +
 .../frontend/lib/repositories/models/unit.g.dart   |    13 +
 learning/tour-of-beam/frontend/pubspec.yaml        |     2 +-
 playground/frontend/Dockerfile                     |    18 +-
 playground/frontend/README.md                      |   140 +-
 playground/frontend/build.gradle                   |    59 +-
 .../config.example.dart}                           |    25 +-
 playground/frontend/lib/main.dart                  |     2 +
 .../example_list/category_expansion_panel.dart     |     4 +-
 .../example_list/expansion_panel_item.dart         |     2 +-
 .../playground_components/assets/symbols/go.g.yaml |  6553 ++++++++++
 .../assets/symbols/python.g.yaml                   | 12128 +++++++++++++++++++
 .../playground_components/build.gradle.kts         |    97 +-
 .../lib/playground_components.dart                 |     5 +-
 .../lib/src/assets/assets.gen.dart                 |   145 +
 .../lib/src/controllers/playground_controller.dart |    16 +
 .../controllers/snippet_editing_controller.dart    |    30 +-
 .../playground_components.dart => locator.dart}    |    12 +-
 .../lib/src/models/sdk.g.dart                      |    12 +
 .../symbols_dictionary.dart}                       |    14 +-
 .../lib/src/notifications/notification.dart        |     2 +-
 .../src/{constants => }/playground_components.dart |     6 +
 .../symbols/loaders/abstract.dart}                 |    12 +-
 .../symbols/loaders/map.dart}                      |    30 +-
 .../lib/src/services/symbols/loaders/yaml.dart     |    69 +
 .../lib/src/services/symbols/symbols_notifier.dart |    53 +
 .../lib/src/widgets/drag_handle.dart               |     4 +-
 .../lib/src/widgets/logo.dart                      |     4 +-
 .../lib/src/widgets/reset_button.dart              |     4 +-
 .../lib/src/widgets/toggle_theme_button.dart       |     4 +-
 .../lib/src/widgets/toggle_theme_icon_button.dart  |    28 +-
 .../frontend/playground_components/pubspec.yaml    |     8 +-
 .../src/common/example_repository_mock.mocks.dart  |   142 +
 .../http_example_loader_test.mocks.dart            |   284 +
 .../controllers/playground_controller_test.dart    |     9 +-
 .../playground_controller_test.mocks.dart          |   357 +
 .../repositories/code_repository_test.mocks.dart   |   139 +
 .../example_repository_test.mocks.dart             |   165 +
 .../src/services/symbols/loaders/yaml_test.dart    |    63 +
 .../services/symbols/symbols_notifier_test.dart    |    59 +
 .../playground_components/test/tools/common.dart   |    90 +
 .../extract_symbols_go_test.dart}                  |    24 +-
 .../test/tools/extract_symbols_go/go.golden.yaml   |    17 +
 .../extract_symbols_go/sdk_mock/directory/file2.go |    19 +
 .../sdk_mock/directory/ignore.txt                  |    18 +
 .../tools/extract_symbols_go/sdk_mock/file1.go     |    73 +
 .../extract_symbols_python_test.dart}              |    23 +-
 .../extract_symbols_python/python.golden.yaml      |     9 +
 .../sdk_mock/directory/file2.py                    |    17 +
 .../tools/extract_symbols_python/sdk_mock/file1.py |    47 +
 .../tools/extract_symbols_go/extract_symbols_go.go |   257 +
 .../tools/extract_symbols_go/go.mod                |    20 +
 .../tools/extract_symbols_go/go.sum                |     3 +
 .../extract_symbols_python.py                      |   124 +
 playground/frontend/pubspec.lock                   |    11 +-
 playground/frontend/pubspec.yaml                   |     1 +
 .../states/example_selector_state_test.mocks.dart  |    67 +
 playground/terraform/README.md                     |     1 -
 .../terraform/infrastructure/buckets/main.tf       |    32 -
 .../terraform/infrastructure/buckets/output.tf     |    31 -
 .../terraform/infrastructure/buckets/variables.tf  |    38 -
 playground/terraform/infrastructure/main.tf        |    14 +-
 playground/terraform/infrastructure/variables.tf   |    17 -
 playground/terraform/main.tf                       |     4 -
 playground/terraform/output.tf                     |    25 -
 playground/terraform/variables.tf                  |    18 -
 .../io/gcp/bigquery/BigQueryResourceNaming.java    |     2 +-
 .../beam/sdk/io/splunk/CustomX509TrustManager.java |    98 +
 .../beam/sdk/io/splunk/HttpEventPublisher.java     |    53 +-
 .../beam/sdk/io/splunk/SplunkEventWriter.java      |    46 +-
 .../org/apache/beam/sdk/io/splunk/SplunkIO.java    |    65 +-
 .../sdk/io/splunk/CustomX509TrustManagerTest.java  |    80 +
 .../beam/sdk/io/splunk/HttpEventPublisherTest.java |   119 +-
 .../test/resources/SplunkTestCerts/PrivateKey.pem  |    28 +
 .../SplunkTestCerts/RecognizedCertificate.crt.txt  |    26 +
 .../test/resources/SplunkTestCerts/RootCA.crt.txt  |    31 +
 .../resources/SplunkTestCerts/RootCA_2.crt.txt     |    13 +
 .../SplunkTestCerts/RootCA_PrivateKey.pem          |    52 +
 .../UnrecognizedCertificate.crt.txt                |    21 +
 sdks/python/apache_beam/pipeline.py                |     3 +-
 .../portability/fn_api_runner/translations.py      |    16 +-
 sdks/python/apache_beam/runners/render.py          |   537 +
 sdks/python/apache_beam/runners/render_test.py     |    89 +
 sdks/python/scripts/run_pylint.sh                  |     1 +
 website/ADD_CASE_STUDY.md                          |     1 +
 website/www/site/content/en/case-studies/intuit.md |     5 +
 .../www/site/content/en/case-studies/ricardo.md    |     5 +
 website/www/site/layouts/case-studies/list.html    |     2 +-
 .../www/site/layouts/partials/quotes/quote.html    |     2 +-
 105 files changed, 23021 insertions(+), 369 deletions(-)
 create mode 100644 .github/workflows/dask_runner_tests.yml
 create mode 100644 learning/tour-of-beam/frontend/lib/assets/assets.gen.dart
 create mode 100644 learning/tour-of-beam/frontend/lib/models/unit_content.g.dart
 create mode 100644 learning/tour-of-beam/frontend/lib/repositories/models/get_content_tree_response.g.dart
 create mode 100644 learning/tour-of-beam/frontend/lib/repositories/models/get_sdks_response.g.dart
 create mode 100644 learning/tour-of-beam/frontend/lib/repositories/models/group.g.dart
 create mode 100644 learning/tour-of-beam/frontend/lib/repositories/models/module.g.dart
 create mode 100644 learning/tour-of-beam/frontend/lib/repositories/models/node.g.dart
 create mode 100644 learning/tour-of-beam/frontend/lib/repositories/models/unit.g.dart
 copy playground/frontend/{playground_components/lib/src/constants/playground_components.dart => lib/config.example.dart} (51%)
 create mode 100644 playground/frontend/playground_components/assets/symbols/go.g.yaml
 create mode 100644 playground/frontend/playground_components/assets/symbols/python.g.yaml
 create mode 100644 playground/frontend/playground_components/lib/src/assets/assets.gen.dart
 copy playground/frontend/playground_components/lib/src/{constants/playground_components.dart => locator.dart} (68%)
 create mode 100644 playground/frontend/playground_components/lib/src/models/sdk.g.dart
 copy playground/frontend/playground_components/lib/src/{constants/playground_components.dart => models/symbols_dictionary.dart} (68%)
 copy playground/frontend/playground_components/lib/src/{constants => }/playground_components.dart (91%)
 copy playground/frontend/playground_components/lib/src/{constants/playground_components.dart => services/symbols/loaders/abstract.dart} (68%)
 copy playground/frontend/playground_components/lib/src/{widgets/logo.dart => services/symbols/loaders/map.dart} (63%)
 create mode 100644 playground/frontend/playground_components/lib/src/services/symbols/loaders/yaml.dart
 create mode 100644 playground/frontend/playground_components/lib/src/services/symbols/symbols_notifier.dart
 create mode 100644 playground/frontend/playground_components/test/src/common/example_repository_mock.mocks.dart
 create mode 100644 playground/frontend/playground_components/test/src/controllers/example_loaders/http_example_loader_test.mocks.dart
 create mode 100644 playground/frontend/playground_components/test/src/controllers/playground_controller_test.mocks.dart
 create mode 100644 playground/frontend/playground_components/test/src/repositories/code_repository_test.mocks.dart
 create mode 100644 playground/frontend/playground_components/test/src/repositories/example_repository_test.mocks.dart
 create mode 100644 playground/frontend/playground_components/test/src/services/symbols/loaders/yaml_test.dart
 create mode 100644 playground/frontend/playground_components/test/src/services/symbols/symbols_notifier_test.dart
 create mode 100644 playground/frontend/playground_components/test/tools/common.dart
 copy playground/frontend/playground_components/{lib/src/constants/playground_components.dart => test/tools/extract_symbols_go/extract_symbols_go_test.dart} (67%)
 create mode 100644 playground/frontend/playground_components/test/tools/extract_symbols_go/go.golden.yaml
 create mode 100644 playground/frontend/playground_components/test/tools/extract_symbols_go/sdk_mock/directory/file2.go
 create mode 100644 playground/frontend/playground_components/test/tools/extract_symbols_go/sdk_mock/directory/ignore.txt
 create mode 100644 playground/frontend/playground_components/test/tools/extract_symbols_go/sdk_mock/file1.go
 rename playground/frontend/playground_components/{lib/src/constants/playground_components.dart => test/tools/extract_symbols_python/extract_symbols_python_test.dart} (67%)
 create mode 100644 playground/frontend/playground_components/test/tools/extract_symbols_python/python.golden.yaml
 create mode 100644 playground/frontend/playground_components/test/tools/extract_symbols_python/sdk_mock/directory/file2.py
 create mode 100644 playground/frontend/playground_components/test/tools/extract_symbols_python/sdk_mock/file1.py
 create mode 100644 playground/frontend/playground_components/tools/extract_symbols_go/extract_symbols_go.go
 create mode 100644 playground/frontend/playground_components/tools/extract_symbols_go/go.mod
 create mode 100644 playground/frontend/playground_components/tools/extract_symbols_go/go.sum
 create mode 100644 playground/frontend/playground_components/tools/extract_symbols_python/extract_symbols_python.py
 create mode 100644 playground/frontend/test/pages/playground/states/example_selector_state_test.mocks.dart
 delete mode 100644 playground/terraform/infrastructure/buckets/main.tf
 delete mode 100644 playground/terraform/infrastructure/buckets/output.tf
 delete mode 100644 playground/terraform/infrastructure/buckets/variables.tf
 create mode 100644 sdks/java/io/splunk/src/main/java/org/apache/beam/sdk/io/splunk/CustomX509TrustManager.java
 create mode 100644 sdks/java/io/splunk/src/test/java/org/apache/beam/sdk/io/splunk/CustomX509TrustManagerTest.java
 create mode 100644 sdks/java/io/splunk/src/test/resources/SplunkTestCerts/PrivateKey.pem
 create mode 100644 sdks/java/io/splunk/src/test/resources/SplunkTestCerts/RecognizedCertificate.crt.txt
 create mode 100644 sdks/java/io/splunk/src/test/resources/SplunkTestCerts/RootCA.crt.txt
 create mode 100644 sdks/java/io/splunk/src/test/resources/SplunkTestCerts/RootCA_2.crt.txt
 create mode 100644 sdks/java/io/splunk/src/test/resources/SplunkTestCerts/RootCA_PrivateKey.pem
 create mode 100644 sdks/java/io/splunk/src/test/resources/SplunkTestCerts/UnrecognizedCertificate.crt.txt
 create mode 100644 sdks/python/apache_beam/runners/render.py
 create mode 100644 sdks/python/apache_beam/runners/render_test.py