summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2020-11-09CBS configuration fetching7.0.0-ONAP1.7.9guilinBogumil Zebek5-29/+83
- Fix deadlock problem which occurs during starting application Change-Id: I9103f0efd7caa105727f4814532934881335190f Issue-ID: DCAEGEN2-2495 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> (cherry picked from commit 266777f52144bc1e6110c18d34de612538b78b26)
2020-11-02Fetch configuration from CBSBogumil Zebek17-337/+532
- Fix memory leak. - Add reactive configuration fetching from Consul. Now configuration is updated when any change in VES configuration has been done in Consul. Change-Id: I9cd42e04844c9e99d4d03951185523b569dc9483 Issue-ID: DCAEGEN2-2495 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> (cherry picked from commit 1599617246f0ffec1b1c7840f9c7c42318183dcd)
2020-10-15Add logs from external-repo-manager libEdyta Krukowska4-6/+20
Issue-ID: DCAEGEN2-2478 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: If6f4ab2c8fd9a4bf14e2391acc54eb7b25689e21
2020-10-01Adapt schema-map.json and test files to updated 3GPP reposEdyta Krukowska10-10/+10
Issue-ID: DCAEGEN2-2462 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I0bb8738e3782b8f3656cd487a02ddfc4240d93d5
2020-09-24Fix VES problem with subsequent fetching from CBS1.7.6Adam Wudzinski4-18/+28
Issue-ID: DCAEGEN2-2453 Signed-off-by: Adam Wudzinski <adam.wudzinski@nokia.com> Change-Id: If6aa6bc79b460d06908022fb4eb6cfbf096a8eb8
2020-09-18Fix an unexpected error in testsBogumil Zebek5-135/+192
- Fix an error reported by DMaapEventPublisher test when pk is not available. Issue-ID: DCAEGEN2-2374 Change-Id: I69c0f89b292c8454f3eebaffe4884928d241f235 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
2020-09-16Update "schemaReference" in events for testsEdyta Krukowska9-9/+9
Issue-ID: DCAEGEN2-2264 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: Iafeed35cf4febe433c150111a6946dc2d99ffd38
2020-09-15Fix bug throwing exception when first event is collectedMichal Banka6-38/+29
- Problem: When running app from jar (e.g. in docker env) ClassLoader badly interprete classpath as root of app jar, while resources are located in jar under BOOT-INF/classes/ in Spring Boot apps. - Solution: Moved file from resources to etc directory so ClassLoader isn't needed. Filepath of api_version_description.json which previously was badly resolved now is configured in collector.properties. Change-Id: I690394cc59e16c95f5902045efc3fdaf13bf9112 Signed-off-by: Michal Banka <michal.banka@nokia.com> Issue-ID: DCAEGEN2-2426
2020-09-14Update schema-map.json, test resources and VES versionMichal Banka3-39/+66
- Updated schema-map.json to match current mapping from 3gpp - Updated test resources - Set VES version to 1.7.5 Change-Id: Ic792a60efd1349670cdfec77ad99e1f593e2f595 Signed-off-by: Michal Banka <michal.banka@nokia.com> Issue-ID: DCAEGEN2-2264
2020-08-26Config fetch for VESCollector through DCAE-SDK (CBS Client)Pawel31-963/+840
Issue-ID: DCAEGEN2-2212 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I25072b340b5c9f2f538d39e5befb1331804b7bba Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com>
2020-08-19Add implementation of stndDefined fields validation1.7.3Michal Banka30-287/+2269
Added implementation of stndDefined fields from incoming events. Validation is performed using external-schema-manager tool from DCAE SDK. StndDefined fields schemas are stored in etc/externalRepo directory. Additional stndDefined related properties has been added to collector.properties. VES version has been set to 1.7.3. Issue-ID: DCAEGEN2-2254 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Signed-off-by: Michal Banka <michal.banka@nokia.com> Change-Id: Iedaa3622b1d527f6794822c8867b9dfd1860bb8f
2020-08-13StndDefined event routingBogumil Zebek2-9/+24
- Update WS error response - Update DPO configuration Change-Id: Id4eb5ea50af6d55c839047c4f39b9f99487e95de Issue-ID: DCAEGEN2-1771 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
2020-08-06StndDefined event routingBogumil Zebek26-209/+1184
Route stndDefined events to streams defined in namespace event field. Change-Id: I3963e220095665f8ca3fd1b21c5c20b44057cf76 Issue-ID: DCAEGEN2-1771 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
2020-07-14Dynamic partition-key supportVijay Venkatesh Kumar2-7/+15
Change-Id: I6c5faf4a610813e1382da55f62b5a0f9da6db506 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1484
2020-07-08Update VES Collector schema and propertiesedyta7-4/+153
Issue-ID: DCAEGEN2-2254 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I6b89f4bc8ff0c2a9e51e94dc7d464608a7c153f2
2020-06-01Add unit test to few classesBogumil Zebek4-10/+239
Increase code coverage: - HeaderUtil - EnvProps - WebMvcConfig Change-Id: I880a4ff02d436cf153d41c795d8e95dfc67fd61b Issue-ID: DCAEGEN2-2245 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
2020-05-13Activate prometheus metrics for perf tests - pom.xml fixedyta1-0/+4
Issue-ID: DCAEGEN2-608 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: Iaa0f32e99ab46e8e4646109d15c63513b8a269f4
2020-03-11Fix VES Collector loggingPawel1-2/+12
Issue-ID: DCAEGEN2-2107 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: Ib13784a5e2d80dd468955c3a0cd69d8debe67218
2020-01-17Changed EventTransformation schema to be loaded only onceawudzins11-71/+647
Issue-ID: DCAEGEN2-1774 Signed-off-by: adamwudzinski <adam.wudzinski@nokia.com> Change-Id: I50f3da2c11201a40be948ab199aaca89bbbb38db
2020-01-15updated jackson-databind and changed json schema validator libraryPawel6-88/+167
Issue-ID: DCAEGEN2-1825 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: Ia4c9c6286adcf84631a58f9d5bfef124fed1cee6
2019-11-11Merge "Add tests for EventValidator"Vijay Venkatesh Kumar1-0/+124
2019-11-08Remove certOnly and basicAuth from authentication methodspawel10-280/+40
Issue-ID: DCAEGEN2-1776 Signed-off-by: pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I475dcce9de8c7c05d2a05cf51dc862b5bf920164
2019-11-04Add tests for EventValidatorRemigiusz Janeczek1-0/+124
Issue-ID: DCAEGEN2-1819 Change-Id: Ic9f3ea73f8e7e42f5d6e7a821d550823de3f13e7 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
2019-11-04Fix security issue in api interceptorRemigiusz Janeczek2-26/+61
Issue-ID: DCAEGEN2-1880 Change-Id: I5b93dd8405ef9a0a364c6e1224afcfacc9df1fba Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
2019-10-09Add tests for healthcheck port requests in ApiAuthInterceptionRemigiusz Janeczek1-0/+36
Issue-ID: DCAEGEN2-1819 Change-Id: Id4f333e856bd5bbef14d4322a8eb7c01575f4796 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
2019-09-11Not Secured healtcheckZlatko Murgoski11-166/+273
https://jira.onap.org/browse/DCAEGEN2-1539 Issue-ID: DCAEGEN2-1539 Change-Id: I55c9387e64a5a6b710785ecbfa695683d821599a Signed-off-by: Zlatko Murgoski <zlatko.murgoski@nokia.com>
2019-06-27valid api versionluna4-12/+97
Issue-ID: DCAEGEN2-897 Change-Id: I77f015dadb03159a1c2cf43cf6a8a782d7a2e27a Signed-off-by: luna <nil@vmware.com>
2019-06-21Merge "No available docker logs"Vijay Venkatesh Kumar3-14/+153
2019-06-20No available docker logsZlatko Murgoski3-14/+153
https://jira.onap.org/browse/DCAEGEN2-1618 Issue-ID: DCAEGEN2-1618 Signed-off-by: Zlatko Murgoski <zlatko.murgoski@nokia.com> Change-Id: If44392a5d5654952cbf1f8f048d9c6deb6ced832
2019-06-14VES Collector - Event OrderingZlatko Murgoski16-367/+348
https://jira.onap.org/browse/DCAEGEN2-1483 Change-Id: I28b0e871ce570a3cf4c0d2e08d040b66eb6db3aa Issue-ID: DCAEGEN2-1483 Signed-off-by: Zlatko Murgoski <zlatko.murgoski@nokia.com>
2019-06-07Merge "Basic auth not working"5.0.1-ONAPVijay Venkatesh Kumar3-90/+49
2019-06-07Basic auth not workingZlatko Murgoski3-90/+49
https://jira.onap.org/browse/DCAEGEN2-1541 Issue-ID: DCAEGEN2-1541 Change-Id: I61211b7a4693fea60b6da4bc460c2be47a41efa7 Signed-off-by: Zlatko Murgoski <zlatko.murgoski@nokia.com>
2019-05-30Remove unnecessary logawudzins1-1/+0
Remove info about cert matching Change-Id: I07f2803062d0ccd763efd94275158b011426e302 Issue-ID: DCAEGEN2-1016 Signed-off-by: awudzins <adam.wudzinski@nokia.com>
2019-04-18VES Collector - certBasicAuth1.4.4Zlatko Murgoski5-105/+66
https://jira.onap.org/browse/DCAEGEN2-1440 Issue-ID: DCAEGEN2-1440 Change-Id: I7976d03c65e261930533a49a6716fd6161124ad9 Signed-off-by: Zlatko Murgoski <zlatko.murgoski@nokia.com>
2019-04-15Merge "Collector authentication enhancement"Vijay Venkatesh Kumar8-5/+151
2019-04-15Collector authentication enhancementZlatko Murgoski8-5/+151
Add cert subject verifier Change-Id: If2c3c0984e9eec63e2884ca17db953fff2719888 Issue-ID: DCAEGEN2-1101 Signed-off-by: Zlatko Murgoski <zlatko.murgoski@nokia.com>
2019-04-12Collector log isuueZlatko Murgoski1-1/+1
Collector log issue, after stop/start using appControler.sh logs was not added to collector.log Issue-ID: DCAEGEN2-1287 Signed-off-by: Zlatko Murgoski <zlatko.murgoski@nokia.com> Change-Id: Ia669fb53d179125323abe9db45e0158b06ff0024
2019-04-05Fix sonar violationawudzins3-11/+9
Fix sonar violation Change-Id: I72d7c4a7ac127b9ec89e8a144d934aa96884fc6a Issue-ID: DCAEGEN2-1016 Signed-off-by: Adam Wudzinski <adam.wudzinski@nokia.com>
2019-03-19Merge "Remove unused code"Tony Hansen1-49/+1
2019-03-15Collector authentication enhancementZlatko Murgoski18-144/+470
Collector authentication enhancement Change-Id: I03a05cb83dd8c498fb218e82e9b3958348fbb4ac Issue-ID: DCAEGEN2-1101 Signed-off-by: Zlatko Murgoski <zlatko.murgoski@nokia.com>
2019-03-14Remove unused codeBogumil Zebek1-49/+1
Change-Id: I6c84baf1d50f26b8ba49be671384257d2b34ab8f Issue-ID: DCAEGEN2-1016 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
2019-03-04Remove alias propertyZlatko Murgoski5-5/+128
Remove unused alias property Issue-ID: DCAEGEN2-1104 Change-Id: Ib843a624e36b99057bf66f5b1ec72d4b498e4481 Signed-off-by: Zlatko Murgoski <zlatko.murgoski@nokia.com>
2019-03-02Merge "Restart Issue"Vijay Venkatesh Kumar13-217/+164
2019-03-01Restart IssueZlatko Murgoski13-217/+164
Restart Issue Issue-ID: DCAEGEN2-1104 Change-Id: Iac1ee2f79be00084f5c0cd963503d54d7d6e6cb9 Signed-off-by: Zlatko Murgoski <zlatko.murgoski@nokia.com>
2019-02-25Update all hashed passwordZlatko Murgoski4-4/+4
Update all password with new hash method Change-Id: I7d6705b8a9c247888b451093799c2af42fc31c30 Issue-ID: DCAEGEN2-978 Signed-off-by: Zlatko Murgoski <zlatko.murgoski@nokia.com>
2019-01-29Fix sonar violationZlatko Murgoski10-27/+67
Fix sonar violation Issue-ID: DCAEGEN2-1016 Signed-off-by: Zlatko Murgoski <zlatko.murgoski@nokia.com> Change-Id: I0db722972aeeb57ebb4b61b11f1e302f613890d5
2018-12-31Fix sonar violationZlatko Murgoski36-69/+61
Fix sonar violation' Change-Id: Ia5718d2bcbf9f5efea40d8250b7ad57f6d2eb2f3 Issue-ID: DCAEGEN2-1016 Signed-off-by: Zlatko Murgoski <zlatko.murgoski@nokia.com>
2018-12-27Merge "Fix bug with processing event list"Vijay Venkatesh Kumar7-233/+257
2018-12-21Fix bug with processing event listZlatko Murgoski7-233/+257
DMaapEventPublisher processing of eventList Issue-ID: DCAEGEN2-1035 Change-Id: If62ec51d1dc1f0e501fda624dae23c7a83d3727b Signed-off-by: Zlatko Murgoski <zlatko.murgoski@nokia.com>
2018-12-19Merge "Remove clear text password"Michael Hwang1-3/+3