summaryrefslogtreecommitdiffstats
path: root/aai-core/src/main/java/org/onap
AgeCommit message (Collapse)AuthorFilesLines
2018-02-27Update the files for ajsc 6 changesVenkata Harish K Kajur12-215/+506
Issue-ID: AAI-33 Change-Id: I897566e79eb7505232b692e551f6347e69fafed6 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2018-02-20Add the v13 xml schema and version updateVenkata Harish K Kajur4-7/+8
Issue-ID: AAI-536 Change-Id: I2ea654af0be91d233cc6cd5d50ee0186ef3a9a89 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2018-02-07Add the @Override annotationPrasadNaidu1-0/+1
Add the @Override annotation above this method signature GraphTraversalBuilder.java:L349 Sonar Link : https://sonar.onap.org/component_issues/index?id=org.onap.aai.aai-common%3Aaai-common#resolved=false|severities=MAJOR|rules=squid%3AS1161|assignees=_me_%2CPrasadNaidu Location : src/main/java/org/onap/aai/query/builder/GraphTraversalBuilder.javaChange-Id: I8852e515b3d2038268c0558979006be8b4d9ac69 Change-Id: I949f5e6ec1692e4397064bfafdad3d453eaed9eb Issue-ID: AAI-740 Signed-off-by: PrasadNaidu <RV00493633@techmahindra.com>
2018-02-01Merge "Fixes in ManageTitanSchema"v1.2.0James Forsyth1-4/+6
2018-02-01Merge "Fix in URIToObject"James Forsyth1-1/+4
2018-02-01Merge "Fix in CNName"James Forsyth1-1/+5
2018-02-01Merge "Fix in InjectKeysFromURI"James Forsyth1-1/+4
2018-02-01Merge "Fixes in PojoStrategy"James Forsyth1-7/+11
2018-02-01Merge "Fix in PojoInjestor"James Forsyth1-2/+4
2018-02-01Merge "Fixes in MoxyStrategy"James Forsyth1-46/+50
2018-02-01Merge "Fixes in JSONStrategy"James Forsyth1-0/+5
2018-02-01Merge "Fixes in Introspector"James Forsyth1-3/+3
2018-02-01Merge "Fix in AuditOXM"James Forsyth1-9/+2
2018-02-01Fix in URIToObjectburdziak1-1/+4
Change-Id: Icbb4b80412202b445b4c8a61a26dd00484233b06 Issue-ID: AAI-725 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2018-02-01Fix in CNNameburdziak1-1/+5
Change-Id: Iae265c4ad5891d14d9c56915e50878fa9b053a1c Issue-ID: AAI-724 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2018-01-31Fix in InjectKeysFromURIburdziak1-1/+4
Change-Id: I9113bdf8b87441c792bf151124fcf603ab8b5424 Issue-ID: AAI-716 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2018-01-31Fixes in PojoStrategyburdziak1-7/+11
Change-Id: Ia6a5b98bad3cffd9aa92c50fa0783423a15f5a9d Issue-ID: AAI-715 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2018-01-31Fix in PojoInjestorburdziak1-2/+4
Change-Id: I78bbe797d4eff5aa02c08ab719594784d4d322f5 Issue-ID: AAI-714 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2018-01-31Fixes in MoxyStrategyburdziak1-46/+50
Change-Id: I72248e1bb8423f24194cc69b63c3623732e2a065 Issue-ID: AAI-712 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2018-01-31Fixes in JSONStrategyburdziak1-0/+5
Change-Id: If961ca134c14239608331ca3a0251e8d0597a42d Issue-ID: AAI-711 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2018-01-30Fixes in Introspectorburdziak1-3/+3
Change-Id: Ic042ad232df1553984d51d3837b36bb886a316fd Issue-ID: AAI-709 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2018-01-30Fixes in ManageTitanSchemaburdziak1-4/+6
Change-Id: I4bf936db39c3ce134f53fd5a885f590d82c108aa Issue-ID: AAI-708 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2018-01-30Fix in AuditOXMburdziak1-9/+2
Change-Id: I625e40de92f1ac71113b56bf330c18041164551e Issue-ID: AAI-707 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2018-01-30Fix in HttpsAuthClientburdziak1-1/+1
Change-Id: Ifa266c4b86d81c114956028fa2d7c59e4a0aaaae Issue-ID: AAI-705 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2018-01-18Sync the latest code changesVenkata Harish K Kajur66-831/+4753
Issue-ID: AAI-493 Change-Id: I5f39ce9bb19cfb9607b659bed82066cae7569ecc Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2018-01-15Add ability to have optional paramsVenkata Harish K Kajur2-0/+38
Issue-ID: AAI-651 Change-Id: I4b70aff0d7b683f6b31fe6eeaba14e8eaeee5463 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2018-01-15Add utilites and unit tests to help coverageVenkata Harish K Kajur2-16/+83
Issue-ID: AAI-649 Change-Id: Ia855abe83692d86f4243f98ca75737c991da8976 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2018-01-02Add new query format count andMaharajh, Robby (rx2202)11-76/+296
support for path/tree Issue-ID: AAI-602 Change-Id: I3e1bac256e679c0466fc3eceb52d440095b272d8 Signed-off-by: Maharajh, Robby (rx2202) <rx2202@att.com>
2017-12-05Add limit override for bulk api'sMaharajh, Robby (rx2202)1-0/+1
Issue-ID: AAI-535 Change-Id: I202cc4aaf6bd85f94031106de95dbba5e070045c Signed-off-by: Maharajh, Robby (rx2202) <rx2202@att.com>
2017-12-04Update aai constants for bulk process limitsMaharajh, Robby (rx2202)1-0/+2
Issue-ID: AAI-528 Change-Id: Ieb877510365b7615a2bddf881d2d9238a8e3c938 Signed-off-by: Maharajh, Robby (rx2202) <rx2202@att.com>
2017-12-04Add edge rules oxm changes for complex servicesVenkata Harish K Kajur1-8/+2
Issue-ID: AAI-530 Change-Id: Ib9b91a638e72da76ece9d9e34d6e62354601492a Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-12-01Added support for Multiple EdgesMaharajh, Robby (rx2202)16-468/+1184
Issue-ID: AAI-524 Change-Id: I33dd31315992e2efb2d6d390ffc523655b55a84c Signed-off-by: Maharajh, Robby (rx2202) <rx2202@att.com>
2017-11-28contains-other-v no longer implies delete-other-vThreefoot, Jane (jt6620)1-8/+2
Deletion of other vertices is now only determined by the delete-other-v property. For containment relationships, this property is now explicitly set instead of being implied by the containment property. ie Deletion now only checks delete-other-v not containment, and containment relationships have been updated to still function the same as before. Issue-ID: AAI-517 Change-Id: I808752c286c621f82b521590b1a51cf996031557 Signed-off-by: Threefoot, Jane (jt6620) <jt6620@att.com>
2017-11-28Add tunnel bandwidth vendor and allow max bandwithVenkata Harish K Kajur2-10/+55
Issue-ID: AAI-516 Change-Id: I1aa18b9b1237c4696fbbdd88f5c889bf6a51d2ec Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-11-27Add v12 api changes for the new release codeVenkata Harish K Kajur5-12/+16
Update the pom to use 1.2.0-SNAPSHOT and add v12 oxm and json and ensure the esr stuff is properly included Issue-ID: AAI-514 Change-Id: I96ceb7dbaa6de7650d55a79e2d1b18f5d1815f06 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-11-21add aai exception when missing FromAppId headerPavel Paroulek1-7/+8
adding an aai exception so that instead of NPE a 4009 exception is thrown in case of a missing FromAppId header Change-Id: Ie58f467c6e541e96a0f1cfdd4024c14bdf9aa565 Issue-ID: AAI-480 Signed-off-by: Pavel Paroulek <pavel.paroulek@orange.com>
2017-11-07Change if transaction id is null generate idVenkata Harish K Kajur1-4/+3
Issue-ID: AAI-454 Change-Id: If3cbb5ca2bb07426c4fe5643bac742e739ec0da8 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-11-07Fix it if the transaction id is missingVenkata Harish K Kajur1-1/+7
alert the client that they need to specify header Issue-ID: AAI-454 Change-Id: I2032163172bbb987c060b41dcffc494d18c58b13 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-09-28Change openecomp to onap and update licenseVenkata Harish K Kajur221-0/+34786
Issue-ID: AAI-61 AAI-82 Change-Id: Iae98d4bf4c693c0a3203158bff98c3c5e739f453 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>