aboutsummaryrefslogtreecommitdiffstats
path: root/admportal
AgeCommit message (Collapse)AuthorFilesLines
2017-09-20remove jar filesAl Rotundo17-47/+32
jar files from lib directory were removed that were not needed. Added needed files into pom.xml file. Change-Id: I7cd15cdb3b65f790e4dbb4334753cb51d08f1803 Issue-ID:SDNC-81 Signed-off-by: Al Rotundo <arotundo@att.com> Former-commit-id: a11ee6416f6c565a3e8f979593855ac42dba10ce
2017-09-01Build sdnc/oam from ccsdkDan Timoney1-5/+5
Update sdnc/oam to build from ccsdk. To get a clean build, it was necessary to also change openecomp references to onap. Change-Id: I90d939e77504cd58148889aff2a50f060e27f963 Issue-ID: SDNC-50 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: e391e1e3ca8ea5385bb1f77ed7c4c83935451575
2017-06-05[SDNC-14] Roll oam to version 1.1.2Dan Timoney1-2/+2
Roll oam to use version 1.1.2 of rootpom, to ensure latest version is being used Change-Id: I4cbed1436cc2dfb77690a5aaa28477a1d3e957c3 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: fe503b491dda155f20e3840ec14ea89788961187
2017-05-22Remove leftover Helloworld.javaShashank Kumar Shankar1-7/+0
This patch removes leftover Helloworld.java in admportal/lib. Change-Id: I2c8252b4c283e8a10fe579fb64f4752bf6f957f4 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com> Former-commit-id: 407ae27439c5061284d823e8f68f02d00c9da24f
2017-05-18Merge "fix maven local build issue"Dan Timoney2-1/+3
Former-commit-id: 16cb8a0af0c8bb1efd1e26f0b9aeb7e1fec36dc0
2017-05-07fix maven local build issueGuo Ruijing2-1/+3
onap jenkins use maven-assembly-plugin 2.2-beta-5. without fix, local build use maven-assembly-plugin 2.4.1 and build fails as: Assembly is incorrectly configured: null. to fix local build issue: 1. update to maven-assembly-plugin 2.6 2. add AssemblyId configuration which is needed for assembly >= 2.2 Change-Id: I7b0b4ac61351704b4beab073dda5779d6b6e6152 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com> Former-commit-id: 6485eecefff83d76557aa8aaf33d273d5033d967
2017-05-07update copyright to avoid noisy diff after buildGuo Ruijing1-1/+1
Change-Id: Ida725825312f9be2349cf1a1562c122e61efbcaa Signed-off-by: Guo Ruijing <ruijing.guo@intel.com> Former-commit-id: 53d11b9c8fa4a13c58f5b248998e9f8ce818e12a
2017-04-26[RELEASE] Roll to 1.1.1-SNAPSHOTDan Timoney1-2/+2
Roll to next snapshot version Change-Id: Ia5f8bb92d5566cea07b98bbb7a63c9588ea975c8 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 5b0799ac9dbaf0022b0b668c7471f6e03df91b7a
2017-04-07Fix assembly xmls for maven-assembly-plugin v2.2+Gary Wu2-0/+2
Starting in version 2.2, maven-assembly-plugin requires an id tag in the assembly descriptor xmls. This patch allows the project to be built in environments that use newer versions of maven-assembly-plugin. For details, see: https://issues.apache.org/jira/browse/MASSEMBLY-517 Change-Id: I95df31b2eb880eb6d2a466eafcc57206f9d3d516 Signed-off-by: Gary Wu <gary.i.wu@huawei.com> Former-commit-id: 59263d726d0c6811c7608a0cbbbff18f74aa8c22
2017-03-27[SDNGC-XXXX] fixing sql connection leakAl Rotundo7-69/+66
was not cleaning up sql connections during checkDB, removed call to checkDB, redundant Change-Id: I3d4a10cb7b743eb68a1969c1719c376829bc27c3 Signed-off-by: Al Rotundo <arotundo@att.com> Former-commit-id: d9b6e415838e94bf485c01a3f5d6aaa841e37c45
2017-03-15[VERSION] Roll to next versionTimoney, Daniel (dt5972)1-2/+2
Roll to version 1.1.0-SNAPSHOT Change-Id: If078aef1ef1a05207d98125d01cec8abdf598af4 Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com> Former-commit-id: d239580db622f04200795e0343413dd288495d81
2017-03-14[ADMPORTAL] Connection leak fixTimoney, Daniel (dt5972)1-0/+2
Added connection.release() Change-Id: I1caeb4e9ea69099e37e8dc0c3869e1100699b40b Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com> Former-commit-id: 18e4ba71f5b4c553e045c6d02e1a0a5a000a2d6b
2017-03-07[Docker] Dgbuilder docker image does not buildTimoney, Daniel (dt5972)1-1/+1
Problem seems to be related to version of exec-maven-plugin - version 1.5.0 seems to work correctly Change-Id: Iafde699687fb06ea1dfd9fa06b04668022007345 Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com> Former-commit-id: 660e02d8d1fc4a06e756c068f36f9bf74aba3199
2017-02-24[VERSION] Roll back to snapshotTimoney, Daniel (dt5972)1-2/+2
Roll back to version 1.0.0-SNAPSHOT Change-Id: I34e10826653cb5dc331b8fea0247f4755b1b7a94 Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com> Former-commit-id: 9b29076458cc42128c2bb324b43176b122ce8a0f
2017-02-21[VERSION] Use official root pomTimoney, Daniel (dt5972)1-2/+2
Use version 1.0.0 of root pom Change-Id: Icc821432b9eb68be9dfb3755f505b6bdd8b97035 Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com> Former-commit-id: f8e0d3b080ae4c8069de5b7cefa6ca60dda2fe5d
2017-02-20[VERSION] Reset versionsTimoney, Daniel (dt5972)1-2/+2
Reset versions to 1.0.0-SNAPSHOT Change-Id: I7e21332d0086c647732e87d9410028c2a124f843 Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com> Former-commit-id: fae8736f80b74b536fbfb72913db5b17acec8dc1
2017-02-15Initial commit for OpenECOMP SDN-C OA&MTimoney, Daniel (dt5972)271-0/+33111
Change-Id: I7ab579fd0d206bf356f36d52dcdf4f71f1fa2680 Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com> Former-commit-id: 2a9f0edd09581f907e62ec4689b5ac94dd5382ba