summaryrefslogtreecommitdiffstats
path: root/dcae-analytics
AgeCommit message (Collapse)AuthorFilesLines
2020-01-19delete the section that it always evaluate to falseKai1-7/+0
Issue-ID: DCAEGEN2-2031 Signed-off-by: Kai Lu <lukai@chinamobile.com> Change-Id: I062293a1c96f609d652162676c12b80707e81162
2020-01-15Merge "unit test for periodic fetch configuration"Vijay Venkatesh Kumar1-0/+91
2020-01-15Merge "modify checkstyle error for tca test"Vijay Venkatesh Kumar5-34/+39
2020-01-10unit test for periodic fetch configurationKai1-0/+91
Issue-ID: DCAEGEN2-2011 Signed-off-by: Kai Lu <lukai@chinamobile.com> Change-Id: I7289b29f59a6ceaa7a391d384d1d309af0654913
2020-01-08modify checkstyle error for tca testKai5-34/+39
Issue-ID: DCAEGEN2-2011 Signed-off-by: Kai Lu <lukai@chinamobile.com> Change-Id: Ic62cf14c7a6c2c485aaf506c366d519381784b98
2020-01-08add periodic fetch configurationlukai7-244/+358
Issue-ID: DCAEGEN2-2007 Signed-off-by: Kai Lu <lukai@chinamobile.com> Change-Id: Iab1c329534e37323eb7d0f1227b2d5c16e1cb50c
2019-07-23Changed the ENV var name as per k8's configjegadeeshbabu11-1/+1
Updated the ENV var name Issue-ID: DCAEGEN2-1483 Change-Id: I5b72daea036f79472d8295fef92f322cf03b26c6 Signed-off-by: jegadeeshbabu1 <jegabab1@in.ibm.com>
2019-07-16fix build issuesVijay Venkatesh Kumar1-1/+1
Change-Id: I7a4656bf4601681d410c5b48a2314c86ecbdccc0 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1669 Issue-ID: DCAEGEN2-1578
2019-07-15Merge "JJB alignment across DCAE components - DCAE tca-gen2"Vijay Venkatesh Kumar8-14/+14
2019-07-12JJB alignment across DCAE components - DCAE tca-gen2Gerard Hickey8-14/+14
Issue-ID: DCAEGEN2-1578 Signed-off-by: Gerard Hickey <gerard.hickey@ericsson.com> Change-Id: I2dbce6a6f23318327bfffa01c0b3144e0557ea16
2019-07-11Merge "Fix sonar issues in dcaegen2-analytics-tca-gen2"Vijay Venkatesh Kumar1-23/+15
2019-07-01Activated required profilesjegadeeshbabu12-7/+7
Activated spring profiles Issue-ID: DCAEGEN2-1483 Change-Id: I9887f645f37dea66f16c7c5d357d50e38c441460 Signed-off-by: jegadeeshbabu1 <jegabab1@in.ibm.com>
2019-06-17Added spring profile argsjegadeeshbabu11-1/+1
Spring profile is activated Issue-ID: DCAEGEN2-1483 Change-Id: I0cb5054b00319b4d8447dc0e1cc6de89930f812a Signed-off-by: jegadeeshbabu1 <jegabab1@in.ibm.com>
2019-05-22Fix sonar issues in dcaegen2-analytics-tca-gen2Parshad Patel1-23/+15
Fix Extract this nested try block into a separate method Fix Either log or rethrow this exception Fix Remove this throw statement from this finally block Issue-ID: DCAEGEN2-1384 Change-Id: Icb9a376a57d0ec2466c679f821fb0d346df769e7 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2019-05-14Updated pom and docker to generate a stable imageJegadeesh Babu2-28/+51
Modified files to produce stable image Issue-ID: DCAEGEN2-1482 Change-Id: I3aeff6dd2fd208e51b9d6d52c6518d004bbecef8 Signed-off-by: Jegadeesh Babu <jegabab1@in.ibm.com>
2019-05-02Version updated to adhere Dublin Release complianceJegadeesh Babu2-7/+30
Security Compiance Issue-ID: DCAEGEN2-1457 Change-Id: Ia1c3047818d883b22935037457891eae368d2eec Signed-off-by: Jegadeesh Babu <jegabab1@in.ibm.com>
2019-04-29cloudify blueprint addedJegadeesh Babu2-0/+136
Blueprint added Issue-ID: DCAEGEN2-1208 Change-Id: Icb1461203d6098e311375f5b6ba9df0baefcf380 Signed-off-by: Jegadeesh Babu <jegabab1@in.ibm.com>
2019-04-01spring security upgradeJegadeesh Babu1-1/+12
Security fix Issue-ID: DCAEGEN2-1208 Change-Id: I6430beb64de4353bc636f295e7960115a9f89fa9 Signed-off-by: Jegadeesh Babu <jegabab1@in.ibm.com>
2019-03-19fix clm scan issueVENKATESH KUMAR3-4/+31
Change-Id: I126bab7ecf03a8df66269d8272c6ef48e228636c Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-1208
2019-03-11Added to code coverageJegadeesh Babu1-0/+43
To improve code coverage Issue-ID: DCAEGEN2-1262 Change-Id: If3072933e2240926c32b35748f7b697cfa392eee Signed-off-by: Jegadeesh Babu <jegabab1@in.ibm.com>
2019-03-08Merge "Improves code coverage ratio"Vijay Venkatesh Kumar1-0/+69
2019-03-06Improves code coverage ratioJegadeesh Babu1-0/+69
Added test class Issue-ID: DCAEGEN2-1262 Change-Id: Iba9dc4275c30fc437171944744ca2113630c211a Signed-off-by: Jegadeesh Babu <jegabab1@in.ibm.com>
2019-03-05Added class to improve code coverageJegadeesh Babu1-0/+64
Improves Code coverage Change-Id: Ib86ec7a6437bcbfa3c77f3c3b077f8d19eda4a29 Issue-ID: DCAEGEN2-1262 Signed-off-by: Jegadeesh Babu <jegabab1@in.ibm.com>
2019-02-25Junit Class added GenericValidationResponse.javaSudarshan Kumar1-0/+55
Added Junit for GenericValidationResponse.java Issue-ID: DCAEGEN2-1262 Change-Id: Iaa811b5989ccf4610a80745a1a1225074baa11c3 Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
2018-09-27update docker mvn configvagrant4-52/+16
Change-Id: I0de1124434f975715ca16819e2415aa38daa1df2 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-772
2018-09-26switch tca to docker-maven-pluginvagrant2-5/+15
Change-Id: I2b0763547c35ae4d89d64cfe06e9bfde4227aa98 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-772
2018-09-23Bind docker build to mvnvagrant1-0/+7
Change-Id: I29dffe0f53e8f6437020cab7f4d3955d61e6a7f7 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-772
2018-09-19Improve code coverageSingla, Rajiv (rs153v)9-32/+208
Issue-ID: DCAEGEN2-797 Change-Id: If5f418445d7925d7a55cccecfad81d1446956ad1 Signed-off-by: Singla, Rajiv (rs153v) <rs153v@att.com>
2018-09-19Merge "Increased code coverage"Tony Hansen4-4/+112
2018-09-19Increased code coverageSingla, Rajiv (rs153v)4-4/+112
Issue-ID: DCAEGEN2-797 Change-Id: I082ab0126b9284de941f0affff13504896459f60 Signed-off-by: Singla, Rajiv (rs153v) <rs153v@att.com> Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
2018-09-18Using ONAP/DCAE image namingLusheng Ji1-1/+1
Issue-ID: DCAEGEN2-772 Change-Id: Iee2f6c92df36d70162b1120336b35e9b4790558b Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-09-18address tca-gen2 buildvagrant1-7/+0
Change-Id: I85f021bd45baa8ca57073579f54ef82013f03523 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-772
2018-09-18fix tca-gen2 docker buildvagrant1-1/+8
Change-Id: I0b343beaf44ce2b2cff1a8bcbe78fab204eace81 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-772
2018-09-17Issued security fixesSingla, Rajiv (rs153v)7-76/+43
Issue-ID: DCAEGEN2-765 Change-Id: I19eaf86af61af5f177a06fea9bcf27bc57e41143 Signed-off-by: Singla, Rajiv (rs153v) <rs153v@att.com>
2018-08-20Modified project group id to tca-gen2Singla, Rajiv (rs153v)7-16/+15
Issue-ID: DCAEGEN2-633 Change-Id: If1c29375be093cbf5c8cc80d1ca59371c4703714 Signed-off-by: Singla, Rajiv (rs153v) <rs153v@att.com>
2018-08-20Changed eelf logger parent to analyticsSingla, Rajiv (rs153v)2-2/+2
Issue-ID: DCAEGEN2-633 Change-Id: I70f55e383907e454e7fc558b8ec6983f0c2777a7 Signed-off-by: Singla, Rajiv (rs153v) <rs153v@att.com>
2018-08-16Standalone TCA with EELF LoggerSingla, Rajiv (rs153v)271-0/+19165
Issue-ID: DCAEGEN2-633 Change-Id: I4da76b532021c0d6248455e7bd6e77f4614c35a7 Signed-off-by: Singla, Rajiv (rs153v) <rs153v@att.com>