From 5889d15158f2e9dd22155ab5693a543c4136fee8 Mon Sep 17 00:00:00 2001 From: Kruthi Bhat Date: Fri, 30 Oct 2020 23:44:35 +0530 Subject: VID Guilin Release The following change are for release VID's RC0 for Guilin release Issue-ID: VID-902 Change-Id: Ic2a24cae6e09ce0a868e10b8009715b333e1070e Signed-off-by: krutbhat@att.com --- deliveries/pom.xml | 2 +- docs/release-notes.rst | 32 +++++++++++++++++++--- epsdk-app-onap/pom.xml | 2 +- epsdk-app-onap/version.properties | 2 +- pom.xml | 4 +-- releases/7.0.0-container.yaml | 8 ++++++ version.properties | 2 +- vid-app-common/pom.xml | 2 +- vid-webpack-master/pom.xml | 2 +- .../auditInfoModal/auditInfoModal.component.html | 1 + 10 files changed, 45 insertions(+), 12 deletions(-) create mode 100644 releases/7.0.0-container.yaml diff --git a/deliveries/pom.xml b/deliveries/pom.xml index 6c8951332..055941d2b 100755 --- a/deliveries/pom.xml +++ b/deliveries/pom.xml @@ -5,7 +5,7 @@ org.onap.vid vid-parent - 7.0.0-SNAPSHOT + 7.0.1-SNAPSHOT pom diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 5b5ebcc3f..3efea036e 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -10,21 +10,45 @@ Version: Guilin (7.0.x) :In a nutshell...: - *Security* +The followinng areas have received improvements in Guilin Release + Pause: + * Pause/Stop on Failures. + * Pause Point Addition on Edit window inside the drawing board. + * Pause Point removal feature. - *Bug fixes* + Audit Info: + * Overhauling of the Audit Info screen popup. + * MSO Status table can now be exported and viewed as .csv files (in Excel and other type software) + * Audit Info pate is also refreshable now. New status from MSO will arrive upton pressing the refresh button. + VF Module Sequencing and Base Module Related Rules: + * The sequence of VF Modules can now be changed by dragging up and down in the drawing board. + * A sequence number box is introduced bearing the current position of the VF Module in the the list. + * Various rules have been put in place for special check on the Base module in the drawing board. -**Known Issues** +*Security Issues* This section is empty. +*Bug fixes* -**Resolved Issues** +This section is empty. + +**Known Issues** This section is empty. +**Resolved Issues** + + https://jira.onap.org/browse/VID-862 + https://jira.onap.org/browse/VID-902 + https://jira.onap.org/browse/VID-889 + https://jira.onap.org/browse/VID-875 + https://jira.onap.org/browse/VID-861 + https://jira.onap.org/browse/VID-860 + https://jira.onap.org/browse/VID-858 + **Security Notes** diff --git a/epsdk-app-onap/pom.xml b/epsdk-app-onap/pom.xml index 9727b7459..0cd8b35ea 100755 --- a/epsdk-app-onap/pom.xml +++ b/epsdk-app-onap/pom.xml @@ -8,7 +8,7 @@ the Portal team. --> org.onap.vid epsdk-app-onap - 7.0.0-SNAPSHOT + 7.0.1-SNAPSHOT war ECOMP SDK Webapp for OpenSource ECOMP SDK Web Application for public release diff --git a/epsdk-app-onap/version.properties b/epsdk-app-onap/version.properties index 9edd4819f..162ff840b 100644 --- a/epsdk-app-onap/version.properties +++ b/epsdk-app-onap/version.properties @@ -4,7 +4,7 @@ major=7 minor=0 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} diff --git a/pom.xml b/pom.xml index fc23a4804..b8ef963c7 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.onap.vid vid-parent - 7.0.0-SNAPSHOT + 7.0.1-SNAPSHOT pom vid @@ -86,7 +86,7 @@ UTF-8 UTF-8 - 7.0.0-SNAPSHOT + 7.0.1-SNAPSHOT https://nexus.onap.org content/repositories/snapshots/ content/repositories/releases/ diff --git a/releases/7.0.0-container.yaml b/releases/7.0.0-container.yaml new file mode 100644 index 000000000..e5770fff6 --- /dev/null +++ b/releases/7.0.0-container.yaml @@ -0,0 +1,8 @@ +distribution_type: 'container' +container_release_tag: '7.0.0' +project: 'vid' +log_dir: 'vid-maven-docker-stage-master/518/' +ref: 226ef715d7afe3758fbc88c05cf4d752c6bed51b +containers: + - name: 'vid' + version: '7.0.0-20201008T111441Z' \ No newline at end of file diff --git a/version.properties b/version.properties index 9edd4819f..162ff840b 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=7 minor=0 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index b894ebefc..a9ea6842c 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -9,7 +9,7 @@ inherit from a parent maven module. --> org.onap.vid vid-app-common - 7.0.0-SNAPSHOT + 7.0.1-SNAPSHOT war VID Common VID Common code for opensource version diff --git a/vid-webpack-master/pom.xml b/vid-webpack-master/pom.xml index bdb7680a9..bd66c6141 100644 --- a/vid-webpack-master/pom.xml +++ b/vid-webpack-master/pom.xml @@ -9,7 +9,7 @@ inherit from a parent maven module. --> org.onap.vid vid-webpack-master - 7.0.0-SNAPSHOT + 7.0.1-SNAPSHOT war VID UI VID UI diff --git a/vid-webpack-master/src/app/shared/components/auditInfoModal/auditInfoModal.component.html b/vid-webpack-master/src/app/shared/components/auditInfoModal/auditInfoModal.component.html index 0de1b88ae..5bb22608b 100644 --- a/vid-webpack-master/src/app/shared/components/auditInfoModal/auditInfoModal.component.html +++ b/vid-webpack-master/src/app/shared/components/auditInfoModal/auditInfoModal.component.html @@ -9,6 +9,7 @@ {{title}}
+ {{serviceInstanceName }} | {{serviceInstanceId}} -- cgit 1.2.3-korg