aai/gizmo.git
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 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