summaryrefslogtreecommitdiffstats
path: root/docs/submodules/ccsdk/dashboard.git
AgeCommit message (Collapse)AuthorFilesLines
2019-09-10Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/dashboard.git from branch 'master' to 2ac46fd53461288d5d99a9c0ebb8a3a5216db2a7 - Merge "Fix errors in INFO.yaml" - Fix errors in INFO.yaml Fix errors in INFO.yaml file Change-Id: I5a09160c79b554827b186eae985d2ac5779ad5d4 Issue-ID: CCSDK-1696 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-09Update git submodulesanushadasari1-0/+0
* Update docs/submodules/ccsdk/dashboard.git from branch 'master' to 70638d1eb225acbc61e00ddbf9356aef38e8f143 - Major- Replace comparison Operators The == and != operators do type coercion before comparing values. This is bad because it can mask type errors. For example, it evaluates ' \t\r\n' == 0 as true. It is best to always use the side-effect-less === and !== operators instead. Issue-ID: CCSDK-1583 Change-Id: I202ada53b472542261ee69623ea72b52005fdfab Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-08-09Update git submodulesanushadasari1-0/+0
* Update docs/submodules/ccsdk/dashboard.git from branch 'master' to 86a2c9e15470079d818b37d01fb01771e951622e - Sonar- blueprint-controllers.js Add a semicolon at the end of this statement. Remove the useless trailing whitespaces at the end of this line. Change-Id: Iae0434b07bcc713794164079f626e781e1de844d Issue-ID: CCSDK-1582 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-07-31Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/dashboard.git from branch 'master' to 1f6974b83c94c9760128ff7f02b713c0ec82787a - Merge "Exclude external js libs from sonar" - Exclude external js libs from sonar Exclude external js libraries from sonar code coverage scan. Change-Id: I9d2e255a3314d4a9d218cdbe8af8210dd47cbf81 Issue-ID: CCSDK-1561 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-07-30Update git submodulesanushadasari1-0/+0
* Update docs/submodules/ccsdk/dashboard.git from branch 'master' to 78e935b3e0e22b08890883f517232272b8348d72 - Major- Remove unused function parameter "response" Unused parameters are misleading. Whatever the values passed to such parameters,the behavior will be the same. Issue-ID: CCSDK-1555 Change-Id: I5a90b7650c7291ca5d4d64943570f72c44b96c08 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-07-29Update git submodulesBrinda Santh Muthuramalingam1-0/+0
* Update docs/submodules/ccsdk/dashboard.git from branch 'master' to 3bd28cf1c70fcdd482a0308fc449ac71d3963781 - Merge "CCSDK-1542 -junits for ServiceAlreadyDeactivatedException.java" - CCSDK-1542 -junits for ServiceAlreadyDeactivatedException.java junits for ServiceAlreadyDeactivatedException.java Issue-ID: CCSDK-1542 Change-Id: I1db51b2c34154e53968a636647985130848dc737 Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-07-29Update git submodulesBrinda Santh Muthuramalingam1-0/+0
* Update docs/submodules/ccsdk/dashboard.git from branch 'master' to 7192c63bfd1b9cce3345a509d97f7c177d71cb13 - Merge "CCSDK-1543 -junits for ServiceNotFoundException.java" - CCSDK-1543 -junits for ServiceNotFoundException.java junits for ServiceNotFoundException.java Issue-ID: CCSDK-1543 Change-Id: I8e1786d40df7f659aefe090e148dee33cecf2248 Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-07-29Update git submodulesanushadasari1-0/+0
* Update docs/submodules/ccsdk/dashboard.git from branch 'master' to c357963bb0515aed63ce06bd939379c0f382421f - SonarFix-Remove declaration of thrown exception Remove the declaration of thrown exception 'java.lang.Exception', as it cannot be thrown from method's body Issue-ID: CCSDK-1531 Change-Id: I64421278bf413954eb6ce5456fcd4b6766655dc6 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-07-26Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/dashboard.git from branch 'master' to 5efb3b2e9039c9cfca2679a4c152f6e230cd7d1f - Merge "CCSDK-1539-junits for DashboardControllerException.java file" - CCSDK-1539-junits for DashboardControllerException.java file junits for DashboardControllerException.java file Issue-ID: CCSDK-1539 Change-Id: I7dd6e4bb6ec0a9b871d9dba7ad5e93d2e2e7bf82 Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-07-26Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/dashboard.git from branch 'master' to b299511469034d178feda21594f9c97932578ad3 - Merge "CCSDK-1528 - junits for BlueprintParseException.java" - CCSDK-1528 - junits for BlueprintParseException.java junits for BlueprintParseException.java Issue-ID: CCSDK-1528 Change-Id: Ib4d49588e19e3a5bde3ea50fe54f0a6ff21bc317 Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-07-26Update git submodulesBrinda Santh Muthuramalingam1-0/+0
* Update docs/submodules/ccsdk/dashboard.git from branch 'master' to 1389a99971faab450ea1e33728aab788343d98e7 - Merge "CCSDK-1536 -return this expression instead of assigning it to the temporary variable" - CCSDK-1536 -return this expression instead of assigning it to the temporary variable return this expression instead of assigning it to the temporary variable Issue-ID: CCSDK-1536 Change-Id: Ib0e7970585978e84189b5c71f2fd9c6c6c74eab8 Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-07-26Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/dashboard.git from branch 'master' to 65069d959fc753d1de10f74661d9f523a8882539 - Merge "CCSDK-1538 -Move this constructor to comply with Java Code Conventions" - CCSDK-1538 -Move this constructor to comply with Java Code Conventions Move this constructor to comply with Java Code Conventions Issue-ID: CCSDK-1538 Change-Id: I10ac0c405f137cc8bda607bf08cc7476ebd472f0 Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-07-26Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/dashboard.git from branch 'master' to f224f5106aca1158587b67c7e6fd3986108a3480 - Merge "CCSDK-1537 -add @override annotation above method signature" - CCSDK-1537 -add @override annotation above method signature add @override annotation above method signature Issue-ID: CCSDK-1537 Change-Id: I13007066ea3545791c1fdf399b610118d0d09d48 Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-07-26Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/dashboard.git from branch 'master' to 2d42a66e8d775342dee0fcf7e42d1bcd967b3180 - Merge "CCSDK-1532 -junits for ControllerOpsTools.java file" - CCSDK-1532 -junits for ControllerOpsTools.java file junits for ControllerOpsTools.java file Issue-ID: CCSDK-1532 Change-Id: Idb4c7b85895f20120cb90e9a2ad1e9661d67590c Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-07-26Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/dashboard.git from branch 'master' to 00d49090dc4d724b10d13adaa43b70cf93a5e35e - Merge "CCSDK-1530 -junits for ServiceTypeActiveException.java file" - CCSDK-1530 -junits for ServiceTypeActiveException.java file junits for ServiceTypeActiveException.java file Issue-ID: ccsdk-1530 Change-Id: I81e3f6d2d0d8579d98bdceadf1fa983edad51646 Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-07-26Update git submodulesThugutla Sailakshmi1-0/+0
* Update docs/submodules/ccsdk/dashboard.git from branch 'master' to e5fa3e911521a7434351a79b5208fbde65c73ea1 - CCSDK-1529 -junits for ServiceTypeAlreadyDeactivatedException.java file junits for ServiceTypeAlreadyDeactivatedException.java file Issue-ID: CCSDK-1529 Change-Id: I56c1e014cd8e5484a88224ac70fe77ebc1d86f13 Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-07-25Update git submodulesanushadasari1-0/+0
* Update docs/submodules/ccsdk/dashboard.git from branch 'master' to 012a708f46586b7cdc64870fd1f5360550771fcc - SonarFix- Removing Whitespaces Trailing whitespaces are simply useless and should not stay in code. They may generate noise when comparing different versions of the same file. Issue-ID: CCSDK-1516 Change-Id: Ic84d3682bb4c72062a9c33632e07760e76dcaf5f Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-07-25Update git submodulesanushadasari1-0/+0
* Update docs/submodules/ccsdk/dashboard.git from branch 'master' to db624f8bc59f3b1dca5822dbc26e1431a41a643c - sonar fix- Add a semicolon at the end of this statement. In JavaScript, the semicolon (;) is optional as a statement separator, but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line. Issue-ID: CCSDK-1515 Change-Id: I64e50083b9b0fe40fa0ba32723e30adb0dbce08e Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-07-18Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/ccsdk/dashboard.git from branch 'master' to 5e44bf4c13b92fd35371c7ea4471e07b88006c61 - Fix master build failure master branch builds were failing due to errors in one of the pom.xml files Change-Id: Ic66adf654303e3664dd46bdd7ee7220c0f107b97 Issue-ID: CCSDK-1378 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-06-03Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/ccsdk/dashboard.git from branch 'master' to 8a71ae1abd086046b913fc4a645d5b691e51f018 - Fix build failure Fix build failure - problem seems to be that one pom's version is wrong and that pom does not have a parent. Change-Id: I7f33bf572ce9f4213279217ea892eab6807cf32a Issue-ID: CCSDK-1378 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-05-29Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/ccsdk/dashboard.git from branch 'master' to c0d9bbcaa3a1b9d990f6658953523b177c488ad9 - Roll to El Alto version Roll to El Alto version (1.2.0-SNAPSHOT) Change-Id: If6ed958ab362ef8919f8e590a54f02f8639aaa0c Issue-ID: CCSDK-1362 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-05-20Update git submodulesKotagiri, Ramprasad (rp5662)1-0/+0
* Update docs/submodules/ccsdk/dashboard.git from branch 'master' to fd5048d6050207cc60ac5155a9a6c87a182fb524 - Update POM files to allow maven deploy process Remove instruction in POM files that was skipping mvn deploy step. Build artifacts are allowed to be deployed in deploy phase. Issue-ID: CCSDK-1011 Change-Id: Ibe924291607ada34ac60f912fe377df6ea4bd2cd Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
2019-05-16Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/ccsdk/dashboard.git from branch 'master' to 2e025b025626d2d638d0699f23af726bb7b78710 - Revert change of oparent version New staging method does not work, since this repo sets slip=true in deploy plugin. Reverting to oparent 1.2.3 to restore staging plugin for now, but this needs to be fixed for El Alto, since staging plugin is no longer supported. Change-Id: If9bb6fdadec7a4b3134765395451c30d5e851e52 Issue-ID: CCSDK-1334 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-05-15Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/ccsdk/dashboard.git from branch 'master' to a0186c65dc7c2b64353ab2f03e3432f589de0051 - Disable staging plugin Upgrade to oparent 2.0.0 to disable staging plugin. Change-Id: I66ac8930f30fd6bfe1ded0c26d9a68cda456e128 Issue-ID: CCSDK-1334 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-05-13Update git submodulesKotagiri, Ramprasad (rp5662)1-0/+0
* Update docs/submodules/ccsdk/dashboard.git from branch 'master' to 646fb75dbedd44a769faeb1c1ca075dc3a932883 - Update POM to set EPSDK 2.5.0 release version set dependency <epsdk.version>2.5.0</epsdk.version> Issue-ID: CCSDK-1011 Change-Id: I3ce55dbae4f58b0b892b0039d25cbec6bdaf14b1 Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
2019-05-09Update git submodulesKotagiri, Ramprasad (rp5662)1-0/+0
* Update docs/submodules/ccsdk/dashboard.git from branch 'master' to 82be31b8817c8070d5eff1f998098ee476c156ed - Add API specification html page into deployment REST API specification html page included Removed ECOMPC application name from create blueprint screen Issue-ID: CCSDK-1011 Change-Id: Id4b50f91ec7d15a4b7e10c4e775e26fb2850c933 Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
2019-04-16Update git submodulesKotagiri, Ramprasad (rp5662)1-0/+0
* Update docs/submodules/ccsdk/dashboard.git from branch 'master' to f067b587f817d91d6715c348233240b59b5df2ef - update ca certs trust store Update docker container script to update DCAE ca cert Fix the page title on the landing page Issue-ID: CCSDK-1011 Change-Id: I7e09b43d5cd6e25b242dfdd2c6c1c0819013e1fc Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
2019-04-10Update git submodulesKotagiri, Ramprasad (rp5662)1-0/+0
* Update docs/submodules/ccsdk/dashboard.git from branch 'master' to 1efaa9b5667ba11907beb849bf55f14c5927e35e - Fix for spring auto-wiring issue Loaded app properties Configuration class into the web application context. This was done to ensure that the application properties are read into the Spring Environment before it is accessed by other beans. Issue-ID: CCSDK-1011 Change-Id: I8ab840b51cc09c0095f53f8e124ca4f1fa896a73 Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
2019-04-09Update git submodulesKotagiri, Ramprasad (rp5662)1-0/+0
* Update docs/submodules/ccsdk/dashboard.git from branch 'master' to a7f82864a237478cab07dbbbb227b933ceda32c6 - copy war file in Docker image Add build argument in POM to set the ARG used in Dockerfile. Issue-ID: CCSDK-1011 Change-Id: Ie8181b8bf19770e39a8358149a29e9bfc5ce1a86 Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
2019-04-08Update git submodulesKotagiri, Ramprasad (rp5662)1-0/+0
* Update docs/submodules/ccsdk/dashboard.git from branch 'master' to eef2f88f3e59bc4e107c37ca13c3a339b2d272b7 - Fix issue with copying war file in Docker image Update Dockerfile to change instruction from ADD to COPY Issue-ID: CCSDK-1011 Change-Id: Ieda015fa26e47193fa4e6e41752eb84004ebd7f0 Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
2019-04-04Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/ccsdk/dashboard.git from branch 'master' to d637dfd1c4e3f918e14536e11a1ce40e8d7fb6eb - Skip enforcer rules Skip enforcer rules to allow release and docker builds to succeed with dependency on portal snapshot release. Change-Id: I8a41113caa71450aa27646c33f4ed0fb79e3c972 Issue-ID: CCSDK-1011 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-04-03Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/ccsdk/dashboard.git from branch 'master' to 1b1086659c8a3c31b29e3275f1636d50ef4ac71b - Update to use fabric io docker plugin Update to use fabric io docker plugin to create docker image Change-Id: I6b068a3224bf9af9cc8c3b2e43dbb3af377d54b7 Issue-ID: CCSDK-1011 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-04-02Update git submodulesKotagiri, Ramprasad (rp5662)1-0/+0
* Update docs/submodules/ccsdk/dashboard.git from branch 'master' to cea8d3ee9628be96730b8473813cbbd7ca9360dd - Update POM for maven dockerfile plugin push target This update addresses the issue for docker push. dockerfile-maven-plugin configuration expects the docker login credentials to be present in the maven settings file. <servers> <server><id>nexus3.onap.org:10003</id><username></username><password></password></server> </servers> Issue-ID: CCSDK-1011 Change-Id: I8a700336805e997f3094d87f8e10756258fe96fa Signed-off-by: ramprasad kotagiri <rp5662@att.com>
2019-03-31Update git submodulesKotagiri, Ramprasad (rp5662)1-0/+0
* Update docs/submodules/ccsdk/dashboard.git from branch 'master' to 373f8bff584b00ebe3e8c018e4971e5611fa9be6 - Update config for dockerfile maven plugin Turn off googleContainerRegistryEnabled in dockerfile maven plugin Issue-ID: CCSDK-1011 Change-Id: Ieb5a3919015945794fff34dfc8536fae0488ecad Signed-off-by: ramprasad kotagiri <rp5662@att.com>
2019-03-29Update git submodulesKotagiri, Ramprasad (rp5662)1-0/+0
* Update docs/submodules/ccsdk/dashboard.git from branch 'master' to f6c222cd642ea9e3fab7a502ad74ca955cb4b2b4 - Docker container implementation This change contains following items: 1) Update b2b-library.js to remove non-compliant code 2) Format source code for ccsdk-app-os module 3) Add Dockerfile and artifacts to create docker container 4) Update POM files for docker maven plugin and version changes Issue-ID: CCSDK-1011 Change-Id: Iae93b32e1d8c2e7b911b044bc07bba6b720742a5 Signed-off-by: ramprasad kotagiri <rp5662@att.com>
2019-03-22Update git submodulesKotagiri, Ramprasad (rp5662)1-0/+0
* Update docs/submodules/ccsdk/dashboard.git from branch 'master' to f4231f30d53e192e15906245a8dd0e6ef42198e1 - Java unit test code This change contains the following: 1) Added Junit classes for java unit testing and code coverage 2) Refactored code to use Spring autowiring of service class instances 3) Updated icons to match the available font icons library 4) Added back ccsdk-app-os module in the parent POM Change-Id: I545202357eb1c8257ee29e0f5a02aa37991b2673 Issue-ID: CCSDK-1011 Signed-off-by: ramprasad kotagiri <rp5662@att.com>
2019-03-18Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/ccsdk/dashboard.git from branch 'master' to b46d863e9e5db30291034e8740291c70875f1f5f - Resolve security issues This change contains the following fixes: 1) Updated ccsdk/dashboard to use ONAP's oparent parent pom 2) Removed <version> tag from dependencies managed by oparent, where feasible (e.g. not spring, since oparent uses Spring 5 and dashboard is based on Spring 4) 3) Updated versions of third party libraries as needed to address vulnerabilities found in nexus IQ scan. 4) Added missing license headers in source files to resolve checkstyle error from oparent. 5) Fixed indentation (tab -> 4 spaces) to resolve oparent checkstyle warning. Change-Id: Ib92d5ef86dbdb78c270d0901cc0753cd5a78eb6e Issue-ID: CCSDK-1167 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-03-14Update git submodulesramprasad kotagiri1-0/+0
* Update docs/submodules/ccsdk/dashboard.git from branch 'master' to 2e98a6c64dcdc0891f3729abb045115b790a2c54 - Latest code base Change-Id: I9549091ebeeabcef2d7af7d91cc394d8371e496b Issue-ID: CCSDK-1011 Signed-off-by: ramprasad kotagiri <rp5662@att.com>
2018-03-07Updated git submodulesHong Guan1-0/+0
Project: ccsdk/dashboard master 3df51c6bb79df182be4f0f1bac20bde75f434494 Fix dashboard repo issue Change-Id: I264bc0ec06bc308816bd96982efdfef28264978c Issue-ID: CCSDK-196 Signed-off-by: Hong Guan <hg4105@att.com>
2018-02-28Updated git submodulesJessica Wagantall1-0/+0
Project: ccsdk/dashboard master 8e60d8171fd7e42c4a2089f50ce751a695dab018 Add INFO.yaml file Add INFO.yaml to list: - Project description - Properties - PTL information - Meeting information - Committer information Change-Id: I825757d488a38585fa4ee8050f38949836ab1a31 Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-10-09Updated git submodulesNicolas Hu1-0/+0
Project: ccsdk/dashboard master 0d7b5be02c42f97257d79d84809b51ab6a58e6ea ccsdk/dashboard: Doc Structure Update 2 Change-Id: I87573e15b04766cb49029f44e33a1cefdb796359 Issues-Id: CCSDK-109 Signed-off-by: Nicolas Hu <jh245g@att.com>
2017-10-09Updated git submodulesNicolas Hu1-0/+0
Project: ccsdk/dashboard master f73ff221db773d202d30981f1edc479cf6ff62cf ccsdk/dashboard: Doc Structure Update Change-Id: I1f83c361309ab8fca3f397983209332caad263b6 Issues-Id: CCSDK-109 Signed-off-by: Nicolas Hu <jh245g@att.com>
2017-10-09Updated git submodulesNicolas Hu1-0/+0
Project: ccsdk/dashboard master 377afe4c323a54cbcaf97f7a6f6be67ce08cc7ad Update documentation for ccsdk/dashboard Change-Id: I2ccf21e56fa3163cb98e3b5d82f6915e50ae00f5 Issues-Id: CCSDK-109 Signed-off-by: Nicolas Hu <jh245g@att.com>
2017-10-06Updated git submodulesNicolas Hu1-0/+0
Project: ccsdk/dashboard master d9503e2423f66edc1923afe678807d97b74b2b02 Refactor CCSDK/Dashboard project: Add git files Change-Id: I92b6ccb444adf6ce38eb42ae3cce11bdab380ffa Issues-Id: CCSDK-111 Signed-off-by: Nicolas Hu <jh245g@att.com>
2017-10-06Updated git submodulesNicolas Hu1-0/+0
Project: ccsdk/dashboard master c19189718469498377b194eea2f9a247bb79c4f9 Refactor CCSDK/Dashboard project Change-Id: I34451fbebbe7bbaaf1cd23aed5cef0f9a9ba37b7 Issues-Id: CCSDK-111 Signed-off-by: Nicolas Hu <jh245g@att.com>
2017-10-05Updated git submodulesNicolas Hu1-0/+0
Project: ccsdk/dashboard master d6c693de3070a6cd470356541324468d9fa42c59 Fix the license issues for dashboard project Change-Id: Ia77a71c730f44577af7861e5d6e5d5524b8980dd modified: the oom-app-os/pom.xml Issues-Id: CCSDK-110 Signed-off-by: Nicolas Hu <jh245g@att.com>
2017-10-03Updated git submodulesNicolas Hu1-0/+0
Project: ccsdk/dashboard master 37479449b88eb7ceb32ffae4a9005c77a1a5f5f2 Add title for ccsdk/ dashboard document. modified: the docs/index.rst Issues-Id: CCSDK-109 Change-Id: Icf8f2cf1ea7b89d5c3578e47dc4632ee09904f72 Signed-off-by: Jun Hu <jh245g@att.com> Signed-off-by: Nicolas Hu <jh245g@att.com>
2017-09-28Resync submodules to head of masterRich Bennett1-0/+0
Change-Id: I9f998081caa0f2a30714b82cf6ac5f9e1b91f2c1 Issue-ID: DOC-92 Signed-off-by: Rich Bennett <rb2745@att.com>
2017-09-28Add ccsdk projectsxg353y1-0/+0
Change-Id: I5b8ce6f3794fb4ae41b7d949581049c454c59fdb Signed-off-by: xg353y <xg353y@intl.att.com> Issue-ID: CCSDK-107