aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-model/src/main/java/org/openecomp
AgeCommit message (Collapse)AuthorFilesLines
2018-11-19UT-AdditionalInfoOperation2Sindhuri.A1-4/+5
UT for AdditionalInformationOperation class Issue-ID: SDC-1775 Change-Id: I971043f92b6566b121f3d31201ce29148d7d2b85 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2018-11-05Refactor Code NodeTemplateOperationSindhuri.A1-33/+27
Code refactor : catalog-model classes Issue-ID: SDC-1880 Change-Id: Ifdf67574746954679ec85045fb96bb949f338161 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2018-11-01Refactor Code catalog-modelSindhuri.A2-13/+13
Code refactor : catalog-model classes Issue-ID: SDC-1880 Change-Id: I8f9e0f87eed6f9db8885572dce159eedc7845173 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2018-11-01Code refactoring catalog-modelSindhuri.A1-10/+4
Code refactor : catalog-model classes Issue-ID: SDC-1880 Change-Id: I75ef87ef25cc9d1da6d59f4ed5d3790a0fbb2c25 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2018-10-29Removed unused importSindhuri.A1-1/+0
ToscaElementOperation unused import removal Issue-ID: SDC-1552 Change-Id: I83299ca24caad7086ff606b32e05100309407c9b Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2018-10-16Single node copy paste keyboard shorcut on canvasSindhuri.A2-0/+20
Keyboard Shortcut copy paste for single node on Composition page canvas for services Issue-ID: SDC-1736 Change-Id: I669a728d3641a59ba7a4d8cc18fdae1000a0377f Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2018-09-27Interface Operation disappears on VSP updatepriyanshu1-10/+31
Interface Operation disappears on VSP update Change-Id: I209e8a41292aa2ccfa4466b3f383d53005b7b08b Issue-ID: SDC-1772 Signed-off-by: priyanshu <pagarwal@amdocs.com>
2018-09-27User is unable to modify name of VFmojahidi1-68/+16
User is unable to modify name of VF having operations which was created via Heat Flow Change-Id: I42b666137b26755cccf71028b220560f42b0c0f7 Issue-ID: SDC-1771 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2018-09-18Title This is Component combination take 2Satyaki Mallick2-0/+156
Added Combination and Combination UI Model classes. The UI class take inputs from the UI and sest in to Combination Model class Issue-ID: SDC-1460 Change-Id: Ic7704f692b36d6d4f2c26aa358a2646207b0c6d7 Signed-off-by: Michael Lando <ml636r@att.com>
2018-09-17Bugfix - interface_types missing from toscaojasdubey1-1/+2
1.Fix for interface_types missing from the tosca model for a resource/service 2. Interface name should not contain spaces to make the behavior consistent with tosca node type component naming Change-Id: I8e135a87d659d3fb17d284247bcf222a8be7ccde Issue-ID: SDC-1760 Signed-off-by: ojasdubey <ojas.dubey@amdocs.com>
2018-09-13Interface operation support for service - BEpriyanshu7-55/+92
1. Interface operation support for service 2. Refactored common code of operationspa 3. ONAP Bug fixes VF operations Change-Id: If1c4fd5f17626dbe568ee66ad997eb8ffb772e29 Issue-ID: SDC-1739 Signed-off-by: priyanshu <pagarwal@amdocs.com>
2018-08-16sonar issue fixArindam Mondal1-1/+1
Issue-ID: SDC-1561 Change-Id: Iafb752fa6302ef53055d1f96e73d7eb4d7518603 Signed-off-by: Arindam Mondal <arind.mondal@samsung.com>
2018-08-09Interface operations Bug Fixespriyanshu2-69/+24
1. create and modify operation bug fix 2. Get and Delete negative use case handling 3. refactored code Change-Id: I472abb7f487cb0399e63e413e616a03143a1e2ac Issue-ID: SDC-1535 Signed-off-by: priyanshu <pagarwal@amdocs.com>
2018-08-07Interface operations Bug Fixpriyanshu1-4/+15
modify operation bug fix Change-Id: I510b19013a050b02bf3b1c959a1340a1ce1b3566 Issue-ID: SDC-1535 Signed-off-by: priyanshu <pagarwal@amdocs.com>
2018-08-06Interface operations Model updatepriyanshu4-99/+192
1. Interface operations Model update 2. Removed unnecessary dependencies on resource 3. Fixed the broken code after merge Change-Id: I2b6381493530f1d61f0803ee1d1d688648356f73 Issue-ID: SDC-1535 Signed-off-by: priyanshu <pagarwal@amdocs.com>
2018-08-06Fixes of sonar violations sdc and refactorkoblosz1-6/+4
Issue-ID: SDC-1484 Change-Id: I3cf17454c533d3419c97af63cc6b5412976726fb Signed-off-by: Sandra Koblosz <sandra.koblosz@nokia.com>
2018-08-03Interface operations on VFpriyanshu3-0/+72
Interface operations on VF Fixed the broken code after merge Change-Id: I08381c0e69fbe85e1df26fb7ecbf93af43f906b2 Issue-ID: SDC-1586 Signed-off-by: priyanshu <pagarwal@amdocs.com>
2018-07-30Add support for workflowId and workflowVersionIdmojahidi1-11/+0
Enhance operation data model and APIs to support workflowId and workflowVersionId Change-Id: Ib8772027a3e0147ae0bb59811a9b31fe46975ac6 Issue-ID: SDC-1535 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2018-07-29re base codeMichael Lando255-31489/+33064
Change-Id: I12a5ca14a6d8a87e9316b9ff362eb131105f98a5 Issue-ID: SDC-1566 Signed-off-by: Michael Lando <ml636r@att.com>
2018-07-25Catalog-model dead code removalPiotr Krysiak6-184/+43
Issue-ID: SDC-1552 Change-Id: I59744e990779ec3578511948e5e2767929f99dab Signed-off-by: Piotr Krysiak <piotr.krysiak@nokia.com>
2018-07-10update dockers base version to 1.4.0Yuli Shlosberg1-0/+5
Change-Id: I6c2490ade7ff3071487be5c0e783060390e2a2f1 Issue-ID: SDC-1344 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
2018-07-02first attempt to fix vulnerabilitiesYuli Shlosberg1-2/+2
Change-Id: Iaf5f7db54511f730e09a8af8921d52ebf7f6c078 Issue-ID: SDC-1457 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
2018-06-26Add output parameter support in Operation screenmojahidi2-3/+30
Added code to support Output parameter, fixed UTs, Added flow test Change-Id: I4ff869d120cefd7645a407278caeea6ee695c73b Issue-ID: SDC-1440 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2018-06-10new unit tests for sdc-modelTal Gitelman1-79/+13
Change-Id: I31489f5e9bc83aaa5b18ebf2e519a13216f49332 Issue-ID: SDC-1333 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2018-06-06new unit tests for sdc-modelTal Gitelman3-34/+13
Change-Id: I14b1d527b18b354b8c29149135a1dbb800a454bb Issue-ID: SDC-1333 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2018-06-06new unit tests for sdc-daoTal Gitelman38-178/+295
Change-Id: Id7ba81e71502db771f7243f526d46eb0865f16f2 Issue-ID: SDC-1333 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2018-05-01Remove dead code asdctoolTal Gitelman3-101/+0
Change-Id: I467f70b442a02a15b8a18b160309bac9a8ab3f9a Issue-ID: SDC-1270 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2018-04-30Remove dead code catalog-modelTal Gitelman19-489/+5
Change-Id: Ife2589a10d529c830195bb978a2314dd316342b1 Issue-ID: SDC-1270 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2018-04-30Fix for fail submit service&recommit change 44091katy.rotman1-3/+52
Issue-ID: SDC-1267 Change-Id: I3439e8f4df8c17c3d3635e804473212f1a9aaf34 Signed-off-by: katy.rotman <katy.rotman@amdocs.com>
2018-04-26Revert "Delete workflow artifactMichael Lando1-52/+3
and add artifact to CSAR" This reverts commit d71a8de8c7b688eabb250e524dc4f6000b3233b6. Issue-ID: SDC-1060 Change-Id: I332a6afb8090491b011e3040e94ca2dc47bcc164 Signed-off-by: Michael Lando <ml636r@att.com>
2018-04-25Delete workflow artifact and add artifact to CSARshrek20001-3/+52
Added delete artifact codes, add artifact to CSAR and refactored operation Business logic. Change-Id: Iaad3f26795633076d1362bfd33631acc9fcf7aa1 Issue-ID: SDC-1060 Signed-off-by: shrek2000 <orenkle@amdocs.com>
2018-04-22Fixed Review Comments - operation Business logicmojahidi4-1/+102
Added interface operation Business logic and amended validation logic Change-Id: Ia98c625d732a31b03dec2d24504ecabb367e0582 Issue-ID: SDC-1060 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2018-04-09Added new files requied for operationmojahidi2-13/+135
Added new files requied for workflow operation Change-Id: I561185415a7e82aa75772c6c0b4b1a206b547699 Issue-ID: SDC-1060 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2018-03-25Interface operationshrek20001-0/+126
Workflow operation in backend will enable CRUD operation to workflow. Issue-ID: SDC-1052 Change-Id: Ieddd6c99b4eee8ad413604f5003a91d5943ebd82 Signed-off-by: shrek2000 <orenkle@amdocs.com>
2018-03-15Interface workflow data modelshrek20002-14/+13
Data Model for Interface workflow operation task Change-Id: Idb28f83a878db3aadeaafe165b6b03bd1fb5fa44 Issue-ID: SDC-1052 Signed-off-by: shrek2000 <orenkle@amdocs.com>
2018-03-07Sync Integ to MasterMichael Lando54-2613/+4454
Change-Id: I71e3acc26fa612127756ac04073a522b9cc6cd74 Issue-ID: SDC-977 Signed-off-by: Gitelman, Tal (tg851x) <tg851x@intl.att.com>
2018-02-20Workflow Operationshrek20001-5/+18
Data model for workflow operations. Issue-ID: SDC-990 Change-Id: If13cca8c03368652e6cb3a8c3d48151b6ddcda74 Signed-off-by: shrek2000 <orenkle@amdocs.com>
2017-12-10Final commit to master merge fromTal Gitelman77-2535/+3096
Change-Id: Ib464f9a8828437c86fe6def8af238aaf83473507 Issue-ID: SDC-714 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-11-27sync 1.1.0 to masterYuli Shlosberg7-68/+264
Change-Id: I6e040f039895dd2ced55f95824473946b226fb5d Issue-ID: SDC-707 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
2017-10-24align MMETal Gitelman1-1/+1
- [BUG323816] Don't add a property to a newly generated csar if the value is not set and the default value is not provided Change-Id: I76b312ef8140ca6207aa7604026c1b0a89bfbe02 Issue-ID:SDC-500 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-10-23remove neo4j classesYuli Shlosberg1-78/+0
Change-Id: I7a9b781c30d4eb269c19dfdaa5d230807a97f08b Issue-Id: SDC-487 Signed-off-by: Yuli Shlosberg <ys9693@att.com> (cherry picked from commit 00fca27997c4a4a473823c4dc0123c074dac7b50)
2017-09-14Merge "Fix - Blockstorage and Compute in VF linking"Michael Lando1-0/+14
2017-09-13Fix - Blockstorage and Compute in VF linkingTal Gitelman1-0/+14
Change-Id: I5b79be033ad547b4d3f4d5443bd2b3a74dff6242 Issue-ID:SDC-267 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-09-13ComponentBaseTest.java enhancement andIdan Amit2-4/+54
new onboarding class that test onboarding only And merge release/1710 branch into master Change-Id: I300d897b151010aa26f8732518fa2e3b7ed4291b Issue-Id: SDC-331 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2017-08-13[SDC-235] rebase codeMichael Lando1-5/+3
Change-Id: Iea503188e521fa3846f580ced7c1c4fce303abe5 Signed-off-by: Michael Lando <ml636r@att.com>
2017-08-10[SDC] code syncMichael Lando1-1/+16
Change-Id: Ia33a7874802b8ac2f49aed9199e109ea509e950e Signed-off-by: Michael Lando <ml636r@att.com>
2017-08-07[SDC] syncTal Gitelman43-24653/+77
Change-Id: I150c22c816c52cc142e8d0f3c92e5df7ecea4e3c Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-08-07[SDC] code syncMichael Lando2-1/+2
Change-Id: I576dd69504722c341b0f41a1f6232ed3f4bee8df Signed-off-by: Michael Lando <ml636r@att.com>
2017-08-02[SDC] code rebase for sdc resync to LFAvi Ziv11-58/+271
Change-Id: If6d87c9e324f508a8a6b80b10a03d1843901472e Signed-off-by: Michael Lando <ml636r@att.com>
2017-07-20[SDC] 1710 rebase + pom modificationsMichael Lando1-4/+6
Change-Id: I1f9c0a5201576c7a6b124f6a786db12c1a8cd7c0 Signed-off-by: Michael Lando <ml636r@att.com>