aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/proto-definition
AgeCommit message (Collapse)AuthorFilesLines
2019-04-16Add command executor protoBrinda Santh1-0/+59
Change-Id: I54bad33968131042118a028433d4fb1543289fd4 Issue-ID: CCSDK-1214 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-04-02Fix CDS docker jobAlexis de Talhouët1-0/+1
Change-Id: I16c09b1680684bc17eb7505828e4279fe8172ddf Issue-ID: CCSDK-1194 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-03-27Improve blueprint saveMuthuramalingam, Brinda Santh1-4/+8
Change-Id: Ibac2ef9cd7e217db809a6a695ea0ee39a6bd2e21 Issue-ID: CCSDK-1137 Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
2019-03-25Migrate ccsdk/apps to ccsdk/cdsAlexis de Talhouët4-14/+14
Issue-ID: CCSDK-1177 Issue-ID: CCSDK-1178 Change-Id: I0c02702fbec52211ca367abbba72aebecee8cbaa Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-03-21Compile against Fluorine SR2Timoney, Dan (dt5972)1-1/+1
Updated to compile against Fluorine SR2 Change-Id: I434068531ce4a661a04c20201e0fddf3f6b92f47 Issue-ID: CCSDK-1156 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-03-15Prepare for release 0.4.1Timoney, Dan (dt5972)1-3/+2
Prepare to create release version 0.4.1 by using released version of parent pom Change-Id: Icf8432e14626a55b916b6f4d4a8992b79c29eff7 Issue-ID: CCSDK-1156 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-03-05Define EventType contract for gRPC messageAlexis de Talhouët1-1/+8
Change-Id: Ic8bde56d13f774120c8d64a56993ade71e7b4612 Issue-ID: CCSDK-1118 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-02-15Fix sonar buildTimoney, Dan (dt5972)2-0/+2
Sonar build on ccsdk/apps is failing because one of the submodules (components/model-catatlog/proto-definition) does not have the standard maven src/main and src/test directories. Adding these directories fixes sonar build (they need to contain a file - in this case a README - otherwise git will not add the empty directory) Change-Id: Ia74254b58e5b006bd72c35cd6ce872b88de35016 Issue-ID: CCSDK-1081 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-01-29Update parent for proto-definitionAlexis de Talhouët1-3/+7
Avoid pulling transitive dependencies. Change-Id: I91530307817231c3b15459539e433cf97f3e4dce Issue-ID: CCSDK-947 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-01-25Merge "GRPC 1.18.0 Upgrade."Dan Timoney1-3/+4
2019-01-24Fix broken parent tagTimoney, Dan (dt5972)1-2/+3
Wrong parent used in proto-definition, and relativePath is not specified. Consequently, the release version (0.4.0) - which exists locally but not in nexus - is not found. Fixed by using correct parent and relative path (../parent) Change-Id: Ib9a3d845c76ca26a8de562470a3e4214e37ae057 Issue-ID: CCSDK-1001 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-01-23GRPC 1.18.0 Upgrade.Muthuramalingam, Brinda Santh1-3/+4
Change-Id: I1f7f75e14d284641d86c5ef91723b00aaab9bed7 Issue-ID: CCSDK-998 Signed-off-by: Muthuramalingam, Brinda Santh <bs2796@att.com>
2019-01-21Map proto to pojo. implement blueprint processingAlexis de Talhouët3-52/+45
Change-Id: I16b06b4700a42d4a7066eb8c0779677fa28cd94b Issue-ID: CCSDK-951 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-01-18Make BluePrintProcessingService#process streamAlexis de Talhouët1-1/+1
Change-Id: I4aed859365a9c7251d8b29c0c68726d53b0f9d0f Issue-ID: CCSDK-662 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-01-18Create module for .proto definitionAlexis de Talhouët3-0/+168
That way 3rd party system can depend on it to create a client Change-Id: I96e8588251eb0911a7dd7bee270954e966d9fc40 Issue-ID: CCSDK-947 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>