Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/sdc.git from branch 'master'
to da8b24151295d923cc632dfa2d296b3c67f6cce2
- Move import handling to service template
Moving the handling of all import formats parsing
to ServiceTemplate class to make it generic and
reusable
Change-Id: I80595c3654a625275549a3bb3afe8ba7c9455aff
Issue-ID: SDC-2421
Signed-off-by: ojasdubey <ojas.dubey@amdocs.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 3b72874a95ce734f555334fb0fba987a069664d0
- Add validation of non referenced file in package
Add the validation specified in SOL004, that all files in the package
should be listed in the Manifest file.
Fix Validator related Test class, adapting to the new validation.
Create a manifest builder to help the tests.
Fix minor typos.
Update .gitignore to remove ajcore files.
Change-Id: Ib9a99bf3d7905349e0ec8fef8fd960028bb83f8d
Issue-ID: SDC-2412
Signed-off-by: andre.schmid <andre.schmid@est.tech>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 30cc86597cf069d06e350d754628e72fbbd9b4bb
- Add unit test for OrchestrationTemplateNotFoundErrorBuilder
Issue-ID: SDC-2327
Signed-off-by: Marcin Kowalski <m.kowalski3@partner.samsung.com>
Change-Id: Ia8f606848a7ebe405b4ac4a7935d7df1c001452f
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 8f82ddc9c6a2bc45680748f3f584e36a1ce131d4
- Improved unit tests for ComponentValidationUtils and Sonar fixes.
Improved unit tests for ComponentValidationUtils.
Checkstyle for ComponentValidationUtils.
Add a private constructor to hide the implicit public one
in the ComponentValidationUtils.
Issue-ID: SDC-2327
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Change-Id: I8a2f2f7b9a5e6475a4e28d13f3acab333b4af6da
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 6185ebc6d0e1e002029764dadd43818c71ab1120
- Autowired annotation for openecomp-be
Injection of the properties moved to the constructor replacing
field annotations.
Change-Id: I5ea031c9ab414859d810cb8686de3ce6ccebfd0a
Issue-ID: SDC-2406
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 958a87de8f3c19ce51d969047f750692da2ba833
- Remove field injection in catalog-dao
Change-Id: I96ac13d3b50737518924a3aaa9b320adbba241eb
Issue-ID: SDC-2398
Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to bf2ffad5b686eb0ffddbeeeca5824b8caea0c8ff
- Remove field injection in catalog-dao
Change-Id: I24c3a898fa34491e80074944614722fbb3085515
Issue-ID: SDC-2398
Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 868746d27adc90efeba5909d3eb60a6e0cd24c27
- PM-Mapper Policy Model support
Change-Id: I3603c4a5b05b0dc528b0dd57eabea8947f9e8fbb
Issue-ID: SDC-2104
Signed-off-by: rajendrajaiswal <rajendra.jaiswal@ericsson.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 9eb80fdf47fb9be19e6238e223a3e43c402aa3f5
- Improved the ConfigurationRepositoryTest.
Checkstyle for CliConfigurationImpTest.
Improved the ConfigurationRepositoryTest
to not has an influence on other tests.
Issue-ID: SDC-2327
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Change-Id: I74b95617ad1b17c26a8d6237c7e7469ef2213596
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 97b2d7ee46e604c2e6ec5846b3f330a1adca4dcc
- Add unit tests for:
-MonitoringUploadErrorBuilder
-NicErrorBuilder
-VendorSoftwareProductInvalidErrorBuilder
Issue-ID: SDC-2327
Signed-off-by: Marcin Kowalski <m.kowalski3@partner.samsung.com>
Change-Id: I4e34f6f511e27a5f33e96f5bc482cca7765a66e8
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 9d1727691bd02cd423236b94d063f64a6f2493b8
- Add unit test for InformationArtifactCreationErrorBuilder
Issue-ID: SDC-2327
Signed-off-by: Marcin Kowalski <m.kowalski3@partner.samsung.com>
Change-Id: I1c2f53de62ac9dcbc264b900769a68eab1749b49
|
|
* Update docs/submodules/sdc.git from branch 'master'
to c062119c11f5ad35def00d755c95d3855c515723
- Add unit test for ProcessManagerImpl
Issue-ID: SDC-2327
Signed-off-by: Marcin Kowalski <m.kowalski3@partner.samsung.com>
Change-Id: I16dc6f67707d520e0e6678255ab70c726be596c5
|
|
* Update docs/submodules/sdc.git from branch 'master'
to c9b9138eadf68c6f37de961b82bce8e9b8e8bd21
- Added unit tests for ConfigurationRepository
Improved the unit test coverage
in onap-configuration-management-core project
Issue-ID: SDC-2327
Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com>
Change-Id: Ib448d3f318a89d65d4b6ae912e3ca38a31b86146
|
|
* Update docs/submodules/sdc.git from branch 'master'
to dc58ff4151e8a10364ede31ba25f3a0e49344c20
- Fix artifact implementation proxy node type
Removing the operation implementation from proxy
node type in parent service tosca as it will be
present in the proxy node template
Change-Id: Id414d6cdd5f5f4ccb1d7c235fbc8b7cdf1ec4147
Issue-ID: SDC-2395
Signed-off-by: ojasdubey <ojas.dubey@amdocs.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to cf070aeaadd055f38dd32a6121c42f6b10a6937b
- Add unit tests for:
-DeploymentFlavorErrorBuilder
-DuplicateComputeInComponentErrorBuilder
-FileCreationErrorBuilder
-ImageErrorBuilder
Issue-ID: SDC-2327
Signed-off-by: Marcin Kowalski <m.kowalski3@partner.samsung.com>
Change-Id: I0af9da852bb953e93f6e4383725c1c56944d8f33
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 38f9118242fa2991edfdc0481a833684052fecbf
- Add unit tests for OrchestrationTemplateCandidateManagerImpl
Issue-ID: SDC-2327
Signed-off-by: Marcin Kowalski <m.kowalski3@partner.samsung.com>
Change-Id: I80b9e404a98e23e135ae12e4d24ee2c7f66fef11
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 9ed7972644ab771b37c3f40ec3c7c7c2a666ef8a
- Highlight Windows-specific parts
Change-Id: I8da91c11d772d7b2ec487506431d172d414ddace
Issue-ID: SDC-2386
Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 4318fb7e9965f82e27e7e7856be6c5a97117b628
- Add unit tests for ComponentDependencyModelErrorBuilder
Issue-ID: SDC-2327
Signed-off-by: Marcin Kowalski <m.kowalski3@partner.samsung.com>
Change-Id: I48a1b56d3d193dd5a85d4331c31b1913d0997ec3
|
|
* Update docs/submodules/sdc.git from branch 'master'
to d9cf49c2c91284a9ac48aba0e8ab7d80275a5b97
- Upgrade jackson-databind
Upgrade jackson-databind version.
Change-Id: Ica3cd492404150786f212f126463af51fc95b071
Issue-ID: SDC-2262
Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 073d324c23d05562a0a0feded5730226d4864ab8
- Add unit tests for HealthCheckService
Issue-ID: SDC-2327
Signed-off-by: Marcin Kowalski <m.kowalski3@partner.samsung.com>
Change-Id: Ia72210625c45b4e9b7bd5d26aa52893167133a93
|
|
* Update docs/submodules/sdc.git from branch 'master'
to f4dcec3859d8ab1a0ac1559d5c5e27e059d06e4f
- Fix for Cassandra init
Change-Id: If266342c3c126d79e5d99a70f4ed3908e4e7a166
Issue-ID: SDC-2371
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to d761b7ce6d662e2d23410ef7f2dec3350eac05b5
- Add unit tests for:
-ComponentErrorBuilder
-ComputeErrorBuilder
-CreatePackageForNonFinalVendorSoftwareProductErrorBuilder
Issue-ID: SDC-2327
Signed-off-by: Marcin Kowalski <m.kowalski3@partner.samsung.com>
Change-Id: I465619c8e4b9819c4706a38633a9e1d6bf5551ab
|
|
* Update docs/submodules/sdc.git from branch 'master'
to b0f83a8400973be1be2b8fadafd1b3da740f12ad
- Add unit test for CompositionEntityDataManagerImpl
Issue-ID: SDC-2327
Signed-off-by: Marcin Kowalski <m.kowalski3@partner.samsung.com>
Change-Id: I77efe6d3da88de11ea41484d5ce17d736d6d142b
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 7433e04b1e6c5b1fbdf840c969cbaba00579023b
- Fix known issues title in release notes
Change-Id: I8df008da029d2fb5987d4fbfb6fc60b0670bcf1d
Issue-ID: SDC-2387
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to f11ca3ad838233160be442db0ffdd62e7e0adbe4
- Revert "add automated fadeout to sdc splashscreen"
Issue-ID: SDC-2384
This reverts commit 4f514b1c3f1c688345c750281097925ac22417ca.
Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>
Change-Id: I4f35c5771795750c6af71c41c7d8dc08001e833c
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 267816c75201830632b476f93992826e19fac5e1
- Add the known issues to release notes
Change-Id: Ibdef9f205ed48a0f6c461ae2f8e16a0165a660c0
Issue-ID: SDC-2387
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to caa5ebd8c4dd727753cbb706aafa039b7cab2174
- fixing CsarUtilsTest
Issue-ID: SDC-1795
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Change-Id: Id4a95fdc0ce9dee133ece1d2f105b2e28813e733
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 8da6ea990a89b752e0e40d7dbf82b6761850f4e7
- Fix node filter properties value
fix node filter properties value to be list<map<string, list>>
Change-Id: Iafb31c4f94f10d0493ef2bce622019958a995639
Issue-ID: SDC-2381
Signed-off-by: talio <tali.orenbach@amdocs.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to b7a38592f4b665780b0ec048d6abddb89bfe3a62
- Fixed bug - implementation path under interfaces
the path of the implementation under interfaces points to a non-existing path
Change-Id: Iec0c2119c405bf14a1ddec99a0462f29b91f8ea3
Issue-ID: SDC-2377
Signed-off-by: Mojahidul Islam <mojahidul.islam@amdocs.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to aa18a9537994b8637d40516aab71fa82cf55c2d3
- ExportImportMenu tests
Main class tested and refactored
Change-Id: I379a18c289b613cdc7ecbb1617618af96ffa275b
Issue-ID: SDC-2326
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 4c2766df0ffa61835c90d7eb869e4fb285af23f0
- refactoring CsarUtilsTest
Issue-ID: SDC-1795
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Change-Id: Ia25a7b4fa8837c5c06e29cfa46386347f3af0c80
|
|
* Update docs/submodules/sdc.git from branch 'master'
to dbb1b144bd843ffdc8c181641c9abd10df51105e
- Add Lombok support to RelationshipType
add @Data annotation
Change-Id: I185a32166a6efe9d221c260a0f25d958dec2690e
Issue-ID: SDC-2380
Signed-off-by: noahs <noah.shogan@amdocs.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 56242727d95c32cbe8554ab1c4c213faeb732a39
- Fix minor documentation issues
- change "sdc-main" to "sdc" (there is no such project as sdc-main)
- correct typos and grammar
Issue-ID: SDC-2368
Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>
Change-Id: I883d06df2fdde13e46ec7cbfe93d19f5587b8de0
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 0e7273027f75e9b2ba02ee003f316cee7814d9ba
- Clean up MdcData and ImportMetadata
Removed duplicated class. Added assertions to check the logic.
Change-Id: Ia953ee0c88d71214cf620cdd286f6ecdd3f3d26d
Issue-ID: SDC-2326
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 1e3477ad5f91d6cc811602a661dfb8f720ddd34d
- TestNG and BeanShell update
Upgrade TestNG version to migrate to newer version of BeanShell.
Change-Id: I687a1a9af9921f573da19ec657d18853b5704786
Issue-ID: SDC-2266
Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to a4beafe505e61f56c4eb8db00e65985215beb837
- Optimize Dockerfile to reduce SDC image size
Use --chown flag at ADD command instead of executing chown
Issue-ID: SDC-2366
Signed-off-by: Satoshi Fujii <fujii-satoshi@jp.fujitsu.com>
Change-Id: I5aa36da91e45bad5f6ae0bd817a3cdf8186668d8
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 044b3f89b4b72904905ae555039fbe41b2335395
- Upgrade jetty version
Upgrade jetty-http component to current version.
Change-Id: I0bc8636b31973a865ffa1205866828c33cc15e4b
Issue-ID: SDC-2268
Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 2a74ec311f9fc3b430a3d768195156c7b20c5e93
- fix sonar null pointer
NoveServerNamingConventionGuideLineValidator: potential null pointer fixed
Test for this use-case added
Change-Id: I3180bc6c159d1b690f0be0370abbd1fefe70045f
Issue-ID: SO-1811
Signed-off-by: k.kazak <k.kazak@samsung.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to a67f45c2ab3ec438061d2bd066c8daa41b81d5bc
- Upgrade libthrift
Upgrade libthrift to the newest version.
Change-Id: I371acaec6d2e3f79f997c86a0b6051d3612f88db
Issue-ID: SDC-2264
Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to c82ace5a5ed259b0fd4dec29a414046fd3be9c6e
- Upgrade netty
Upgrade netty-related dependencies.
Change-Id: I040287114e21b6d61b84425bd4c15996af27b13c
Issue-ID: SDC-2263
Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 4bf6e7f32c573b9c5096b84f6dd11674f2a53ad9
- Issue-ID: SDC-2370
Signed-off-by: dfx1971 <avi.ziv@amdocs.com>
Change-Id: Ibfe11277ab9a6f9eb0c402190e41ef94e6ae55f3
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 47292bce13d2963a30c007995ebb36cc94f30dab
- Updated package version
Apache POI version changed to latest. Was tested manually using asdctool
Change-Id: I8c71a22ef6c7a9dde5afdf6b9890310ef1a2c748
Issue-ID: SDC-2270
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to bcf781b6261667cb13a4f3e3767f8302aa6e9201
- Change-Id: Ia2e7429fab8ea4e73bcdd4b0a74c966ec80e7023
Issue-ID: SDC-2372
Signed-off-by: Avi Ziv <avi.ziv@amdocs.com>
Change-Id: Iedd93871297f214216664961d27d48d98abf3e17
Signed-off-by: Avi Ziv <avi.ziv@amdocs.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 5d8f917ba450966e4405f9e7b364ea5518c7167b
- Add property uid in declaration
Add property uid when declaring property to policy, in order to get the policies list in UI
Change-Id: I227bfcdcf40483b1e308877e9b2ae41106e20e29
Issue-ID: SDC-2369
Signed-off-by: talio <tali.orenbach@amdocs.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 3dbb29406ed5eca767051296cb5409eac066dc17
- Add lombok support to simple classes
Change-Id: I98ced4b0f30c3b676e02de08ccab0c06bc7b8965
Issue-ID: SDC-2354
Signed-off-by: shrek2000 <orenkle@amdocs.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 2cc7f949bf7353f15fffaef5d9cef42e589a3468
- BeanUtils upgrade to 1.9.x
Transitive dependency to beanutils 1.8.3 removed.
Refactor of existing usage of beanutils proposed.
Change-Id: Ice5a996dc6f782d787309bd9c604335710627b2c
Issue-ID: SDC-2269
Signed-off-by: shrek2000 <orenkle@amdocs.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to b836d3492984e8c751f00b200d24eb07da792c75
- BeanUtils upgrade to 1.9.x
Transitive dependency to beanutils 1.8.3 removed.
Refactor of existing usage of beanutils proposed.
Change-Id: I6614a5794979225376338c778b25f71911ae9c50
Issue-ID: SDC-2269
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to d6bd31bf81c1eb8e4f3a6b349d021f5533f03b03
- Update the CsarInfoTest.
Used common ZipUtil.readData instead local load method.
Fix checkstyle (variable named).
Issue-ID: SDC-2327
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Change-Id: I6adaed83e45d43268b174fde0ba6ee991e3fb2b0
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 0df9d305dc0fe6551a1c11362e9d077f5801475f
- Added unit tests for SpringCLITool
Improved the unit test coverage in the package
org.openecomp.sdc.asdctool.cli
Fixed the build
Change-Id: Iea7395b169acb912489466f9cdf90ac88cc42b8f
Issue-ID: SDC-2327
Signed-off-by: shrek2000 <orenkle@amdocs.com>
Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to d5b983f7c1d7c34ae99301ed65a10a65d280e49c
- Upgrade SDC from Titan to Janus Graph
Upgrade SDC from Titan to Janus Graph
Change-Id: I6ba55643f05e83ac3b63cb9b72b69d3bf700aeab
Issue-ID: SDC-2296
Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
|