xpanse icon indicating copy to clipboard operation
xpanse copied to clipboard

xpanse is here to make native cloud services configurable and portable.

Results 53 xpanse issues
Sort by recently updated
recently updated
newest added

Bumps [com.nimbusds:oauth2-oidc-sdk](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions) from 11.11 to 11.12. Changelog Sourced from com.nimbusds:oauth2-oidc-sdk's changelog. version 1.0 (2012-05-29) * First official release with authorisation endpoint, token endpoint, check ID endpoint and UserInfo endpoint support....

dependencies
java

Bumps `huaweicloud.sdk.version` from 3.1.95 to 3.1.96. Updates `com.huaweicloud.sdk:huaweicloud-sdk-ces` from 3.1.95 to 3.1.96 Updates `com.huaweicloud.sdk:huaweicloud-sdk-ecs` from 3.1.95 to 3.1.96 Updates `com.huaweicloud.sdk:huaweicloud-sdk-vpc` from 3.1.95 to 3.1.96 Updates `com.huaweicloud.sdk:huaweicloud-sdk-eip` from 3.1.95 to 3.1.96...

dependencies
java

Bumps [com.c4-soft.springaddons:spring-addons-oauth2-test](https://github.com/ch4mpy/spring-addons) from 7.6.13 to 7.7.0. Changelog Sourced from com.c4-soft.springaddons:spring-addons-oauth2-test's changelog. 7.7.0 gh-213: native-images compatibility: add missing @NestedConfigurationProperty to SpringAddonsOidcProperties#client and SpringAddonsOidcProperties#resourceserver declare all other @ConfigurationProperty as nested classes of...

dependencies
java

fixes https://github.com/eclipse-xpanse/xpanse/issues/1602 Based on https://github.com/eclipse-xpanse/terraform-boot/pull/99 and https://github.com/eclipse-xpanse/tofu-maker/pull/20 New APIs about service modification: ![chrome_BMy77ukRBF](https://github.com/eclipse-xpanse/xpanse/assets/121531362/1bbcc1ef-8b6c-4a60-9acc-397cfdc6802f) Modify service successfully: ![modify-success](https://github.com/eclipse-xpanse/xpanse/assets/121531362/e10dfcea-c2d8-4efb-a953-11e543cd8fa5) Service modification task is in progress: ![modify-in-progress](https://github.com/eclipse-xpanse/xpanse/assets/121531362/49365b2f-195f-44bb-8ba4-8959166fa773) Modify service failed: ![modify-failed](https://github.com/eclipse-xpanse/xpanse/assets/121531362/ac934e2d-655b-4149-9d4c-85a66e2b156e)

It is necessary to store the audit of all modifications Create table in the database to record all service modifications. - [ ] Create table with name SERVICE_MODIFICATION_AUDIT to store...

enhancement
database
Accepted

As part of #1608 , all service state APIs have been updated to async APIs. - [ ] generate API client - [ ] use new API method to poll...

enhancement
UI
Accepted

openapi-typescript-codegen has announced that it will be deprecated and there is a new project which replaces it - https://github.com/hey-api/openapi-ts - [ ] Add openapi-ts dependency to npm and generate the...

UI
refactoring
Accepted

- [ ] Create new controller - PricingApiController - [ ] add a new method - getServicePriceByFlavor -> /service/pricing/${templateId}/${region}/${flavorName}/${billingMode} - [ ] Return the new modal `Price` as response. -...

enhancement
api
Accepted

- [ ] Show warnings based on modificationUpdate value in flavors and for each property. Show respective warnings based on what the user is changing Changing flavor will cause service...

enhancement
UI
Accepted

- [ ] for each flavor, display list of features of each flavor. - [ ] To be updated for new order, migrate and scale UIs. Depends on #1546 ,...

enhancement
UI
Accepted