aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-05-23Update missing License HeadersJohn McClung11-25/+9
Add missing License Header Change-Id: I844c474d68b4d4147d55b2660a075fa5592f31df Issue-ID: APPC-923 Signed-off-by: John McClung <jm1364@att.com>
2018-05-23Update Release Notes FormatScott Seabolt2-95/+73
Issue-ID: APPC-358 Change-Id: Ie091260a881cd8fd54cbf694167878076eb4a3ee Signed-off-by: Scott Seabolt <js9808@att.com>
2018-05-23Healthcheck bug fixesBalaji, Ramya (rb111y)3-10/+31
Fixed code to set userid and password correctly. Also set the url in context when passed in reference artifact. Issue-ID: APPC-917 Change-Id: Iba5a873cc311ab5677b6223c08865c048dbdcf00 Signed-off-by: Balaji, Ramya (rb111y) <rb111y@att.com>
2018-05-22Increment version for new branchPatrick Brady186-202/+202
Change from version 1.3.0-SNAPSHOT to 1.4.0-SNAPSHOT and update version file. Change-Id: I6b54c3e3b97c3ef0a554fb173d0dd261ca2107d3 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-916
2018-05-21Bug fix in HealthcheckBalaji, Ramya (rb111y)1-5/+2
Code was changed to make subcontext mandatory. This is not a mandatory field/property and code changes are needed to reflect this. Issue-ID: APPC-915 Change-Id: I5b94572907a1f56980e1dbc8f238f29458360588 Signed-off-by: Balaji, Ramya (rb111y) <rb111y@att.com>
2018-05-18Update APPC DT GuideScott Seabolt52-3399/+325
APPC CDT Guide update Issue-ID: APPC-358 Change-Id: I97d792b9ff27d46c80cd6a7d9ac7be252d36f194 Signed-off-by: Scott Seabolt <js9808@att.com>
2018-05-16Changes to GetAaiInfo DGBalaji, Ramya (rb111y)1-1/+1
Corrected parameter passed to method to get vfModule information. Issue-ID: APPC-904 Change-Id: Ib32122e1e080a676082a1676e89335904eb4d61a Signed-off-by: Balaji, Ramya (rb111y) <rb111y@att.com>
2018-05-16Added xmlns to rpc tagBalaji, Ramya (rb111y)1-1/+1
Added the name space specification for the commit sent to the device, to ensure a successful configuration. Issue-ID: APPC-902 Change-Id: Ifd10c182cd2d29a6745d337552ed3294e5b31913 Signed-off-by: Balaji, Ramya (rb111y) <rb111y@att.com>
2018-05-16update bundle import/export causing linkage errorsRyan Young3-9/+9
Change-Id: Ifb161f411cc8b39be8576ff6c0a982260b4f218b Issue-ID: APPC-900 Signed-off-by: Ryan Young <ry303t@att.com>
2018-05-15Add missing dependencyPatrick Brady1-1/+1
Add the missing jackson dependency to embed. I was going to remove all embeds and use the versions that are exported by odl, but it would require lowering the jackson versions being used by dg-common, and I don't want to risk breaking something at this point. Change-Id: Ic64fb5acb989ba1b882d06205392ec1de7638612 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-893
2018-05-14Add appc-yang-generator as bundlePatrick Brady2-1/+1
Change-Id: Ifaa388425d21d62e34481f38bfa6d014e023d5e7 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-895
2018-05-14Fix class not found errorPatrick Brady3-3/+3
Class not found error related to snakeyaml dependency. Change-Id: I9d5a2c6b86c355050ecea0d4010113aec0cf285b Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-893
2018-05-11Changes to fix artifact handlerPatrick Brady2-84/+31
Change-Id: I49d6210898eb974401099ab73b2dd7f16e81229c Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-891
2018-05-10Change Design Service to use DbLibServiceRyan Young1-3/+2
Change-Id: I5b82345d8790fcfe3fdf73c86b413276673361ec Signed-off-by: Ryan Young <ry303t@att.com> Issue-ID: APPC-890
2018-05-09Corrections to SqlResource pathBalaji, Ramya (rb111y)1-1/+1
Issue-ID: APPC-889 Change-Id: I371f100928a9626eeece1955a75ce0cc5e4248f9 Signed-off-by: Balaji, Ramya (rb111y) <rb111y@att.com>
2018-05-08Modify DGs to match deployment repoPatrick Brady2-248/+346
DGs are being pulled from main appc repository. A few changes needed to be moved over from the deployment repo. Change-Id: Ia30bd6f7b1cabb9968df1839bba3b66c110c871f Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-887
2018-05-08Update dg_activate filePatrick Brady1-1/+3
Since this will be the file used in deployment now, I added the entries here that are present in the deployment version. Change-Id: Ib353db7c33f64c94d50491f77b1650ccac6a9d71 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-887
2018-05-04Changes needed to install appc-interfaces-servicePatrick Brady2-5/+5
Change-Id: I3592f49b2561b518fb85e080031ce2bc0e432cf3 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-880
2018-05-03Change mariadb versionPatrick Brady1-1/+1
Change-Id: Iaf7e0c5ca697eb197e483d3d7e43bea881c5c7c5 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-876
2018-05-02Change ccsdk versionsPatrick Brady1-4/+4
The old ccsdk versions were expired since they were snapshots. Putting the new snapshot version in until a working version is released. Change-Id: Ie474e18e9cf63c9368cef72d4e0b3b54fd7f58c4 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: CCSDK-261
2018-05-01Fixes for the two features that were not installedPatrick Brady6-15/+22
These features relied on exports that didn't exist. Also versions had to be removed from feature files. Change-Id: I1860ae6c46354061943223ac6a201518871d3608 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-871
2018-04-30upgrade logback to 1.2.0Taka Cho2-2/+0
remove logback from two pom files, pick up from top of pom file Change-Id: Ibdb98d99fffe8c3ab471955a27f9dc02f0875313 Issue-ID: APPC-784 Signed-off-by: Taka Cho <tc012c@att.com>
2018-04-30Update CDT GuideScott Seabolt5-835/+869
Update CDT Guide for Test Issue-ID: APPC-693 Change-Id: Iae770376fc8057892f32ac4374861eb0825fe929 Signed-off-by: Scott Seabolt <js9808@att.com>
2018-04-27Fixes for Chef Adapter bundleWonnell, Skip (kw5258)9-62/+116
Programatically configure values for truststore and password when initializing the HttpClient. Update post and put methods to set entity Add organization into request URI Restore log messages to original values Issue-ID: APPC-868 Change-Id: Ia0fdf13fcb1e3ad91a4d2c5ce704523562191379 Signed-off-by: Wonnell, Skip (kw5258) <kw5258@att.com>
2018-04-27update logback version to 1.2.0Ryan Young1-1/+1
Change-Id: I32064de9b4edf8ccbf2b64268b8dc495091a0414 Signed-off-by: Ryan Young <ry303t@att.com> Issue-ID: APPC-784
2018-04-25Possible fix for event listenerPatrick Brady5-51/+16
Change-Id: Ie2eaf7f3d02bdd0b8adae964d3abf905781f996f Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-859
2018-04-25ChefAdapterImpl junitsTomasz Gwozdecki2-8/+58
-Added junit tests for fetchResults method -Support for Michal Kabaj as part of APPC-437 Change-Id: I3219a5ec0ffd530338ce364f608a9706d5a92c03 Issue-ID: APPC-858 Signed-off-by: Tomasz Gwozdecki <tomasz.gwozdecki@nokia.com>
2018-04-18upgrade plexus-util to 3.0.24Taka Cho1-2/+13
Change-Id: If71fccb9e04afab01bf6c45d253761928b4dde2e Issue-ID: APPC-709 Signed-off-by: Taka Cho <tc012c@att.com>
2018-04-16Add junit coverage to Request classMei Su1-0/+80
Introduce junit-tests for Request class Issue-ID: APPC-852 Change-Id: I6ee0919565e0de9fba79604dac653e7634277f39 Signed-off-by: Mei Su <ms6523@att.com>
2018-04-12Fix to speed install of event listenerPatrick Brady1-4/+0
Change-Id: Ia63df4cd0fde14a120a09a38520e2f19d18f9918 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-403
2018-04-12Add junit tests to LocalRequestValidatorImpl classIrwin Dunietz1-11/+38
Introduce additional junit tests for LocalRequestValidatorImpl class Change-Id: Iea8cabafab55d6b948303b8d4fa3c427efad44c2 Issue-ID: APPC-850 Signed-off-by: Irwin Dunietz <id1681@att.com>
2018-04-11Add junit coverage to Constants classZihmin Hoover1-0/+61
Introduce junit-tests for Constants class Change-Id: Ic33aa704f0ca19d81f32a013cd0a98d52433172c Issue-ID: APPC-844 Signed-off-by: Zihmin Hoover <zh4590@att.com>
2018-04-11Replace deleted importPatrick Brady1-1/+1
Change-Id: Ie6a414af459943f84293d15a7c22813832b4ae53 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-403
2018-04-11ODL Upgrade Method 2Patrick Brady90-518/+367
Changes necessary to support upgrade to ODL Nitrogen, while continuing to use Karaf 3 style features Change-Id: I2edf619e0b889420c32793b958c0926b0311e71d Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-403
2018-04-11Add junit coverage to PoolException classMei Su1-0/+73
Introduce junit-tests for PoolException class Issue-ID: APPC-845 Change-Id: Id33a660decb77b0fe8662d29bd7676efd08d8e4b Signed-off-by: Mei Su <ms6523@att.com>
2018-04-10Update DMaaP client version to 1.1.5Ryan Young1-1/+1
Change-Id: Ie50fba578ad05c9222349d7af4f6413c98e7fc3b Signed-off-by: Ryan Young <ry303t@att.com> Issue-ID: APPC-658
2018-04-10Fixed multiple templates queriesBalaji, Ramya (rb111y)3-17/+136
Added model id to condition when checking for update/insert of records Issue-ID: APPC-837 Change-Id: I3fb49c378ac8c1d3180b05772d214d5cc8892810 Signed-off-by: Balaji, Ramya (rb111y) <rb111y@att.com>
2018-04-10Add junit coverage to PoolExtensionException classMei Su1-0/+36
Introduce junit-tests for PoolExtensionException class Issue-ID: APPC-843 Change-Id: I7155317dc5c060dc08b26d8b87103bcb2a8f19b4 Signed-off-by: Mei Su <ms6523@att.com>
2018-04-10Add junit coverage to PoolDrainedException classMei Su1-0/+36
Introduce junit-tests for PoolDrainedException class Issue-ID: APPC-842 Change-Id: I0c52d20838ad1131603c126a89fd9b6b289d418f Signed-off-by: Mei Su <ms6523@att.com>
2018-04-09Add junit coverage to RequestInfoBuilder classIrwin Dunietz1-0/+124
Introduce junit-tests for RequestInfoBuilder class Change-Id: Iffbe36a0de850f3346b754a8ec7ced092e960f01 Issue-ID: APPC-840 Signed-off-by: Irwin Dunietz <id1681@att.com>
2018-04-09Add junit coverage to CmdLine classZihmin Hoover1-0/+42
Introduce junit-tests for CmdLine class Change-Id: I23394ad80882a667dd8189ee9f91441dcf0e31b4 Issue-ID: APPC-838 Signed-off-by: Zihmin Hoover <zh4590@att.com>
2018-04-09Add junit coverage to ActionIdentifierModel classIrwin Dunietz1-0/+77
Introduce junit-tests for ActionIdentifierModel class Change-Id: I792c6787e94b4aeaec992720c359c0f740b44485 Issue-ID: APPC-839 Signed-off-by: Irwin Dunietz <id1681@att.com>
2018-04-09Enhance DMaaP Adapter ConfigurationRyan Young15-153/+856
Change-Id: I5385cf2710fc33a85da9a67d5f4d31dce1e460aa Signed-off-by: Ryan Young <ry303t@att.com> Issue-ID: APPC-658
2018-04-09Unit test for EventMessage.javaamshegokar1-0/+68
Unit test for EventMessage.java Sonar-Link: https://sonar.onap.org/code?id=org.onap.appc%3Aappc&selected=org.onap.appc%3Aappc-message-adapter-api%3Asrc%2Fmain%2Fjava%2Forg%2Fonap%2Fappc%2Fadapter%2Fmessage%2Fevent%2FEventMessage.java Change-Id: If6a84cb1de99e719c6b286559bf899da349b4a57 Issue-ID: APPC-823 Signed-off-by: amshegokar <AS00500801@techmahindra.com>
2018-04-09Add junit coverage to UnmodifiableProperties classJohn McClung1-5/+173
Introduce junit-tests for EncryptionTool class Change-Id: Ia6a727ae5b224c152d2615a32f1b91aaeeb2eb60 Issue-ID: APPC-836 Signed-off-by: John McClung <jm1364@att.com>
2018-04-09Add junit coverage to TimedOutException classMei Su1-0/+36
Introduce junit-tests for TimedOutException class Issue-ID: APPC-834 Change-Id: If4ba78735064106391d9354b0a7036bd8dd060e6 Signed-off-by: Mei Su <ms6523@att.com>
2018-04-06code fix to resolve duplct data in prop filevidhyasree1-7/+12
Code changes to Dbservice.java in artifact-handler Issue-ID: APPC-821 Change-Id: I805a16e90866e946ca2e8d331b2c63b3ef209f71 Signed-off-by: vidhyasree <sn141y@att.com>
2018-04-06Dg changes to fix methodnotfound exceptionvidhyasree1-4/+4
APPC_chef.json is updated with vnfc instead of Vnfc to allow the method callouts and to sinkup with the method names in chefAdapterImpl.java Issue-ID: APPC-829 Change-Id: I04bd9c720869117962c4dbe731abb22945fc03ee Signed-off-by: vidhyasree <sn141y@att.com>
2018-04-06ChefAdapterImpl junitsMichal Kabaj1-0/+40
-Add new JUnits to ChefAdapterImplVNFCOperationsTest Change-Id: Idd4cd456d6409a499e569c7175d97642fc3607d2 Issue-ID: APPC-437 Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
2018-04-06Add junit coverage to XmlUtil classSam Ollo1-17/+28
Add junit-tests for XmlUtil class Change-Id: I8711f7c0acd8888cbcd869732a7000fdbb168b0e Issue-ID: APPC-832 Signed-off-by: Sam Ollo <so1938@att.com>