summaryrefslogtreecommitdiffstats
path: root/docs/submodules/appc.git
AgeCommit message (Collapse)AuthorFilesLines
2019-01-02Updated git submodulesezhil1-0/+0
Project: appc master 47d1766ddf889c9109f4421d8c52f9135dcc31b0 Fixed sonar issues in CreateSapshot.java Change-Id: Ib3c1e84cdbec3e2698f55b13c038afdf9e51d294 Issue-ID: APPC-1298 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-12-31Updated git submodulesJoss Armstrong1-0/+0
Project: appc master de4b9a12d4f21175a9e8cf435b5988386d212835 Fix for test coverage in dg common impl package Increased test coverage from 42% to 73% Issue-ID: APPC-1296 Change-Id: Ib36c86c325bbc49a14a8ae7076a3b3da14c89b6f Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
2018-12-20Updated git submodulesJoss Armstrong1-0/+0
Project: appc master f87fdde3dc86f801f97c1d18bee03d0c973de014 Test coverage in OAM and OAM message-adapter Increased coverage from 19% to 96% for oam package. Increased coverage from 14% to 93% for oam.message-adapter package. Issue-ID: APPC-1290 Change-Id: I91c313ba42b49718445463a524bf80ac0734b0a9 Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
2018-12-19Updated git submodulesJoss Armstrong1-0/+0
Project: appc master 8b1be00c0642f1f167cd3d136aa8215e40deb142 Fix for test coverage in oam.utils package Removed 'PrepareForTest' annotations which were preventing test coverage of classes in appc.oam.utils package. Added unit tests for untested code. Increased line coverage of the package from 49% to 83%. Issue-ID: APPC-1287 Change-Id: I893de5281f8c46e92269be895ef304bbf87c88b9 Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
2018-12-19Updated git submodulesArundathi Patil1-0/+0
Project: appc master 3eb1c34bba8e1073467ac772adfb61d31fb25862 Sonar fix: ServiceCatalogV3.java Fixed sonar issues/code-smells across this file Issue-ID: APPC-1281 Change-Id: I118fe3da8ae3ac3c46ad5f2128353e332387086c Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-12-18Updated git submodulesArundathi Patil1-0/+0
Project: appc master a8c1704f58936ace09e9c9dfac9d5be53366a23a Sonar Fix: ConnectionBuilder.java Fixed sonar issues/code-smells across this file Issue-ID: APPC-1278 Change-Id: Ic81337c3a2f8c60f5a25adfc10fb4416311de08d Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-12-18Updated git submodulesArundathi Patil1-0/+0
Project: appc master 221ec5d1fea87366306d3a7c727d84e08fe79ed8 Sonar Fix: ChefResponse.java Fixed sonar issues/code-smells across this file. Issue-ID: APPC-1279 Change-Id: I50d5de26d69928037882686452aecd3deb6edbec Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-12-18Updated git submodulesArundathi Patil1-0/+0
Project: appc master 29d81a03f4da1640146ce62c662bad77c710ca59 Sonar fix: ProviderAdapter.java Fixed sonar issues/code-smells across this file. Issue-ID: APPC-1280 Change-Id: I168acf475095b7ef1a40cc1662d844470f045a5d Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-12-18Updated git submodulesJoss Armstrong1-0/+0
Project: appc master 6feb765e31634cb1041df521b3e8a034223cabab Fix for APPC-1286 Increased test coverage from 49% to 73% for package. Added coverage for 4 classes that were previously at 0% coverage. Refactored slow running code into a method that can be mocked to speed up execution of unit tests. Issue-ID: APPC-1286 Change-Id: I3ebe5f6bfbc59228b57d20a3c45081e40ee8e31e Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
2018-12-18Updated git submodulesJoss Armstrong1-0/+0
Project: appc master 74553eb3428822f57b868e3769ac23d2e7394df4 Fix for OOM-1538 This is APPC code change, values.yaml in OOM project also requires update. This is using EncryptionTool class already present in APPC for decryption of password. Alternative may be to use the CryptoUtils class from SO to have common encrypted string? Issue-ID: OOM-1538 Change-Id: I8201dd2587604c19ac584c7af1a9281ab96340d2 Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
2018-12-14Updated git submodulesTaka Cho1-0/+0
Project: appc master 6306c267967ad2e93d4f9d933d383005356439c1 add config modify LCM sample request per user request, adding one LCM:config-modify request sample Change-Id: I9902c19feae704b4b97838b71bab691154b3f68f Issue-ID: APPC-1273 Signed-off-by: Taka Cho <takamune.cho@att.com>
2018-12-14Updated git submodulesBalaji, Ramya (rb111y)1-0/+0
Project: appc master 0c9c3008ac34fbf908c62ff5c99a0d844583b908 Possible fix for NoClassDefFoundError Changed package structure, pom file for Utils classto expose it under export-package for DMaap adapter bundle Issue-ID: APPC-1247 Change-Id: I1662d3af027982a87c063cabee77a645f2bc3afa Signed-off-by: Balaji, Ramya (rb111y) <rb111y@att.com>
2018-12-13Updated git submodulesJoss Armstrong1-0/+0
Project: appc master 70da33f00f68fe04e0baf51e592071096213eebd Fix for APPC-1271 Replaced slow running tests which wait for timeout Testing time reduced from 22 seconds to 0.5 seconds Improved tests and line coverage increased from 26% to 96% Issue-ID: APPC-1271 Change-Id: I88713e5c819e5ce1bf695f6de3834db7c3007285 Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
2018-12-12Updated git submodulesSandeep J1-0/+0
Project: appc master 73dcc9677a000d0ea7b900db6fc1fb0689863b0a formatted code in LRUCacheTest.java and removed unused imports Issue-ID: APPC-1086 Change-Id: I18009404898a938ec23be77bfcf94084f4e9badd Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-12-12Updated git submodulesJoss Armstrong1-0/+0
Project: appc master 9e63c1996f8433c147a95b09e25970e16af15db0 Further fixes for APPC-1270 Fixed >100 sonar issues Increased line coverage from 26% to 87% Improved testing Removal of redundant code in class under test Issue-ID: APPC-1270 Change-Id: I63f53f03be815bb951d650df2f77999e5629ad75 Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
2018-12-10Updated git submodulesJoss Armstrong1-0/+0
Project: appc master 0190a9cfa67b3470d6cbdab2277f1b68a53d84bb Fix for APPC-1270 Reduced testing time from 90 seconds to 2 seconds Removed code smell for multiple instance/static references Added assertions and coverage for success scenarios for all methods Line coverage increased from 55% to 84% Moved construction of objects to protected methods to facilitate testing Issue-ID: APPC-1270 Change-Id: I7945c069c703d2ea3fac9ffa33927856170656c9 Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
2018-12-06Updated git submodulesJoss Armstrong1-0/+0
Project: appc master b267dd31fa51c039b316c31566568046cdbdfb0d Unit test fixes for APPC-1267 Removed code smell for <65% branch coverage - now 86%. Test cases now cover success scenarios for all methods. Coverage increased to 97%. Removed classloader code and unnecessary resource files Moved construction of objects to protected methods to facilitate testing. Issue-ID: APPC-1267 Change-Id: I07656a5464410ca5ca3cca55cefd54c03a711385 Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
2018-12-06Updated git submodulesJoss Armstrong1-0/+0
Project: appc master 5b48ccd6a79559967cfcb47addc50c84f9fa7213 Unit tests for APPC-1268 Added unit tests for AppcProviderLcm class and increase line coverage from 0% to 80% Issue-ID: APPC-1268 Change-Id: Ic0657a5c1b90daff9507d6f7b4e9ea2fbc7c67b5 Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
2018-12-03Updated git submodulesJoss Armstrong1-0/+0
Project: appc master 210cbe9bec048b0e54afabd9bbb72ce5ca019a88 Fix for APPC-1264 Fixed broken unit tests. Improved unit testing and increased line and branch coverage. Deleted unused and duplicated files used in tests. Issue-ID: APPC-1264 Change-Id: Idea7d46f4a6c9c591617fb973a8d33e5275e4579 Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
2018-12-03Updated git submodulesSandeep J1-0/+0
Project: appc master de9d4887aabda45b805e744d2f4f1ec2dc6cf40d added test case to ConfigurationHelperTest.java to increase code coverage Issue-ID: APPC-1086 Change-Id: Ibc9c9eb7ae15b0f3ad8d728d495de4fff4512982 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-12-01Updated git submodulesArundathi Patil1-0/+0
Project: appc master 9b0595cc58b9a990909175bfcbcad59337a74b4f Sonar Fix: AnsibleMessageParser.java Fixed sonar issues/code-smells across this file. Issue-ID: APPC-1256 Change-Id: I70480e3867c0ab49325d10e0ec91e76bf6979c50 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-12-01Updated git submodulesJoss Armstrong1-0/+0
Project: appc master 22bfb9781932af06ac88d540aa667986e8592140 Fix for APPC-1263 Removal of unused code. Refactoring of duplicated code and replacement with FileUtils library function and adding test case for ArtifactTransformer Issue-ID: APPC-1263 Change-Id: I4eab0cefa09620bae18c08ec2c4307d54dddd872 Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
2018-11-29Updated git submodulesJoss Armstrong1-0/+0
Project: appc master 93cb989bb80197a1e6db289d4fc58a7ef6d48216 Test case improvements for APPC-1262 Improvements to existing test cases and new test case to increase coverage of PropertyDefinition code from 84% to 96% and coverage of ArtifactProcess code to 95% Issue-ID: APPC-1262 Change-Id: Ibfd46c341e218ffac0505b097770c64aa00a494e Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
2018-11-29Updated git submodulesPatrick Brady1-0/+0
Project: appc master a8ef67dbd6e3905cf28392d1ef6442d5904d6f5e Docs steamlining and adding detail to bug list Pairing down the list of fixed bugs to the more important ones and adding detail to the remaining list. Change-Id: Ia5c650d75f6abd02cee6ec91d38fdf7d2fe0159c Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1035
2018-11-29Updated git submodulesPatrick Brady1-0/+0
Project: appc master ab08fca6a8658a70bf7bd699ca66d0e90593cce9 Update release notes with workarounds Change-Id: I4f32f65c24cf8b96864b69cdc2d9e16794a3a9e0 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1254
2018-11-29Updated git submodulesSandeep J1-0/+0
Project: appc master 0f47d062f99fcc67f0cc0f2b4ff13ded67a552f5 added test cases to TestPropertyDefinitionNode to increase code coverage Issue-ID: APPC-1086 Change-Id: Ib2e6bcd3a479ed9c8335461ddbfe4e3fd36a7bab Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-11-29Updated git submodulesSandeep J1-0/+0
Project: appc master af8f1395f7d6a87b413d1445f145ea2ec149d3eb added test cases to TestMergeNode.java to increase code coverage Issue-ID: APPC-1086 Change-Id: I7113c096993247135d54dcb9b686f1006907ca33 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-11-28Updated git submodulesSandeep J1-0/+0
Project: appc master 975556b8704e5ea2e3e509e2e2081774d17af48e added test cases to TimeTest.java to increase code coverage Issue-ID: APPC-1086 Change-Id: I204a69f765356a4ea045793b0fefb69b68a406bf Signed-off-by: Sandeep J <sandeejh@in.ibm.com> added test case to TestSignal.java to increase code coverage Issue-ID: APPC-1086 Change-Id: If908db1d5e0f45e34d4378129f41bf2908f872e2 Signed-off-by: Sandeep J <sandeejh@in.ibm.com> Sonar Fix: ChefApiClientFactory.java Fixed sonar issues/code-smells across this file Issue-ID: APPC-1253 Change-Id: Id1060c34f0b99e906dba618d9ea0aebca0fc1beb Signed-off-by: Arundathi Patil <arundpil@in.ibm.com> Sonar Fix: ConnectionBuilder.java Fixed sonar issues/code-smells across this file Issue-ID: APPC-1252 Change-Id: I8f07da91c7b29012c8d4b72af8b94ee5c5a017a4 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-11-28Updated git submodulesArundathi Patil1-0/+0
Project: appc master c5138bc635e630d9727597098e5e60d3e35930f2 Sonar Fix: AnsibleResult.java Fixed sonar issues/code-smells across the file. Issue-ID: APPC-1250 Change-Id: I9adca61255c1e20094bf992bfa1430ee4af50528 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-11-28Updated git submodulesSandeep J1-0/+0
Project: appc master 87362a739a8df45e42daf61aff0dd9e3a55e8990 added test case to TestXSLTTransformerNode to increase code coverage Issue-ID: APPC-1086 Change-Id: I4e185d1c1117f0bab6a63618621b55aef376a2c9 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-11-28Updated git submodulesSandeep J1-0/+0
Project: appc master f4b355eb2aa690ef37a66d76f6849a8828af0489 added test case to TestDataTool.java to increase code coverage Issue-ID: APPC-1086 Change-Id: If4e5bacbfe63bca2d0859f2f86623044c6cba3a2 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-11-28Updated git submodulesSandeep J1-0/+0
Project: appc master 392d09b471ad297dfa1222d10a95f33e6aeb6af9 added test case to TestPatternNode.java to increase code coverage Issue-ID: APPC-1086 Change-Id: I4b0ac6e586245c532a2a698b2907d518ce4d6adb Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-11-28Updated git submodulesSandeep J1-0/+0
Project: appc master 7a63f7756894e17b00e6adfa751ca90564d02ade added test case to TestConvertNode.java to increase code coverage Issue-ID: APPC-1086 Change-Id: Ia5890e45849fad0a17753fe03c217a60777a8945 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-11-28Updated git submodulesDilip kumar Pampana1-0/+0
Project: appc master 3e499b7b1d969159016acc0c77e4f3d06efab94a Junits for design services code coverage for design services in appc-inbound Issue-ID: APPC-1211 Change-Id: Ie67937b74a83aee5de469687e4ab63685cb5d6aa Signed-off-by: Dilip kumar Pampana <dilip.kumar.pampana@ibm.com>
2018-11-27Updated git submodulesGildas Lanilis1-0/+0
Project: appc master 30a82f0fb7e2e702cb528dd98a41a146aba8217d Update Release date Make release date consistant with all projects. Change-Id: I159d51437a0dc6ff7e94cfa743db49d1ad323c89 Issue-ID: DOC-333 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2018-11-27Updated git submodulesTaka Cho1-0/+0
Project: appc master f644a39b3d0a3a58169553d8b8de1f1e6ac69c05 1.4.3 Release Note updating release note for 1.4.3 Change-Id: I10aa8760ace6f8a0f790ff69974c28c0c69b7ff6 Issue-ID: APPC-1035 Signed-off-by: Taka Cho <takamune.cho@att.com>
2018-11-19Updated git submodulesBalaji, Ramya (rb111y)1-0/+0
Project: appc master d1bae6ac15083a739f505624799adb609262a067 Fix for Class dependency errors Issue-ID: APPC-1231 Change-Id: I0edce5fad720a5a6326ea7d0845e61db69665289 Signed-off-by: Balaji, Ramya (rb111y) <rb111y@att.com>
2018-11-16Updated git submodulesBalaji, Ramya (rb111y)1-0/+0
Project: appc master f253b8197d1d37f0494a79fee45abc1b1951ca29 More code changes for importing Adding explicit import/exports to pom, to see if issue the issue will resolve. Issue-ID: APPC-1231 Change-Id: I2138d9a8b8ddea151a97562663236061fef60275 Signed-off-by: Balaji, Ramya (rb111y) <rb111y@att.com>
2018-11-16Updated git submodulesPatrick Brady1-0/+0
Project: appc master 2174675eb2a6fdbbc770875a9c590bd39dcb4c04 Add w3c import Change-Id: I7eb93f41fb2fc505af609e9c2d53bc4c45d8aee1 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1241
2018-11-15Updated git submodulesTaka Cho1-0/+0
Project: appc master 21103f0918d892ce89fc0db9fc915fc11701d82c update release note for R3 this is release note for Casablanca release Change-Id: I0b595d6cc47591d0bb46b4c8d73008a24b003548 Issue-ID: APPC-1035 Signed-off-by: Taka Cho <takamune.cho@att.com>
2018-11-12Updated git submodulesPatrick Brady1-0/+0
Project: appc master ccd67e90d34875ea01c7ab167a9d6067c9cec982 Increment version number Changing to version 1.5.0-SNAPSHOT Change-Id: I1e0773d16cb058ac2fb96718581cfbf8d716a2e0 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1212
2018-11-08Updated git submodulesBalaji, Ramya (rb111y)1-0/+0
Project: appc master 82c049edee42af368a3758e1d8bb4ab1d0558298 Code modification attempts to fix issue Issue-ID: APPC-1231 Change-Id: I710487b70624b1f4736de29f84f627a8f7a2ccf7 Signed-off-by: Balaji, Ramya (rb111y) <rb111y@att.com>
2018-11-08Updated git submodulesBalaji, Ramya (rb111y)1-0/+0
Project: appc master 2d1632f1c930b02f567b4650cc7f27a40f1dfe1b More logging added to debug Issue-ID: APPC-1231 Change-Id: I45790aff545c566fbf62ea1908143b15f3920122 Signed-off-by: Balaji, Ramya (rb111y) <rb111y@att.com>
2018-11-07Updated git submodulesBalaji, Ramya (rb111y)1-0/+0
Project: appc master af2fcc24fc53bf8bde0e38f2276d702d923c4b80 Added more logging to narrrow down issue Issue-ID: APPC-1231 Change-Id: I145c1309cb80b46477eca665ace5ce2358fac819 Signed-off-by: Balaji, Ramya (rb111y) <rb111y@att.com>
2018-11-06Updated git submodulesShailendra Borale1-0/+0
Project: appc master 95bc75984f832276bc72c0e4759de8ab220ea110 output payload is blank when doing healthcheck Changed the payload attribute name to output-payload Change-Id: I2b0e6de88e87c8be1f24a1d4822c8a60ec49dc7b Issue-ID: APPC-1233 Signed-off-by: Shailendra Borale <sb8915@att.com>
2018-11-05Updated git submodulesTaka Cho1-0/+0
Project: appc master 0d07660d262e6a1c03e53f7b35307ace80b525bb correct unnecessary license statment there are three files have in-line or incorrect license statements Change-Id: I7bb99782fcf2d5c567016ee12042ae19ea66f9e4 Issue-ID: APPC-1229 Signed-off-by: Taka Cho <takamune.cho@att.com>
2018-10-31Updated git submodulesBalaji, Ramya (rb111y)1-0/+0
Project: appc master 04fbce37d88fbe2b2544c04f57047d44226892f0 Fixed Mock code issue for Reboot action Removed code that mocked backend execution for Reboot since backend implementation is available Issue-ID: APPC-1226 Change-Id: Ie12603b9c7ffe80628fd0f46fa15fdc86d652d96 Signed-off-by: Balaji, Ramya (rb111y) <rb111y@att.com>
2018-10-31Updated git submodulesTaka Cho1-0/+0
Project: appc master e47033e9cc085d45288f2f82e814ef07e285c82a remove mockito from client-lib exlcude mockito and add scope:test for mockito Change-Id: I6b13c409db8d350c6dbfd23f99f05421b6ecde82 Issue-ID: APPC-1157 Signed-off-by: Taka Cho <takamune.cho@att.com>
2018-10-31Updated git submodulesPatrick Brady1-0/+0
Project: appc master 01167176ce6f6c663055f77ee01cb18793aa8ea5 Fix capitalization difference in json format The "r" was not capitalized in SubrequestID, but the message policy is sending does have a capital "r". Change-Id: I4a0c11278ea7d81c2fc0fe5a16696d0fd7d48df6 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1224
2018-10-29Updated git submodulesLukasz Rajewski1-0/+0
Project: appc master 1477a9e18b1660ce7cad6645c0884e806ca168c9 Update of DistributeTraffic LCM API doc Modified description of DistributeTraffic LCM API with correct information about payload parameters and with example of payload followed with information about associated CDT template. Issue-ID: APPC-1171 Change-Id: I3c86095c3752d39f869793253e19c9a56e5da2a1 Signed-off-by: Ɓukasz Rajewski <lukasz.rajewski@orange.com>