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

tzulitai pushed a change to branch release-2.0
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git.


    from 6e8d855  [hotfix] [docs] Fix github_branch value in _config.yml
     new e1083b9  [FLINK-16730] [docs] Move walkthrough dist script to tools/
     new 6b514d2  [FLINK-16730] [docs] Make create_python_walkthrough.sh return 
to user dir
     new 1f436f0  [hotfix] Ensure *-example suffix for all example directories
     new e4e1cdd  [hotfix] [docs] Walkthrough zip dist no longer contains a 
README

The 4 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:
 docs/downloads/Dockerfile                          | 31 -------------------
 docs/getting-started/walkthrough.md                |  1 -
 .../Dockerfile                                     |  0
 .../README.md                                      |  0
 .../build-example.sh                               |  0
 .../docker-compose.yml                             |  0
 .../generator/Dockerfile                           |  0
 .../generator/event-generator.py                   |  0
 .../generator}/messages_pb2.py                     |  0
 .../greeter/Dockerfile                             |  0
 .../greeter/greeter.py                             |  0
 .../greeter/messages.proto                         |  0
 .../greeter}/messages_pb2.py                       |  0
 .../greeter/requirements.txt                       |  0
 .../module.yaml                                    |  0
 .../Dockerfile.python-worker                       |  0
 .../Dockerfile.statefun                            |  0
 .../README.md                                      |  0
 .../build-example.sh                               |  0
 .../event-generator.py                             |  0
 .../main.py                                        |  0
 .../messages.proto                                 |  0
 .../messages_pb2.py                                |  0
 .../module.yaml                                    |  0
 .../python-worker-deployment.yaml                  |  0
 .../python-worker-service.yaml                     |  0
 .../requirements.txt                               |  0
 .../README.md                                      |  0
 .../example_utils.py                               |  0
 .../requirements.txt                               |  0
 .../run-example.py                                 |  0
 .../walkthrough.proto                              |  0
 .../walkthrough.py                                 |  0
 .../walkthrough_pb2.py                             |  0
 .../docs/create_python_walkthrough.sh              | 35 +++++++++++++++++++---
 {docs/downloads => tools/docs}/greeter.py          |  0
 36 files changed, 31 insertions(+), 36 deletions(-)
 delete mode 100644 docs/downloads/Dockerfile
 rename statefun-examples/{statefun-python-greeter => 
statefun-python-greeter-example}/Dockerfile (100%)
 rename statefun-examples/{statefun-python-greeter => 
statefun-python-greeter-example}/README.md (100%)
 rename statefun-examples/{statefun-python-greeter => 
statefun-python-greeter-example}/build-example.sh (100%)
 rename statefun-examples/{statefun-python-greeter => 
statefun-python-greeter-example}/docker-compose.yml (100%)
 rename statefun-examples/{statefun-python-greeter => 
statefun-python-greeter-example}/generator/Dockerfile (100%)
 rename statefun-examples/{statefun-python-greeter => 
statefun-python-greeter-example}/generator/event-generator.py (100%)
 rename statefun-examples/{statefun-python-greeter/greeter => 
statefun-python-greeter-example/generator}/messages_pb2.py (100%)
 rename statefun-examples/{statefun-python-greeter => 
statefun-python-greeter-example}/greeter/Dockerfile (100%)
 rename statefun-examples/{statefun-python-greeter => 
statefun-python-greeter-example}/greeter/greeter.py (100%)
 rename statefun-examples/{statefun-python-greeter => 
statefun-python-greeter-example}/greeter/messages.proto (100%)
 rename statefun-examples/{statefun-python-greeter/generator => 
statefun-python-greeter-example/greeter}/messages_pb2.py (100%)
 rename statefun-examples/{statefun-python-greeter => 
statefun-python-greeter-example}/greeter/requirements.txt (100%)
 rename statefun-examples/{statefun-python-greeter => 
statefun-python-greeter-example}/module.yaml (100%)
 rename statefun-examples/{statefun-python-k8s => 
statefun-python-k8s-example}/Dockerfile.python-worker (100%)
 rename statefun-examples/{statefun-python-k8s => 
statefun-python-k8s-example}/Dockerfile.statefun (100%)
 rename statefun-examples/{statefun-python-k8s => 
statefun-python-k8s-example}/README.md (100%)
 rename statefun-examples/{statefun-python-k8s => 
statefun-python-k8s-example}/build-example.sh (100%)
 rename statefun-examples/{statefun-python-k8s => 
statefun-python-k8s-example}/event-generator.py (100%)
 rename statefun-examples/{statefun-python-k8s => 
statefun-python-k8s-example}/main.py (100%)
 rename statefun-examples/{statefun-python-k8s => 
statefun-python-k8s-example}/messages.proto (100%)
 rename statefun-examples/{statefun-python-k8s => 
statefun-python-k8s-example}/messages_pb2.py (100%)
 rename statefun-examples/{statefun-python-k8s => 
statefun-python-k8s-example}/module.yaml (100%)
 rename statefun-examples/{statefun-python-k8s => 
statefun-python-k8s-example}/python-worker-deployment.yaml (100%)
 rename statefun-examples/{statefun-python-k8s => 
statefun-python-k8s-example}/python-worker-service.yaml (100%)
 rename statefun-examples/{statefun-python-k8s => 
statefun-python-k8s-example}/requirements.txt (100%)
 rename statefun-examples/{statefun-python-walkthrough => 
statefun-python-walkthrough-example}/README.md (100%)
 rename statefun-examples/{statefun-python-walkthrough => 
statefun-python-walkthrough-example}/example_utils.py (100%)
 rename statefun-examples/{statefun-python-walkthrough => 
statefun-python-walkthrough-example}/requirements.txt (100%)
 rename statefun-examples/{statefun-python-walkthrough => 
statefun-python-walkthrough-example}/run-example.py (100%)
 rename statefun-examples/{statefun-python-walkthrough => 
statefun-python-walkthrough-example}/walkthrough.proto (100%)
 rename statefun-examples/{statefun-python-walkthrough => 
statefun-python-walkthrough-example}/walkthrough.py (100%)
 rename statefun-examples/{statefun-python-walkthrough => 
statefun-python-walkthrough-example}/walkthrough_pb2.py (100%)
 rename docs/downloads/build-walkthrough-dist.sh => 
tools/docs/create_python_walkthrough.sh (51%)
 rename {docs/downloads => tools/docs}/greeter.py (100%)

Reply via email to