diff options
author | TATTAVARADA <statta@research.att.com> | 2017-04-27 07:53:18 -0400 |
---|---|---|
committer | st782s <statta@research.att.com> | 2017-04-27 08:31:27 -0400 |
commit | 6beb446925c967aca92f5513adf36c5db77c00d6 (patch) | |
tree | 9392057ed0739de2445c5b2a2a8bee6dcdacbcf7 /ecomp-sdk/epsdk-app-os/README.md | |
parent | 246b225194e3e8dc1926294de591a94fd9787fa7 (diff) |
[PORTAL-7] Rebase
This rebasing includes common libraries and common overlays projects
abstraction of components
Change-Id: Ia1efa4deacdc5701e6205104ac021a6c80ed60ba
Signed-off-by: st782s <statta@research.att.com>
Diffstat (limited to 'ecomp-sdk/epsdk-app-os/README.md')
-rw-r--r-- | ecomp-sdk/epsdk-app-os/README.md | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/ecomp-sdk/epsdk-app-os/README.md b/ecomp-sdk/epsdk-app-os/README.md new file mode 100644 index 00000000..90b6d07d --- /dev/null +++ b/ecomp-sdk/epsdk-app-os/README.md @@ -0,0 +1,66 @@ +# ECOMP SDK Web Application for Open Source + +## Overview + +This is a Maven project with the ECOMP SDK web application for public release, +containing files specific to requirements of the open-source version. This +project uses the Maven war plugin to copy in ("overlay") the contents of the +ECOMP SDK web application overlay files distribution at package time. + +Use Apache Maven to build, package and deploy this webapp to a web container +like Apache Tomcat. Eclipse users must install the M2E-WTP connector, see +https://www.eclipse.org/m2e-wtp/ + +## Release Notes + +All of the release notes in the epsdk-app-common and epsdk-app-overlay areas apply here! + +Build 1.2.8, ?? ??? 2017 +* put new entries here * + +Build 1.2.7, 10 Apr 2017 +- Drop shared context property + +Build 1.2.6, 23 Mar 2017 +- DE270905 Removed total page/current page text boxes from bottom of Profile Search page +- DE272154 SDK-App: self profile page, changes on drop downs not saved +- DE273128 Revise left menu to have unique IDs +- DE271378 fixed Camunda Page link in fn_menu; additional links were updated: Notebook +- US847688 Abstraction of support page content for AT&T vs Open Source in SQL Scripts +- Add sample defs/definitions.xml file for partner applications to configure jsp pages +- Downgrade angularJS from 1.5.0 to 1.4.8 + +Build 1.2.5, 16 Mar 2017 +- DE272709 Update icon names from DS1 to DS2 in database load script +- Upgrade to EPSDK libraries version 1.2.5 + +Build 1.2.4, 10 Mar 2017 +- DE272042 Add missing includes so left menu appears on collaborate and notebook pages +- DE272193 Fix class/icon name to restore role icon on Self Profile page +- Restore spinners by changing class name from icon-spinner to icon-primary-spinner +- DE272202 updated ionicon.css for open source version of report search page +- Removed unused js files from samplePage.html in epsdk-app-os +- Upgrade to EPSDK libraries version 1.2.4 + +Build 1.2.3, 8 Mar 2017 +- DE271038 Remove references to famous telecommunications company from system.properties +- Upgrade to EPSDK libraries version 1.2.3 + +Build 1.2.2, 6 Mar 2017 +- DE270658 EPSDK-app-os header is covering part of left menu. +- DE271510 Pages not loading in IE and FF properly. Drop page-resource-ds2.js; load scripts in HTML directly +- Remove references to famous telecommunications company hosts from fusion.properties, portal.properties +- Upgrade to EPSDK libraries version 1.2.2 + +Build 1.2.1, 2 Mar 2017 +- DE269231 Separated footer files on OS module displaying black footer with no content +- US847688 Split database scripts; include full set in distributions +- US847706 Refactored AdminAuthExtension to implement interface expected in OnboardingApiServiceImpl +- Added class conf/HibernateMappingLocations - moved out of common to apps +- Added file logback.xml to src/main/resources with appropriate logger names +- Extend HibernateMappingLocations with method that returns list of package names to scan +- Remove references to famous telecommunications company hosts from system.properties file +- Upgrade to EPSDK libraries version 1.2.1 + +Build 1.2.0, 9 Feb 2017 +- Initial release |