aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2020-02-18Merge "Get keyStorePassword from file"Vijay Venkatesh Kumar1-3/+10
2020-02-18Get keyStorePassword from fileShadi Haidar1-3/+10
Instead of storing actual passsword in config file's keyStorePassword get the path to the password file from keyStorePassword and create a new config file with actual password in keyStorePassword then continue with normal application startup This also has bug fix for log errors per DCAEGEN2-2086; where logs dir and files are not getting created due to inventory user not having permissions to create dir/logs under /opt/logs/ Issue-ID: DCAEGEN2-2017 Issue-ID: DCAEGEN2-2086 Signed-off-by: Shadi Haidar <sh1986@att.com> Change-Id: I45b5867e9f73b9355c0fa2a0be18cf610291511d Signed-off-by: Shadi Haidar <sh1986@att.com>
2020-02-11fix sonarcloud issuesHansen, Tony (th1395)1-0/+3
Change-Id: If16785b058167bd0de74895be31a72dae087ecc0 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: DCAEGEN2-2065
2019-12-09Merge "Improve code coverage"Vijay Venkatesh Kumar1-0/+6
2019-12-06Improve code coverageBogumil Zebek1-0/+6
Issue-ID: DCAEGEN2-1980 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: I062a4a7f6508a6a3b2c212793bdad019ab46f7e2
2019-07-18Change base image to alpine based5.0.0-ONAPMichael Hwang1-4/+5
Change-Id: If201abe897c49f9dda93ccad8f57f0679604dcc7 Issue-ID: DCAEGEN2-1565 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2019-07-15Add non-root user to Docker imageMichael Hwang1-0/+4
Change-Id: Ie065edb17b7a8dba7086e12e2a2249cbbfcaf32d Issue-ID: DCAEGEN2-1554 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2019-06-27JJB alignment across DCAE components - DCAE inventory-apiGerard Hickey1-14/+3
Issue-ID: DCAEGEN2-1578 Signed-off-by: Gerard Hickey <gerard.hickey@ericsson.com> Change-Id: Ie1a222c22c1ec600ca311d7f4e6b71763604cbd2
2019-03-05Add health and service endpointsShadi Haidar1-1/+1
Added two new APIs to chcek internal health and to check dependencies/external interfaces, which is postgres like existing /dcae-service-types does Issue-ID: DCAEGEN2-1134 Change-Id: If0d3bf8ed0cfa7cb8870e91ef32060ffa844f93a Signed-off-by: Shadi Haidar <sh1986@att.com>
2018-11-16Address DCAEGEN2-926, postgresql to 42.2.5Haidar, Shadi (sh1986)1-2/+2
Issue-ID: DCAEGEN2-926 Change-Id: Ief33c761ed469146065aa3883df4197c203f7e8b Signed-off-by: Haidar, Shadi (sh1986) <sh1986@att.com>
2018-11-07xAdd application/component.Shadi Haidar1-11/+11
Change-Id: Ib60ef8f3e64aa03dfa49b7c542ac7bae1e25175f Issue-ID: DCAEGEN2-879 Signed-off-by: Shadi Haidar <sh1986@att.com> Signed-off-by: Haidar, Shadi (sh1986) <sh1986@att.com>
2018-09-14Update jetty-util verShadi Haidar1-4/+18
Change-Id: If94902cf904a7616b7feb0d5717333852ad24ccd Issue-ID: DCAEGEN2-768 Signed-off-by: Shadi Haidar <sh1986@att.com>
2018-09-13Update jetty-util dependency's versionShadi Haidar1-2/+2
Issue-ID: DCAEGEN2-768 Change-Id: I685296c00d0a4a1856b7835ddb54fd692452a625 Signed-off-by: Shadi Haidar <sh1986@att.com>
2018-09-06Inventory to support wild card in typeNameShadi Haidar1-1/+1
Issue-ID: DCAEGEN2-749 Change-Id: I273f3f8e5466b170f42f3aef0ab21b0ff002be59 Signed-off-by: Shadi Haidar <sh1986@att.com>
2018-08-27Use managed guava versionGary Wu1-2/+3
Use centrally managed guava version specified in oparent. Includes upgrade to oparent 1.2.0. This change was submitted by script and may include additional whitespace or formatting changes. Change-Id: I9750d5c21f0fa1748f5698a12e9e331a9a3a5df9 Issue-ID: INT-619 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-07-13InventoryAPI Syncup with ECOMP LoggingShadi Haidar1-1/+1
Issue-ID: DCAEGEN2-575 Change-Id: I9df025e3f8ddeb282f980758bdf1dc30491e0d01 Signed-off-by: Shadi Haidar <sh1986@att.com>
2018-04-04Update docker tag convention2.0.0-ONAPbeijing2.0.0-ONAPJessica Wagantall1-1/+1
Update docker tagging convention to use: v0.17.0-SNAPSHOT-YYYYMMDDTHHMMSSZ (for dev images) v0.17.0-STAGING-YYYYMMDDTHHMMSSZ (for staging images) Change-Id: I89bb50003c34a9b611e045c692705f03e57bd333 Issue-ID: CIMAN-132 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-04-02Fix docker tag based on CIMAN-132Lusheng Ji1-1/+2
Issue-ID: DCAEGEN2-206 Change-Id: I77e011fd61fa8947f20b1d3e05aab2cb64754287 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-03-28Update hibernate-validator and jetty-utilMichael Hwang1-1/+25
Change-Id: I93beb063bf3a1e5394651065b42c3b5f1bc5407d Issue-ID: DCAEGEN2-361 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2018-03-27Upgrade httpcomponents to 4.5.5Michael Hwang1-1/+1
Change-Id: I0cf9bb09fdf1a9563561556773a802ab970e9545 Issue-ID: DCAEGEN2-361 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2018-03-27Use oparent 1.1.0Michael Hwang1-1/+1
Change-Id: I33eab6a5926c171968a1770d783d59d5c1b53a73 Issue-ID: DCAEGEN2-422 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2018-03-26Add unit tests to reach 50% coverageMichael Hwang1-3/+15
Ripped out the dcae controller code which is no longer needed. Change-Id: I43906edb80bcd5e25445ec2a7175c6748b0ab2ae Signed-off-by: Michael Hwang <mhwang@research.att.com> Issue-ID: DCAEGEN2-257
2018-02-12Update license textLusheng Ji1-0/+19
Change-Id: I144caa01202a5159c9f7ae0aba170dce9b423e6b Signed-off-by: Lusheng Ji <lji@research.att.com> Issue-ID: DCAEGEN2-325
2018-01-19Change package from openecomp to onapMichael Hwang1-1/+1
Change-Id: I2a79eb123e5fbb6a6c2f0e72030d6781fbbd7513 Issue-ID: DCAEGEN2-225 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-11-17Bump minor versionJessica Wagantall1-2/+2
Bump minor version in preparation for Amsterdam branching. Change-Id: Ifcef9d089eb8e806ca04195fc53e399f55b5a1b4 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-09-20Cleanup project's name in SonarJessica Wagantall1-0/+1
The name parameter in the root pom.xml should match the project name in gerrit to reflect consistency in Sonar. Change-Id: If9a204312b480a8f911b1e195926e62540361e31 Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-09-19Get unit tests workingMichael Hwang1-0/+13
Including fixing of broken test Change-Id: Ie5fa6a2c4bd59b7552480899616590c7944e5aa4 Issue-Id: DCAEGEN2-60 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-09-19Try to use the hidden settings.xml for Docker pushMichael Hwang1-1/+2
The Docker authentication info is in the settings.xml Change-Id: I23cc52f9de36d0b74f21de90874cafc13d9670e5 Issue-Id: DCAEGEN2-60 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-09-18Remove the mapping of docker executionsMichael Hwang1-35/+5
The corresponding jjb has been changed to explicitly call the docker execution operations. Change-Id: I186b104c8ee65837f20978a5aefdd467bc624d31 Issue-Id: DCAEGEN2-60 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-09-14Change deploy goal to push Docker imageMichael Hwang1-19/+2
Also remove distribution section which is now in oparent Change-Id: I0573672c11fa6eaf7f7d974e7d6c21759bac1cb3 Issue-Id: DCAEGEN2-60 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-09-14Make updates to pom to work with oparent and jjbMichael Hwang1-7/+10
Change-Id: Id8dc78bde28861a6dd548a20840d638ad00c1ac9 Issue-Id: DCAEGEN2-60 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-09-12Merge "Remove the now banned license plugin"Vijay Venkatesh Kumar1-30/+0
2017-09-12Remove the now banned license pluginMichael Hwang1-30/+0
Change-Id: I79514bc7eb8546e12a4d6428e61fb18fffe87c98 Issue-Id: DCAEGEN2-25 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-09-08Cleanup project's name in SonarJessica Wagantall1-1/+1
The name parameter in the root pom.xml should match the project name in gerrit to reflect consistency in Sonar. Change-Id: If5f3051f78b40ca3d325c4fec7cb408f9a88b9d6 Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-08-23Make first commitMichael Hwang1-0/+421
Transferring from original dcae project Issue-Id: DCAEGEN2-45 Change-Id: If8500f4a120ec2d27a714c8917f163beb57ee64c Signed-off-by: Michael Hwang <mhwang@research.att.com>