summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-12-06Use rebranded version of auth librarysblimkie6-8/+8
Use the new version of the auth library which has been renamed from openecomp to onap Issue-ID: AAI-10 Change-Id: Ie5f9520f6218b7550dd68844600b683e30ec6424 Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
2017-12-04Gizmo use correct version of rest-clientsblimkie1-3/+3
Gizmo needs to use the version of the client with the onap package name Issue-ID: AAI-525 Change-Id: Ib2dc7e15e0f81fd8255cff0f7c409f1b921563f6 Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
2017-12-04Gizmo uses Champ the microservicesblimkie12-2163/+354
Gizmo modified to use the Champ ms REST API instead of the Champ library Issue-ID: AAI-525 Change-Id: Ifc5d0302eebfe4eccbe805ecf6cfd059fb6e700b Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
2017-11-23Merge "Update README"Tian Lee4-601/+759
2017-11-23Merge "Remove hardcoded keystore password"Tian Lee2-4/+2
2017-11-22Update READMEsblimkie4-601/+759
Add description of new Bulk API to README Issue-ID: AAI-482 Change-Id: Icd5c39282644986f5677f67fa1101c54d8ee56f7 Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
2017-11-20Refactor to move from openecomp to onapBansal, Nitin (nb121v)35-170/+170
Refactor to move from openecomp to onap IssueID: AAI-486 Change-Id: I1d5634739514acf11d5fbdf5e2c7865aaccd864e Signed-off-by: Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com>
2017-11-17Remove hardcoded keystore passwordsblimkie2-4/+2
There was a hardcoded keystore password which needed to be removed. Change-Id: I6f567e95ff70a0b4fbc309b2f0bcd708d9695758 IssueID: AAI-482 Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
2017-11-16Fixing the formattingBansal, Nitin (nb121v)13-1539/+1556
Fixing the formatting IssueID: AAI-481 Change-Id: I45c53cd24913707716f2dd34f9fc282786ce03b6 Signed-off-by: Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com>
2017-11-16Add bulk API to gizmoBansal, Nitin (nb121v)18-686/+2016
Add bulk API to gizmo IssueID: AAI-481 Change-Id: Iff9df1a8fdc73c87d726da7294c2eb9f471080f1 Signed-off-by: Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com>
2017-11-15Gizmo to use the new edge rule label formatsblimkie3-11/+11
Some unit tests still used the old style label and they needed to be fixed. IssueID: AAI-465 Change-Id: I6d669c93d00c32dacf3ed923c28a110fd6f4630d Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
2017-11-13Adding safegaurd when adding new relationships.Shwetank Dave1-0/+29
When creating new relationships use POST, if PUT is used, it should return 400 BAD_REQUEST. When deleting relationships, ID should be passed in the URL. IssueID: AAI-463 Change-Id: I6dbe84707d54c509da3a01feb52e1b52f462f9bc Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>
2017-10-19README typo changesGurjeet Bedi1-8/+8
README corrections for typo and examples Issue-ID:AAI-26 Change-Id: I16673390fe99f61c413dcef150b5ab518ba5cc53 Signed-off-by: Gurjeet Bedi <GURJEETB@amdocs.com>
2017-10-05Fix import issue on unit testabatos1-1/+1
The re-enabled unit test was depending on an older version of the champ package so this has been updated to the newest version. Change-Id: I80c6c8b930280e2a3aa534c73234b1f277fd8b67 Issue-Id: AAI-295 Signed-off-by: Adrian Batos <adrian.batos-parac@amdocs.com>#
2017-09-26Fix dependency issue on older version of Tinkerpopabatos3-630/+619
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-13Merge "Add documentation for new edge endpoints."Steven Blimkie1-0/+80
2017-09-13Change dependencies to pass testsDaniel Silverthorn1-2/+2
Fix a typo and change another dependency to get ChampDao tests to pass Issue ID: AAI-295 Change-Id: I5e69e6385fe598cb9aa04e79955844fe80a77df5 Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
2017-09-08Cleanup project's name in SonarJessica Wagantall1-1/+1
The name parameter in the root pom.xml should match the project name in gerrit to reflect consistency in Sonar. Change-Id: I4f56c4c6704ebf724a04c772e30aae962d46001c Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-09-07Add name to the top level pom for gizmoVenkata Harish K Kajur1-0/+1
Issue-ID: AAI-271 Change-Id: I3f7d1c051bd964759f200e1fc567d31611d9d18b Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-09-06Add documentation for new edge endpoints.gfraboni1-0/+80
Issue-ID: AAI-60 Change-Id: I04c0e0ca7895e5ef8f195d35cda71643b5fef10a Signed-off-by: gfraboni <gino.fraboni@amdocs.com>
2017-09-05Fix broken pom file.gfraboni1-2/+3
The dependency declaration for com.jayway.jsonpath.json-path was missing the open <dependency> marker. Issue-Id: AAI-60 Change-Id: I985611edcaa8a82089bbbe381852b84d662c47f5 Signed-off-by: gfraboni <gino.fraboni@amdocs.com>
2017-09-05Replace OxmModelLoader with aaiutilsDaniel Silverthorn5-194/+24
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.gfraboni12-609/+1743
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 Silverthorn2-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 coreabatos11-322/+236
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 Dave14-155/+7474
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-22Revert version of champ dependency.gfraboni1-1/+1
Incorrect version of Champ library in pom was inadvertently committed. Issue-ID: AAI-26 Change-Id: Ic099c94d1cd830c11cad2d0d2cc43164e7eab5ed Signed-off-by: gfraboni <gino.fraboni@amdocs.com>
2017-08-21[AAI-26] Handle ChampTransactionExceptions.gfraboni2-19/+51
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 Dave82-0/+8308
Change-Id: I183f837d45acbfe3c673fde1acf8768d5e3fd37b Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>
2017-07-14Initial empty repositoryJessica Wagantall0-0/+0