commit | 97c07491d6dfb1fca6e4aeebaf7318324c1d3eb4 | [log] [tgz] |
---|---|---|
author | Frank Kimmlingen <frank.kimmlingen@telekom.de> | Tue Mar 21 16:18:16 2023 +0100 |
committer | Frank Kimmlingen <frank.kimmlingen@telekom.de> | Wed Mar 29 07:45:50 2023 +0000 |
tree | 754d0c92e6d3b9dc653dfa58006d44687df0eac9 | |
parent | 4d906e5210c570678bba6db82d85b16ff2ebaaf8 [diff] |
K8sPlugin: support UAT functionality K8sAbstractRestClientService and all derived classes K8sQueryRestClient K8sRbInstanceRestClient K8sDefinitionRestClient K8sUploadFileRestClientService does not support the spy / verify functionality of UatExecutor / UatServices Issue-ID: CCSDK-3872 Signed-off-by: Frank Kimmlingen <frank.kimmlingen@telekom.de> Change-Id: Iee30f48e9d86efd07a2ab6dde0d5743e4657934f
Before you can build this project, you must install and configure the following dependencies on your machine:
Run mvn clean install
command to install all libraries and dependencies for the maven and npm. Run mvn clean install -Pdocker
command to install all libraries and create below docker images.
Note: Run mvn clean install -Pdocker -Ddocker.skip.push=true
to build but skip pushing docker image.
Back-end MS
Create
sdnctl
table in MySQL
(Optional) You could run the project in a specific profile(dev, local) by adding-Dspring.profiles.active=profile-name
Loop-back server:
That allow your request to reach the backend from cds-ui
Move to./cds-ui/server/
folder and run the commandnpm start
cds-ui
Move to
./cds-ui/designer-client/
folder and run the commandnpm 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: CDS Docs
mvn process-sources -P format
Reference: ktlint docs | ktlint codebase