sanjanasandeep
sanjanasandeep
Discarding #14541. We need these functions in LCM for: Scan the table based off primary key prefix (namespace id and app name) and index field (latest == true) -> to...
The changes to the following deploy endpoints are as follows: ``` PUT /apps/{app-id} POST /apps/{app-id}/versions/{version-id}/create POST /apps/{app-id}/update POST /apps/{app-id}/upgrade POST /upgrade ``` 1. Additional optional fields to the request body:...
Disable `DELETE /apps/{app-id}/versions/{version-id}` with a control flag. We intend to disable this api - since it contradicts the DELETE /app logic for LCM. We intend to wipe out every version...