aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-03-01Add elasticsearch with searchguard DockerfileLee, Tian (tl5884)117-13939/+0
2019-02-25Search service configurable index settingssblimkie6-10/+170
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, Serban4-3/+98
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.leonard19-230/+226
2018-09-26Implement client authentication to ElasticSearchmark.j.leonard4-10/+298
2018-09-26Fix minor code smellsmark.j.leonard20-488/+430
2018-09-21Fix simple Sonar Lint issuesmark.j.leonard28-968/+848
2018-09-21Format Java code to ONAP standardmark.j.leonard84-6402/+6119
2018-09-21Organise imports to ONAP Java standardsmark.j.leonard48-215/+154
2018-09-21Use a URI builder to create URLsmark.j.leonard3-401/+352
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 Lawrance5-46/+87
2018-08-13Fixing the docker jenkins jobArul.Nambi1-1/+1
2018-08-02Merge "Updating Search service to be ES 6.1.2 compliant"James Forsyth8-10/+230
2018-08-01Updating Search service to be ES 6.1.2 compliantEdwin Lawrance8-10/+230
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 Dave2-11/+8
2018-04-06Rename Path search-db to search-data-service.Shwetank Dave3-56/+51
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 Dave67-1856/+1646
2018-03-19add endpoint to query suggestion via ESrenealr10-485/+809
2018-03-16Adding pass through shema creationrv871f8-6/+186
2018-03-13Update license date and textsblimkie84-336/+168
2018-01-08Add unit tests to increase sonar coverageaditya8-0/+1304
2017-09-21Renaming openecomp to onapArul.Nambi10-30/+30
2017-09-14Renaming openecomp to onapArul.Nambi81-161/+192
2017-07-31Updating License and trademarkARUL NAMBI77-539/+385
2017-07-20Reject doc create requests if index does not existFraboni, Gino (gf403a)5-19/+94
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 Silverthorn121-0/+12549