summaryrefslogtreecommitdiffstats
path: root/deliveries
AgeCommit message (Collapse)AuthorFilesLines
2017-07-26Repair Portal defects; upgrade Docker build.Christopher Lott (cl778h)9-19/+215
PORTAL-39 Remove MojoHaus Maven plug-in from pom file PORTAL-38 VID tab is not showing portal for VID PORTAL-37 Portal cannot resolve UEB host vm1-message-router; use ueb.api.simpledemo.openecomp.org instead PORTAL-36 Show Portal app version number in footer; unpack war file instead of copying directory PORTAL-35 update ECOMP Portal to ONAP logo on login page PORTAL-34 Portal partners (Policy, VID) got 404 on landing page; recognize process_csp as valid endpoint in Portal PORTAL-30 Failed to communicate with the widget microservice; add configuration properties with widget-ms host name and protocol. Issue: PORTAL-30, PORTAL-34, PORTAL-35, PORTAL-36, PORTAL-37, PORTAL-38, PORTAL-39 Change-Id: I1e53e4985266f736ddad4ed49b287a23178ea3c3 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-07-26make UEB setting for VID in line with VID projectKrzysztof Kwiecien1-1/+1
change UEB config in Apps_Users_OnBoarding_Script.sql to be in line with configration in VID project, this eliminate annoying handleSesionUpdatesNative failed java.lang.NumberFormatException error in VID application Change-Id: I542211ecee32aadbae4af8bd1914887e5a668330 Signed-off-by: Krzysztof Kwiecien <krzysztof.kwiecien1@orange.com>
2017-07-22 Add thumbinals to Apps_Users_OnBoarding_Script.sql,Krzysztof Kwiecien1-0/+10
Thumbinals insertion is done at the end of file to make it be more human readible. This change make portal home page looks better. Change-Id: I4757d7dc9956527bb3527f6138da7f117aca0ecb Signed-off-by: Krzysztof Kwiecien <krzysztof.kwiecien1@orange.com>
2017-07-20Add portal property; correct docker build script.Christopher Lott (cl778h)3-2/+4
New Portal property services.widget.protocol controls whether http or https protocol is used to access the widget microservice endpoints. Adjust build script to use new name "sdk" when building Docker with Portal apps (formerly named ecompsdkos). Change-Id: I25b7f39d40351da04c7a9dc3cc1c75ddad2750ea Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-07-13[PORTAL-31] Repair defects in deploymentChristopher Lott (cl778h)5-6/+15
Includes docker build failures and footer icon Change-Id: I293f2767f36ab3fe824d8143e58e14dc2119c13e Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-07-12Configure parent to skip deploy stepChristopher Lott (cl778h)5-40/+23
Change-Id: If65458934e12e3f7f61cf080ba8f99d7d233f291 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-07-12Add plugin configuration to skip deployChristopher Lott (cl778h)1-4/+4
Change-Id: I84ff02d2336a802b73f98be7318456095f0de276 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-07-12Merge "Fix ep:1610-1 build process"Manoop Talasila2-6/+7
2017-07-10[PORTAL-20,PORTAL-23,PORTAL-32] Repair defectsChristopher Lott (cl778h)2-4/+15
PORTAL-20: remove mariadb client reference from be-common pom PORTAL-23: Release Portal's SDK version 1.1.0 PORTAL-32: API URL correction for onboarded Apps Change-Id: If75b54ca9202f94ce63c59343b94384da1040912 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-07-06Merge "Add proxy support in DockerFile"Manoop Talasila3-2/+22
2017-07-05Add proxy support in DockerFileShashank Kumar Shankar3-2/+22
This helps to build Portal Docker image behind a proxy. Change-Id: I65fdd952ef9a9060f87dbbdc5a16909c825b493e Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
2017-07-05Fix ep:1610-1 build processVictor Morales2-6/+7
The current process refers to two non-existing folders. When the build process tries to use those folders fails and the image is not created. Apparently the compilation order of ecomp-portal-FE-os depends on epsdk-app-os. Lastly, the installation of openjdk-8-jdk requires the --force-yes flag. Change-Id: If998393cd90a6f4a31806699423e90bfd0df8f30 Signed-off-by: Victor Morales <victor.morales@intel.com>
2017-06-16Add +x permissions on deliveries/*.shGary Wu10-0/+0
Change-Id: I48f00c483c603076023113d4584bc3a88853b846 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-06-12[PORTAL-16 PORTAL-18] Widget ms; stagingChristopher Lott (Christopher) (cl778h)5-28/+69
Remove staging repositories from poms. Add widget microservice code base. Add portal unit tests. Repair defects. Normalize line endings. Change-Id: Ia5e48da2a3141b352439ecd548cddf918f4df585 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-05-17[Docker Build] Updated Docker buildstatta2-9/+12
The changes have been performed in the build script to align with Rebased code Change-Id: Idedd7d9b10124af2a523349fc8d9744e8ea06fd8 Signed-off-by: statta <statta@research.att.com>
2017-05-17[Docker Build] Updated Docker buildstatta4-15/+35
The changes have been performed in the build script to align with Rebased code Change-Id: Iacdc02fafbc361413ee56ca49c65ebae7b0dd861 Signed-off-by: statta <statta@research.att.com>
2017-03-28Update nexus3 url from openecomp to onapJeremy Phelps2-4/+4
Change-Id: I0e813077de96e319b6437e7beec2d1c11aff4d04 Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
2017-03-28Settings files where ignoredAnaël Closson1-0/+2
When compiling this project from oustide the LF the settings files should be used to change where the dependencies and plugins should be fetched. The `MVN` environment variable only contains the path to the mvn executable and is lacking of the parameters to take the global settings file and settings file for the project into account. Change-Id: Ice43e8e297cd12fce317941864a8add759e99efd Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-03-101.1.0-SNAPSHOT is updated in pomstalasila3-5/+7
Change-Id: I03be81e79357d9eccbbcefe2a81a0e736d17389b Signed-off-by: talasila <talasila@research.att.com>
2017-02-23fixed sdk-app name pathtalasila1-1/+1
Change-Id: Id40ffc907b26a986ed1eb85c0254c30aac195e77 Signed-off-by: talasila <talasila@research.att.com>
2017-02-22latest version is added to dockertalasila2-16/+32
Change-Id: I4ed035a361fce3fa80d839e711d313d8e3450d1e Signed-off-by: talasila <talasila@research.att.com>
2017-02-22release script addedtalasila1-0/+18
Change-Id: I837c47edd8c06ba4ebd72b17c6a4f36e9c44e2a5 Signed-off-by: talasila <talasila@research.att.com>
2017-02-21added control scriptstalasila5-0/+347
Change-Id: If764b6e8329f474b6637c408c1594e069f128f61 Signed-off-by: talasila <talasila@research.att.com>
2017-02-19listing docker imagestalasila1-0/+2
Change-Id: I0d5e3d135255c3044c400957087cb1f93425a6e9 Signed-off-by: talasila <talasila@research.att.com>
2017-02-17docker repo addedtalasila1-5/+14
Change-Id: Iddea458d4ebba8131519cb68d4c0f417d4c09e37 Signed-off-by: talasila <talasila@research.att.com>
2017-02-17adding docker scriptstalasila5-0/+160
Change-Id: I25e4781593ecb01680ced87be660b2b38b406259 Signed-off-by: talasila <talasila@research.att.com>
2017-02-16docker db scripts addedtalasila4-0/+231
Change-Id: I16cb27f2383a40ab3bd111af1d9bbf3b2b92d899 Signed-off-by: talasila <talasila@research.att.com>