summaryrefslogtreecommitdiffstats
path: root/src/main/java
AgeCommit message (Collapse)AuthorFilesLines
2019-07-12Issue-ID: DCAEGEN2-1661 Fix Some Compilation warnings, sonar issues003703465-16/+20
Signed-off-by: s00370346 <swarup.nayak1@huawei.com> Change-Id: Id01028b87c101ff2544d93c68a59f9cc46020d8d
2019-07-03Issue-ID: DCAEGEN2-1644 Restconf Collector updating configuration again and ↵s003703464-4/+35
again Signed-off-by: s00370346 <swarup.nayak1@huawei.com> Change-Id: I9adda683cfe63edf4275e9bbe32b6d2acacd15fd
2019-06-03Issue-ID: DCAEGEN2-1587 Restconf resubscribe if external ctlr restartss003703461-16/+44
Signed-off-by: s00370346 <swarup.nayak1@huawei.com> Change-Id: Iaa5559d80ee07c019cb8ca23a73218d52952dc5c
2019-05-20Issue-ID: DCAEGEN2-1511 Restconfcollector Access Token Renewals003703463-5/+48
Signed-off-by: s00370346 <swarup.nayak1@huawei.com> Change-Id: I1b344e734221038bf0b843543f9bf317e9bc09fd
2019-05-08Issue-ID: DCAEGEN2-1472 BBS bugfix(User Data as config)s003703463-3/+51
Change-Id: I8a99637db7c41d6eafb58dfe960b6e29aacb71ff Signed-off-by: s00370346 <swarup.nayak1@huawei.com>
2019-04-26Issue-ID: DCAEGEN2-1055 BBS bugfix(SSL disable by config)1.1.0s003703467-38/+57
Change-Id: I93b740b64bd470c77b028e6ae779824ddc19e5c9 Signed-off-by: s00370346 <swarup.nayak1@huawei.com>
2019-04-12Issue-ID: DCAEGEN2-1055 BBS test bug fixess003703465-13/+141
Change-Id: I43314e5e81027cfd4deef71a183d19fad4248626 Signed-off-by: s00370346 <swarup.nayak1@huawei.com>
2019-04-09too many constructor paramArindam Mondal2-34/+91
Issue-ID: DCAEGEN2-1379 Change-Id: I6c4297b3edfd50375b5f32b7af93b5297a408da0 Signed-off-by: arindamm <arind.mondal@samsung.com>
2019-04-02Implement builder patternArindam Mondal2-37/+98
Issue-ID: DCAEGEN2-1379 Change-Id: I7e9a98dcc12ef88a067fdf2837437d859ee65851 Signed-off-by: Arindam Mondal <arind.mondal@samsung.com>
2019-03-27Issue-ID: DCAEGEN2-1055 RestConfCollector bug fixess003703466-36/+112
Change-Id: I4623217ab69eaeecf1b5704172ad4de37e641312 Signed-off-by: s00370346 <swarup.nayak1@huawei.com>
2019-03-19Issue-ID: DCAEGEN2-1055 RestConfCollector UnitTests0037034611-36/+38
Change-Id: I513ddb61d710f12ab3ccc6fca2329f3f74b4e39c Signed-off-by: s00370346 <swarup.nayak1@huawei.com>
2019-03-18Issue-ID: DCAEGEN2-1055 Generic RestConfCollectors0037034652-892/+2676
Change-Id: I1800affa2b34cbb7487c0d8411e078adec5a0c48 Signed-off-by: s00370346 <swarup.nayak1@huawei.com>
2019-03-11Merge "Sonar fix add logger"Vijay Venkatesh Kumar1-17/+17
2019-02-18Sonar fix add loggerArindam Mondal1-17/+17
Issue-ID: DCAEGEN2-1230 Change-Id: I891486b91d6b028bfd48e764b7efb7c964d47310 Signed-off-by: arindamm <arind.mondal@samsung.com>
2019-02-06Added fix for potential nullpointerexceptionChandan Ghosh1-1/+3
Added fix for potential nullpointerexception Issue-ID: DCAEGEN2-1076 Change-Id: I675d9dca7c46529203ef76233f60b15437796c9f Signed-off-by: Chandan Ghosh <cghosh12@in.ibm.com>
2019-01-23Multiple Sonar FixesDriptaroop Das3-8/+12
Multiple Sonar Fixes Issue-ID: DCAEGEN2-1114 Change-Id: I6fbb847ca16710f9f93ff8bd2dd973125719e19b Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
2018-11-16Remove access token as mandatory parameterVidyashree Rama2-16/+34
Remove access token as mandatory parameter in restconf collector request. Issue-ID: DCAEGEN2-981 Change-Id: I97629f40b52253b4e14c9569c2048f613f610ff7 Signed-off-by: Vidyashree Rama <vidyashree.rama@huawei.com>
2018-10-25Add authorization header in SSE requestVidyashree Rama6-104/+456
Add authorization header in SSE request to support https Issue-ID: DCAEGEN2-918 Change-Id: I64e1caf98dab34040b58454f656d65b9245c2021 Signed-off-by: Vidyashree Rama <vidyashree.rama@huawei.com>
2018-10-08Modified file header informationrama-huawei26-27/+27
Issue-ID: DCAEGEN2-612 Modified all java file header information from Nokia to Huawei Change-Id: Ia61863035a26da7dbca0f016e96c443146bb3c59 Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2018-10-03Add RestConf CollectorJessica Wagantall26-0/+2808
Issue-ID: DCAEGEN2-612 1. Instantiated to support CCVPN Close Loop Use Case 2. In general, this supports data collection from all PNF or devices that supports RestConf protocol Change-Id: I6311ad618e8d68badc5423a63d7781a19dc62829 Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>