aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2017-09-26Fix dependency issue on older version of Tinkerpopabatos2-609/+600
Removed the explicit dependency on the older versions of the Tinkerpop stack. This was causing problems with both the Titan and Janusgraph implementations of the deployment. Change-Id: I873ad3e9c92239774aa5ee30cf755700de52267b Issue-ID: AAI-295 Signed-off-by: Adrian Batos <adrian.batos-parac@amdocs.com>
2017-09-05Replace OxmModelLoader with aaiutilsDaniel Silverthorn4-193/+19
Issue ID: AAI-245 Change-Id: I38312e114a221686834303a81e6e21a49ee27b2a Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
2017-09-01New endpoints to auto populate edge properties.gfraboni10-599/+1563
New endpoints created to allow v11 endpoints to have their properties automatically set based on db edge rules. Issue-Id: AAI-60 Change-Id: I9b41f654fa9924b1dcb863aca369725a763b3691 Signed-off-by: gfraboni <gino.fraboni@amdocs.com>
2017-08-29Remove files containing ATT referencesDaniel Silverthorn1-0/+0
Issue ID: AAI-217 Change-Id: Iefce5dcc9d4363fdd1211d7bd7b554cf04ab91a6 Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
2017-08-29Remove cadi.properties due to ATT referencesDaniel Silverthorn1-36/+0
Issue ID: AAI-217 Change-Id: Icb9744f455c77d78e5d4e714cd2c51311c2722bd Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
2017-08-23Safeguard against deprecated DbEdgeRules versions.Shwetank Dave3-6/+11
Currently we require a DbEdgeRules_vX.json file and it's associated edge_properties_vX.json files. If an edge_properties file is not found for a DbEdgeRules file, it throws an exeption. We should log and entry stating DbEdgeRules and it's associaded edge_properties files is not found and not throw an error. Issue-ID: AAI-21 Change-Id: I05f5b4d14c3cef1586cefe579e38df03ca4fb438 Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>
2017-08-22Split out Titan specific dependencies from coreabatos8-251/+40
Remove the Titan specific references within the gizmo core and prepare for dependency on new champ core library. Change-Id: I29a4e7b6528e8357715b095d8db5456cd01eb636 Issue-ID: AAI-21 Signed-off-by: abatos <adrian.batos-parac@amdocs.com>
2017-08-22Using DbEdgeRules.json files from aai-core jar.Shwetank Dave13-154/+7457
Before we were aai_relationship_vxx.json files. Now using the edge rules directly from aai-core jar. Issue-ID: AAI-21 Change-Id: Id62494caabc75bc29e4f3558268ec78897946937 Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>
2017-08-21[AAI-26] Handle ChampTransactionExceptions.gfraboni1-17/+49
Change-Id: I3e7917e585f9141dc8e31e2df9e4b33ba20d1cb3 Signed-off-by: gfraboni <gino.fraboni@amdocs.com>
2017-08-18[AAI-164 Amsterdam] Refer to ONAP event-libsblimkie1-1/+1
Change-Id: I8aaa3de5c771f95540ff175f4983bc3ea8c0280e Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
2017-08-08[AAI-26] Updating OXMModelLoader test.Shwetank Dave1-2/+1
Change-Id: I3712e141763f17633836d314d728282d5eabd356 Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>
2017-08-03[AAI-26] Adding gizmo data to the repository.Shwetank Dave62-0/+6376
Change-Id: I183f837d45acbfe3c673fde1acf8768d5e3fd37b Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>