VID Guilin Release 53/114453/2
authorKruthi Bhat <krutbhat@att.com>
Fri, 30 Oct 2020 18:14:35 +0000 (23:44 +0530)
committerIkram Ikramullah <ikram@research.att.com>
Mon, 2 Nov 2020 11:58:12 +0000 (11:58 +0000)
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
docs/release-notes.rst
epsdk-app-onap/pom.xml
epsdk-app-onap/version.properties
pom.xml
releases/7.0.0-container.yaml [new file with mode: 0644]
version.properties
vid-app-common/pom.xml
vid-webpack-master/pom.xml
vid-webpack-master/src/app/shared/components/auditInfoModal/auditInfoModal.component.html

index 6c89513..055941d 100755 (executable)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.onap.vid</groupId>
         <artifactId>vid-parent</artifactId>
-        <version>7.0.0-SNAPSHOT</version>
+        <version>7.0.1-SNAPSHOT</version>
     </parent>
 
     <packaging>pom</packaging>
index 5b5ebcc..3efea03 100644 (file)
@@ -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**
 
index 9727b74..0cd8b35 100755 (executable)
@@ -8,7 +8,7 @@
         the Portal team. -->
     <groupId>org.onap.vid</groupId>
     <artifactId>epsdk-app-onap</artifactId>
-    <version>7.0.0-SNAPSHOT</version>
+    <version>7.0.1-SNAPSHOT</version>
     <packaging>war</packaging>
     <name>ECOMP SDK Webapp for OpenSource</name>
     <description>ECOMP SDK Web Application for public release</description>
index 9edd481..162ff84 100644 (file)
@@ -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 fc23a48..b8ef963 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vid</groupId>
     <artifactId>vid-parent</artifactId>
-    <version>7.0.0-SNAPSHOT</version>
+    <version>7.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vid</name>
 
@@ -86,7 +86,7 @@
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-        <build.version>7.0.0-SNAPSHOT</build.version>
+        <build.version>7.0.1-SNAPSHOT</build.version>
         <nexusproxy>https://nexus.onap.org</nexusproxy>
         <snapshotNexusPath>content/repositories/snapshots/</snapshotNexusPath>
         <releaseNexusPath>content/repositories/releases/</releaseNexusPath>
diff --git a/releases/7.0.0-container.yaml b/releases/7.0.0-container.yaml
new file mode 100644 (file)
index 0000000..e5770ff
--- /dev/null
@@ -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
index 9edd481..162ff84 100644 (file)
@@ -4,7 +4,7 @@
 
 major=7
 minor=0
-patch=0
+patch=1
 
 base_version=${major}.${minor}.${patch}
 
index b894ebe..a9ea684 100755 (executable)
@@ -9,7 +9,7 @@
         inherit from a parent maven module. -->
     <groupId>org.onap.vid</groupId>
     <artifactId>vid-app-common</artifactId>
-    <version>7.0.0-SNAPSHOT</version>
+    <version>7.0.1-SNAPSHOT</version>
     <packaging>war</packaging>
     <name>VID Common</name>
     <description>VID Common code for opensource version</description>
index bdb7680..bd66c61 100644 (file)
@@ -9,7 +9,7 @@
       inherit from a parent maven module. -->
   <groupId>org.onap.vid</groupId>
   <artifactId>vid-webpack-master</artifactId>
-  <version>7.0.0-SNAPSHOT</version>
+  <version>7.0.1-SNAPSHOT</version>
   <packaging>war</packaging>
   <name>VID UI</name>
   <description>VID UI</description>
index 0de1b88..5bb2260 100644 (file)
@@ -9,6 +9,7 @@
         <button type="button" class="close" (click)="onCancelClick()">&times;</button>
         <span [attr.data-tests-id]="'audit-info-title'" class="modal-title">{{title}}</span>
         <br>
+               
         <span style="font-size: 16px;">
           <!-- ServiceInstanceName(ServiceModelName/ServiceModelId) -->
           <span title="Service Instance name">{{serviceInstanceName }} </span><span *ngIf= "serviceInstanceId" title="Service Instance ID"> | {{serviceInstanceId}}</span>