commit | 4a01363c4634a62946d6f2befe00cbf2d9872d90 | [log] [tgz] |
---|---|---|
author | Oleg Mitsura <oleg.mitsura@amdocs.com> | Thu Jul 23 10:02:43 2020 -0400 |
committer | Oleg Mitsura <omitsura@gmail.com> | Tue Aug 04 03:59:30 2020 +0000 |
tree | 0b771bd43466f98a42bd3f22ec6fed38764f3165 | |
parent | 260b95f2a1fe773bb1e89150164ae2a7c880be04 [diff] |
cds-exec shouldn't return "N/A" as output Issue-ID: CCSDK-2603 * execute-command-logs" should always be a list (in some cases, we had a string causing possible parsing problems) * response-data should be JSON and "N/A" not acceptible. Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: Ie6fceb6e1f4c86bfcdeb7671bacd74b909628096
mvn process-sources -P format
https://github.com/pinterest/ktlint
Before you can build this project, you must install and configure the following dependencies on your machine:
1- Java 8 SDK
2- Node and npm installed
3- Angular CLI & Angular v8
4- MySQL Database
5- maven
mvn clean install
command to install all libraries and dependencies for maven and npm.1- Back-end MS
sdnctl
table in MySQL-Dspring.profiles.active=profile-name
2- Loop-back server: that allow your request to reach the backend from cds-ui
./cds-ui/server/
folder and run the command npm start
3- cds-ui
./cds-ui/designer-client/
folder and run the command npm start
, This command will make sure all the files follow the linting rules and then connect to the loopback server.Front-end you could use vscode
or webstorm
.
Back-end Intellij
with kotlin plugin or any other editor
For more information check the docs
folder.