[AAI-26] Adding gizmo data to the repository. 71/6571/2
authorShwetank Dave <shwetank.dave@amdocs.com>
Wed, 2 Aug 2017 21:10:38 +0000 (17:10 -0400)
committerShwetank Dave <shwetank.dave@amdocs.com>
Thu, 3 Aug 2017 15:28:39 +0000 (11:28 -0400)
commite9c94429a8ada3e55854515060df817945b73d87
tree3c5a9ac766d99570d542c1996f1321c99e5498e5
parent27ff75c77611a8bdae37c7c0092787938c63a786
[AAI-26] Adding gizmo data to the repository.

Change-Id: I183f837d45acbfe3c673fde1acf8768d5e3fd37b
Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>
82 files changed:
.gitignore [new file with mode: 0644]
.gitreview [new file with mode: 0644]
License.txt [new file with mode: 0644]
README.md [new file with mode: 0644]
ajsc-shared-config/README.txt [new file with mode: 0644]
ajsc-shared-config/etc/aft.properties [new file with mode: 0644]
ajsc-shared-config/etc/basic-logback_root_logger_level_off.xml [new file with mode: 0644]
ajsc-shared-config/etc/logback.xml [new file with mode: 0644]
ajsc-shared-config/etc/spm2.jks [new file with mode: 0644]
antBuild/build.xml [new file with mode: 0644]
bundleconfig-local/README.txt [new file with mode: 0644]
bundleconfig-local/RELEASE_NOTES.txt [new file with mode: 0644]
bundleconfig-local/etc/appprops/AAFUserRoles.properties [new file with mode: 0644]
bundleconfig-local/etc/appprops/PostProcessorInterceptors.properties [new file with mode: 0644]
bundleconfig-local/etc/appprops/PreProcessorInterceptors.properties [new file with mode: 0644]
bundleconfig-local/etc/appprops/app-intercepts.properties [new file with mode: 0644]
bundleconfig-local/etc/appprops/methodMapper.properties [new file with mode: 0644]
bundleconfig-local/etc/sysprops/sys-props.properties [new file with mode: 0644]
pom.xml [new file with mode: 0644]
src/main/ajsc/crud-api_v1/crud-api/v1/conf/jaxrsBeans.groovy [new file with mode: 0644]
src/main/ajsc/crud-api_v1/crud-api/v1/docs/README.txt [new file with mode: 0644]
src/main/ajsc/crud-api_v1/crud-api/v1/lib/README.txt [new file with mode: 0644]
src/main/ajsc/crud-api_v1/crud-api/v1/props/module.props [new file with mode: 0644]
src/main/ajsc/crud-api_v1/crud-api/v1/routes/crud.route [new file with mode: 0644]
src/main/ajsc/crud-api_v1/crud-api/v1/routes/helloWorld.route [new file with mode: 0644]
src/main/ajsc/crud-api_v1/crud-api/v1/routes/jaxrsExample.route [new file with mode: 0644]
src/main/assemble/ajsc_module_assembly.xml [new file with mode: 0644]
src/main/assemble/ajsc_props_assembly.xml [new file with mode: 0644]
src/main/assemble/ajsc_runtime_assembly.xml [new file with mode: 0644]
src/main/bin/start.sh [new file with mode: 0644]
src/main/config/ajsc-chef.jks [new file with mode: 0644]
src/main/config/ajsc-jetty.xml [new file with mode: 0644]
src/main/config/ajsc-override-web.xml [new file with mode: 0644]
src/main/config/ajscJetty.jks [new file with mode: 0644]
src/main/config/cadi.properties [new file with mode: 0644]
src/main/config/jul-redirect.properties [new file with mode: 0644]
src/main/config/keyfile [new file with mode: 0644]
src/main/config/runner-web.xml [new file with mode: 0644]
src/main/docker/Dockerfile [new file with mode: 0644]
src/main/java/org/openecomp/crud/dao/GraphDao.java [new file with mode: 0644]
src/main/java/org/openecomp/crud/dao/champ/ChampDao.java [new file with mode: 0644]
src/main/java/org/openecomp/crud/entity/Edge.java [new file with mode: 0644]
src/main/java/org/openecomp/crud/entity/Vertex.java [new file with mode: 0644]
src/main/java/org/openecomp/crud/event/GraphEvent.java [new file with mode: 0644]
src/main/java/org/openecomp/crud/event/GraphEventEdge.java [new file with mode: 0644]
src/main/java/org/openecomp/crud/event/GraphEventVertex.java [new file with mode: 0644]
src/main/java/org/openecomp/crud/exception/CrudException.java [new file with mode: 0644]
src/main/java/org/openecomp/crud/logging/CrudServiceMsgs.java [new file with mode: 0644]
src/main/java/org/openecomp/crud/logging/LoggingUtil.java [new file with mode: 0644]
src/main/java/org/openecomp/crud/parser/CrudResponseBuilder.java [new file with mode: 0644]
src/main/java/org/openecomp/crud/service/CrudGraphDataService.java [new file with mode: 0644]
src/main/java/org/openecomp/crud/service/CrudRestService.java [new file with mode: 0644]
src/main/java/org/openecomp/crud/service/EdgePayload.java [new file with mode: 0644]
src/main/java/org/openecomp/crud/service/JaxrsEchoService.java [new file with mode: 0644]
src/main/java/org/openecomp/crud/service/VertexPayload.java [new file with mode: 0644]
src/main/java/org/openecomp/crud/util/CrudJaxbTransformation.java [new file with mode: 0644]
src/main/java/org/openecomp/crud/util/CrudProperties.java [new file with mode: 0644]
src/main/java/org/openecomp/crud/util/CrudServiceConstants.java [new file with mode: 0644]
src/main/java/org/openecomp/crud/util/CrudServiceUtil.java [new file with mode: 0644]
src/main/java/org/openecomp/crud/util/FileWatcher.java [new file with mode: 0644]
src/main/java/org/openecomp/schema/OxmModelLoader.java [new file with mode: 0644]
src/main/java/org/openecomp/schema/OxmModelValidator.java [new file with mode: 0644]
src/main/java/org/openecomp/schema/RelationshipSchema.java [new file with mode: 0644]
src/main/java/org/openecomp/schema/RelationshipSchemaLoader.java [new file with mode: 0644]
src/main/java/org/openecomp/schema/RelationshipSchemaValidator.java [new file with mode: 0644]
src/main/resources/logging/CrudServiceMsgs.properties [new file with mode: 0644]
src/main/runtime/context/__module.ajsc.namespace.name__#__module.ajsc.namespace.version__.context [new file with mode: 0644]
src/main/runtime/context/default#0.context [new file with mode: 0644]
src/main/runtime/deploymentPackage/__module.ajsc.namespace.name__#__module.ajsc.namespace.version__.json [new file with mode: 0644]
src/main/runtime/shiroRole/ajscadmin.json [new file with mode: 0644]
src/main/runtime/shiroRole/contextadmin#__module.ajsc.namespace.name__.json [new file with mode: 0644]
src/main/runtime/shiroRole/contextadmin#default.json [new file with mode: 0644]
src/main/runtime/shiroUser/ajsc.json [new file with mode: 0644]
src/main/runtime/shiroUserRole/ajsc#ajscadmin.json [new file with mode: 0644]
src/main/runtime/shiroUserRole/ajsc#contextadmin#__module.ajsc.namespace.name__.json [new file with mode: 0644]
src/main/runtime/shiroUserRole/ajsc#contextadmin#default.json [new file with mode: 0644]
src/test/java/org/openecomp/crud/dao/champ/ChampDaoTest.java [new file with mode: 0644]
src/test/java/org/openecomp/schema/OxmModelLoaderTest.java [new file with mode: 0644]
src/test/resources/gremlin/gremlinResponseEmptyVertex.json [new file with mode: 0644]
src/test/resources/gremlin/gremlinResponseMultipleVertex.json [new file with mode: 0644]
src/test/resources/gremlin/gremlinResponseVertex.json [new file with mode: 0644]
version.properties [new file with mode: 0644]