aboutsummaryrefslogtreecommitdiffstats
path: root/appc-client/client-kit/src/main/java
AgeCommit message (Collapse)AuthorFilesLines
2018-06-05More license header changes to appc-client filesJohn McClung14-28/+14
Modify license header in appc-client java files to reflect 2018 changes. Change-Id: If0d4a07bb442f1ea82776cada3fa921f0d350b81 Issue-ID: APPC-970 Signed-off-by: John McClung <jm1364@att.com>
2018-03-14ClientLib Support For Multiple Controllersvidhyasree2-16/+101
-APPC client library should support multiple controllers -To support MSO added string controllerType Issue-ID: APPC-683 Change-Id: Ief8416cb0912acc26015cb8271432de92a0af7dd Signed-off-by: vidhyasree <sn141y@att.com>
2017-12-22Automate Updates to the API Client LibraryJoey Sullivan91-8810/+1
Removed client-kit generated code from git repo. This code is now generated under the target folder. client-kit now uses latest appc-provider-lcm.yang on the branch. Change-Id: I7a20774b60bb447343886997c32ca3b3c5dcbafa Issue-ID: APPC-360 Signed-off-by: Joey Sullivan <joey.sullivan@amdocs.com>
2017-12-21Fix sonar issues for APPCTaka1-1/+0
Change-Id: I386f6794215eb69b8547fa06193ad78f951b327b Issue-ID: APPC-323 Signed-off-by: Taka <tc012c@att.com>
2017-12-19Update files with proper formattingTakamune Cho1-2/+2
Change-Id: I89e045a3a60521582044506b3bdc27239a2f7dee Issue-ID: APPC-305 Signed-off-by: Takamune Cho <tc012c@att.com>
2017-12-19Adding new LCM features to the client libSkip Wonnell90-763/+3082
Provide support for a new set of LCM actions to support an In-Place Software Upgrade flow which can be triggered by SO. Issues included: APPC-346, APPC-349 Issue-ID: APPC-346 Change-Id: I65c10035978aecb543b1102dd9c2dbd8374921bc Signed-off-by: Skip Wonnell <skip@att.com>
2017-12-13Third part of onap renamePatrick Brady76-0/+0
This part of the commit changes the folder structure on all other folders of appc. Change-Id: I8acfa11cdfcdcd36be0e137245d1dd7324f1abd3 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-13
2017-12-13First part of onap renamePatrick Brady76-156/+156
This is the first commit of the rename. This commit changes refereces to org.openecomp.appc > org.onap.appc that occur within files. The package folder structure is not changed in this commit. Change-Id: Ic95d749eb99d8a6f4f2b9ee9b06eb41c5cfa7e1c Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-13
2017-08-30Initial add of APPC client librariesSkip Wonnell76-0/+7328
Issue-ID: APPC-180 Change-Id: Ie0be2b518b90bb7f9996e9260c43fef75d1a5821 Signed-off-by: Skip Wonnell <kw5258@att.com>