summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-03-31Merge "changes in resource creation"Dan Timoney3-3/+12
2019-03-31Merge "changes in Propertydata model"Dan Timoney1-2/+2
2019-03-31Merge "Fix logging dependency conflict"Dan Timoney63-296/+228
2019-03-31Merge "Update sshd to 2.2.0"Dan Timoney4-9/+5
2019-03-31Merge "Addressing last review comments"Dan Timoney2-19/+35
2019-03-31Merge "Added Expirimental decorators support"Dan Timoney1-1/+4
2019-03-31Merge "Editor component css changes"Dan Timoney2-3/+17
2019-03-29changes in resource creationSwapnali Shadanan Pode3-3/+12
Change-Id: Ia8dbfdf6e68f131c99b79e4bbc90f5cc9e17b31d Issue-ID: CCSDK-804 Signed-off-by: sp00501638 <sp00501638@techmahindra.com>
2019-03-29changes in Propertydata modelSwapnali Shadanan Pode1-2/+2
Change-Id: I114a90a8d3b4a1fffdd62a4e3027a7acf6e639ce Issue-ID: CCSDK-804 Signed-off-by: sp00501638 <sp00501638@techmahindra.com>
2019-03-29Fix logging dependency conflictAlexis de Talhouët63-296/+228
- use spring logging framework - get rid of EELF - do not get sl4fj transitivly Change-Id: I1d47749b53dca2f3a815a2d9898b7a0388725655 Issue-ID: SDNC-710 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> Signed-off-by: prathamesh morde <prathamesh.morde@bell.ca>
2019-03-29Update sshd to 2.2.0Alexis de Talhouët4-9/+5
Change-Id: I1bc052cfc7681d0f5d6793aa08e2083332ee88b3 Issue-ID: CCSDK-1137 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-03-29Merge "Add Restconf Kotlin script sample"Dan Timoney14-30/+307
2019-03-29Merge "Improve Rest Service API"Dan Timoney2-4/+145
2019-03-29Merge "Update parent to latest"Dan Timoney2-2/+2
2019-03-29Merge "Improve blueprint save"Dan Timoney27-300/+535
2019-03-29Update parent to latestAlexis de Talhouët2-2/+2
Change-Id: I233b7b9955f20abd2100dc6474ed03f510e0a6e8 Issue-ID: SDNC-717 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-03-28Addressing last review commentsottero2-19/+35
Addressing comments done in the last review: https://gerrit.onap.org/r/#/c/83516/ Change-Id: I5bdac316fd07b5a82eea7a67425d8c402514c46a Issue-ID: CCSDK-926 Signed-off-by: ottero <rodrigo.ottero@est.tech>
2019-03-28Added Expirimental decorators supportArundathi Patil1-1/+4
Set ExpirimentalDecorators to true in tsconfig.json to remove the decorators errors across the project Issue-ID: CCSDK-1171 Change-Id: I6a25e0eb02800a3ad19fbf46e957f9683f246746 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-03-28Editor component css changesArundathi Patil2-3/+17
Moved inline css to scss file Issue-ID: CCSDK-1171 Change-Id: I8b3ada234f3bb6e27ca5b211367b5e3fb9dde1ad Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-03-27Enable all modulesAlexis de Talhouët1-2/+2
Change-Id: I8229a31e8bab63a0f82113ce743e4cb26b844a84 Issue-ID: CCSDK-1177 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-03-27Merge "Creating a reusable Restconf client"Dan Timoney4-78/+97
2019-03-27Merge "Added Microservice links to index"Dan Timoney1-2/+6
2019-03-27Merge "Update starter-type"Dan Timoney40-407/+35
2019-03-27Merge "Do not start 2 netty server"Dan Timoney1-27/+6
2019-03-27Merge "Fix cds ui build"Dan Timoney4-5/+4
2019-03-27Merge "Modify template changes"Dan Timoney1-2/+2
2019-03-27Merge "File manager changes"Dan Timoney3-53/+97
2019-03-27Creating a reusable Restconf clientottero4-78/+97
The code in RestconfConfigDeploy.py that was responsible for making the Restconf connections was extracted to another script, making it reusa- ble by other blueprints Change-Id: Ib7d8870f29c76b120ccd3e3e5ba7e13765414269 Issue-ID: CCSDK-926 Signed-off-by: ottero <rodrigo.ottero@est.tech>
2019-03-27Add Restconf Kotlin script sampleMuthuramalingam, Brinda Santh14-30/+307
Change-Id: Ia6196c7e45b1f3d8a3598f858f0d8380a3463ae9 Issue-ID: CCSDK-1080 Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
2019-03-27Improve Rest Service APIMuthuramalingam, Brinda Santh2-4/+145
Change-Id: I4addb046f5e20f36f0c5d810bc547b02a70d4c17 Issue-ID: CCSDK-1137 Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
2019-03-27Improve blueprint saveMuthuramalingam, Brinda Santh27-300/+535
Change-Id: Ibac2ef9cd7e217db809a6a695ea0ee39a6bd2e21 Issue-ID: CCSDK-1137 Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
2019-03-27Update starter-typeAlexis de Talhouët40-407/+35
Change-Id: Ib9ed9aaa75896ad7870778420cd09e997dbbf592 Issue-ID: CCSDK-1181 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-03-27Added Microservice links to indexEzhilarasi1-2/+6
Change-Id: I54279e77e20d9637ea40cd3bb21042cca5e8b6bf Issue-ID: CCSDK-917 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-03-26Do not start 2 netty serverAlexis de Talhouët1-27/+6
As webflux is enable through maven dependency, just configure the netty server provided rather than created a new one. Change-Id: I9aff7848b08b219f9f453a522fbc5608e6e5714c Issue-ID: CCSDK-1182 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-03-26Fix cds ui buildAlexis de Talhouët4-5/+4
Change-Id: I0ce7472367348f044ef81f49613876083a2332ff Issue-ID: CCSDK-1177 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-03-26Modify template changesArundathi Patil1-2/+2
Enabled deploy and publish buttons Issue-ID: CCSDK-1171 Change-Id: I74cc9f4ce6a07d969a85427a67b3f052e0d70520 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-03-26File manager changesArundathi Patil3-53/+97
File/Folder-add/delete feature changes Issue-ID: CCSDK-1171 Change-Id: I23c548f4c097e2155cd2f99528f4d8c1a1dcc88f Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-03-26Implementing the requested improvementsottero13-131/+134
Addressing comments done in https://gerrit.onap.org/r/#/c/82315/ and in the subsequent CDS weekly call. (Resubmitting patch done on previous repo, https://gerrit.onap.org/r/#/c/83063/) Change-Id: I6f948dedf972c33ea6fe0f65884f23cd48adcfba Issue-ID: CCSDK-926 Signed-off-by: ottero <rodrigo.ottero@est.tech>
2019-03-26Merge "CDS-SDC Listener application"Dan Timoney6-29/+158
2019-03-26Merge "Add workflow output processing"Dan Timoney11-101/+132
2019-03-26Merge "Improve initial data load"Dan Timoney19-562/+502
2019-03-26Merge "Add output enrichment validation"Dan Timoney5-77/+204
2019-03-26Merge "Content for CDS Microservices"Dan Timoney3-0/+31
2019-03-26Merge "Added MS to CDS index"Dan Timoney1-0/+4
2019-03-26Merge "search-template change"Dan Timoney1-2/+4
2019-03-26Merge "File/folder add/delete"Dan Timoney3-6/+128
2019-03-25CDS-SDC Listener applicationprathamesh morde6-29/+158
-Added logic to parse the CBA archive from CSAR package. Issue-ID: CCSDK-349 Change-Id: I9aaf3a3c9298ccbb40fa9b7945ff1a20b66c2c17 Signed-off-by: prathamesh morde <prathamesh.morde@bell.ca>
2019-03-25Add workflow output processingMuthuramalingam, Brinda Santh11-101/+132
Change-Id: Ie1ff465e7fba07bc5280166275a9109fbdded379 Issue-ID: CCSDK-1175 Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
2019-03-25Improve initial data loadMuthuramalingam, Brinda Santh19-562/+502
Change-Id: I5358b4a4900858bfefea429cf0a1e260d2dcd19a Issue-ID: CCSDK-1137 Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
2019-03-25Add output enrichment validationMuthuramalingam, Brinda Santh5-77/+204
Change-Id: Iad7f2ef5a5cdfee3acd6104653c1a6fbb928bacb Issue-ID: CCSDK-1175 Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>