Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tour of Restate Python #181

Merged
merged 10 commits into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion .tools/run_python_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ function python_mypi_lint() {
}

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/tutorials/tour-of-restate-python && python_mypi_lint && popd || exit
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.

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
Loading