aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/test/java/org/onap/policy/pap/main/rest/CommonPapRestServer.java
AgeCommit message (Expand)AuthorFilesLines
2023-08-17Java 17 / Spring 6 / Spring Boot 3 Upgradeadheli.tavares1-28/+33
2023-01-31Upgrade and clean up dependenciesliamfallon1-5/+5
2023-01-17Use generated PAP interface for Swaggerlapentafd1-3/+3
2022-12-08Replace SpringFox with SpringDoc in policy-papliamfallon1-1/+1
2022-03-01Fix swagger and improve exception handlinga.sreekumar1-2/+2
2022-02-10Add yaml support to pap api'sRam Krishna Verma1-7/+22
2022-02-10Move PAP database provider to spring boot defaulta.sreekumar1-2/+2
2021-12-14Migrate pap startup & controllers to spring boota.sreekumar1-100/+38
2021-11-03Rename username for PAP operations.adheli.tavares1-3/+3
2021-08-23Fix junits broken by change in is-alive typeJim Hahn1-1/+3
2021-03-19Delete keystores from papJim Hahn1-5/+6
2019-12-11consolidate Policy Health Check into PAPHengye1-1/+1
2019-11-04Add REST api to query policy status from PAPJim Hahn1-4/+19
2019-07-08Fix pap due to sonar changes in commonjrh31-4/+4
2019-07-01Remove topic.properties and incorporate into overall config filea.sreekumar1-6/+1
2019-04-19Add end-to-end junits for PAP REST APIJim Hahn1-11/+10
2019-04-16Clear servlets at the start of testsJim Hahn1-0/+3
2019-03-25Changes to PAP infrastructure to support PDPJim Hahn1-17/+23
2019-03-13Add PDP Group Deploy and Delete REST API stubsJim Hahn1-58/+57
2019-03-07Refactor REST server testsJim Hahn1-0/+285