aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2019-08-16Transition to py37 now that python jjb in useTommy Carpenter1-1/+1
Issue-ID: DCAEGEN2-1729 Change-Id: I4a0cabdc0e51b330da708b4341e1097e575e2d90 Signed-off-by: Tommy Carpenter <tommy@research.att.com>
2019-06-17Switch to alpine, non root.5.0.0-ONAP2.5.1el-altoTommy Carpenter1-1/+1
Also closes issue DCAEGEN2-1564 Issue-ID: DCAEGEN2-1553 Change-Id: Ife5bd346343f329dbd6012909d9cb2bf4c1d4fa6 Signed-off-by: Tommy Carpenter <tommy@research.att.com>
2019-06-11Add docker registry settingVijay Venkatesh Kumar1-0/+1
Change-Id: Ic23356f043f5f0c703630cd6a01306bd14daf3df Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1612 Issue-ID: DCAEGEN2-1549 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2019-06-05Add HTTPS FlagTommy Carpenter1-1/+1
Issue-ID: DCAEGEN2-1549 Change-Id: I24f84d13ddc4e4163c02814c2f841a5485dbf7a7 Signed-off-by: Tommy Carpenter <tommy@research.att.com>
2019-06-04Switch to geventTommy Carpenter1-21/+211
Issue-ID: DCAEGEN2-1549 Change-Id: I762d9630f857a23b6ae61992d483cdca7bb6f88d Signed-off-by: Tommy Carpenter <tommy@research.att.com>
2019-02-20Switch to openapi3, clean up testing4.0.0-ONAPdublinTommy Carpenter1-2/+2
Issue-ID: DCAEGEN2-1215 Change-Id: I29cb31faa497233635de19d211f633f34692d511 Signed-off-by: Tommy Carpenter <tommy@research.att.com>
2019-02-07Fix flake8 violationTommy Carpenter1-1/+1
Issue-ID: DCAEGEN2-1182 Change-Id: If0398a2312f27378236ed7c662a6f755800ade5c Signed-off-by: Tommy Carpenter <tommy@research.att.com>
2018-10-25Fix issue caused by flake8 upgradeTommy Carpenter1-1/+1
Issue-ID: DCAEGEN2-919 Change-Id: Id18b31751576cddbadcfd1d845c8e0e90dd3a49a Signed-off-by: Tommy Carpenter <tommy@research.att.com>
2018-07-27Add self signed cert in DockerfileTommy Carpenter1-1/+1
Change-Id: Ie013fe125e5b76cf7243a51f25d2d933283a0f86 Issue-ID: DCAEGEN2-562 Signed-off-by: Tommy Carpenter <tommy@research.att.com>
2018-07-23refactor pom and toxLusheng Ji1-206/+18
Issue-ID: DCAEGEN2-562 Change-Id: I45b420c265fdeb874b3da6c4a5d1aaa1cf71314c Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-04-25Update versions in pom and properties2.0.0-ONAPbeijing2.0.0-ONAPJack Lucas1-1/+1
Change-Id: I6a913474f0935f21fc70c7edd73c35feac7fece7 Issue-ID: DCAEGEN2-429 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-04-03Implement the EELF metrics formatTommy Carpenter1-1/+1
Change-Id: If7c10aad141f5e4600652e485dcd3851e364b1ac Issue-ID: DCAEGEN2-387 Signed-off-by: Tommy Carpenter <tommy@research.att.com>
2018-03-20Small pythonic cleanupsTommy Carpenter1-1/+1
Change-Id: I6be2306e8f42694e6fa8b1d37a07e48730b505ef Issue-ID: DCAEGEN2-348 Signed-off-by: Tommy Carpenter <tommy@research.att.com>
2018-03-11Implement logging that can get to ELKTommy Carpenter1-1/+1
This adds more logging into the front end, and also logs to a file so ELK can get them. All public calls to the CBS are logged with the return code. This is not to say logging is completed in the CBS, more may come later and under a more structured format. Change-Id: I63c966876972e06c51276eaf1204b5b9b9e6cea7 Issue-ID: DCAEGEN2-387 Signed-off-by: Tommy Carpenter <tommy@research.att.com>
2018-03-05Enforce most pep8 compliance in toxTommy Carpenter1-1/+1
Also fix some pep8 failings Change-Id: I6904c171c898d510ac2b7e2435b5a80dcdf1be13 Issue-ID: DCAEGEN2-348 Signed-off-by: Tommy Carpenter <tommy@research.att.com>
2018-03-01Add a new endpoint for getting arbitrary keysTommy Carpenter1-1/+1
Change-Id: I4888bf3c596bee72637a881830cef4835076bcb2 Issue-ID: DCAEGEN2-348 Signed-off-by: Tommy Carpenter <tommy@research.att.com>
2018-02-22Make SONAR code coverage workAndrew Gauld1-3/+4
Change-Id: I8bd9ca4661ec8821c3fadd28c860791325ef8b36 Issue-ID: DCAEGEN2-355 Signed-off-by: Andrew Gauld <ag1282@att.com>
2018-02-20Implement the new api service_component_allTommy Carpenter1-1/+1
Change-Id: I50cc54f65023d61e1a085fdd2b13654553f7b7ad Issue-ID: DCAEGEN2-348 Signed-off-by: Tommy Carpenter <tommy@research.att.com>
2018-02-20Exclude tests from packageLusheng Ji1-1/+1
Change-Id: Ic627442b6700bf68e15b95e0e2a5927e72315da4 Signed-off-by: Lusheng Ji <lji@research.att.com> Issue-ID: DCAEGEN2-355
2018-02-20Fix Sonar reportingLusheng Ji1-9/+0
Change-Id: Iebb1314eab1d238f723e3f55803a7a32c317d77c Signed-off-by: Lusheng Ji <lji@research.att.com> Issue-ID: DCAEGEN2-355
2018-02-15More Unit Testing, Fix LiscensesTommy Carpenter1-1/+1
Issue-ID: DCAEGEN2-341 Change-Id: I9ecbb020775f7dca812e38691a27ef3966f260e6 Signed-off-by: Tommy Carpenter <tommy@research.att.com>
2018-02-15Add DTI and Policy to ONAP CBSTommy Carpenter1-2/+2
Issue-ID: DCAEGEN2-341 Change-Id: Iead3b6568ec379988b840b5a01c7744c29b5fcf4 Signed-off-by: Tommy Carpenter <tommy@research.att.com>
2017-11-25update versioningvagrant1-2/+2
Change-Id: Ib9dc807e84f1f18b6ff395eb47e2a339de65febf Issue-ID: DCAEGEN2-211 Signed-off-by: vagrant <vv770d@att.com>
2017-11-27Bump minor versionJessica Wagantall1-2/+2
Bump minor version in preparation for Amsterdam branching. Change-Id: Ib3aad7132870e203eccfac0dfae065cabf817256 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-10-06Update build to proper versionTommy Carpenter1-3/+3
Issue-ID: DCAEGEN2-60 Change-Id: Ia5eb45da7cef9b79a004ddae43e8c905534591dd Signed-off-by: Tommy Carpenter <tommy@research.att.com>
2017-09-25Update sonar section of pomTommy Carpenter1-13/+13
Issue-ID: DCAEGEN2-60 Change-Id: I0df6c19d9bf5c05ac7dfde192560301b78e762fe Signed-off-by: Tommy Carpenter <tommy@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: I91e301080efaf1bdb638ac0a8d2c6c7ffd014cf4 Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-09-06Edit mvn-phase-script for test and deployLusheng Ji1-71/+27
Issues-Id: DCAEGEN2-60 Change-Id: I251e092c36fc59ab48793235854c252884200d71 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-09-01Switch to Java template JJBLusheng Ji1-0/+320
Issue-Id: DCAEGEN2-60 Change-Id: I927a4146599c37b39e7a56169e9273f82431a247 Signed-off-by: Lusheng Ji <lji@research.att.com>