Obtain and control VSP package upload status 34/126834/3
authorandre.schmid <andre.schmid@est.tech>
Tue, 25 Jan 2022 19:38:32 +0000 (19:38 +0000)
committerMichael Morris <michael.morris@est.tech>
Mon, 31 Jan 2022 15:23:21 +0000 (15:23 +0000)
commit4594cba0c53461bc1a273458e0a7a314da6bfb68
treec78010c789d726aa72ee8591ab12720b72d1c675
parent99b7fb519806870b3c84e9e1ac0ac2f59320a6b0
Obtain and control VSP package upload status

Obtain the upload status and control the upload from the frontend
perspective.

Change-Id: Idcc921cf592efea33df35c557afcfae827af3a39
Issue-ID: SDC-3862
Signed-off-by: andre.schmid <andre.schmid@est.tech>
17 files changed:
openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-services/src/main/java/org/openecomp/sdcrests/vsp/rest/services/OrchestrationTemplateCandidateImpl.java
openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-services/src/test/java/org/openecomp/sdcrests/vsp/rest/services/OrchestrationTemplateCandidateImplTest.java
openecomp-be/lib/openecomp-sdc-vendor-software-product-lib/openecomp-sdc-vendor-software-product-core/src/main/java/org/openecomp/sdc/vendorsoftwareproduct/dao/impl/VspUploadStatusRecordDaoIml.java
openecomp-be/lib/openecomp-sdc-vendor-software-product-lib/openecomp-sdc-vendor-software-product-core/src/test/java/org/openecomp/sdc/vendorsoftwareproduct/dao/impl/VspUploadStatusRecordDaoImlTest.java
openecomp-ui/README.md
openecomp-ui/package.json
openecomp-ui/resources/scss/modules/_softwareProductLandingPage.scss
openecomp-ui/src/nfvo-components/loader/LoaderReducer.js
openecomp-ui/src/nfvo-components/vnfMarketPlace/VnfRepositorySearchBox.jsx
openecomp-ui/src/nfvo-utils/ErrorResponseHandler.js
openecomp-ui/src/nfvo-utils/RestAPIUtil.js
openecomp-ui/src/nfvo-utils/i18n/en.json
openecomp-ui/src/sdc-app/onboarding/softwareProduct/SoftwareProductActionHelper.js
openecomp-ui/src/sdc-app/onboarding/softwareProduct/landingPage/SoftwareProductLandingPage.js
openecomp-ui/src/sdc-app/onboarding/softwareProduct/landingPage/SoftwareProductLandingPageView.jsx
openecomp-ui/src/sdc-app/onboarding/softwareProduct/landingPage/VspUploadStatus.js [new file with mode: 0644]
openecomp-ui/test/softwareProduct/landingPage/landingPage.test.js