Initial commit for appc-data-services bundle 61/7661/8
authorSkip Wonnell <kw5258@att.com>
Tue, 15 Aug 2017 22:05:27 +0000 (17:05 -0500)
committerPatrick Brady <pb071s@att.com>
Thu, 17 Aug 2017 06:15:20 +0000 (06:15 +0000)
commit86011b92947fdb0805623a25c893cd59128ec40e
tree1c36884f760ed4e32a88df542ac9288b601dc9b3
parent96f45e8acfbacadf2761af634190a49519c0de4a
Initial commit for appc-data-services bundle

This bundle contains the generic execute nodes that
interact with the database.

Issue-ID: APPC-58
Change-Id: Ib1447443ed259f4133cd33d554a5ac43f2c3dd1b
Signed-off-by: Skip Wonnell <kw5258@att.com>
24 files changed:
appc-config/appc-data-services/.gitignore [new file with mode: 0644]
appc-config/appc-data-services/features/.gitignore [new file with mode: 0644]
appc-config/appc-data-services/features/pom.xml [new file with mode: 0644]
appc-config/appc-data-services/features/src/main/resources/features.xml [new file with mode: 0644]
appc-config/appc-data-services/installer/pom.xml [new file with mode: 0644]
appc-config/appc-data-services/installer/src/assembly/assemble_installer_zip.xml [new file with mode: 0644]
appc-config/appc-data-services/installer/src/assembly/assemble_mvnrepo_zip.xml [new file with mode: 0644]
appc-config/appc-data-services/installer/src/main/resources/scripts/install-feature.sh [new file with mode: 0644]
appc-config/appc-data-services/pom.xml [new file with mode: 0644]
appc-config/appc-data-services/provider/.gitignore [new file with mode: 0644]
appc-config/appc-data-services/provider/pom.xml [new file with mode: 0644]
appc-config/appc-data-services/provider/src/main/java/org/openecomp/appc/data/services/AppcDataServiceActivator.java [new file with mode: 0644]
appc-config/appc-data-services/provider/src/main/java/org/openecomp/appc/data/services/AppcDataServiceConstant.java [new file with mode: 0644]
appc-config/appc-data-services/provider/src/main/java/org/openecomp/appc/data/services/db/DGGeneralDBService.java [new file with mode: 0644]
appc-config/appc-data-services/provider/src/main/java/org/openecomp/appc/data/services/db/GeneralDataService.java [new file with mode: 0644]
appc-config/appc-data-services/provider/src/main/java/org/openecomp/appc/data/services/node/ConfigResourceNode.java [new file with mode: 0644]
appc-config/appc-data-services/provider/src/main/java/org/openecomp/appc/data/services/utils/EscapeUtils.java [new file with mode: 0644]
appc-config/appc-data-services/provider/src/test/java/org/openecomp/appc/data/services/db/TestDGGeneralDBService.java [new file with mode: 0644]
appc-config/appc-data-services/provider/src/test/java/org/openecomp/appc/data/services/db/TestSQLSaveQuery.java [new file with mode: 0644]
appc-config/appc-data-services/provider/src/test/resources/query/message3.txt [new file with mode: 0644]
appc-config/appc-data-services/provider/src/test/resources/query/sampledata.txt [new file with mode: 0644]
appc-config/appc-data-services/provider/src/test/resources/svclogic.properties [new file with mode: 0644]
appc-config/pom.xml
pom.xml