agenta
agenta copied to clipboard
[Bug Fix]: enhance image validation and app variant update logic for cloud-dev environment
Description
This PR introduces enhancements to ensure that re-serving a variant in the cloud-dev environment works as expected.
Related Issue
Closes AGE-511
Changes Included:
-
Image Validation Logic Update:
- In the cloud-dev environment, certain fields like
workspaceandorganizationare stripped off before validation, since they are not used during this process.
- In the cloud-dev environment, certain fields like
-
App Variant Update Enhancement:
- In the cloud-ev environment, the
organizationrelationship is now loaded when updating an app variant to ensure the model is fully refreshed in the session.
- In the cloud-ev environment, the
What to QA (in cloud-dev and oss)
-
App Creation from the CLI
- Create and serve an app from the CLI
- Navigate to the app playground URL to ensure that it is working
- Update the app variant code/configuration and re-serve to see if the changes are reflected
Acceptance Tests
- Ensure that app creating and re-serving from the CLI works
- Ensure that app creation from the UI template works
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| agenta | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 18, 2024 11:46pm |
| agenta-documentation | ❌ Failed (Inspect) | Aug 18, 2024 11:46pm |
Added to my QA todo list.
What to QA (in cloud-dev and oss)
- [x] App Creation from the CLI
- [x] Create and serve an app from the CLI
- [x] Navigate to the app playground URL to ensure that it is working
- [x] Update the app variant code/configuration and re-serve to see if the changes are reflected
Acceptance Tests
- [x] Ensure that app creating and re-serving from the CLI works
- [x] Ensure that app creation from the UI template works
☝️ requires fixing ?
Nope, it doesn't.
☝️ requires fixing ?