Skip to content

Commit

Permalink
Tour of Restate Python (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
gvdongen authored Aug 27, 2024
1 parent 1410017 commit 0c00b64
Show file tree
Hide file tree
Showing 58 changed files with 681 additions and 596 deletions.
1 change: 0 additions & 1 deletion .tools/prepare_release_zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ create_release_zip tutorials/tour-of-restate-go go-tour-of-restate
create_release_zip tutorials/tour-of-restate-java java-tour-of-restate
create_release_zip tutorials/tour-of-restate-typescript typescript-tour-of-restate

create_release_zip patterns-use-cases/ticket-reservation/ticket-reservation-typescript typescript-ticket-reservation
create_release_zip patterns-use-cases/payment-state-machine/payment-state-machine-typescript typescript-payment-state-machine

create_release_zip end-to-end-applications/java/food-ordering java-food-ordering
Expand Down
1 change: 0 additions & 1 deletion .tools/run_node_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ npm_install_check $PROJECT_ROOT/patterns-use-cases/durable-promises/durable-prom
npm_install_check $PROJECT_ROOT/patterns-use-cases/payment-state-machine/payment-state-machine-typescript
npm_install_check $PROJECT_ROOT/patterns-use-cases/sagas/sagas-typescript
npm_install_check $PROJECT_ROOT/patterns-use-cases/state-machines/state-machines-typescript
npm_install_check $PROJECT_ROOT/patterns-use-cases/ticket-reservation/ticket-reservation-typescript

npm_install_check $PROJECT_ROOT/end-to-end-applications/typescript/ai-image-workflows
npm_install_check $PROJECT_ROOT/end-to-end-applications/typescript/food-ordering/app
Expand Down
4 changes: 2 additions & 2 deletions .tools/run_python_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ function python_mypi_lint() {
deactivate
}

pushd $PROJECT_ROOT/templates/python && python_mypi_lint && popd || exit
pushd $PROJECT_ROOT/patterns-use-cases/ticket-reservation/ticket-reservation-python && python_mypi_lint && popd || exit
pushd $PROJECT_ROOT/templates/python && python_mypi_lint && popd
pushd $PROJECT_ROOT/tutorials/tour-of-restate-python && python_mypi_lint && popd
1 change: 0 additions & 1 deletion .tools/update_node_examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ bump_ts_sdk_clients $PROJECT_ROOT/patterns-use-cases/durable-promises/durable-pr
bump_ts_sdk $PROJECT_ROOT/patterns-use-cases/payment-state-machine/payment-state-machine-typescript
bump_ts_sdk $PROJECT_ROOT/patterns-use-cases/sagas/sagas-typescript
bump_ts_sdk $PROJECT_ROOT/patterns-use-cases/state-machines/state-machines-typescript
bump_ts_sdk $PROJECT_ROOT/patterns-use-cases/ticket-reservation/ticket-reservation-typescript

bump_ts_sdk $PROJECT_ROOT/end-to-end-applications/typescript/ai-image-workflows
bump_ts_sdk $PROJECT_ROOT/end-to-end-applications/typescript/food-ordering/app
Expand Down
2 changes: 1 addition & 1 deletion .tools/update_python_examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ function search_and_replace_version() {
}

search_and_replace_version $PROJECT_ROOT/templates/python
search_and_replace_version $PROJECT_ROOT/patterns-use-cases/ticket-reservation/ticket-reservation-python
search_and_replace_version $PROJECT_ROOT/tutorials/tour-of-restate-python
5 changes: 1 addition & 4 deletions .tools/update_restate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,4 @@ bump_npm_restate $PROJECT_ROOT/patterns-use-cases/durable-promises/durable-promi
bump_npm_restate_cli $PROJECT_ROOT/patterns-use-cases/durable-promises/durable-promises-typescript

bump_npm_restate $PROJECT_ROOT/patterns-use-cases/state-machines/state-machines-typescript
bump_npm_restate_cli $PROJECT_ROOT/patterns-use-cases/state-machines/state-machines-typescript

bump_npm_restate $PROJECT_ROOT/patterns-use-cases/ticket-reservation/ticket-reservation-typescript
bump_npm_restate_cli $PROJECT_ROOT/patterns-use-cases/ticket-reservation/ticket-reservation-typescript
bump_npm_restate_cli $PROJECT_ROOT/patterns-use-cases/state-machines/state-machines-typescript

This file was deleted.

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 0c00b64

Please sign in to comment.