aai/gizmo.git
6 years agoFixing the formatting 13/23913/1
Bansal, Nitin (nb121v) [Thu, 16 Nov 2017 20:19:58 +0000 (15:19 -0500)]
Fixing the formatting

Fixing the formatting

IssueID: AAI-481

Change-Id: I45c53cd24913707716f2dd34f9fc282786ce03b6
Signed-off-by: Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com>
6 years agoAdd bulk API to gizmo 07/23907/1
Bansal, Nitin (nb121v) [Thu, 16 Nov 2017 19:56:59 +0000 (14:56 -0500)]
Add bulk API to gizmo

Add bulk API to gizmo

IssueID: AAI-481

Change-Id: Iff9df1a8fdc73c87d726da7294c2eb9f471080f1
Signed-off-by: Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com>
6 years agoGizmo to use the new edge rule label format 75/23675/1
sblimkie [Wed, 15 Nov 2017 19:48:20 +0000 (21:48 +0200)]
Gizmo to use the new edge rule label format

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>
6 years agoAdding safegaurd when adding new relationships. 65/23365/1
Shwetank Dave [Mon, 13 Nov 2017 15:31:07 +0000 (10:31 -0500)]
Adding safegaurd when adding new relationships.

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>
6 years agoREADME typo changes 35/19735/1
Gurjeet Bedi [Wed, 18 Oct 2017 21:04:11 +0000 (17:04 -0400)]
README typo changes

README corrections for typo and examples

Issue-ID:AAI-26
Change-Id: I16673390fe99f61c413dcef150b5ab518ba5cc53
Signed-off-by: Gurjeet Bedi <GURJEETB@amdocs.com>
6 years agoFix import issue on unit test 73/17373/1
abatos [Thu, 5 Oct 2017 20:05:06 +0000 (16:05 -0400)]
Fix import issue on unit test

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>#
6 years agoFix dependency issue on older version of Tinkerpop 69/15569/1
abatos [Tue, 26 Sep 2017 13:43:07 +0000 (09:43 -0400)]
Fix dependency issue on older version of Tinkerpop

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>
6 years agoMerge "Add documentation for new edge endpoints."
Steven Blimkie [Wed, 13 Sep 2017 17:07:05 +0000 (17:07 +0000)]
Merge "Add documentation for new edge endpoints."

6 years agoChange dependencies to pass tests 13/12213/1
Daniel Silverthorn [Wed, 13 Sep 2017 14:29:14 +0000 (10:29 -0400)]
Change dependencies to pass tests

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>
6 years agoCleanup project's name in Sonar 73/11273/1
Jessica Wagantall [Fri, 8 Sep 2017 19:58:13 +0000 (12:58 -0700)]
Cleanup project's name in Sonar

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>
6 years agoAdd name to the top level pom for gizmo 39/10939/1
Venkata Harish K Kajur [Thu, 7 Sep 2017 22:27:58 +0000 (18:27 -0400)]
Add name to the top level pom for gizmo

Issue-ID: AAI-271

Change-Id: I3f7d1c051bd964759f200e1fc567d31611d9d18b
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
6 years agoAdd documentation for new edge endpoints. 75/10575/1
gfraboni [Wed, 6 Sep 2017 13:35:58 +0000 (09:35 -0400)]
Add documentation for new edge endpoints.

Issue-ID: AAI-60

Change-Id: I04c0e0ca7895e5ef8f195d35cda71643b5fef10a
Signed-off-by: gfraboni <gino.fraboni@amdocs.com>
6 years agoFix broken pom file. 81/10381/1
gfraboni [Tue, 5 Sep 2017 17:21:52 +0000 (13:21 -0400)]
Fix broken pom file.

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>
6 years agoReplace OxmModelLoader with aaiutils 71/10371/1
Daniel Silverthorn [Tue, 5 Sep 2017 15:38:41 +0000 (11:38 -0400)]
Replace OxmModelLoader with aaiutils

Issue ID: AAI-245
Change-Id: I38312e114a221686834303a81e6e21a49ee27b2a
Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
6 years agoNew endpoints to auto populate edge properties. 95/9995/1
gfraboni [Fri, 1 Sep 2017 20:39:10 +0000 (16:39 -0400)]
New endpoints to auto populate edge properties.

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>
6 years agoRemove files containing ATT references 11/9211/1
Daniel Silverthorn [Tue, 29 Aug 2017 20:41:48 +0000 (16:41 -0400)]
Remove files containing ATT references

Issue ID: AAI-217

Change-Id: Iefce5dcc9d4363fdd1211d7bd7b554cf04ab91a6
Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
6 years agoRemove cadi.properties due to ATT references 79/9179/1
Daniel Silverthorn [Tue, 29 Aug 2017 16:06:23 +0000 (12:06 -0400)]
Remove cadi.properties due to ATT references

Issue ID: AAI-217

Change-Id: Icb9744f455c77d78e5d4e714cd2c51311c2722bd
Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
6 years agoSafeguard against deprecated DbEdgeRules versions. 43/8443/3
Shwetank Dave [Wed, 23 Aug 2017 16:07:33 +0000 (12:07 -0400)]
Safeguard against deprecated DbEdgeRules versions.

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>
6 years agoSplit out Titan specific dependencies from core 21/8321/1
abatos [Tue, 22 Aug 2017 18:23:21 +0000 (14:23 -0400)]
Split out Titan specific dependencies from core

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>
6 years agoUsing DbEdgeRules.json files from aai-core jar. 91/8291/1
Shwetank Dave [Tue, 22 Aug 2017 14:36:30 +0000 (10:36 -0400)]
Using DbEdgeRules.json files from aai-core jar.

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>
6 years agoRevert version of champ dependency. 81/8281/1
gfraboni [Tue, 22 Aug 2017 12:46:37 +0000 (08:46 -0400)]
Revert version of champ dependency.

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>
6 years ago[AAI-26] Handle ChampTransactionExceptions. 13/8213/1
gfraboni [Mon, 21 Aug 2017 20:34:16 +0000 (16:34 -0400)]
[AAI-26] Handle ChampTransactionExceptions.

Change-Id: I3e7917e585f9141dc8e31e2df9e4b33ba20d1cb3
Signed-off-by: gfraboni <gino.fraboni@amdocs.com>
6 years ago[AAI-164 Amsterdam] Refer to ONAP event-lib 19/8019/1
sblimkie [Fri, 18 Aug 2017 14:00:38 +0000 (17:00 +0300)]
[AAI-164 Amsterdam] Refer to ONAP event-lib

Change-Id: I8aaa3de5c771f95540ff175f4983bc3ea8c0280e
Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
6 years ago[AAI-26] Updating OXMModelLoader test. 29/7029/1
Shwetank Dave [Tue, 8 Aug 2017 19:14:02 +0000 (15:14 -0400)]
[AAI-26] Updating OXMModelLoader test.

Change-Id: I3712e141763f17633836d314d728282d5eabd356
Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>
6 years ago[AAI-26] Adding gizmo data to the repository. 71/6571/2
Shwetank Dave [Wed, 2 Aug 2017 21:10:38 +0000 (17:10 -0400)]
[AAI-26] Adding gizmo data to the repository.

Change-Id: I183f837d45acbfe3c673fde1acf8768d5e3fd37b
Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>
6 years agoInitial empty repository
Jessica Wagantall [Fri, 14 Jul 2017 17:18:10 +0000 (17:18 +0000)]
Initial empty repository