aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java
AgeCommit message (Expand)AuthorFilesLines
2018-09-21Format Java code to ONAP standardmark.j.leonard58-4559/+4367
2018-09-21Organise imports to ONAP Java standardsmark.j.leonard25-93/+66
2018-09-21Use a URI builder to create URLsmark.j.leonard2-234/+109
2018-09-21Reorder HTTP Controller methodsmark.j.leonard1-343/+342
2018-09-20Use Builder Pattern to create Operation Resultsmark.j.leonard2-96/+130
2018-09-20Reduce code duplication in the HTTP Controllermark.j.leonard1-157/+86
2018-09-20Replace duplicated String literals with Constantsmark.j.leonard1-70/+81
2018-09-20Replace 2xx result codes with Java constantsmark.j.leonard1-61/+49
2018-09-19Specify Content-Type in all HTTP requestsmark.j.leonard1-6/+1
2018-09-19Reformat HTTP Controller code to ONAP standardsmark.j.leonard1-1471/+1329
2018-09-14Fix to not remove whitespaces in the payload to ESEdwin Lawrance2-25/+39
2018-08-02Merge "Updating Search service to be ES 6.1.2 compliant"James Forsyth3-7/+129
2018-08-01Updating Search service to be ES 6.1.2 compliantEdwin Lawrance3-7/+129
2018-07-16Fix variable declarationBogumil Zebek1-1/+1
2018-06-12fix ping communication with search to datarouterrenealr5-73/+23
2018-05-09Remove backport dependencymkorzeni4-4/+6
2018-04-16Add cosumes and produces type where necessaryShwetank Dave1-5/+4
2018-04-06Rename Path search-db to search-data-service.Shwetank Dave2-40/+42
2018-04-03[AAI-804] Updating files to fix search service.Shwetank Dave1-22/+14
2018-03-29Removing AJSC and moving to SpringBootShwetank Dave20-797/+1010
2018-03-19add endpoint to query suggestion via ESrenealr8-449/+755
2018-03-16Adding pass through shema creationrv871f4-5/+133
2018-03-13Update license date and textsblimkie57-228/+114
2017-09-21Renaming openecomp to onapArul.Nambi10-30/+30
2017-09-14Renaming openecomp to onapArul.Nambi57-119/+126
2017-07-31Updating License and trademarkARUL NAMBI57-399/+285
2017-07-20Reject doc create requests if index does not existFraboni, Gino (gf403a)3-10/+78
2017-05-16Change to log level of the ES DAO shutdown logsgfraboni1-5/+5
2017-05-09Initial search service commitDaniel Silverthorn57-0/+8720