Swaroop Raghupathy

Results 45 issues of Swaroop Raghupathy

- [ ] Return HTTP 204 no content for updateConfigurationChangeResult instead of HTTP 200 - [ ] Extend the SERVICE_CONFIGURATION_UPDATE_REQUEST table with TASK_RESULT column and store the `tasks` information from...

enhancement
api
Accepted

- [ ] Make SERVICE_ID column as a foreign key from DEPLOY_SERIVCE table. - [ ] Ensure purging of a service also purges the SERVICE_ORDER table entries for that service...

enhancement
database
Accepted

The serviceOrderEntity is linked as a FK in the table but the table definition on the database shows only one FK on the deploy_service table. https://github.com/swaroopar/osc/blob/f1dd0d88c90c05ce0ff9fa8328424c23fb806016/modules/database/src/main/java/org/eclipse/xpanse/modules/database/serviceconfiguration/update/ServiceConfigurationUpdateRequest.java#L57 ![image](https://github.com/user-attachments/assets/55601c7c-59f3-42bf-8103-bd1f63219c58)

bug
database
Accepted

- [ ] add new 'service configuration' option to 'More' drop down. - [ ] On click, a modal must open which has a left Menu. Consider using the antd's...

enhancement
UI
Accepted

- [ ] Display service parameter details in table format in all views - register panel, catalog, update, CSP catalog. - [ ] This is something similar to https://github.com/eclipse-xpanse/xpanse/issues/1944 for...

enhancement
UI
Accepted

SERVICE_CONFIGURATION table holds the current active configuration of the service. Whenever the service config update request is completed, we must updated the configuration information on this table. - [ ]...

enhancement
Accepted

Currently when the `changeServiceConfiguration` is received, we are directly splitting the requests for each configManger and storing it. So there is no table which holds the full request from the...

enhancement
database
Accepted

- [ ] As part of the release build of terraform-boot and tofu-maker, the user can provide the list of versions of the tools that can be installed. - [...

enhancement
infra
CI/CD
Accepted

- [ ] create new Deployment information block below 'Basic Information' block. - [ ] Use same `Descriptions` antd component to show all deployment information - [ ] Deployerkind -...

enhancement
UI
Accepted

After #1939 #1940 #1941 #1942 is implemented, - [ ] compile new interface from terraform-boot and tofu-maker in xpanse. - [ ] pass deployer version in the request to terraform-boot...

enhancement
Accepted