Publish release notes in separate RST file 47/22847/1
authorChristopher Lott (cl778h) <clott@research.att.com>
Wed, 8 Nov 2017 22:25:29 +0000 (17:25 -0500)
committerChristopher Lott (cl778h) <clott@research.att.com>
Wed, 8 Nov 2017 22:26:05 +0000 (17:26 -0500)
Issue: PORTAL-141
Change-Id: I4113c015374e6abef06c955120fbb60b0dbbe4af
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
docs/index.rst
docs/release-notes.rst [new file with mode: 0644]
docs/release-notes/bug-fixes.rst [deleted file]
docs/release-notes/index.rst [deleted file]
docs/release-notes/known-issues.rst [deleted file]
docs/release-notes/new-features.rst [deleted file]
docs/tutorials/portal-sdk/img/addmenu.png [changed mode: 0755->0644]

index b187c2d..441e98b 100644 (file)
@@ -7,8 +7,8 @@ Portal
    :maxdepth: 2
 
    platform/index
-   release-notes/index
    tutorials/index
+   release-notes
 
 Search
 ======
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
new file mode 100644 (file)
index 0000000..2d89a15
--- /dev/null
@@ -0,0 +1,55 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. Copyright 2017 AT&T Intellectual Property.  All rights reserved.
+
+
+Portal Platform Release Notes
+=============================
+
+Version: 1.3.0
+--------------
+
+:Release Date: 16 November 2017
+.. toctree::
+    :maxdepth: 1                  
+
+The ONAP Portal is a platform that provides the ability to integrate different ONAP applications into a centralized Portal Core. The platform seed code is improved with below listed enhancements in this release. This is technically the first release of ONAP Portal Platform, previous release was the seed code contribution. As such, the defects fixed in this release were raised during the course of the release and while its integration testing. Anything not closed is captured below under Known Issues. If you want to review the defects fixed in the Amsterdam release, refer to Jira (jira.onpa.org).
+       
+**New Features**
+       * Digital Experience Control/UI upgrade. 
+       * Portal Notification Enhancement and act on it w/o copy/paste, e.g. hyperlink to target function with context transfer.
+       * Prepared onboarding App process where the partner is ready for centralized user authentication via AAF.
+
+       Source code of Portal Platform and its SDK is released under the following repositories on gerrit.onap.org
+       * portal - (Release branch: "release-1.3.0")
+       * portal/sdk - (Release branch: "release-1.3.2")
+       
+**Bug Fixes**
+       * Onboarding script updated due to user/role integration/synchronization issues with Partner Applications.
+       * Fixed search and remove bugs in Widget Onboarding.
+       * Fixed issues in the Application Onboarding.
+       * Fixed issues in the Microservice Onboarding.
+       * Fixed deplyoment scripts and streamlined the reference variables.
+
+**Known Issues**
+       * `PORTAL-140 <https://jira.onap.org/browse/PORTAL-140>`_ - Portal role synch error with partner apps.
+
+**Security Issues**
+       * The issue "`PORTAL-137 <https://jira.onap.org/browse/PORTAL-137>`_ -Enhance Authentication" is fixed in Portal and in its SDK. The Portal team recommend partnering apps like Policy, VID, AAI, SDC to upgrade to SDK's 1.3.2 or latest version to address the login vulnerability.
+
+**Upgrade Notes**
+       * This is an initial release.
+       
+**Deprecation Notes**
+       * This is an initial release.
+       
+**Other**
+       * Below are the docker images released as part of Portal Platform project:
+       * onap/portal-db:v1.3.0 
+       * onap/portal-apps:v1.3.0 
+       * onap/portal-wms:v1.3.0 
+
+===========
+
+End of Release Notes
diff --git a/docs/release-notes/bug-fixes.rst b/docs/release-notes/bug-fixes.rst
deleted file mode 100644 (file)
index 136ec27..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-
-Bug Fixes
----------
- ONAP PORTAL Framework items for: (Last Updated: 16 November 2017
- *    **Version**: Amsterdam Release
- *    **Release Date**: 16 November 2017
- *    **Description**: R1
-Bug
-^^^
-
-     * [PORTAL-101]    Accessing Portal Encountered Server.int() Error
-     * [PORTAL-102]    got error 404 when create/update App account management
-     * [PORTAL-108]    unable to delete an existing account from APP Account Management
-     * [PORTAL-116]    Empty Widgets on Home page
-     * [PORTAL-117]    Not able to see the CLI app in portal application catalog
-     * [PORTAL-124]    xDemo App and DMaap Bus Ctrl roles are not loading in CSIT env
-     * [PORTAL-125]    missing role assignment when add/update a user in portal
-     * [PORTAL-127]    remove GreenSock code from b2b libraries
-     * [PORTAL-137]    Enhance authentication 
-     * [PORTAL-138]    Portal failed to install, error on "invalid docker-compose.yml"
-     * [PORTAL-139]    modify onboard DB script
-     * [PORTAL-30]     Failed to communicate with the widget microservice
-     * [PORTAL-33]     Could not find artifact org.openecomp.ecompsdkos:epsdk-core:jar:1.1.0-SNAPSHOT in snapshots
-     * [PORTAL-57]     rename 3 widgets in pre-load process
-     * [PORTAL-59]     failed to display Portal users on User page
-     * [PORTAL-68]     unable to get Swagger for ONAP Portal
-     * [PORTAL-69]     unable to pick role in Functional Menu Update
-     * [PORTAL-72]     Portal code Sonar scan 
-     * [PORTAL-74]     Sub component "ecomp-portal-BE-os" of Portal has its Log Provider Configuration File sealed inside the WAR
-     * [PORTAL-77]     unable to update image on App Onboarding page
-     * [PORTAL-79]     remove unwanted SDK left menu under Report-sample dashboard
-     * [PORTAL-80]     remove ZIP file in microservice initialization
-     * [PORTAL-82]     unable to pick Role in Widget onboarding for assigned app
-     * [PORTAL-85]     unable to save App onboarding on "name space" field
-     * [PORTAL-86]     Remove internal att.com usages from tests and other files
-     * [PORTAL-91]     Search is not working in Widget Onboarding
-     * [PORTAL-93]     Unable to assign roles to users in Rackspace env
-     * [PORTAL-99]     portal-master-release-version-java-daily job is failing 
diff --git a/docs/release-notes/index.rst b/docs/release-notes/index.rst
deleted file mode 100644 (file)
index dcf4ef2..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-.. http://creativecommons.org/licenses/by/4.0
-.. Copyright 2017 AT&T Intellectual Property.  All rights reserved.
-
-
-Portal Platform Release Notes
-=============================
-
-.. note::
-       * Portal SDK - Digital Experience Control/UI Upgrade.
-       * Ability for admin to use notification and act on it w/o copy/paste, e.g. hyperlink to target function with context transfer.
-       * Detailed new features are described in Jira with the IDs listed below.
-       * Defects listed below are fixed as part of this release.
-
-
-
-Version: 1.3.0
---------------
-
-:Release Date: 16 November 2017
-
-.. toctree::
-    :maxdepth: 1                  
-
-    new-features.rst
-    bug-fixes.rst
-    known-issues.rst
-
-**Security Issues**
-
-**Upgrade Notes**
-
-**Deprecation Notes**
-
-**Other**
-
-===========
-
-End of Release Notes
diff --git a/docs/release-notes/known-issues.rst b/docs/release-notes/known-issues.rst
deleted file mode 100644 (file)
index 40299d2..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
- .. This work is licensed under a Creative Commons Attribution 4.0 International License.
-Known Issues
-------------
-
-ONAP PORTAL Framework items for: (Last Updated: 16 November 2017)
-
-*    **Version**: Amsterdam Release
-*    **Release Date**: 16 November 2017
-*    **Description**: R1
-
-Issues
-^^^^^^
-
-* PORTAL-140 Portal role synch error with partner apps
-* The issue "Portal-137 Enhance Authentication" is fixed in Portal and in its SDK. The Portal team recommend partnering apps like Policy, VID, AAI, SDC to upgrade to SDK's 1.3.2 or latest version to address the login vulnerability.
-
diff --git a/docs/release-notes/new-features.rst b/docs/release-notes/new-features.rst
deleted file mode 100644 (file)
index f9143ae..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-New Features
-------------
-
-ONAP PORTAL Framework items for: (Last Updated: 16 November 2017)
-
-*    **Version**: Amsterdam Release
-*    **Release Date**: 16 November 2017
-*    **Description**: R1
-
-.. contents::
-    :depth: 2
-
-Epic
-^^^^
-
-* [PORTAL-27] Digital Experience Control/UI upgrade 
-* [PORTAL-28] Portal Notification Enhancement  
-
-User Story
-^^^^^^^^^^
-
-* [PORTAL-100] create a documentation Template in ReadTheDocs
-* [PORTAL-21]  1710 feature - centralized user role management 
-* [PORTAL-24]  1710 feature - enhanced notification module
-* [PORTAL-26]  1710 feature - enhance Look & Feel GUI
-* [PORTAL-29]  1710 feature - enhanced notification module
-* [PORTAL-53]  functional test case integration
-* [PORTAL-92]  Independent Versioning and Release Process
-* [PORTAL-105] create doc folder/directory
-* [PORTAL-123] CSIT Jenkins jobs for Portal-SDK
-* [PORTAL-78]  Portal's SDK Demo App test case
-* [PORTAL-98]  CSIT Jenkins jobs
-* [PORTAL-103] enhanced notification ticket source for ONAP 
-* [PORTAL-104] replace mysql DB connector with mariaDB in ONAP
-* [PORTAL-106] update Onboarding DB script - continue
-* [PORTAL-109] Update Docker version to 1.3 for Portal images
-* [PORTAL-110] Centralized Role management prep step1
-* [PORTAL-112] Remove old jenkins jobs that are not planned to fix
-* [PORTAL-126] Remove DMaaP BC UI app from Portal deployment
-* [PORTAL-130] Change FQDN for portal and associated GUI's to use onap.org url
-* [PORTAL-134] Release 1.3.0 for Portal repo
-* [PORTAL-20]  remove mariadb client reference from be-common pom
-* [PORTAL-39]  Remove MojoHaus Maven plug-in from pom file
-* [PORTAL-50]  JUnit test coverage enabling in ONAP Portal code for Sonar scans.
-* [PORTAL-52]  remove etc.zip file from repo and replace with folder structure of all properties files.
-* [PORTAL-54]  Javadocs generation jenkins job needs to be fixed
-* [PORTAL-55]  From main portal, provide an menu for CLI download
-* [PORTAL-61]  1710 feature - enhanced notification module
-* [PORTAL-70]  update Portal wiki documetation for 1.1.0 release
-* [PORTAL-84]  update Onboarding DB script
-* [PORTAL-89]  Portal/SDK release 1.3.0
-* [PORTAL-90]  new ONAP License.txt approved change by LF council
-* [PORTAL-95]  Docker container start timeout too short for database
-
old mode 100755 (executable)
new mode 100644 (file)