aboutsummaryrefslogtreecommitdiffstats
path: root/policy-endpoints/src/test
AgeCommit message (Expand)AuthorFilesLines
2020-01-13Changed Matchers to ArgumentMatchersJim Hahn9-22/+22
2019-12-16Update policy common for checkstyle 8liamfallon1-1/+0
2019-12-16Added JDK 11 upgrades and point to parent java 11 branchHOCKLA2-71/+69
2019-11-01Add common Jersey versionliamfallon1-1/+4
2019-09-16Eliminate constructors with side-effectsJim Hahn2-0/+2
2019-09-13Extract YamlJsonTranslator from StandardYamlCoderJim Hahn5-8/+182
2019-09-12Report bad-request for invalid YAMLJim Hahn4-55/+154
2019-09-11Create StandardYamlCoderJim Hahn5-19/+410
2019-08-23Rest servers should return 400 for bad syntax JSONJim Hahn2-1/+150
2019-07-31Remove ParameterUtilsJim Hahn2-116/+2
2019-07-30Fix managed noop topic sourceJim Hahn1-0/+13
2019-07-30Merge "Passing the updated topic parameters to policy-endpoints"Jorge Hernandez3-11/+54
2019-07-30Passing the updated topic parameters to policy-endpointsa.sreekumar3-11/+54
2019-07-29Add addTopic(List<TopicParams>)Jim Hahn8-32/+230
2019-07-27Default TopicParams.isManaged to trueJim Hahn1-2/+9
2019-07-25Changes to add missing topic parametersa.sreekumar4-2/+126
2019-07-17Copy PapRestServer to policy/commonJim Hahn1-0/+223
2019-07-05Fix sonar issues in policy/endpointsJim Hahn18-142/+204
2019-07-03Remove ToStringTester from utilsramverma1-1/+1
2019-06-27Making the topic property utility method more generic - addressing Jorge's re...a.sreekumar1-0/+18
2019-06-26Merge "Adding Topic and REST parameters to policy-endpoints"Pamela Dragosh8-0/+408
2019-06-26Fix some sonar issues in policy-endpointsJim Hahn22-60/+197
2019-06-26Adding Topic and REST parameters to policy-endpointsa.sreekumar8-0/+408
2019-06-14Change getCanonicalName() to getName() in commonJim Hahn2-26/+26
2019-06-13More sonar fixes in policy/commonJim Hahn1-61/+33
2019-06-12Apply simple sonar fixesJim Hahn12-186/+229
2019-03-19Add method to support configure all topics at onceJorge Hernandez1-0/+11
2019-03-19Merge "TopicSinkClient support for unmanaged topics"Pamela Dragosh1-25/+21
2019-03-18TopicSinkClient support for unmanaged topicsJorge Hernandez1-25/+21
2019-03-13Add Network Logging FeatureDaniel Cruz3-2/+277
2019-03-06Adding client class for sending message to topicramverma2-0/+185
2019-03-01Add various listener classesJim Hahn4-0/+803
2019-02-21Support for lab contextual topic names.Jorge Hernandez18-14/+102
2019-02-13Add gson handler and testsJim Hahn21-14/+275
2019-02-08Add superclasses for gson-jackson migrationJim Hahn2-157/+1
2019-01-23Add gson support to policy-endpointsJim Hahn7-48/+770
2019-01-16Add post and delete http client methodsJorge Hernandez2-55/+82
2019-01-11Adding NOOP sources supportJorge Hernandez9-390/+803
2019-01-08Replace expectException with AssertJJim Hahn5-50/+26
2018-11-06Update dmaap code for 1.1.9Pamela Dragosh2-5/+5
2018-10-26Detection of AAF enablement3.0.0-ONAPJorge Hernandez1-0/+5
2018-09-29Fix RestManager test issueJim Hahn1-0/+24
2018-09-28Add junit coverage to rest of policy-endpoint busJim Hahn28-637/+1610
2018-09-28Merge "Add coverage for policy-endpoints bus"Jorge Hernandez7-0/+1254
2018-09-27Add coverage for policy-endpoints busJim Hahn7-0/+1254
2018-09-27Added more coverage to policy-endpoints internalJim Hahn6-0/+873
2018-09-26Add junit coverage to policy-commonJim Hahn6-0/+1141
2018-09-21Fix policy/common checkstyle issuesPamela Dragosh1-4/+4
2018-09-19tweaks from testing in auth classesJorge Hernandez1-1/+1
2018-09-18Support for Authorization Generic FiltersJorge Hernandez4-0/+128