aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-04-18Fix the traversal bug due to the timeoutKajur, Harish (vk250x)1-1/+3
Issue-ID: AAI-1037 Change-Id: Ib703cf1ab080cae27d479a2427b45b58d5c25765 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-04-18Update spring boot to 1.5.12Kajur, Harish (vk250x)1-1/+1
Issue-ID: AAI-1037 Change-Id: I5b50a6bfafeb253d5321f86a4b266793b469d068 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-04-13Merge "Correct INFO.yaml to pass YAML Lint"Manisha Aggarwal1-24/+24
2018-04-11Fix the basic auth issue which got brokenKajur, Harish (vk250x)5-4/+187
with spring boot Issue-ID: AAI-1020 Change-Id: If99add1e401284c505bfebccfe82a94694da1a4b Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-04-10Correct INFO.yaml to pass YAML LintEric Debeau1-24/+24
Change-Id: I78cf24dd6c27b14dd7255fc942712307c4d0920b Issue-ID: AAI-1022 Signed-off-by: Eric Debeau <eric.debeau@orange.com>
2018-04-03Update docker tag conventionJessica Wagantall1-1/+1
Update docker tagging convention to use: $VERSION-SNAPSHOT-YYYYMMDDTHHMMSSZ (for dev images) $VERSION-STAGING-YYYYMMDDTHHMMSSZ (for staging images) Change-Id: I015a2bfb19cb4370da8fde1fdb0bec9bf9238dce Issue-ID: CIMAN-132 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-03-29Update docker entrypoint to run independentKajur, Harish (vk250x)2-1/+18
Issue-ID: AAI-949 Change-Id: I014e852a518e78c49869c7f71e18a84c853a2b89 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-03-28Update plexus utils version for nexus iqKajur, Harish (vk250x)1-0/+7
Issue-ID: AAI-600 Change-Id: I686b3808354bf6a9a33905f890ade3b7889bd3d2 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-03-28Set code coverage limit to 69%Kajur, Harish (vk250x)1-1/+1
Issue-ID: AAI-949 Change-Id: I1b9b134f5c95576826008d38d6c99f162d71dbd8 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-03-28Remove hbase since we are moving to cassandraKajur, Harish (vk250x)1-74/+0
Issue-ID: AAI-586 Change-Id: I052376d30407bfeed9045a3dc67c5f88e968b7ca Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-03-28Add to traversal custom query to get parent pathMaharajh, Robby (rx2202)7-76/+297
Issue-ID: AAI-963 Change-Id: I3b323a42519de29980337ab80d9d0b68f16878c3 Signed-off-by: Maharajh, Robby (rx2202) <rx2202@att.com>
2018-03-28Update the titan code to janus graph codeKajur, Harish (vk250x)23-545/+963
Issue-ID: AAI-949 Change-Id: Iabb282fb808742d2cc09791a189a5372a01f5be2 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-03-26Update the poms to 1.2.2-SNAPSHOTKajur, Harish (vk250x)1-3/+3
Issue-ID: AAI-947 Change-Id: Ib71a00f172d63756c28511d7217640417145e2d6 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-03-22Update the license for 2017-2018 licenseKajur, Harish (vk250x)140-416/+722
Issue-ID: AAI-857 Change-Id: Iaf82b650bf26b6ba60f7670313f1814e282bb858 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-03-21Remove the jackson databind depenedencyKajur, Harish (vk250x)1-5/+0
Issue-ID: AAI-595 Change-Id: Ifa88e5ebe1d05af73f3cbe87a47ebcd90e134fe6 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-03-20Update spring boot 1.5.1 to 1.5.10Kajur, Harish (vk250x)2-7/+2
Issue-ID: AAI-799 Change-Id: I3510c96721922de50897379247fc87677d834b83 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-03-13Add back the cassandra codehaus pluginVenkata Harish K Kajur1-4/+0
Issue-ID: AAI-595 Change-Id: Ife0d9ab3b99e7a7dee98219c22e6e2b64b95a2b6 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2018-03-07Update traversal from AJSC 2 to Spring BootVenkata Harish K Kajur271-4777/+3300
Issue-ID: AAI-799 Change-Id: I6500f661db704726f529f665203a9c0605e8193e Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2018-02-27Remove diffutils dependencyJimmy Forsyth1-6/+0
Change-Id: I4da19624a5b076d1aaec838a33df42594422572c Issue-ID: AAI-808 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-02-27Merge "Update the rest endpoints for v13 version"James Forsyth2-2/+2
2018-02-27Update the rest endpoints for v13 versionVenkata Harish K Kajur2-2/+2
Issue-ID: AAI-536 Change-Id: Ib040a8e135ff60594dca6804cfd7920647f3ee77 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2018-02-26Add INFO.yaml fileJessica Wagantall1-0/+51
Add INFO.yaml to list: - Project description - Properties - PTL information - Meeting information - Committer information Change-Id: I34a386ebd0479792d31844938de56f0cd8d04ab1 Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-02-22Update DmaapConfig and AAIAppServlet to startVenkata Harish K Kajur1-16/+0
broker service Issue-ID: AAI-791 Change-Id: I6ff7a27e631a22ab92b7f1998b8a1a8abf8bf1c5 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2018-02-22Set aai-core version correctlyJimmy Forsyth1-2/+2
Change-Id: I3f59caf158dac352c9f24971d6f3f293613a64f8 Issue-ID: AAI-791 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-02-15Sync logging context changesVenkata Harish K Kajur80-1719/+5874
Issue-ID: AAI-493 Change-Id: I8c460cce840b4fe46ff4deacbe3a770755a4c677 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2018-02-01Merge "Sonar Minor:Define a constant instead of literal."James Forsyth1-2/+4
2018-01-17Merge "Sonar Major: Replace the type specification."Venkata Harish Kajur1-1/+1
2018-01-15Add ability to do optional params for custom queryLamont, William (wl2432)39-480/+2134
Change-Id: I1e61bbee2def41db5e7064ad3a3e916b7afcc299 Issue-ID: AAI-652 Signed-off-by: Lamont, William (wl2432) <wl2432@att.com>
2018-01-15Sonar Minor:Define a constant instead of literal.aishkashyap1-2/+4
Define a constant instead of duplicating this literal depth. Sonar Link: https://sonar.onap.org/component_issues/index?id=org.onap.aai.traversal%3Atraversal#resolved=false|assignees=aishkashyap Location: src/main/java/org/onap/aai/rest/QueryConsumer.java Line No:186 Issue-ID: AAI-656 Change-Id: I92e4753aa501d939bd1b85732fcadeaebfbdef16 Signed-off-by: aishkashyap <as00476394@techmahindra.com>
2018-01-10Sonar Major: Replace the type specification.aishkashyap1-1/+1
Replace the type specification in this constructor call with the diamond operator Sonar Link: https://sonar.onap.org/component_issues/index?id=org.onap.aai.traversal%3Atraversal#resolved=false|assigned=false Location: src/main/java/org/onap/aai/util/MakeNamedQuery.java Line No:78 Issue-ID: AAI-620 Change-Id: Ied0e7d3d1172bc7cb2f380c3ea6eb7b827e7e1f7 Signed-off-by: aishkashyap <as00476394@techmahindra.com>
2017-12-20Remove the tools dependency of jdkVenkata Harish K Kajur1-8/+0
Issue-ID: AAI-566 Change-Id: I1b8e0806917c22f102cbddeb8d82c7f458241247 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-12-12Update pom to fix sonar issueVenkata Harish K Kajur1-0/+5
Issue-ID: AAI-561 Change-Id: I283bdf102e3b6bd07d7ea27ac41a3402a5c575b7 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-12-08Add the service model custom queryVenkata Harish K Kajur2-1/+86
Issue-ID: AAI-557 Change-Id: Ibe6ab6a565d0db65edd29e110ad1283c1af4e3f0 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-12-06Update last reference openecomp docker entrypointVenkata Harish K Kajur1-1/+1
Issue-ID: AAI-479 Change-Id: I942385f7441bc39d8639d6580254ef4637bf4c0b Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-12-05Update the code for docker to be not dependentVenkata Harish K Kajur1-0/+5
on core version so each time there is a version update there won't be need to update this everywhere Issue-ID: AAI-550 Change-Id: I86db1e5e8dd5fc2b0357600219cd5ac3aab5ba6c Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-12-05Merge "Use onap instead of openecomp for docker tag"James Forsyth1-3/+3
2017-12-05Use onap instead of openecomp for docker tagVenkata Harish K Kajur1-3/+3
Issue-ID: AAI-479 Change-Id: Ie1dc8864181684d85be229f9887569feac448772 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-11-28Merge "Bump minor version"James Forsyth0-0/+0
2017-11-27Add v12 api changes for the new release codeVenkata Harish K Kajur9-18/+18
Issue-ID: AAI-514 Change-Id: I5216e1d929d9fb2547e47c285dfcd94dfe4fde48 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-11-17Bump minor versionJessica Wagantall3-5/+5
Bump minor version in preparation for Amsterdam branching. Change-Id: Ib5310935c3a2cf83cb9d6040f3ca3ce5f392b877 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-11-08Merge "Add related-lookup to closed-loop named-query"v1.1.01.0.0-ONAP1.0.0-AmsterdamSteven Blimkie1-77/+186
2017-11-08Add related-lookup to closed-loop named-queryjimmy1-77/+186
Issue-ID: AAI-456 Change-Id: I5a357a839ea0bd3f77368dd8f093c2573aeb4be9 Signed-off-by: jimmy <jf2512@att.com>
2017-11-07Change the logback to remove jsonpath extra logsVenkata Harish K Kajur2-1/+2
Also add the query parameters to access log Issue-ID: AAI-454 Change-Id: I2cf704fcca12d27d4c3e561a8194cf5e1268f58a Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-11-06Merge "Update cert to use X1 intermediate"Steven Blimkie1-0/+0
2017-11-06Update cert to use X1 intermediatejimmy1-0/+0
Issue-ID: AAI-44 Change-Id: I2e5e496578a224540f1139de4a50dc7e17dea835 Signed-off-by: jimmy <jf2512@att.com>
2017-11-02Update the dependency from snapshotVenkata Harish K Kajur3-10/+8
to using the release version and remove the dependency in the docker file that is tied to the 1.1.0 since we are upgrading it will not always be the same and always depend on the project version as it will be updatable from the versions:set command Issue-ID: AAI-448 Change-Id: Id80162d227a133a51c36b986ac8a8e6952eac2f7 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-11-02Merge "Update keystore with new cert"Tian Lee1-0/+0
2017-11-01Update keystore with new certjimmy1-0/+0
Issue-ID: AAI-44 Change-Id: I530b84a159b824b2924558102e4fe7ad45f9951d Signed-off-by: jimmy <jf2512@att.com>
2017-11-01Merge "Add vnfc to named-query"Steven Blimkie1-5/+15
2017-11-01Add vnfc to named-queryjimmy1-5/+15
Issue-ID: AAI-446 Change-Id: Ie733d650e07059f1730d6c2fc476eca639ad83f8 Signed-off-by: jimmy <jf2512@att.com>