aboutsummaryrefslogtreecommitdiffstats
path: root/datarouter-prov/src/main/java/org/onap
AgeCommit message (Collapse)AuthorFilesLines
2022-12-19[DMAAP-DR-PROV] Remove aaf & cadiefiacor18-659/+203
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I610251e4b148620a6d44004efbe933e7acede26d Issue-ID: DMAAP-1573
2022-12-07[DMAAP-DR] Remove AAF/TLS phase 1efiacor26-473/+179
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Ifeae01dd8e7f0a737d8b74594a8061ae3d4ea647 Issue-ID: DMAAP-1642
2022-04-04DMAAP-1714 - DR Making TLS Configurabledavid.mcweeney2-14/+36
Change-Id: I0c3bc05182691c12c9d0f0b76d09f7dfea3e09eb Signed-off-by: david.mcweeney <david.mcweeney@est.tech> Issue-ID: DMAAP-1714
2022-03-11[DMAAP-DR] Fix sec hotspotsefiacor1-1/+0
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I4fb02bd7874d51e340faec17dad985e2382234f8 Issue-ID: DMAAP-1624
2022-03-09[DMAAP-DR] Another fix for sql injectionefiacor1-41/+34
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Id7f05dc3ba3dca0a7da3f94cd072ecb9204a728a Issue-ID: DMAAP-1623
2022-03-09[DMAAP-DR] Fix sql injection bugefiacor1-72/+83
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Icccc65b3b90c553dea74d95bf247b08ae6f78506 Issue-ID: DMAAP-1623
2021-08-18Merge "DMAAP-DR - Additional parameter validation"Fiachra Corcoran1-7/+32
2021-08-18DMAAP-DR - Additional parameter validation2.1.9david.mcweeney1-7/+32
Signed-off-by: david.mcweeney <david.mcweeney@est.tech> Change-Id: Ie55e38cb3d58825a1e1df9ddd9741c64c91ac7b5 Issue-ID: DMAAP-1623
2021-08-17[DMAAP-DR] Package upgrades for I releaseefiacor1-1/+1
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I2612c1e69d04c609db7b9474e2036e46fe841618 Issue-ID: DMAAP-1608
2021-08-10DMAAP-DR - SOnar SQL injection fixdavid.mcweeney1-1/+1
Signed-off-by: david.mcweeney <david.mcweeney@est.tech> Change-Id: I1ea6d6c308a6ae68e441ad426179e65e4bd02abc Issue-ID: DMAAP-1623
2021-08-10DMAAP-DR - Sonar Vulnerabilitydavid.mcweeney1-1/+1
Signed-off-by: david.mcweeney <david.mcweeney@est.tech> Change-Id: I908ddd78920bd3ac67e7b95f24c3e165a392fbdb Issue-ID: DMAAP-1623
2021-07-27DMAAP-DR SQL Injection fixdavid.mcweeney1-7/+10
Change-Id: Ie85bbb46455d79f9e6eb23bc32253ea355a8e3b2 Signed-off-by: david.mcweeney <david.mcweeney@est.tech> Issue-ID: DMAAP-1623
2020-04-16Fix sonar issues and reportingefiacor6-27/+42
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I29aa54e62d2dfaa6eddb16eb67c325254dfc0e06 Issue-ID: DMAAP-1426
2020-02-05Removing passwordencryption keyefiacor9-135/+32
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I1d5f193ae0215d5a5939227097adbb01a5b9866a Issue-ID: DMAAP-1367
2020-02-04Allow storing db.user and db.pass in environment variablesDominik Mizyn1-4/+12
This patch allows to store and get db.user and db.pass from environment variables. This is needed if we want to send those variables by helm secrets. Issue-ID: OOM-2287 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com> Change-Id: Ie1736dd4bd89710b441f5cc96dd116bd433ad1b6
2019-10-29More bug fix and refactoringefiacor7-729/+771
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I4fce4e73faa86573d0c716882bb014b9f83026ee Issue-ID: DMAAP-1284
2019-10-21Refactor Prov DB handlingefiacor32-1370/+910
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I8610d3a20ca0c11dafb98b161cbeb06c3ff63be6 Issue-ID: DMAAP-1284
2019-10-11Update AAF loading procedure2.1.3efiacor6-90/+185
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Issue-ID: DMAAP-1318 Change-Id: I8dc75bdbcd05e5316b5c05cbc258010068fb63e8
2019-09-09Continued clean up of code smellsHelenaLydon8-28/+13
Issue-ID: DMAAP-1195 Change-Id: I7a4c22f6c6a93f32590f97bbf006b7bea1761e3c Signed-off-by: HelenaLydon <helena.lydon@est.tech>
2019-08-30Renaming variables- issues identified by sonarQubeHelenaLydon1-22/+22
Change-Id: I6ee56ee74f29cf196a8624c623b3670f91ef9424 Issue-ID: DMAAP-1195 Signed-off-by: HelenaLydon <helena.lydon@est.tech>
2019-08-30[DR] Remove DR code smells - additionalHelenaLydon1-47/+32
Change-Id: Ibd27fc27530f7762809d5a6bd73a82c7973c74f4 Issue-ID: DMAAP-1195 Signed-off-by: HelenaLydon <helena.lydon@est.tech>
2019-08-22DMAAP-1195 [DR] Remove DR code smellsHelenaLydon4-314/+319
Issue-ID: DMAAP-1195 Change-Id: I7c6117aa55d281fd0562c845a812107f9eb9581d Signed-off-by: HelenaLydon <helena.lydon@est.tech>
2019-08-16Remaining checkstyle changesegernug4-16/+16
Change-Id: I5392355aa45502e978f2ae8118ac8402202a0584 Issue-ID: DMAAP-1250 Signed-off-by: egernug <gerard.nugent@est.tech>
2019-08-15Merge "Checkstyle fixes for prov eelf and utils"Fiachra Corcoran15-398/+507
2019-08-13Checkstyle fixes for prov eelf and utilsegernug15-398/+507
Change-Id: I54978d8ab828513d280c456149075773442d277a Issue-ID: DMAAP-1250 Signed-off-by: egernug <gerard.nugent@est.tech>
2019-08-12Checkstyle fixes for datarouter provegernug16-385/+563
Change-Id: I4bd93505d56b9eb4db9510d1d2b4ec8a6ebd7cb7 Issue-ID: DMAAP-1250 Signed-off-by: egernug <gerard.nugent@est.tech>
2019-08-08Removing code smellsefiacor20-660/+656
Change-Id: I3774ac6d2e3f30d00b6f2d540a036c9c22a9ceb2 Issue-ID: DMAAP-1195 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
2019-08-01Code style cleanup for prov authz and beansegernug31-383/+816
Change-Id: I4ee093658fd602c54378e64d251fb795cbb77b96 Issue-ID: DMAAP-1250 Signed-off-by: egernug <gerard.nugent@est.tech>
2019-07-25Removing clumsy code smells and adding missing JettyFilter testegernug12-47/+33
Change-Id: I1679f4a5656ab9d34ad247d3edc7eb39821cf769 Issue-ID: DMAAP-1195 Signed-off-by: egernug <gerard.nugent@est.tech>
2019-07-25FINAL unit test covergae commitefiacor1-17/+21
Change-Id: Ieb9e9d49931c253b89026ed4884edbdc8d6c6024 Issue-ID: DMAAP-1226 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
2019-07-23More unit test coverage and code cleanupefiacor17-910/+603
Change-Id: Ie28b50803c60cc79221a5c8aa08cf029f7a8486c Issue-ID: DMAAP-1226 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
2019-07-19Removing unused codeefiacor12-362/+1
Change-Id: Ic200975ad20525789c37cc16f3aeeb9e26808ffd Issue-ID: DMAAP-1226 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
2019-07-18Merge "Authz unit test and code cleanup"Dominic Lunanuova4-74/+59
2019-07-17Authz unit test and code cleanupefiacor4-74/+59
Change-Id: I5c6a099ca4e6479df37505aa6bc645d8a26a42e1 Issue-ID: DMAAP-1226 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
2019-07-16Even more unit test and code cleanupefiacor5-713/+655
Change-Id: Ide9477f5f8856e4ab35864bdc93d27a2d59afc83 Issue-ID: DMAAP-1226 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
2019-07-10Adding more DR-Node unit testsefiacor1-5/+4
Change-Id: I57b1c7aa678188136ecf84be53e0811908091f1a Issue-ID: DMAAP-1226 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
2019-06-25Adding to unit test coverageefiacor4-155/+171
Change-Id: Id8d07c94bb70952fb317bfc7824fc0d587087468 Issue-ID: DMAAP-1203 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
2019-05-29Remove major and minor code smells in dr-provegernug13-301/+272
Change-Id: I547b757719131447c055604672896452fdbc10e5 Issue-ID: DMAAP-1195 Signed-off-by: egernug <gerard.nugent@est.tech>
2019-05-14Remove critical code smells for servlet classeseconwar15-95/+90
Change-Id: I691787741b84de630cbd80c4c887c89c99f662f5 Issue-ID: DMAAP-1195 Signed-off-by: econwar <conor.ward@est.tech>
2019-05-14Merge "Remove critical code smells for utils classes"Conor Ward10-35/+59
2019-05-09Remove critical code smells for utils classeseconwar10-35/+59
Change-Id: I8b4012a055d34a54a58046edef7dc539428832be Issue-ID: DMAAP-1195 Signed-off-by: econwar <conor.ward@est.tech>
2019-05-09Remove critical code smells Bean classeseconwar8-93/+97
Change-Id: Ia39f58c8b4dd6c0fd15e022aee126f6524aec175 Issue-ID: DMAAP-1195 Signed-off-by: econwar <conor.ward@est.tech>
2019-04-09logging under one system updatesEmmettCox1-1/+1
Change-Id: I73afa3b104c0c31e5ba72face7d547b4eb996787 Issue-ID: DMAAP-1050 Signed-off-by: EmmettCox <emmett.cox@est.tech>
2019-04-08update DR logging to log under one systemEmmettCox36-412/+480
Change-Id: I7e21a9c698e49601b090cee350c5a5cc7deb8315 Issue-ID: DMAAP-1050 Signed-off-by: EmmettCox <emmett.cox@est.tech>
2019-04-03Sonar bug fixes from CADIefiacor1-13/+3
Change-Id: I6ab3235ea4afa25d85f43c12259c6d1617d403eb Issue-ID: DMAAP-1016 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
2019-03-26DR AAF CADI integrationefiacor12-381/+1093
Change-Id: I01548882f813e4029dddf7ddee2af12472163761 Issue-ID: DMAAP-1016 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
2019-03-25UnitTests for LogFileLoaderesobmar1-5/+5
Change-Id: Ia941feafa211b8c2965120ab48b159c26a550f81 Issue-ID: DMAAP-1105 Signed-off-by: esobmar <mariusz.sobucki@est.tech>
2019-03-14Remove unused throws ServletException clauseesobmar1-7/+6
Change-Id: I78ed96c0958aa18fad9efedd7b6c326b43482354 Issue-ID: DMAAP-1086 Signed-off-by: esobmar <mariusz.sobucki@est.tech>
2019-03-13Adding decompression option for user to a feed.edepaul1-3/+18
Change-Id: I2276d109fd65052cc043cdc2c7b4eb10655a0ac3 Issue-ID: DMAAP-1043 Signed-off-by: edepaul <paul.p.dennehy@est.tech>
2019-03-05Make servlet instance isfeedlog & delivery finalesobmar1-1/+1
Change-Id: I7e94f494ec38dcbe76beeb4b5b58acb85fa34dc7 Issue-ID: DMAAP-1055 Issue-ID: DMAAP-1073 Signed-off-by: esobmar <mariusz.sobucki@est.tech>