summaryrefslogtreecommitdiffstats
path: root/datarouter-prov/src/test/resources
AgeCommit message (Collapse)AuthorFilesLines
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-07-23More unit test coverage and code cleanupefiacor4-2/+163
Change-Id: Ie28b50803c60cc79221a5c8aa08cf029f7a8486c Issue-ID: DMAAP-1226 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
2019-07-16Even more unit test and code cleanupefiacor1-1/+1
Change-Id: Ide9477f5f8856e4ab35864bdc93d27a2d59afc83 Issue-ID: DMAAP-1226 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
2019-06-25Adding to unit test coverageefiacor3-1/+140
Change-Id: Id8d07c94bb70952fb317bfc7824fc0d587087468 Issue-ID: DMAAP-1203 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
2019-04-08update DR logging to log under one systemEmmettCox1-68/+0
Change-Id: I7e21a9c698e49601b090cee350c5a5cc7deb8315 Issue-ID: DMAAP-1050 Signed-off-by: EmmettCox <emmett.cox@est.tech>
2019-04-08Adding docs for CADIefiacor1-1/+1
Change-Id: If3324973a2e41ca0d98804cb8e6520fc1beccfe9 Issue-ID: DMAAP-1016 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
2019-04-05Add AAF certs with year duration to DReconwar1-6/+1
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-03-26DR AAF CADI integrationefiacor2-14/+30
Change-Id: I01548882f813e4029dddf7ddee2af12472163761 Issue-ID: DMAAP-1016 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
2019-03-22add additional unit tests for feedEmmettCox1-0/+3
Change-Id: Ic9346b1af0ad0ad845e5d001bc3ee23e128417dc Issue-ID: DMAAP-1119 Signed-off-by: EmmettCox <emmett.cox@est.tech>
2019-03-13Adding decompression option for user to a feed.edepaul1-2/+3
Change-Id: I2276d109fd65052cc043cdc2c7b4eb10655a0ac3 Issue-ID: DMAAP-1043 Signed-off-by: edepaul <paul.p.dennehy@est.tech>
2019-02-18Allow LogServlet to query based upon FilenameEmmettCox1-2/+2
Documentation updates for filename Query on LogServlet Change-Id: I22036c42e202831766a7968bd434340cfcb6c2f5 Issue-ID: DMAAP-1022 Issue-ID: DMAAP-1029 Signed-off-by: EmmettCox <emmett.cox@est.tech>
2019-02-14Add optional API for PM Mappereconwar1-17/+19
Added new field to Subscriber class to keep files after published Added new Delete endpoint so that file can then be deleted Change-Id: Id72da67689a7ceda8ddd4997cd6349b981cb1cdb Issue-ID: DMAAP-981 Signed-off-by: econwar <conor.ward@est.tech>
2019-02-06Replace ATT headers2.0.0egernug1-1/+1
Change-Id: I27b9240e33381b91c40c21a04f7ec6bdb7c16ce0 Issue-ID: DMAAP-997 Signed-off-by: egernug <gerard.nugent@est.tech>
2019-02-05adding FILENAME value to LOG_RECORDS table.EmmettCox1-0/+1
Change-Id: Iea49d196f324b3a03a18d3d2084e5f6c7ad226ea Issue-ID: DMAAP-1022 Signed-off-by: EmmettCox <emmett.cox@est.tech>
2019-01-31Add RequestId and InvocationId to DREmmettCox1-0/+122
Change-Id: I42575123396ce4b07c824846a8b2b3ca49dfbd85 Issue-ID: DMAAP-941 Signed-off-by: EmmettCox <emmett.cox@est.tech>
2018-09-17Fix InternalServlet VulenrabilitiesConor Ward1-1/+2
Change-Id: I6b733b9cde0e331a1ad48833e294435179606852 Signed-off-by: Conor Ward <conor.ward@ericsson.com> Issue-ID: DMAAP-775
2018-09-12Unit Tests RouteServletTestesobmar1-2/+16
Change-Id: Ic97670397329d02e861569421f01461cd204806e Signed-off-by: Mariusz Sobucki <mariusz.sobucki@ericsson.com> Issue-ID: DMAAP-101
2018-09-07Merge "unit test for StastisticsServlet with db"Ram Koya1-1/+10
2018-09-06unit test for StastisticsServlet with dbEmmett Cox1-1/+10
Change-Id: I32ed948f2485d13605d58fadef72903b05ca57f5 Signed-off-by: Emmett Cox <emmett.cox@ericsson.com> Issue-ID: DMAAP-101
2018-09-06refactor FeedServletTest to use DBEmmett Cox1-0/+3
Change-Id: I145f053c5fb9b8537eb73a83e57485bf32a3357a Signed-off-by: Emmett Cox <emmett.cox@ericsson.com> Issue-ID: DMAAP-101
2018-09-05Unit Tests InternalServletTestesobmar1-1/+3
Change-Id: I81a2912f8ec5834117dccded71aa719dc0c2a46f Signed-off-by: Mariusz Sobucki <mariusz.sobucki@ericsson.com> Issue-ID: DMAAP-101
2018-09-04Refactor SubServletTest to use DBeconwar2-1/+5
Change-Id: Iad4e51a2b65c00722a3e39536fc789511c11ef8a Signed-off-by: Conor Ward <conor.ward@ericsson.com> Issue-ID: DMAAP-101
2018-09-04Merge "Refactor GroupServletTest to use DB"Ram Koya3-4/+4
2018-09-04DB reworking for PublishServletTestEmmett Cox1-0/+12
Change-Id: Ie6dc40d2eb1533c1eef637ea7e2683556bb4f4a7 Signed-off-by: Emmett Cox <emmett.cox@ericsson.com> Issue-ID: DMAAP-101
2018-09-04Refactor GroupServletTest to use DBeconwar3-4/+4
Change-Id: I3ad4862047b8e26c8671d339bf8c4b4a9364fd91 Signed-off-by: Conor Ward <conor.ward@ericsson.com> Issue-ID: DMAAP-101
2018-09-04Refactor LogServletTest to use DBesobmar2-0/+4
Change-Id: I42623a0650877fa9747a2f2983b0512bec616437 Signed-off-by: Mariusz Sobucki <mariusz.sobucki@ericsson.com> Issue-ID: DMAAP-101
2018-08-31Add in memory DB to test Groupeconwar3-0/+193
Change-Id: Ibfcd6044151c5b55263c701baf8619c7a15235ff Signed-off-by: Conor Ward <conor.ward@ericsson.com> Issue-ID: DMAAP-101
2018-08-29preliminary AAF changes for DRRonan Keogh1-5/+5
Change-Id: I526648c42f8205c0f09b3c077aa1203e336f4f5f Issue-ID: DMAAP-558 Signed-off-by: Ronan Keogh <ronan.keogh@ericsson.com>
2018-08-08DB utils update for db initializationFiachra Corcoran2-0/+73
Issue-ID: DMAAP-566 Change-Id: I3dad4059a3b192f2c54598985893b1334809d1f0 Signed-off-by: Fiachra Corcoran <fiachra.corcoran@ericsson.com>