Age | Commit message (Collapse) | Author | Files | Lines |
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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
|
|
* 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>
|
|
* 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>
|
|
* 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
|
|
* 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
|
|
* 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>
|
|
* 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>
|
|
* 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
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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
|
|
* 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
|
|
* 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
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to c42c9f75adb72f80e57694b5bf67db7c94f33a89
- Fix for status properties value.
These changes were made to align the normative types to the TOSCA property definition requirements.
Issue-ID: SDC-322
Change-Id: I32e815dd26990dd6c82c859ad051b271db3c8029
Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 145e960db3614cf499aa0be0dbb4f19b3ba3183e
- Bump SDC version 1.6.0
Change-Id: Ibacb46d19d49023a62caa8f5217086cea6c91ac4
Issue-ID: SDC-2560
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 4aef7c02b2b7143610cabb6238c9e426c7fcae3a
- Avoid duplicated verification if package is signed
Fix potential thread leak by using try-with-resource.
Change-Id: I20eda524cd028b9dfdfa83207a059f4e1dfeff5e
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Issue-ID: SDC-2580
|
|
Automated submodules updated is currently broken.
Let's update repos manually.
Issue-ID: DOC-552
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I1851c5f2b1ae0b0433b2fd60da2e3de8213753f3
|
|
* Update docs/submodules/sdc.git from branch 'master'
to ce2eae1de729f7c66f753857643a6464fbb4013e
- El Alto known issues
Change-Id: I293935d6a159691390bd90dd3fc2998821c97773
Issue-ID: SDC-2569
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 9b06a87b89def019f7715895001171341bb16c2b
- Fix failing unit test
Issue-ID: SDC-2609
Change-Id: Ibf411a8d10af858ee2f42f9b4b565b81fee33ebe
Signed-off-by: vasraz <vasyl.razinkov@est.tech>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 31b7ddb2fa8db611b18450b00ff8b37167d3becb
- Document fixed OJSI tickets in release notes
Issue-ID: OJSI-31
Issue-ID: OJSI-76
Issue-ID: OJSI-77
Issue-ID: OJSI-78
Issue-ID: OJSI-79
Issue-ID: OJSI-80
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Ie57bdbfae0b40ff7633ff674d22ac5ad3c5cf866
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 003853d0d95c142e857b9e73f0164123e7e685ef
- Revert "Sonar fix NullPointerException"
This reverts commit b0f96a46e2720c75eb035bbe94015e5a1c6b0b32.
Issue-ID: SDC-2542
Change-Id: I63b5349670c8e5fa814d686cfa93173d0ea6297e
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
|