chore: Upgrade Poetry to Latest Version in setupEnv.sh #1957
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose
This pull request contains several improvements and fixes across the development environment setup, continuous integration (CI) workflow, and end-to-end (E2E) tests. The most significant changes focus on standardizing environment variable names, improving URL extraction and reporting in deployment logs, and increasing wait times to ensure deployment propagation. Additionally, there are updates to dependency installation scripts and E2E test stability.
CI/CD Workflow Improvements:
WEB_WEBSITE_URLtoFRONTEND_WEBSITE_URLthroughout the workflow, ensuring consistency in outputs and environment references. [1] [2]Development Environment Setup:
.devcontainer/setupEnv.shscript to always install the latest versions ofpoetryandpoetry-plugin-export, ensuring up-to-date dependency management tools.E2E Test Stability:
Other Notable Changes:
web_url.txttofrontend_url.txtto match naming conventions in the workflow.Does this introduce a breaking change?
How to Test
What to Check
Verify that the following are valid
Other Information