aboutsummaryrefslogtreecommitdiffstats
path: root/src/main
AgeCommit message (Expand)AuthorFilesLines
2019-03-01Add elasticsearch with searchguard DockerfileLee, Tian (tl5884)73-9329/+0
2019-02-25Search service configurable index settingssblimkie3-9/+96
2019-02-04Optionally disable client authenticationSerban Popescu2-1/+7
2019-01-21support reading passwords from environmentBansal, Nitin (nb121v)1-2/+2
2019-01-16support reading passwords from environmentBansal, Nitin (nb121v)1-2/+10
2019-01-04set server truststore params optionally in searchDaniel Silverthorn2-1/+19
2018-12-14Add option to bypass user authorizationPopescu, Serban3-2/+27
2018-11-28support clear text/jetty obfuscated passwordBansal, Nitin (nb121v)2-1/+10
2018-11-07fix bulk api to support secure rest calls to an ESrenealr1-1/+6
2018-09-26Fix file formatting issues1.3.1mark.j.leonard12-45/+42
2018-09-26Implement client authentication to ElasticSearchmark.j.leonard3-6/+285
2018-09-26Fix minor code smellsmark.j.leonard20-488/+430
2018-09-21Fix simple Sonar Lint issuesmark.j.leonard17-574/+479
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-13Fixing the docker jenkins jobArul.Nambi1-1/+1
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-13remove the creation of aaiadmin userRogers, Reneal(rr267j)1-9/+0
2018-06-12fix ping communication with search to datarouterrenealr8-88/+34
2018-05-23Dynamically determine image architectureMohammed Naser1-1/+1
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-04[AAI-804] Updating dockerfile and start script.Shwetank Dave2-1/+8
2018-04-03[AAI-804] Updating files to fix search service.Shwetank Dave3-53/+33
2018-03-29Removing AJSC and moving to SpringBootShwetank Dave52-1387/+1053
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.Nambi61-125/+132
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-06-09Configurable max heap size and PID fixabatos2-2/+3
2017-05-16Change to log level of the ES DAO shutdown logsgfraboni1-5/+5
2017-05-09Initial search service commitDaniel Silverthorn92-0/+9567