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

feat: implement scenario 5 #117

Merged
merged 88 commits into from
Mar 2, 2023
Merged

feat: implement scenario 5 #117

merged 88 commits into from
Mar 2, 2023

Conversation

sinedied
Copy link
Contributor

@sinedied sinedied commented Feb 17, 2023

Sorry for the huge PR, here's a summary of the changes:

  • Added stripe service (container app)
  • Added payments/reservations view in profile page in portal
  • Added all-in-one script for creating and deploying a new env and setting up local dev
  • Added complete APIM setup for Function app and Stripe Container App
  • Updated infra/build/deploy scripts and docs
  • Removed stripe integration from Functions API (it's in its own service now)
  • Wired checkout calls between Functions API and Stripe service
  • BREAKING CHANGE: set min Node.js version to >=18 (to use native fetch in Functions)

For another PR(s):

  • VNET setup for APIM / API / ACA
  • Scenario docs

IMPORTANT: please DO NOT squash this PR and use rebase instead, so we do not lose the Functions -> Container App migration history, and the steps where the stripe/payment/reservation flow is fully working on the Functions (in case it's needed)

@sinedied sinedied marked this pull request as ready for review February 21, 2023 09:37
@sinedied
Copy link
Contributor Author

Reminder: IMPORTANT, please DO NOT squash this PR and use rebase instead, so we do not lose the Functions -> Container App migration history, and the steps where the stripe/payment/reservation flow is fully working on the Functions (in case it's needed)

packages/api/config/index.ts Show resolved Hide resolved
packages/api/get-payment-by-id/index.ts Outdated Show resolved Hide resolved
packages/api/get-reservation-by-id/index.ts Outdated Show resolved Hide resolved
packages/api/openapi/index.ts Outdated Show resolved Hide resolved
packages/api/openapi/index.ts Show resolved Hide resolved
packages/blog/package.json Show resolved Hide resolved
scripts/infra/infra.sh Show resolved Hide resolved
README-scenario-5.md Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants