summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-01-23ControllerBlueprint blueprintsProcessor containerSteve Alphonse Siani42-474/+1287
Change-Id: I77df77757c276fca705091c1566c386f842269c4 Issue-ID: CCSDK-949 Signed-off-by: Steve Alphonse Siani <alphonse.steve.siani.djissitchi@ibm.com>
2019-01-22Merge "Map proto to pojo. implement blueprint processing"Dan Timoney11-75/+481
2019-01-22Merge "Resource Resolution Service: Source Rest"Dan Timoney40-82/+204
2019-01-22Merge "Resource Resolution Service: Source Primary-DB"Dan Timoney1-44/+43
2019-01-22Merge "Implement resolve NodeTemplate Capability property"Dan Timoney2-156/+152
2019-01-21Map proto to pojo. implement blueprint processingAlexis de Talhouët11-75/+481
Change-Id: I16b06b4700a42d4a7066eb8c0779677fa28cd94b Issue-ID: CCSDK-951 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-01-20Resource Resolution Service: Source RestSingal, Kapil (ks220y)40-82/+204
Complex Data Processing for Primary-Config-Data DataSource Resource Resolution Service Change-Id: I62492b5c4e3c0b831f9027df5d42c6b80186debc Issue-ID: CCSDK-674 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2019-01-20Resource Resolution Service: Source Primary-DBSingal, Kapil (ks220y)1-44/+43
Complex Data Processing for Primary-DB DataSource Resource Resolution Service Change-Id: Icef1332ebd0e747e422e6ea1d24cb8f63f02565c Issue-ID: CCSDK-673 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2019-01-19Merge "Resource Resolution Service: Source Default"Dan Timoney1-3/+29
2019-01-19Merge "Make BluePrintProcessingService#process stream"Dan Timoney3-13/+27
2019-01-19Merge "Create module for .proto definition"Dan Timoney5-39/+89
2019-01-19Merge "Add support for async REST"Dan Timoney5-109/+152
2019-01-19Merge "Implement CBA upload through REST"Dan Timoney10-73/+194
2019-01-19Merge "Implement BluePrintManagementServiceGrpc"Dan Timoney9-154/+191
2019-01-19Merge "Implement BluePrintCatalogService"Dan Timoney15-223/+322
2019-01-19Merge "Fix classpath issue w/ guava"Dan Timoney2-1/+26
2019-01-18Make BluePrintProcessingService#process streamAlexis de Talhouët3-13/+27
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ët5-39/+89
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>
2019-01-18Add support for async RESTAlexis de Talhouët5-109/+152
Change-Id: Ieb53cbd75c2e21355b153611f6490c1b2af6053b Issue-ID: CCSDK-662 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-01-18Implement CBA upload through RESTAlexis de Talhouët10-73/+194
Change-Id: I417254c5107f8b0031932e6a7cf0599561ee9a3c Issue-ID: CCSDK-910 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-01-18Implement BluePrintManagementServiceGrpcAlexis de Talhouët9-154/+191
Change-Id: I66a6a3c23b5a3c24ce8d61178f00f053cb8bbbdc Issue-ID: CCSDK-909 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-01-18Implement BluePrintCatalogServiceAlexis de Talhouët15-223/+322
Change-Id: Ifcb0d730daec4da747d704c270b72b991e01f474 Issue-ID: CCSDK-908 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-01-18Resource Resolution Service: Source DefaultSingal, Kapil (ks220y)1-3/+29
Complex Data Processing for Default DataSource Resource Resolution Service Change-Id: Idc2007695cb65e76e128d7abd75bdbfd37138be6 Issue-ID: CCSDK-676 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2019-01-18Merge "Resource Resolution Service: Source Input"Dan Timoney2-2/+11
2019-01-18Merge "Resource Resolution Service: Primary DB"Dan Timoney7-17/+195
2019-01-18Merge "Resource Resolution Service"Dan Timoney15-421/+544
2019-01-18Fix classpath issue w/ guavaAlexis de Talhouët2-1/+26
Kotlin compiler embeded guava dependency, hence it's ending w/ a classpath issue. kotlin-compiler-embaddeable fixes this issue, and is getting pulled already. So we exclude koltin-compiler to avoid issue. Change-Id: Ib703e4b4ac7a478f1918282b35bcd646f5c83038 Issue-ID: CCSDK-961 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-01-17Resource Resolution Service: Source InputSingal, Kapil (ks220y)2-2/+11
Complex Data Processing for Input Data Resource Resolution Service Change-Id: I7940ac1023c67b0ed13f103de9e04cfb8c7a3f9d Issue-ID: CCSDK-675 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2019-01-17Resource Resolution Service: Primary DBSingal, Kapil (ks220y)7-17/+195
Adding Primary-DB Resource Resolution Processor Service to resolve Resources of source primary-db Change-Id: I156f7958b681e51b7c3bfdee92b6fbd196591e73 Issue-ID: CCSDK-942 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2019-01-17Resource Resolution ServiceSingal, Kapil (ks220y)15-421/+544
Enhancement to the Resource Resolution Service to add ResourceResolutionRunTimeService Change-Id: Ia0799447e8a71e7455c5a18abc08dce503db6d35 Issue-ID: CCSDK-958 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2019-01-17Merge "Blueprint exception handler and REST responses"Dan Timoney11-51/+304
2019-01-17Merge "added test case to VlanTagTest.java"Dan Timoney1-0/+1
2019-01-16Implement resolve NodeTemplate Capability propertyMuthuramalingam, Brinda Santh2-156/+152
Change-Id: I2e1de34d5c2465f1f59eeab044f1883e2d1d4ff6 Issue-ID: CCSDK-959 Signed-off-by: Muthuramalingam, Brinda Santh <bs2796@att.com>
2019-01-16Merge "Add velocity engine template service"Dan Timoney6-1/+243
2019-01-16Merge "Add blueprint Kotlin script support."Dan Timoney16-112/+598
2019-01-16Merge "Resource Resolution Service : 2"Dan Timoney64-362/+361
2019-01-14Add velocity engine template serviceMuthuramalingam, Brinda Santh6-1/+243
Change-Id: Idde39b587b41328e5a5e2e32ab32c29cd27d4855 Issue-ID: CCSDK-941 Signed-off-by: Muthuramalingam, Brinda Santh <bs2796@att.com>
2019-01-14Add blueprint Kotlin script support.Muthuramalingam, Brinda Santh16-112/+598
Change-Id: I92b8e9850ea07c7f671e7aada9770713854534c3 Issue-ID: CCSDK-941 Signed-off-by: Muthuramalingam, Brinda Santh <bs2796@att.com>
2019-01-11Update to use correct parent pomTimoney, Dan (dt5972)36-191/+159
Updated neng microservice to use springboot v1 parent as opposed to odlparent. Without that change, javadoc was failing when compiled with Fluorine version of odlparent-lite parent pom. Change-Id: I677278d90869f493c281c7c5432b271dd43e7513 Issue-ID: CCSDK-870 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-01-11Merge "added test case to PolicyConfigTest.java"Dan Timoney1-0/+6
2019-01-11Merge "Resource Resoulution Service"Dan Timoney23-232/+457
2019-01-11Merge "Add support for workflow validation"Dan Timoney6-16/+105
2019-01-11Resource Resolution Service : 2Singal, Kapil (ks220y)64-362/+361
Changes for Primary-DB Resource Resolution Processor Service Change-Id: Iaf6ad6277d36787d87881819ae530de1d7038a2e Issue-ID: CCSDK-942 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2019-01-12added test case to VlanTagTest.javaSandeep J1-0/+1
to increase code coverage Issue-ID: CCSDK-552 Change-Id: Ib8c6555ef87cc67512d1c56d713289b2f2d2af18 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-01-12added test case to PolicyConfigTest.javaSandeep J1-0/+6
to increase code coverage Issue-ID: CCSDK-552 Change-Id: Ifd6a6bbfea531fcb3ebb9ab8cef63bc26eb2f7d0 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-01-11Resource Resoulution ServiceSingal, Kapil (ks220y)23-232/+457
Implement Input Resource Resolution Processor Service along with Resource Resolution Utilities Change-Id: Ibb4899e415f4b79cd6cd1b190b0f4969b09c3fe4 Issue-ID: CCSDK-936 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2019-01-11Add support for workflow validationAlexis de Talhouët6-16/+105
Also, add support for mock in Kotlin using https://mockk.io/ Change-Id: Ia85e1180e09e9d08a02de515b1cc4158c3bccd5c Issue-ID: CCSDK-717 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-01-11Blueprint exception handler and REST responsesSteve Alphonse Siani11-51/+304
Change-Id: I5727238cd4c3f3f5475c3f3022e56f1acc0d73bf Issue-ID: CCSDK-418 Signed-off-by: Steve Alphonse Siani <alphonse.steve.siani.djissitchi@ibm.com> Signed-off-by: Balazinski <bartosz.balazinski@ibm.com>
2019-01-11Merge "1 Controller Design Studio"Dan Timoney11-2/+708
2019-01-10Merge "Fix Sonar report by creating src/test where miss"Dan Timoney4-0/+83