summaryrefslogtreecommitdiffstats
path: root/bpmn/MSORESTClient/src
AgeCommit message (Collapse)AuthorFilesLines
2018-03-30Add junit org.openecomp.mso.rest.APIResponseFelix Sangalang1-1/+1
Update Copyright year to 2018 Issue-ID: SO-552 Change-Id: I3e3ff990ec44613258b7ef7ecae2798d9ca48bbc Signed-off-by: Felix Sangalang <fs7692@us.att.com>
2018-03-30Add junit org.openecomp.mso.rest.APIResponseFelix Sangalang1-1/+1
Updated Copyright name Issue-ID: SO-552 Change-Id: I86b5ae4eca2da2c36de88f6f3befd82e07341d50 Signed-off-by: Felix Sangalang <fs7692@us.att.com>
2018-03-30Add junit org.openecomp.mso.rest.APIResponseFelix Sangalang1-0/+57
No junit test for APIResponse. Issue-ID: SO-552 Change-Id: Iad24f4e29bec06cb2993145754b616534700fb41 Signed-off-by: Felix Sangalang <fs7692@us.att.com>
2018-03-22Adding JunitAS004650594-0/+163
Addinj Junit for: 1.HttpHeader.java 2.RESTClient.java 3.RESTConfig.java 4.RESTException.java Sonar Link: https://sonar.onap.org/code?id=org.onap.so%3Aso&selected=org.onap.so%3AMSORESTClient%3Asrc%2Fmain%2Fjava%2Forg%2Fopenecomp%2Fmso%2Frest Change-Id: I4a10acfab01774ae3a8af9975a27421eb29a638c Issue-ID: SO-518 Signed-off-by: AS00465059 <AS00465059@techmahindra.com>
2018-03-06Fix javadocMunir Ahmad1-5/+5
Change-Id: Iddc39df32089e1a37c04d089522ead295a037118 Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
2018-03-06Replace explicit type with dimond typeMunir Ahmad1-4/+4
Change-Id: I1dedb9ef1ca7b734e3cfc0a3a594d733dbd298d4 Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
2017-09-18Fixed issues in bpmn package.seshukm1-1/+5
Issue-Id: SO-141 Change-Id: Ie08e5a03f1448071ce0d31ca0829b28d791c05fd Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-09-12Fix for SONAR critical issuesseshukm1-2/+6
Issue-Id : SO-117 Change-Id: Icdc64605b475e20af7e871135af327f7d0e38792 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-09-11Change the header to SOSeshu-Kumar-M6-6/+6
IssueId: SO-120 Change-Id: I4282112764bc7697dd98e780bb02b13319cabb5d Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-09-081710 Rebase - Second AttemptArthur Martella8-1023/+0
This commit rebases changes from openecomp-mso/internal-staging-1710 up to and including this codecloud commit: 54483fc6606ddb1591a2e9da61bff8712325f924 Wed Sep 6 18:12:56 2017 -0400 Rebasing was done on a branch on top of this commit in so/master in ONAP: 93fbdfbe46104f8859d4754040f979cb7997c157 Thu Sep 7 16:42:59 2017 +0000 Change-Id: I4ad9abf40da32bf5bdca43e868b8fa2dbcd9dc59 Issue-id: SO-107 Signed-off-by: Arthur Martella <amartell@research.att.com>
2017-05-09[MSO-8] Additional fixes for the second rebaseDeterme, Sebastien (sd378r)5-20/+280
DB fixes + BPMN flows and groovy fixes + Fix issue with CloudConfig file not reloaded properly when it's wrong (JSON error or model hierarchy mistake) at MSO startup Change-Id: I2853030b78499e2a761706b643ea210955e72de3 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com> [MSO-8] Restore files removed in patch set 2 Those groovy files must be there Change-Id: I9a47ac3d9c8fc06774a1b8f518491b1b0b00af04 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-05-05Remove redundant class HttpHeaderGary Wu5-280/+20
The functionality of HttpHeader already exists in org.apache.http.message.BasicHeader. This change removes the HttpHeader class and replaces its uses with BasicHeader. Change-Id: I828aa7d94a1968dffd928d4ca719f0beff1a0f4b Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-04-11Add missing defensive copy to APIResponseGary Wu1-7/+9
APIResponse is supposed to be immutable, but was exposing its internals in the getResponseBodyAsByteArray() method. This change adds the missing defensive copy in that method. Change-Id: I8a424a4cb72eb703fb425ffbd30ea70d6592f85a Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-04-11[MSO-8] Update the maven dependencyxg353y12-1519/+160
Update the maven depenency for sdc-distribution-client to cooperate with the sdc changes. Change-Id: I2da936e5c40cb68c7181bb78307192dd5655b5dc Signed-off-by: xg353y <xg353y@intl.att.com>
2017-01-31Initial OpenECOMP MSO commitChrisC17-0/+3461
Change-Id: Ia6a7574859480717402cc2f22534d9973a78fa6d Signed-off-by: ChrisC <cc697w@intl.att.com>