summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-09-06Change the Data Type of Some FieldsGuangrong Fu2-2/+2
Change-Id: I7e08805477983ad7956a5ee2f7e79cb6f80bd365 Issue-ID: HOLMES-39 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-09-02Introduce MSB Java SDKGuangrong Fu4-11/+92
Add the registration logic using MSB Java SDK Add corresponding unit test codes Add dependencies into pom.xml Change-Id: I4c003c3585702d4956855f62c7ce341bc66b07f4 Issue-ID: HOLMES-48 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/+6
2017-08-30Change the parent in the pom.xml to oparentGuangrong Fu1-3/+6
Change the parent in the pom.xml to oparent Add the MSB SDK as a dependency Change-Id: Idf83a0201356b69ac93e5250cb2144ed7c16ab78 Issue-ID: HOLMES-35 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-08-24Add version.propertiesGuangrongFu1-0/+13
Add version.properties for *-release-version jobs Change-Id: I619e2e12dcd9051adf329778b6b035fb1424f433 Issue-ID: HOLMES-41 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
2017-08-17Initialize the publisherGuangrong Fu1-0/+62
Add a new class for the publisher Change-Id: Ie487dfd239b9ebbb2644bae178db949dee02d96f Issue-ID: HOLMES-30 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-08-15Add a new entity for message publishingGuangrong Fu1-0/+53
Add a new message entity. Change-Id: Idb2723b9a8de860fd00b04e9501a9b42483e312f Issue-ID: HOLMES-30 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-08-15Create entities and classesGuangrong Fu2-0/+98
Create a class for subscription. Create an entity class (VesAlarm). Change-Id: I5fc952d841325f51e0c03bb5a9eab3fde5389128 Issue-ID: HOLMES-23 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-08-07Add DCAE configuration parsing toolsGuangrong Fu6-0/+363
Add DCAE configurations parsing classes. Add corresponding unit test codes. Change-Id: I7711ede272d470af9a596539691ac224cf96fd5d Issue-ID: HOLMES-25 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-08-07Change the package name from openo to onapGuangrong Fu2-6/+7
Change the package name & maven from openo to onap Change the group id from actions to common Change-Id: Ic60e93e4f25a2640f33c93469b18ac63b9c7235e Issue-ID: HOLMES-10 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-08-02Change the package name from openo to onapGuangrong Fu57-332/+942
Change the package name & maven from openo to onap Change-Id: I9c1fcaaa1c357fbd2b5c3bc2108d7cebd2b0ffc6 Issue-ID: HOLMES-10 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-04-01Fix sonnar obstructionv2.0.0release/mercuryyoubowu1-0/+1
Change-Id: I668d90ab1e7a160b84768c20e076b24d1d5106d6 Issue-ID: HOLMES-52 Signed-off-by: 6092002067 <wu.youbo@zte.com.cn>
2017-03-24Add i18n for the sake of clarity60920020673-0/+3
Issue-ID: HOLMES-52 Change-Id: I29e0d463b1a5e3c131bceff9fcb1167e813696b0 Signed-off-by: youbowu <wu.youbo@zte.com.cn>
2017-03-14Add UT for actions60920020673-7/+8
Change-Id: Ic2dd7c4326111d9d3b8565a6b7e83b4f46bc197d Issue-ID: HOLMES-50 Signed-off-by: youbowu <wu.youbo@zte.com.cn>
2017-03-14Add UT for actions60920020673-3/+112
Issue-ID: HOLMES-50 Change-Id: I295a72e8a8b522e48e43b8ee32152bdf71656e4d Signed-off-by: youbowu <wu.youbo@zte.com.cn>
2017-03-11Add log for debuggeryoubowu3-1/+18
Issue-ID: HOLMES-50 Change-Id: I16caea89fb8c5a9a33e73c089a613f1ff2422889 Signed-off-by: youbowu <wu.youbo@zte.com.cn>
2017-03-11Add log for debuggeryoubowu2-2/+2
Issue-ID: HOLMES-50 Change-Id: Ia082df5637b7c59813945d5ee55b8524db014f5b Signed-off-by: youbowu <wu.youbo@zte.com.cn>
2017-03-11Change the URL for MSB RegistrationGuangrongFu1-1/+1
Change-Id: I834f6fabfe86024ed73adc2c0ec16fe6f42a5462 Issue-ID: HOLMES-50 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
2017-03-11Modify the MSB Registration LogicGuangrongFu3-65/+53
Change-Id: I2b223b3d5b6b377abd21fe77ed2c2eaa4fdacf71 Issue-ID: HOLMES-50 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
2017-03-11Add log for debuggeryoubowu1-18/+32
Issue-ID: HOLMES-50 Change-Id: I18a6397aa68f521bdce964a123ab0daebe09e4dd Signed-off-by: youbowu <wu.youbo@zte.com.cn>
2017-03-10Add start registering service with threadyoubowu1-2/+0
Issue-ID: HOLMES-50 Change-Id: I7c1aeb6c9aab178b4b52575aa801c4ab0885dd06 Signed-off-by: youbowu <wu.youbo@zte.com.cn>
2017-03-10Merge "Add start registering service with thread"Guangrong Fu2-10/+49
2017-03-10Add start registering service with threadyoubowu2-10/+49
Issue-ID: HOLMES-50 Change-Id: I614d5337884da9e87ee1c2b63fe1a097fe430579 Signed-off-by: youbowu <wu.youbo@zte.com.cn>
2017-03-09Merge "Add the static variable HTTP"Guangrong Fu3-2/+4
2017-03-09Add the static variable HTTPyoubowu3-2/+4
Issue-ID: HOLMES-50 Change-Id: I4fad7c622f4aada0657f60063f38ce3f624611a2 Signed-off-by: youbowu <wu.youbo@zte.com.cn>
2017-03-09Merge "Modify port"Guangrong Fu3-13/+17
2017-03-09Modify portyoubowu3-13/+17
Issue-ID: HOLMES-50 Change-Id: I872a0def568da1be5d98b042b932f13e02c5f3df Signed-off-by: youbowu <wu.youbo@zte.com.cn>
2017-03-09Merge "Fix micro service status code"Guangrong Fu2-4/+3
2017-03-09Fix micro service status codeyoubowu2-4/+3
Issue-ID:HOLMES-50 Change-Id: Ibdee9acf13c85d554a50e9c758941c9025776a04 Signed-off-by: youbowu <wu.youbo@zte.com.cn>
2017-03-09Merge "Fix register micro service code"Guangrong Fu1-2/+12
2017-03-09Fix register micro service code60920020671-2/+12
Issue-ID:HOLMES-50 Change-Id: I02ccf2ea367e4d2be3f2a4d034a1c960d2c28915 Signed-off-by: youbowu <wu.youbo@zte.com.cn>
2017-03-09Merge "Fix register micro service code"Guangrong Fu1-1/+1
2017-03-09Fix register micro service codeyoubowu1-1/+1
Issue-ID:HOLMES-50 Change-Id: I649a457754158096e61dddeb3afd3b2343710993 Signed-off-by: youbowu <wu.youbo@zte.com.cn>
2017-03-09Merge "Add register service log"Guangrong Fu1-1/+2
2017-03-09Add register service logyoubowu1-1/+2
Issue-ID:HOLMES-50 Change-Id: I657efaa043a52bee2725d104bbeb22b9349b7f03 Signed-off-by: youbowu <wu.youbo@zte.com.cn>
2017-03-09Merge "Modify restructure"Guangrong Fu2-5/+3
2017-03-09Modify restructureFengLiang2-5/+3
Change-Id: Ia5ffd78bf9a0b2dc0339d198362fc1e1bde7c93c Issue-ID:HOLMES-51 Signed-off-by: FengLiang <feng.liang1@zte.com.cn>
2017-03-09Merge "Add msb register code"Guangrong Fu2-0/+101
2017-03-09Add msb register codeyoubowu9-0/+299
Issue-ID:HOLMES-51 Change-Id: I5f12140459a22d16aa7b51884a3d54dd2aac4c8e Signed-off-by: youbowu <wu.youbo@zte.com.cn>
2017-03-09Add msb register codeyoubowu7-0/+198
Issue-ID:HOLMES-51 Change-Id: I9c54afdc6c97bedd3d4d88d33a4ca9b4d40b18b4 Signed-off-by: youbowu <wu.youbo@zte.com.cn>
2017-03-06Fix the Contents of the LicenceGuangrongFu1-1005/+356
Change-Id: Idbeb3a31b12f567fd5e09ff999231f76d64c5ea8 Issue-ID: HOLMES-48 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
2017-03-02Delete errorFengLiang2-2/+2
RULE_MANAGEMENT_CALL_CHECK_RULE_REST_FAILED Change-Id: Ic6b9d9101a64d5d3e59e382d31c1af59e4363d9a Issue-ID:HOLMES-51 Signed-off-by: FengLiang <feng.liang1@zte.com.cn>
2017-03-02Add dsa i18nFengLiang6-37/+84
Change-Id: I1d54f847dac127c0cc90cfc0517fc7094bcbf776 Issue-ID:HOLMES-51 Signed-off-by: FengLiang <feng.liang1@zte.com.cn>
2017-03-01Fix unit testyoubowu2-4/+17
Issue-ID:HOLMES-51 Change-Id: I1fc4a6da12f085cbb8ad2a36ef630823e5707ae3 Signed-off-by:youbowu <wu.youbo@zte.com.cn>
2017-03-01Fix the sonar detected erroryoubowu12-144/+139
Issue-ID:HOLMES-51 Change-Id: I1ac160651d7cd1382076a447d33482219cdb0def Signed-off-by: youbowu <wu.youbo@zte.com.cn>
2017-02-28Add action module unit tests609200206715-0/+1295
Issue-ID:HOLMES-51 Change-Id: Iaab72cb42d7af3636736c505f62db295c20ba3c7 Signed-off-by: youbowu <wu.youbo@zte.com.cn>
2017-02-28Fix aciton module codeyoubowu10-215/+225
Issue-ID:HOLMES-9 Change-Id: I4d95517f2c0fdf36ce001ffe5437f96335ffe2ac Signed-off-by: youbowu <wu.youbo@zte.com.cn>
2017-02-25Fix code styleyoubowu1-1/+1
Issue-ID:HOLMES-9 Change-Id: I0d6c2a66c4a4526f8b58079d1927e070c0b98308 Signed-off-by: youbowu <wu.youbo@zte.com.cn>
2017-02-24Add internationalization parametersyoubowu4-23/+18
Issue-ID:HOLMES-9 Change-Id: I99d66a3e11ab736288785cab5dfad4fe7de1a6a2 Signed-off-by: youbowu <wu.youbo@zte.com.cn>
2017-02-24Fix delete cannot class And modify exceptionFengLiang15-662/+3
Change-Id: I5d73bf2eefd395a71f2f612bd0f2d29fcdd395b3 Issue-ID:HOLMES-37 Signed-off-by: FengLiang <feng.liang1@zte.com.cn>