summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-03-26Activity Spec Service - Dockerizationsheetalm66-221/+352
Resolving merge conflict Fixing todo items after rebase. URL to be /activity-spec-api. Removing unused image. Renaming css Configuring docker registry to push images and adding docker profile Add maven docker module to generate below docker images 1 activity-spec-init:1.2.0-SNAPSHOT - creates cassandra keyspace and tables in already running cassandra docker image 2 activity-spec-be:1.2.0-SNAPSHOT - deploys activity spec war and swagger war on base jetty docker image Change-Id: Ic638e2cb9c224e9e6c91cf0f7198594593a77ae5 Issue-ID: SDC-1048 Signed-off-by: sheetalm <sheetal.mudholkar@amdocs.com>
2018-03-26Added JAX-RS filters for loggingolegb18-848/+1707
Change-Id: I57ab333278d4ea26530e916ef89670df8b51b555 Issue-ID: SDC-772 Signed-off-by: olegb <olegb@amdocs.com> Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-03-26Add unit-tests for mappersnoahs15-0/+1361
auto generated tests for mappers Change-Id: I4329aa2332e5db4bf5fcaab3481fb2f78a13044a Issue-ID: SDC-1156 Signed-off-by: noahs <noah.shogan@amdocs.com> Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-03-25Adding Lombok to avoid boilerplate codenoahs51-1838/+1059
simple use og @Data annotation Change-Id: I6475f0aad25b3cad99052e7acfaf01c17139ce28 Issue-ID: SDC-1067 Signed-off-by: noahs <noah.shogan@amdocs.com>
2018-03-25Added validation for Interface Operationmojahidi5-2/+588
Added validation for interface Operation, added input parameter names validation Change-Id: Ib02ec89f7fb53bd08481631c705c9f15757bf768 Issue-ID: SDC-1060 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2018-03-25Interface operationshrek20002-0/+669
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-25analyze and fix IQ server violations SDCGitelman, Tal (tg851x)2-4/+3
Change-Id: If1166819bd6949acfcd86a3850c3477807dca588 Issue-ID: SDC-1114 Signed-off-by: Gitelman, Tal (tg851x) <tg851x@intl.att.com>
2018-03-23Logging refactoring and global contextvempo26-493/+932
Implemented global context (instance ID, host address). Refactored the logging context API for clarity and separation of concerns. Added unit tests. Fixed Javadoc. Change-Id: I6e29b7b3613aebf23112dc017490ad2828e0fb91 Issue-ID: SDC-772 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-03-22Enhance Activity Specshrikantawachar12-955/+55
Enhance Activity Spec to include additional fields type and content. Change-Id: Ic39aa21ef265bf07a5522a2f46f84d378316c7aa Issue-ID: SDC-1048 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
2018-03-22Code change to evaluate Network rolesiddharth09053-19/+65
Code change to evaluate Network Role of Sub interface resource Change-Id: I73b1cad7eb15c59153751a77a4bc78101042941d Issue-ID: SDC-1072 Signed-off-by: siddharth0905 <siddharth.singh4@amdocs.com>
2018-03-22Json Serialization should hide "empty".shrek20002-47/+109
Json serialization of java collections exposes the isEmpty function as an attribute. This issue was discussed in the design review of Interface operations. Issue-ID: SDC-1150 Change-Id: I09e214f5631b73d60825732c4db8bbf85469c824 Signed-off-by: shrek2000 <orenkle@amdocs.com>
2018-03-22review docker memory asignmentGitelman, Tal (tg851x)1-3/+3
Change-Id: I2bb8ea93069b627beb58f74d5dfcf900b5957f0e Issue-ID: SDC-650 Signed-off-by: Gitelman, Tal (tg851x) <tg851x@intl.att.com>
2018-03-22Update FlatEntity in TOSCAshiria60-270/+439
Add support of dataType entity flat hierarchy in TOSCA Fix existing nodeType entity flat hierarchy in TOSCA Change-Id: I52cd188c595a263c70c2067fd1aac9752f7e24a4 Issue-ID: SDC-1147 Signed-off-by: shiria <shiri.amichai@amdocs.com>
2018-03-21added property skipUICleanupEinav Weiss Keidar1-3/+15
Issue-ID: SDC-1157 Change-Id: I5fed6515b90da5d40dc994560aee11a741a49e7d Signed-off-by: Einav Weiss Keidar <einavw@amdocs.com>
2018-03-21Onap normatives are imported alwaysGitelman, Tal (tg851x)2-4/+4
Change-Id: I33b05ae29bc41ed90a87cf01960a848f2484200d Issue-ID: SDC-1103 Signed-off-by: Gitelman, Tal (tg851x) <tg851x@intl.att.com>
2018-03-21components navigation issue fixsvishnev1-71/+73
Issue-ID: SDC-1158 Change-Id: I27ec1023fe761efdf644550c0746e082fb0f5a93 Signed-off-by: svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>
2018-03-21Add support in TOSCA isTypeOfshiria7-272/+405
Add support for InterfaceDefinitionType entity type Add support for PropertyDefinition entity type Add support for ParameterDefinition entity type Change-Id: I10ba0f6c3f16a0d476e254d40b4fcd463392cb52 Issue-ID: SDC-1153 Signed-off-by: shiria <shiri.amichai@amdocs.com>
2018-03-21Handle OperationDefinition in Tosca Data Modelshiria9-103/+312
Change-Id: Ib1a7f0c5548fc9c7a98cff1182ff02300353443d Issue-ID: SDC-1154 Signed-off-by: shiria <shiri.amichai@amdocs.com>
2018-03-21new ui sanity dockerYuli Shlosberg93-271/+1592
Change-Id: I257c198c563771b5badcf36a479cb499f841682f Issue-ID: SDC-995 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
2018-03-21Healing issueshrikantawachar1-2/+3
Attachment screen is opened for certified vsp Change-Id: I4ebd1a4b9f720e92441d887f0fc326a553b9e42e Issue-ID: SDC-1155 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
2018-03-21update missing existing commitersMichael Lando1-2/+12
Change-Id: Ief0e448863c8d61c583c443d46124a5f6470c2c2 Issue-ID: CIMAN-134 Signed-off-by: Michael Lando <ml636r@att.com>
2018-03-20Add INFO.yaml fileJessica Wagantall1-0/+61
Add INFO.yaml to list: - Project description - Properties - PTL information - Meeting information - Committer information Change-Id: Ic47952a824eb4d4213e879da8d12d1e1c5639ae0 Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-03-20Archive Item - fix ItemManagerayalaben2-0/+13
Change-Id: I25b19994c3dc861c38c536fe1fa2b97e0c8eab93 Issue-ID: SDC-1086 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2018-03-20Adding Prettier and fixing up eslint versionEinav Weiss Keidar414-27110/+38166
Issue-ID: SDC-1094 Change-Id: Ie83ad95a03899345dd90235daf0323cbe3bc6afd Signed-off-by: Einav Weiss Keidar <einavw@amdocs.com>
2018-03-20fix pom dependencyMichael Lando3-8/+8
update titan version Change-Id: I0ce765456653b5943f6fd82365053f6146db9df4 Issue-ID: SDC-1148 Signed-off-by: Michael Lando <ml636r@att.com>
2018-03-20ui support for archive itemssvishnev63-528/+1022
Issue-ID: SDC-1088 Change-Id: I836e4896a8ec6bb065f9d2571f514916ccf6759f Signed-off-by: svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>
2018-03-19Normative alignemetGitelman, Tal (tg851x)54-19/+1136
Change-Id: I6115e20fe95662153903873d19439bc7cf0c2ff1 Issue-ID: SDC-1104 Signed-off-by: Gitelman, Tal (tg851x) <tg851x@intl.att.com>
2018-03-19fix a typolding71-1/+1
Change-Id: I3a6ec065df3acad8a8ab9b8377ccdd7ebae6e594 Issue-ID: SDC-1143 Signed-off-by: lding7 <liang.ding@intel.com>
2018-03-19Add K8S deployment above VagrantAreli, Fuss (af732p)9-35/+110
Set deployment manifest files and scripts for deploy SDC over Kubernetes inside Vagrant Preparation for OOM integration Change-Id: Ia192b0b2047c88c0b758d1a974c0c49a66030f8c Issue-ID: SDC-907 Signed-off-by: Areli, Fuss (af732p) <af732p@att.com>
2018-03-19Align current csit testing - fix CSIT testsGitelman, Tal (tg851x)2-3/+3
Change-Id: I453a6af8126540602cd98cc37580e75f67b86c16 Issue-ID: SDC-1097 Signed-off-by: Gitelman, Tal (tg851x) <tg851x@intl.att.com>
2018-03-19Align current csit testing - fix CSIT testsGitelman, Tal (tg851x)3-3/+3
Change-Id: I63e1af740ca281da404231bb3bff67f4c94541e1 Issue-ID: SDC-1097 Signed-off-by: Gitelman, Tal (tg851x) <tg851x@intl.att.com>
2018-03-19update logback testMichael Lando1-1/+1
Change-Id: I4ef2a915932cc171003dc416aad2eb75556ddecf Issue-ID: SDC-1148 Signed-off-by: Michael Lando <ml636r@att.com>
2018-03-19Archive Itemayalaben34-100/+900
Change-Id: Idd5eedc3b0ca9e3cc72f7de9fd432cdbbf77631d Issue-ID: SDC-1086 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2018-03-19Code Change & Junit for verifying Pattern5siddharth090590-0/+37596
Code change and Junit for pattern5 Change-Id: Icbe8cf25cd97250e8c5000ca75bc7dcd7900e129 Issue-ID: SDC-1085 Signed-off-by: siddharth0905 <siddharth.singh4@amdocs.com>
2018-03-18Add timeout and connection statusIdan Amit14-33/+103
Added timeout and connection status to the plugins configuration. Added support in ui to display a temporary error screen in case a plugin in offline Change-Id: Id4a0909cc704903be6183f22c67caec6f5050103 Issue-ID: SDC-1081 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2018-03-15update pom.xmlMichael Lando4-6/+7
Change-Id: I0954b64be276757cf313c04de9e1bba225886d38 Issue-ID: SDC-1141 Signed-off-by: Michael Lando <ml636r@att.com>
2018-03-15Interface definitiontalio18-201/+457
Add separate Interface definition for node type and node template Change-Id: I0c4446227dd096959158fd4a4741cb5aa043e495 Issue-ID: SDC-1043 Signed-off-by: talio <tali.orenbach@amdocs.com>
2018-03-15Change Tosca structuretalio38-126/+1657
change Tosca Service Template according to Tosca-spec-1.1 Change-Id: I8f689b02e0349fc8c787868661f498d7d530d445 Issue-ID: SDC-1043 Signed-off-by: talio <tali.orenbach@amdocs.com>
2018-03-15Changed logging context APIolegb15-279/+571
Issue-ID: SDC-772 Change-Id: I9dce63f3a1bb7df067cf06a96158afa7d799319e Signed-off-by: olegb <olegb@amdocs.com>
2018-03-15healed version of VSP is missing a Descriptionolegb1-1/+2
Change-Id: I71dcd3c40681de8e5a47ff6d36c140edc433af80 Issue-ID: SDC-1134 Signed-off-by: olegb <olegb@amdocs.com>
2018-03-15Interface workflow data modelshrek20008-144/+168
Data Model for Interface workflow operation task Change-Id: Idb28f83a878db3aadeaafe165b6b03bd1fb5fa44 Issue-ID: SDC-1052 Signed-off-by: shrek2000 <orenkle@amdocs.com>
2018-03-14Onap normatives are imported alwaysGitelman, Tal (tg851x)4-14/+129
Change-Id: I3f35be9732a4b0ddba268debe1766976402fa560 Issue-ID: SDC-1103 Signed-off-by: Gitelman, Tal (tg851x) <tg851x@intl.att.com>
2018-03-14Empty error message during Proceed To Validationolegb1-1/+6
Issue-ID: SDC-1120 Change-Id: I6653d6404e8d43ec81016f3497051ac327375c88 Signed-off-by: olegb <olegb@amdocs.com>
2018-03-14analyze and fix IQ server violations SDCGitelman, Tal (tg851x)1-17/+0
Change-Id: If5ee0d2830ccdb46ea549a6d53d7a93ecf3e43ee Issue-ID: SDC-1114 Signed-off-by: Gitelman, Tal (tg851x) <tg851x@intl.att.com>
2018-03-14Adopt zusammen collab plugin version 0.3.2talig1-1/+1
Includes fixes of force sync and version modification time. Change-Id: I1d3883b9304d6bff1bf448b3dbd36ccb4cdb1048 Issue-ID: SDC-1133 Signed-off-by: talig <talig@amdocs.com>
2018-03-14Fixed merge issuesIdan Amit1-1/+1
Changed dmaapClient version to release version Change-Id: I470c2da26f0a3412af37c24781e1fbc072d7547c Issue-ID: SDC-1126 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2018-03-13Fixed merge issuesIdan Amit9-42/+65
Fixed merge issues that broke the behavior of the plugins development Change-Id: I6333944939628f745eb36c4619be33780881d27d Issue-ID: SDC-1126 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2018-03-13Processing CSAR failedshrikantawachar3-19/+8
The *.csar packages not passing onboarding during SDC sanity. Change-Id: I0fc57296bad85928c704dd1b18a7e60a996c13a9 Issue-ID: SDC-1124 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
2018-03-13analyze and fix IQ server violations SDCGitelman, Tal (tg851x)3-75/+9
Also fixes SDC-1119 Change-Id: I698ee784e0774e8c856acd7485e5abcb1ce27991 Issue-ID: SDC-1114 Signed-off-by: Gitelman, Tal (tg851x) <tg851x@intl.att.com>
2018-03-13Multiple ports (extCP) with wrong network-roleeleonorali7-837/+851
E2E/Internal Defect - multiple ports (extCP) with wrong network-role Change-Id: Ic3896287347978ad3e89ac14fb07916ea201d8fa Issue-ID: SDC-1113 Signed-off-by: eleonorali <eleonoral@amdocs.com>