summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-10-09Change the Version of the Parent POMGuangrong Fu2-2/+2
Change-Id: I426f2bd97dc460daae0e004b79e369a4c297718c Issue-ID: HOLMES-52 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-10-09Change the Dependency VersionGuangrong Fu1-2/+2
Change the oparent version to 0.1.1 Change the version of the module to 1.0.0 Change-Id: Ide80fd8fa401f360f6f7ec72f9a12ee4b20bfd98 Issue-ID: HOLMES-52 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-10-09Change the Docker Version to 1.0.0Guangrong Fu1-1/+1
Change-Id: I242c73ab37b24188c9f2c1eb160059774592e0b6 Issue-ID: HOLMES-52 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-09-28add cleared type in vesAlarmShiwei Tian1-0/+1
Issue-ID: HOLMES-29 Change-Id: I46bb9f7acea7e5a51ab6c901d6cfa724732c6031 Signed-off-by: Shiwei Tian <tian.shiwei@zte.com.cn>
2017-09-25modify method extractVesAlarm to privateShiwei Tian1-1/+1
Issue-ID: HOLMES-29 Change-Id: I78e71282953c6859a520a707d9a559e27f0441c6 Signed-off-by: Shiwei Tian <tian.shiwei@zte.com.cn>
2017-09-16Register the Service Using MSB SDKGuangrong Fu4-55/+34
Change-Id: I265a2da3f49656130d0226805782b458942a2451 Issue-ID: HOLMES-45 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-09-14Change the Version of Lombok to 1.16.8Guangrong Fu1-1/+1
Change-Id: I6d56c8694011e38f26b0913505376b9f2236a713 Issue-ID: HOLMES-46 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-09-14Add the Health Check InterfaceGuangrong Fu1-0/+42
Change-Id: I18a45594a9bc762aaefca2c0d12369907769e504 Issue-ID: HOLMES-51 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-09-12add dmaap response convert testShiwei Tian1-0/+338
Issue-ID: HOLMES-29 Change-Id: Idaffce3f03288715cee3909fb7e29268ff6540c2 Signed-off-by: Shiwei Tian <tian.shiwei@zte.com.cn>
2017-09-12Add dmaap response convertShiwei Tian2-0/+198
Issue-ID: HOLMES-29 Change-Id: Ie5f7c772db16ed8b9568105310783c9a734fe478 Signed-off-by: Shiwei Tian <tian.shiwei@zte.com.cn>
2017-09-08Cleanup project's name in SonarJessica Wagantall1-1/+1
The name parameter in the root pom.xml should match the project name in gerrit to reflect consistency in Sonar. Change-Id: I83bbde163e9ad91e6c5b7c1fa24ddc15efb3cf05 Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-09-07Add HOSTNAME to the DockerfileGuangrong Fu1-0/+2
Change-Id: If36172b197ce35c8e54636487de1b318541c449e Issue-ID: HOLMES-45 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-09-06Change the API PathGuangrong Fu2-2/+2
Change the API path from onapapi to api Change-Id: Ie4ea49e2f9531044399a3d98513d6f96ee866c98 Issue-ID: HOLMES-39 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-08-30Merge "Change the parent in the pom.xml to oparent"tang peng1-3/+1
2017-08-30Change the parent in the pom.xml to oparentGuangrong Fu1-3/+1
Change the parent in the pom.xml to oparent Change-Id: I28166c8f30cab92f1f0616740f3e8cfe2aa1dd34 Issue-ID: HOLMES-35 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-08-30Merge "Modify the configuration files"tang peng5-8/+8
2017-08-30Merge "Initialize the App and Config Class"tang peng2-0/+109
2017-08-29Modify the configuration filesGuangrong Fu5-8/+8
Modify the shell and cmd scripts. Modify the docker file. Change-Id: I9f86cd0e414be59c941f277858ddfc2039f34747 Issue-ID: HOLMES-29 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-08-29Initialize the App and Config ClassGuangrong Fu2-0/+109
Create DmaapDsaActiveApp.java Create DmaapDsaConfig.java Change-Id: Idbc3c1c8306e97ad0d4eb0941d498df591a1f3eb Issue-ID: HOLMES-29 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-08-27Merge "Change the command line from CMD to ENTRYPOINT"tang peng1-1/+1
2017-08-26Change the command line from CMD to ENTRYPOINTGuangrong Fu1-1/+1
ENTRYPOINT as a substitute of CMD Change-Id: Iec6f1fd4d94ac19bb319a78115e0bb026bb594e8 Issue-ID: HOLMES-42 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-08-24Add the verion explicitlyGuangrongFu1-0/+1
Add the version info to the pom file Change-Id: I8220a188b63bc84459e240975c869668a43126fb Issue-ID: HOLMES-41 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
2017-08-24Add version.propertiesGuangrongFu1-0/+13
Add version.properties for *-release-version jobs Change-Id: I8b4c7995760dfca31bd8b329df36037b40a610af Issue-ID: HOLMES-41 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
2017-08-23Add a Dockerfile for Docker-makingGuangrong Fu3-152/+263
Change the package file from *.zip to *.tar.gz for Linux Add a Dockerfile Change-Id: I2cd74c9e06caefa7a17d22279e6d1b7ffcd1d62b Issue-ID: HOLMES-39 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-08-07Unify the name of the relevant artifactsGuangrong Fu1-1/+1
Change the name of the artifacts to dmaap-dsa-standalone Change-Id: I079afac178f5f526f210321f872d41e03bc72b82 Issue-ID: HOLMES-31 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-08-07Create directories for DSAGuangrong Fu14-0/+1569
Initialize the project directory Change-Id: I056beb882cb1014ec818c6cb9821b9285b4fe76a Issue-ID: HOLMES-31 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-06-28Initial empty repositoryJessica Wagantall0-0/+0