aboutsummaryrefslogtreecommitdiffstats
path: root/aai-traversal/src
AgeCommit message (Collapse)AuthorFilesLines
2017-09-21Removed redundant checksshashikanth1-4/+2
Fix Major sonar issues in aai/traversal module https://sonar.onap.org/component_issues?id=org.onap.aai.traversal%3Atraversal#resolved=false|severities=BLOCKER Change this condition so that it does not always evaluate to "true" Issue-Id:AAI-212 Change-Id: I64659f0afc1cc497f31cf726a8c29b8bdf849a49 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
2017-09-21Fix Blocker/Critical sonar issuesshashikanth1-2/+2
Fix Major sonar issues in aai/traversal module https://sonar.onap.org/component_issues?id=org.onap.aai.traversal%3Atraversal#resolved=false|severities=BLOCKER Fixed NullPointerException might be thrown as 'uri' is nullable here Issue-Id:AAI-212 Change-Id: Ie4f47a47c3d54a4356aad787dcc10acbfcdd87ea Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
2017-09-20Merge "Add custom queries"James Forsyth4-0/+538
2017-09-20Fix the updateQuery to be run by aaiadminVenkata Harish K Kajur1-1/+6
Also ensure that this is only run once when the first time the container is started so during restart this won't be triggered Issue-ID: AAI-307 Change-Id: I31ea9e86c12b52083d8141e863e557f0c8b6b322 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-09-19Add custom queriesLin, Jerry (jl319x)4-0/+538
Issue-ID: AAI-339 Change-Id: Ic93ef73daaa8c4e24168be62414bd67bad5b2a8b Signed-off-by: Lin, Jerry (jl319x) <jl319x@att.com>
2017-09-19run updateQueryData.sh in docker-entrypointKrzysztof Kwiecien1-1/+19
this script will upload defined named query to the aai-traversal service Change the docker-entrypoint script to wait for resources and then start the named query after resource is up and start the traversal app as the main app Issue-ID: AAI-307 Change-Id: I7a0a4a97cc63eb5d3d1c9a31c908726a8c0af1e9 Signed-off-by: Krzysztof Kwiecien <krzysztof.kwiecien1@orange.com> Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-09-18Modify dockerfile to use common docker imageVenkata Harish K Kajur3-105/+107
In order to decrease image size as well as decrease the build time of docker image everyday Issue-ID: AAI-219 Change-Id: I6c5aea3672a24f0512ef95eead32b04b642400e9 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-09-18Add RequestId and PartnerName in logpranavdi1-2/+17
The Onap application logging guidelines suggest the logs should have MDCs for RequestId and PartnerName to create audit trail. Adding the same for AAI logs Change-Id: Idfc6c4c0d31eaec90c8c397ee526072a09e1504e Issue-ID: AAI-274 Signed-off-by: pranavdi <Pranav.Dixit@amdocs.com>
2017-09-15Increase the code coverage for sonar to 30%Venkata Harish K Kajur10-147/+490
Issue-ID: AAI-212 Change-Id: I823f697733c4b6ae44d36f018b2d093316499add Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-09-15Add unit tests to get 30% coverageVenkata Harish K Kajur7-0/+1012
Issue-ID: AAI-212 Change-Id: I270452f725f30c620091406df6f5ce07fc2cb264 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-09-14Add unit test cases to increase the sonar coverageaditya2-67/+1524
Add unit test cases to ModelBasedProcessing to increase the sonar coverage Issue ID: AAI-212 Change-Id: I303fc142f29fbf05183e9fc1e04a98e188ce81e3 Signed-off-by: Aditya Gajulapalli <ag282f@att.com>
2017-09-08Adding named-query for APPCjimmy1-22/+42
Issue-ID: AAI-272 Change-Id: Ibe5222dcc876647354f8147090ea276a8685bddf Signed-off-by: jimmy <jf2512@att.com>
2017-09-01added new queries for vce resiliency automationThreefoot, Jane (jt6620)4-0/+325
Issue-ID: AAI-258 Change-Id: I648dc6f51e8801a29324d6e56e357bdefc957ae3 Signed-off-by: Threefoot, Jane (jt6620) <jt6620@att.com>
2017-08-29Merge "Built named-query for policy needs"Manisha Aggarwal1-0/+233
2017-08-29Built named-query for policy needsjimmy1-0/+233
Issue-ID: AAI-220 Change-Id: I3dc8e8b88062328b8226d9b2fa3841e125b98851 Signed-off-by: jimmy <jf2512@att.com>
2017-08-28Remove the att references in traversalVenkata Harish K Kajur1-1/+1
Issue-ID: AAI-217 Change-Id: Ic8e4684c95760ebc79873acdcd5d12b4d5adb015 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-08-22Fix Model based delete failing bugVenkata Harish K Kajur2-22/+17
Issue-ID: AAI-206 Change-Id: If69f34b9527e4e21a4ddacd32d3591f3f591da05 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-08-21Fix the invalid namespace 500 error model queryVenkata Harish K Kajur1-5/+1
Issue-ID: AAI-205 Change-Id: I09dde57a2f69ef56acc5c87a5b0472e353e492aa Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-08-20Move extensions to aai-commonVenkata Harish K Kajur2-971/+0
Issue-Id: AAI-201 Change-Id: I8ce0c14d9d48dfb76a8b27cb6a936deb2836e365 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-08-20Remove json files from test bundleconfig dirVenkata Harish K Kajur115-3520/+0
Issue-Id: AAI-200 Change-Id: I7e7127e60098dd83730d42d345ac50c2313fca14 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-08-18[AAI-194 Amsterdam] Add the stored query and testVenkata Harish K Kajur1-0/+79
Change-Id: Idfcf4dacb9b778d187ef74fbfa1a33305aabecab Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-08-15[AAI-171 Amsterdam] Move rest.db to aai-commonVenkata Harish K Kajur7-1717/+0
Change-Id: If03537cb04387cbaadb3aae6eac7a0a903527cd6 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-08-14[AAI-168 Amsterdam] add stored queriesur326r6-7/+166
Change-Id: I3ab0459c97ebbab98b0a6dc4c9d3cb701aac548f Signed-off-by: ur326r <ur326r@att.com>
2017-08-14[AAI-147 Amsterdam] Fix commentLin, Jerry (jl319x)3-30/+30
Change-Id: I5407527041a2b3a5c886d8c09e225f102d47c3d3 Signed-off-by: Lin, Jerry (jl319x) <jl319x@att.com>
2017-08-14[AAI-147 Amsterdam] add custom queriesLin, Jerry (jl319x)7-30/+617
Change-Id: I0f03b5c63629a305d1156ff62902f872d50ff92d Signed-off-by: Lin, Jerry (jl319x) <jl319x@att.com>
2017-08-11[AAI-162 Amsterdam] Convert custom queries to notMaharajh, Robby (rx2202)10-177/+286
use gremlin Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com> Change-Id: I83892630687c7c274b9fa63942954a26397a8361
2017-08-11[AAI-161 Amsterdam] Fix the timestamp for dmaapVenkata Harish K Kajur1-1/+1
Change-Id: I3a0e569373ad525a999aa54b5a78dac8ec810ccb Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-08-08[AAI-154 Amsterdam] Check in titan refactorMuller, Andrew (am8383)9-38/+421
Change-Id: I136eca1c2dbc337f9f6019e52cfe60b15ebfbe7d Signed-off-by: Muller, Andrew (am8383) <am8383@us.att.com>
2017-08-11[AAI-124 Amsterdam] added new queriesThreefoot, Jane (jt6620)9-5/+711
Change-Id: I92afb1df851b07810cf481140f7d6ab2a5d79c0d Signed-off-by: Threefoot, Jane (jt6620) <jt6620@att.com>
2017-08-02[AAI-123 Amsterdam] check-in source code:Lamont, William (wl2432)1-0/+85
Change-Id: Ib700f5b821f9ba77a2f64b5228112c1569f7eb8c Signed-off-by: Lamont, William (wl2432) <wl2432@att.com>
2017-08-01[AAI-110 Amsterdam] checkin source codeLamont, William (wl2432)2-59/+90
Change-Id: Ia39b30d1b10d7ee916ebead063b40169bd7b051c Signed-off-by: Lamont, William (wl2432) <wl2432@att.com>
2017-07-14[AAI-50 Amsterdam] Add support for v11 version APIMaharajh, Robby (rx2202)4-6/+6
Update rest controller paths to include v11 remove unneeded test resources from traversal Update default api version for dmaap msgs Update version of aai core and schema for traversal update version in app props to v11 Change-Id: I8c96310de42679f95646dd456535404bd78290c7 Signed-off-by: Maharajh, Robby (rx2202) <rx2202@att.com>
2017-07-05[AAI-31] Removed references to removed constantMaharajh, Robby (rx2202)4-11/+2
Removed reference to removed logTrans.. Change-Id: I1ea6051c54f41d7b7b2492bf6fc19099af0f1852 Signed-off-by: Maharajh, Robby (rx2202) <rx2202@att.com>
2017-06-21Merge "Add HTTP_PROXY and HTTPS_PROXY args"Manisha Aggarwal1-3/+6
2017-06-16[AAI-ONAP] Add missing named queries fix model delVenkata Harish K Kajur4-21/+160
Add the missing thunderbolt named queries Fix model-based delete functionality Change-Id: Ib49f7a50cefff3a402eed1bfbfc716052ba91538 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-06-14Add HTTP_PROXY and HTTPS_PROXY argsVictor Morales1-3/+6
It was included a mechanism to pass proxy arguments to the image. Besides fixing the use of HTTPS_PROXY. Change-Id: I3aed0eabff2ba6ca4aae14fb56a676f36437a826 Signed-off-by: Victor Morales <victor.morales@intel.com>
2017-06-08[AAI-ONAP] Add the basic auth key for AaiUIVenkata Harish K Kajur1-0/+1
Change-Id: Iff484657948de410ea55544fda74bc1ef8465d75 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-06-08[AAI-ONAP] Keep the latest code in syncVenkata Harish K Kajur19-5586/+272
Change-Id: Iebcff01ef3b79d04d14837d842fec0a1d6148703 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-06-06Merge "Remove warning for java 1.8 syntaxis"Manisha Aggarwal1-1/+1
2017-06-06[AAI-ONAP] Make necessary changes to enable dmaapVenkata Harish K Kajur5-289/+199
Change-Id: Iba41aca29f59dce1c937e9a916f39b69521cdfe4 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-06-01Remove warning for java 1.8 syntaxisVictor Morales1-1/+1
Change-Id: Ib1c04d97b07f832fd2b161bc4e0753a6de0b1da0 Signed-off-by: Victor Morales <victor.morales@intel.com>
2017-05-25Update the traversal to the latest internal codeVenkata Harish K Kajur124-76/+3611
Change-Id: I47f3bbbb953f9c1f2247758dda33b90d0aa56074 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-05-22Update the pom to remove unnecessary dependencyVenkata Harish K Kajur2-103/+103
Change-Id: I0ded3dd843c2d14d303565d3af4aa1456be9a3e7 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-05-22Update the ajsc to use 2.1.0 for all dependenciesVenkata Harish K Kajur6-136/+119
Add the named query jsons that was rejected due to another problem Update the necessary files to make it compatible with ajsc 2.1.0 Change-Id: I4f26e21ef69edff1003a21ead849d10c9cbb8e3a Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-05-12Add all of the traversal source filesVenkata Harish K Kajur110-0/+19996
Change-Id: Id31f4bdda9c86f782f86829f8b86dada959a9729 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>