summaryrefslogtreecommitdiffstats
path: root/datarouter-prov/src
AgeCommit message (Collapse)AuthorFilesLines
2021-02-25Change openjdk baseOS imgs to integration-*2.1.8Alexander Mazuruk1-5/+7
Benefits from switching over: * minimal {java11,python} images maintained by integration team * using currently "blessed by seccom" versions (if :latest tag used) * should limit spread of legal issues across layers * integration images will be the first to have automated compliance documentation * should limit spread of base layers (contributing to deployment footprint - more base layers = more to download, more to store etc...) Issue-ID: INT-1864 Signed-off-by: Alexander Mazuruk <a.mazuruk@samsung.com> Change-Id: I9184e45b1d8cec294c04b462cf560f5b1c62d078
2020-08-27[DMAAP-DR] Move to alpine based base image2.1.7efiacor1-11/+8
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I7627bee3891f9bbd9ef455b9cd69aa4fd264bdbd Issue-ID: DMAAP-1457
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-04-09[DMaaP DR] JKD 11 migrationefiacor29-239/+286
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Ib9d326f4bdf5c4e208dea5a4a00be0c3be3a3067 Issue-ID: DMAAP-1386
2020-03-05Updating default AAF artifactsefiacor6-41/+44
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I069d2315d8a1d77a83749c0d50f0d00d6c528083 Issue-ID: DMAAP-1399
2020-03-04Implementing CSI Docker Benchmark v.1.2.0efiacor1-1/+1
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I117729069a170c1b394e4896808c41eb2a75eaa1 Issue-ID: DMAAP-1382
2020-02-05Removing passwordencryption keyefiacor14-176/+69
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-11-04Fixing failing unit testsefiacor1-10/+10
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Idacec3a21157e4b8c1f807fd045de47b497e6f6c Issue-ID: DMAAP-1284
2019-10-29More bug fix and refactoringefiacor14-735/+834
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I4fce4e73faa86573d0c716882bb014b9f83026ee Issue-ID: DMAAP-1284
2019-10-21Refactor Prov DB handlingefiacor56-1577/+1124
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I8610d3a20ca0c11dafb98b161cbeb06c3ff63be6 Issue-ID: DMAAP-1284
2019-10-11Update AAF loading procedure2.1.3efiacor21-135/+395
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 smellsHelenaLydon5-316/+321
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-09Remove redundant unit testedepaul1-8/+0
Change-Id: I15c64b30e6e660cbff2c00a44429dc05b6592327 Issue-ID: DMAAP-1195 Signed-off-by: edepaul <paul.p.dennehy@est.tech>
2019-08-08Updating POM and fixing unit testedepaul1-6/+0
Issue-ID: DMAAP-1195 Change-Id: I9d55c1cf17436d3616827d123d49aeffc35c515f Signed-off-by: edepaul <paul.p.dennehy@est.tech>
2019-08-08Removing code smellsefiacor25-683/+663
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-25Merge "FINAL unit test covergae commit"sunil unnava2-17/+205
2019-07-25Merge "Logging changes and unit tests"Fiachra Corcoran1-0/+104
2019-07-25FINAL unit test covergae commitefiacor2-17/+205
Change-Id: Ieb9e9d49931c253b89026ed4884edbdc8d6c6024 Issue-ID: DMAAP-1226 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
2019-07-23More unit test coverage and code cleanupefiacor27-1054/+1168
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 Lunanuova5-74/+193
2019-07-17Authz unit test and code cleanupefiacor5-74/+193
Change-Id: I5c6a099ca4e6479df37505aa6bc645d8a26a42e1 Issue-ID: DMAAP-1226 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
2019-07-17Logging changes and unit testsegernug1-0/+104
Change-Id: Ic4644e7c4899b4b1261a8113679b531af1739c84 Issue-ID: DMAAP-1227 Signed-off-by: egernug <gerard.nugent@est.tech>
2019-07-16Even more unit test and code cleanupefiacor10-784/+780
Change-Id: Ide9477f5f8856e4ab35864bdc93d27a2d59afc83 Issue-ID: DMAAP-1226 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
2019-07-10Adding more DR-Node unit testsefiacor4-37/+83
Change-Id: I57b1c7aa678188136ecf84be53e0811908091f1a Issue-ID: DMAAP-1226 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
2019-07-05Adding more unit tests for DRefiacor1-17/+16
Change-Id: I302c3172957770116e770c5916b54c5f32ff3b44 Issue-ID: DMAAP-1226 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
2019-06-25Adding to unit test coverageefiacor9-157/+524
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-15Merge "Add syntax check before pushing code"Fiachra Corcoran1-13/+0
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-26Add syntax check before pushing codeeconwar1-13/+0
Checks whole file (with changes) for code style violations If you can't fix these violations you can use the --no-verify option Issue-ID: DMAAP-1173 Change-Id: If97f90685836cec7fa3febb450f6f8ce844272f3 Signed-off-by: econwar <conor.ward@est.tech>
2019-04-11Adding uid and gid for for user and group2.1.0edepaul1-2/+2
Change-Id: Iac2bb2dffc2759595387aa5113855a64c162b346 Issue-ID: DMAAP-1137 Signed-off-by: edepaul <paul.p.dennehy@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 systemEmmettCox43-642/+499
Change-Id: I7e21a9c698e49601b090cee350c5a5cc7deb8315 Issue-ID: DMAAP-1050 Signed-off-by: EmmettCox <emmett.cox@est.tech>
2019-04-08Adding docs for CADIefiacor2-2/+2
Change-Id: If3324973a2e41ca0d98804cb8e6520fc1beccfe9 Issue-ID: DMAAP-1016 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
2019-04-05Add AAF certs with year duration to DReconwar2-9/+4
Remove console logs during unit tests Disable checkstyle warnings Change-Id: Ie57e792e9616fe348be1931aacc274d28a9798bc Issue-ID: DMAAP-1143 Signed-off-by: econwar <conor.ward@est.tech>
2019-04-03Update for LogfileLoader Unit Testesobmar1-23/+14
Change-Id: I584837b7e730985085f7817044dc80511f81be02 Issue-ID: DMAAP-1105 Signed-off-by: esobmar <mariusz.sobucki@est.tech>