summaryrefslogtreecommitdiffstats
path: root/docs/submodules/sdc.git
AgeCommit message (Collapse)AuthorFilesLines
2019-12-11Update git submodulesAtif Husain1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 78be848fcf71bf970cf4de16e22a37e09edeaaa7 - Added datatypes for 3rd Party Partners Issue-ID: SDC-2385 Change-Id: Iedc5d5b9b30e7cccd3654a1b6e84514643b6d62f Signed-off-by: Atif Husain <atif.husain@team.telstra.com>
2019-12-11Update git submodulesDivyang Patel1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to c2a53cb447789e15e85663ae253ab2d90b972934 - Add service creation API as an External API Issue-ID: SDC-2383 Change-Id: I8490163310e892a7ebb6d7e7275edfdeba24045e Signed-off-by: Atif Husain <atif.husain@team.telstra.com>
2019-12-05Update git submodulesvasraz1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to bbe2a934c76de7c0153854981de9a76258ca5564 - Fix failed merge job Change-Id: I0b4a77bacffc65976fdcc4eeb01cef6edbc9deee Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-2687
2019-12-05Update git submodulesDmitry Puzikov1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 1cbcf8ee77b394cd0f4e896197e24f09acef5861 - Logged all caught exceptions Fix sonar issue related to logging caught exceptions. Change-Id: I61b2106165a81f3b2f0f9cc0da5911787504f50e Issue-ID: SDC-2698 Signed-off-by: Dmitry Puzikov <d.puzikov2@partner.samsung.com>
2019-12-05Update git submodulesvasraz1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to fb6e60d0e430e81c1ff2c03134d0ec2e57f69400 - Upgrade sdc-tosca version in main SDC pom Change-Id: I7334e84b7e7e4e55310d1af41a0cced8a02116a4 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-2687
2019-12-05Update git submodulesSatoshi Fujii1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 15fabcb9618c6acd6fa604e17777df4d494eca1b - Fix impossible to drag and drop same service twice into the composition When a service proxy instance including underscore in its name is added into the composition, instance ID suffix is not properly calculated and that results in duplicate key error due to ID conflict. This change normalizes the name to find existing proxy instances to get suffix number calculated properly. Change-Id: I6f2ceb4b9cf020e1523264a99e1347b6caa98965 Issue-ID: SDC-2043 Signed-off-by: Satoshi Fujii <fujii-satoshi@jp.fujitsu.com>
2019-12-05Update git submodulesilanap1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to ee4c4d72ed2118ea44dd5d83e1cf1677b6ebb03c - Add Option to proxy to plugins Added option to proxy the plugins throught the catalog proxy. Remove hardcoded redirect to workflow and added to the plugin configuration. Issue-ID: SDC-2691 Signed-off-by: ilanap <ilanap@amdocs.com> Change-Id: Ica479ff00e1a8c281b9280b5495ac022172775c4 Signed-off-by: ilanap <ilanap@amdocs.com>
2019-12-04Update git submodulesYuli Shlosberg1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to cc8f8c056b99d530d48190b67846be3705a4225f - add common-app-logging module This module is responsible of logging mechanism in sdc project Issue-ID: SDC-2686 Signed-off-by: Yuli Shlosberg <ys9693@att.com> Change-Id: Icf9817fe2c8b8032757a700f6e6be18d2bc9f891
2019-12-01Update git submodulesaribeiro1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 1bb3b03e1ebb16f3a9937ec5ae7d3b9c4a987c40 - Update package to add non-mano artifact onap_pnf_software_information. Issue-ID: SDC-2641 Change-Id: Ifc51e106a7217158ce8c4aac41898956caa7ecec Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
2019-12-01Update git submodulesDmitry Puzikov1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 562b7d5d155c840c1608b0c449c7fe7b6871035e - Increase test coverage Added tests for uncovered default methods. Change-Id: I3bd88ba5d53a8e5614bd72d2781801fcd5f3fe14 Issue-ID: SDC-2669 Signed-off-by: Dmitry Puzikov <d.puzikov2@partner.samsung.com>
2019-12-01Update git submodulesDmitry Puzikov1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 57c8700a4808665d5005de583a15354b9fb0b9f8 - Fix sonar issue with test coverage Added tests to cover the case. Fixed provider load failure: If more than one provider is configured and if the first if failng try to load next one. Change-Id: Idd7edb90e2b9b1cf21ec20e299140d3362bd1138 Issue-ID: SDC-2693 Signed-off-by: Dmitry Puzikov <d.puzikov2@partner.samsung.com>
2019-12-01Update git submodulesandre.schmid1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to d6890fce461c040c2776dfdedd47be282a29f877 - Fix welcome screen close timeout The welcome screen close timeout is triggering even if you close the welcome window. After 4 seconds it forces the user to go to the home screen even if it is already in another screen. The timeout was also the cause for one known problem in the sanity ui test "onapOnboardVNFflow". Adds also a print screen to the ui tests, to check if the resource was really clicked. Removes invalids "throws Exception" declarations that were being handled in the main test method "Vf.changeInstanceNameInVfTest", that was catching also assertions errors. Change-Id: Idff26b1ba5b199482e68cc50532fa20f4f834e34 Issue-ID: SDC-2648 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2019-12-01Update git submodulesvasraz1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 4082d3936832a2b6e3ba6c025ed5decf97baacbc - Fix Security Hotspots issues Change-Id: Icc45769cff71c8153c0afba6e2363b0399144175 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-2671
2019-12-01Update git submodulesDmitry Puzikov1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 4a9ddb2618b8dde8820c08d934c708216b0ebca9 - Fixing sonar issue Getting rid of nested ifs-fors Change-Id: I71ef686683b7070614c27aabbf6cd058b5d35ffd Issue-ID: SDC-2654 Signed-off-by: Dmitry Puzikov <d.puzikov2@partner.samsung.com>
2019-12-01Update git submodulesandre.schmid1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 5b1f9a16f823c31d26f9306ea1ee540120f6780e - Add alter_tables.cql to gitignore The alter_tables.cql is being copied during build and should be ignored. Change-Id: I0a0a420e17761247a6575ad8715ccbd20fd5c1e1 Issue-ID: SDC-2640 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2019-12-01Update git submodulesilanap1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 70fcb5b99af1febe32f021f03bcf8ac9f32489d5 - Sonar fixes for API to retrieve UI configuration Added configuration file with the menu configuration from catalog-ui. Added to the configuration manager. to chef and to the ui rest APIs. Issue-ID: SDC-2663 Signed-off-by: ilanap <ilanap@amdocs.com> Change-Id: I032a7666f470e7d4797a555470bf9eb4a43cfcc4
2019-12-01Update git submodulesvasraz1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to f1f5a3581dca423dc9a687153eb0032f8311d6bd - Upgrade Node & npm version Change-Id: Ib41da68543824be671e162eb6c0ba78ded1949cb Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-2685
2019-11-28Update git submodulesilanap1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 1367b73c1d1d761939f5893c711f87716a7baad0 - Add API to retrieve UI configuration Added configuration file with the menu configuration from catalog-ui. Added to the configuration manager. to chef and to the ui rest APIs. Issue-ID: SDC-2663 Signed-off-by: ilanap <ilanap@amdocs.com> Change-Id: Ia5e014a273238981241821c0d81b0455bd662b28 Signed-off-by: ilanap <ilanap@amdocs.com>
2019-11-25Update git submodulesDmitry Puzikov1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 1d3f7e44c9773db172694e8abe0c1ffea1538e37 - Fixing sonar issues Simplified method ConfigurationUtils::getProperty. Added unit tests for method. Change-Id: I521661b464e7f60101ee51ccbc9d915bf5030f31 Issue-ID: SDC-2654 Signed-off-by: Dmitry Puzikov <d.puzikov2@partner.samsung.com>
2019-11-25Update git submodulesvasraz1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 60be4e21f1ada02fbbdb39cc47ff1c69c098a00a - Fix Sonar issue Major SmellCode: Replace StringBuffer with StringBuilder Change-Id: I0283e5160e5c1f23423c66110015f18c8163411e Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-2670
2019-11-25Update git submodulesshrek20001-0/+0
* Update docs/submodules/sdc.git from branch 'master' to fe540e1d6e3f0155741a4b4bc48f5ec56f114852 - update info.yaml Change-Id: I9fb6ce18430ad0789a030a9c80dd231f44f6f6de Issue-ID: SDC-2448 Signed-off-by: shrek2000 <oren.kleks@amdocs.com>
2019-11-21Update git submodulesDmitry Puzikov1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 4b6d5c35d209fbe525785e4892102b2da6ebbf2f - Fixing sonar issues Reduce cyclomatic complexity. Splitted complex method to a set of more simple methods. Change-Id: Ic0be3cccefa520f38af83872ddc3e981205edc36 Issue-ID: SDC-2654 Signed-off-by: Dmitry Puzikov <d.puzikov2@partner.samsung.com>
2019-11-21Update git submodulesDmitry Puzikov1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 150477bbad4ce5d0abca9af4d36118ab201b39bd - Fixing sonar issues Logging exception instead of printing trace. Change-Id: I6c24c258fc1b96c74e55aa2f90c82d09f28ef247 Issue-ID: SDC-2660 Signed-off-by: Dmitry Puzikov <d.puzikov2@partner.samsung.com>
2019-11-21Update git submodulesDmitry Puzikov1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 30510151ca3575cb079aba0ea34567add7c52526 - Fixing sonar issues Replaced URL with URI to avoid trigger DNS. Change-Id: If85f1f2780c46e0966f3707af51571f4a7aa2f15 Issue-ID: SDC-2660 Signed-off-by: Dmitry Puzikov <d.puzikov2@partner.samsung.com>
2019-11-21Update git submodulesandre.schmid1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 8b0c94492906d7db528af73834c0d2299b8eb382 - Fix to stabilize sanity ui test suite Fix the selection of the Resource Composition screen. Fix the search for a Resource in the home screen. Refactor some related classes, mainly removing exceptions not thrown, correcting typos, removing unused/commented code, fixing SonarQube issues. Improve the logs and report logs. Change-Id: I89b5a0d89652367520cededa6744831492bbbaba Issue-ID: SDC-2648 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2019-11-21Update git submodulesandre.schmid1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to fa1db43d43abd43a8f18bb26d0054de41fdb2a22 - Add non-mano software information to sanity test PNF packages Adds a sample non-mano artifact onap_pnf_software_information to existing api sanity test PNF packages. Resigns the 2 signed packages with the new root certificate. 2/3 packages are signed, so a new root certificate had to be generated, as the private key of the previous one is missing. In the docker_run script, creates a new folder to the test certificate, different from the production folder, and bind it with the sdc-api-tests docker. Minor changes in docker_run script. Change-Id: I78b28303215912df129a0e0d70afad5f3d0c2d09 Issue-ID: SDC-2641 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2019-11-20Update git submodulesandre.schmid1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to a80a2e20ab5414c35a948fd58613df33d3bee3d3 - Validate non-mano software information artifact Change-Id: Ie9fabd6af821b830e211ff1068fb287357fd38ee Issue-ID: SDC-2619 Signed-off-by: andre.schmid <andre.schmid@est.tech> - Onboard PNF software version Change-Id: Id9e32e01f6c2f4c39c8ff10816d982cbb3063bf7 Issue-ID: SDC-2589 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2019-11-19Update git submodulesOren Kleks1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 86655742cf36bdc056837f5b74bc32c58201a600 - update info.yaml Change-Id: Ic32f39f3424d69e25079b91eec78f79e4ce5e020 Issue-ID: SDC-2448 Signed-off-by: shrek2000 <oren.kleks@amdocs.com>
2019-11-19Update git submodulesaribeiro1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 35b5687d60558bac72c1e53ddd9044584964a3d8 - Fix for scalar-unit type value. Issue-ID: SDC-323 Change-Id: I7f19a7356e1cd34deca0a168b3cb707ef657b9cb Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
2019-11-17Update git submodulesDmitry Puzikov1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 0f9257b8265404c82ccdfae6aafce940f20a2947 - Fixing sonar issue Constant is used instead of repeated literal. Change-Id: I540c09f8ba596398257b34ff3189b1a3ce5ab416 Issue-ID: SDC-2654 Signed-off-by: Dmitry Puzikov <d.puzikov2@partner.samsung.com>
2019-11-17Update git submodulesDmitry Puzikov1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to f9b702bbe6cc958b16aaaf983cdd4d6d93b818fd - Fixing sonar issues Added logging instead of skipping or printing stacktraces. Change-Id: I258a2a76c295f12b30e200c4519bc1bb0741f642 Issue-ID: SDC-2654 Signed-off-by: Dmitry Puzikov <d.puzikov2@partner.samsung.com>
2019-11-17Update git submodulesdb384r1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 3a16ab8c0ae9d0a91edde54fad64424d08a1ebfe - Configuration.yaml update Issue-ID: SDC-2658 Signed-off-by: db384r <dvir.baumel@intl.att.com> Change-Id: Icec6ad0fb74f023df58ca1a8c9e5a432bff6285f
2019-11-12Update git submodulesAhmed Abbas1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to fe011966a2400fa8ffdf4b9e51a482f7ced77b30 - add SDC Meta Data for CDS Integration Issue-ID: SDC-2631 Signed-off-by: Ahmed Abbas <ahmad.helmy@orange.com> Change-Id: Ie691e323f771b786d154c0614d0cd724635a5ec2
2019-11-10Update git submodulesvasraz1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to adbce19b1a44526c7c88766a74035f00acac4bdc - Fix incorrect rendering of search box on VF Properties Assignment tab Change-Id: I7abb04fa17c525aaba414f1ba1714211ff08b46c Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-2328
2019-11-10Update git submodulesaribeiro1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 57a8c14ed7b5ef6b39b7e63e76d14dfcac32fb69 - Fix sonarQube issue. Issue-ID: SDC-2646 Change-Id: Ic426e1cccf50e3db40381896ee50b74e647129ee Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
2019-11-07Update git submodulesBen David, Elad (eb7504)1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 3042f71ec5761450e46a3f22c3eb46a117771145 - Align Sdc warnings with VNF Requirements Change-Id: Ic133faed7f8b612279de0eb836e88e9ea6b694d7 Issue-ID: SDC-2647 Signed-off-by: Ben David, Elad (eb7504) <eb7504@intl.att.com>
2019-11-06Update git submodulesandre.schmid1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 9056ae7b51532ef185164aefe2fccaeabed6946c - Fix sonarqube issues introduced by ZipSlip change Fix major and critical sonarqube issues introduced by ZipSlip change id I721f3d44b34fe6d242c9537f5a515ce1bb534c9a Change-Id: I3aa2cd4116936d715baba99a38d43aa40fd62a29 Issue-ID: SDC-1401 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2019-11-05Update git submodulesBen David, Elad (eb7504)1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 1e61754c29fc99636de692a0fb9d2ef1a4ba9e61 - Align logging to Onap-ELS 2019.11 Change-Id: I1750493d5c9f2eab8c1395f0fbc9ae66cf74b0a6 Issue-ID: SDC-2639 Signed-off-by: Ben David, Elad (eb7504) <eb7504@intl.att.com>
2019-11-05Update git submodulesaribeiro1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 4a6e592af14fd3941df6e56e5b75c9ac5d5eb01b - Add a new package with Custom Types to Sanity test. Issue-ID: SDC-2616 Change-Id: Id290626724488e58b4840408429c1962a19064a0 Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
2019-11-04Update git submodulesaribeiro1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 5775dd13964a56a60dfbe8fc72e5977672d5acb8 - Transform custom types for PNFD. Transformation of customized Node Types for PNFD. Issue-ID: SDC-2561 Change-Id: Id3e07edff0e5a8cb134aa12c07878e14c33d1512 Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
2019-11-04Update git submodulesBen David, Elad (eb7504)1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to dd22ca7a392b6532f6ed74d2aa985e14035828d1 - a fix to handle onboard ALTER tables Change-Id: I7e721f267e6e5935231d6e38ac490d9335f68f4b Issue-ID: SDC-2640 Signed-off-by: Ben David, Elad (eb7504) <eb7504@intl.att.com>
2019-11-03Update git submodulesandre.schmid1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to f34e28d521b71be501dc85e75c5efa411c3194f1 - Validate artifacts signature in SOL004 package Change-Id: Ib048f4501fd8a81cdf11fab19f149350011f772e Issue-ID: SDC-2632 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2019-11-03Update git submodulesaribeiro1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 608be265c8491686f269ed12d5d48654ddb090b5 - Create new non-mano Artifact Type entry for pnf software information Issue-ID: SDC-2615 Change-Id: I4dd879d50b1dec58aceeaf0c265901c62d038071 Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
2019-11-03Update git submodulesandre.schmid1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 433947b5ab5e28fc29aee447de934de89a707419 - Centralize onboarding package validation Change-Id: I3cc58cf15f62008e83cfc7ddb095d07ab216b82a Issue-ID: SDC-2583 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2019-11-03Update git submodulesBen David, Elad (eb7504)1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to ee64a64fb0705422c18608304e63a505d10d8ba1 - Handle onboard ALTER tables to support upgrade Change-Id: I6c96aecccf00a3b02bf07cf172ff752b69d3cc94 Issue-ID: SDC-2640 Signed-off-by: Ben David, Elad (eb7504) <eb7504@intl.att.com>
2019-10-31Update git submodulesandre.schmid1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 781c7486078cbc6d9f8d7c9763c3d7592e8b089b - Fix for missing import merge issue Some imports from SDC-1952 were lost during the merge of SDC-1401, they were re-added. Change-Id: Ie3af8290f98afe4fd9278c218a47376abcdd1a3c Issue-ID: SDC-1952, SDC-1401 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2019-10-30Update git submodulesOfir Sonsino1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 4e20fd14c1d71466fd5cedd8f633a2f317aa4691 - DmaapPublisher files update Change-Id: I72b501587ed0b4ea8f7ba54614361d546b255cf6 Issue-ID: SDC-2560 Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
2019-10-30Update git submodulesandre.schmid1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to bf5eeb23a769a2e2b75f432b74f10fdbcfd2f161 - Fix zip slip security flaw Apply zip slip checking in zip operations throughout the system. Centralizes most of the zip logic in one class. Create tests to zip functionalities and zip slip problem. Change-Id: I721f3d44b34fe6d242c9537f5a515ce1bb534c9a Issue-ID: SDC-1401 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2019-10-30Update git submodulesandre.schmid1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 19773b769c6762a12876064c70a34cc31d2b12da - Validate SOL004 manifest signature order SOL004 Manifest signature must be the last entry of the manifest. Change-Id: Ie3835f7140ccdf92ef5518ca2d7571930de81971 Issue-ID: SDC-2587 Signed-off-by: andre.schmid <andre.schmid@est.tech>
2019-10-30Update git submodulesLiang Ding1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 8ff60789e080dd99c604d31a6e754be164fba11e - add artifacts support in TOSCA exported yml file Change-Id: I56f8a6a1ce758876e83a7ee8318b79644ae7d5cb Issue-ID: SDC-1952 Signed-off-by: Liang Ding <liang.ding@intel.com>