ccsdk/cds.git
3 years agoKafka Audit Service: Error during sensitive data hiding 34/111034/1
Julien Fontaine [Fri, 7 Aug 2020 13:51:39 +0000 (09:51 -0400)]
Kafka Audit Service: Error during sensitive data hiding

Changed behaviour during sensitive data hiding.
Instead of looking for every node template defined in the CBA we only check for the ones declared for the current executed workflow.
This prevent the issue when you have two independant workflows defined in the same CBA and one of those has a node template using a get_input expression for template-prefix in a component-resource-resolution. If you execute the other workflow audit service was still trying to resolve this expression which was making it fail.

Issue-ID: CCSDK-2636
Signed-off-by: Julien Fontaine <julien.fontaine@bell.ca>
Change-Id: Ib232c26ebf930917e19e7970e1a56c15e676888f

3 years agocds-exec shouldn't return "N/A" as output 97/110497/3
Oleg Mitsura [Thu, 23 Jul 2020 14:02:43 +0000 (10:02 -0400)]
cds-exec shouldn't return "N/A" as output

Issue-ID: CCSDK-2603

* execute-command-logs" should always be a list (in some cases,
  we had a string causing possible parsing problems)
* response-data should be JSON and "N/A" not acceptible.

Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
Change-Id: Ie6fceb6e1f4c86bfcdeb7671bacd74b909628096

3 years agoMerge "Fix empty dict in the script arguments when running a script in the cmd-exec"
KAPIL SINGAL [Fri, 31 Jul 2020 13:05:05 +0000 (13:05 +0000)]
Merge "Fix empty dict in the script arguments  when running a script in the cmd-exec"

3 years agoImprove Kafka Producer callback messages 09/110709/2
Julien Fontaine [Wed, 29 Jul 2020 23:06:00 +0000 (19:06 -0400)]
Improve Kafka Producer callback messages

Check if message sent is a BP request/response to print CBA name and version in the callback message.

Issue-ID: CCSDK-2623
Signed-off-by: Julien Fontaine <julien.fontaine@bell.ca>
Change-Id: I526a01299a3bfca3d1c4a10ae19dead46393a9ae

3 years agoMerge "Docs: Updating CDS architecture overview picture"
KAPIL SINGAL [Tue, 28 Jul 2020 11:58:05 +0000 (11:58 +0000)]
Merge "Docs: Updating CDS architecture overview picture"

3 years agoDocs: Updating CDS architecture overview picture 96/110396/3
JakobKrieg [Tue, 21 Jul 2020 08:42:45 +0000 (10:42 +0200)]
Docs: Updating CDS architecture overview picture

Issue-ID: CCSDK-2584
Change-Id: I064ed353128e14c4c0f3d669bc7cd67ff4f5e7e2
Signed-off-by: JakobKrieg <jakob.krieg@bcmsolutions.de>
3 years agoFix empty dict in the script arguments when running a script in the cmd-exec 26/110626/1
Julien Fontaine [Mon, 27 Jul 2020 15:26:27 +0000 (11:26 -0400)]
Fix empty dict in the script arguments  when running a script in the cmd-exec

Add a test to check if dynamic properties are empty. If empty we don't pass them to the script.

Issue-ID: CCSDK-2614
Signed-off-by: Julien Fontaine <julien.fontaine@bell.ca>
Change-Id: Iaa5a2b49e38d9a120fb193966af13f0843773e5f

3 years agoChange EventListener functions to non-blocking scope 71/110571/2
Jozsef Csongvai [Fri, 24 Jul 2020 17:11:39 +0000 (13:11 -0400)]
Change EventListener functions to non-blocking scope

BluePrintProcessingKafkaConsumer and BluePrintProcessorCluster were
both defining EventListener functions which were executed with
runBlocking. When both were enabled, kafkaconsumer would block
and cluster would never run.

Issue-ID: CCSDK-2609
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
Change-Id: I91813208f0474869f174da6c99280b5159859232

3 years agoremote-python-executor was missing timeout inputs 57/110557/1
Oleg Mitsura [Fri, 24 Jul 2020 14:44:10 +0000 (10:44 -0400)]
remote-python-executor was missing timeout inputs

Was present in 'elalto', wasn't merged to frankfurt/master

Issue-ID: CCSDK-2608

Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
Change-Id: I414a400cf5228c8bff93517532607092103a6980

3 years agoFix NullpointerException in ErrorCatalogLoadPropertyService 26/110426/2
Jozsef Csongvai [Tue, 21 Jul 2020 20:15:56 +0000 (16:15 -0400)]
Fix NullpointerException in ErrorCatalogLoadPropertyService

Issue-ID: CCSDK-2585
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
Change-Id: I77864c7bd82033b7155572fd3a60c6cf88739f96

3 years agoDisable jython tests 95/110495/3
Jozsef Csongvai [Thu, 23 Jul 2020 13:13:04 +0000 (09:13 -0400)]
Disable jython tests

BlueprintJythonServiceTest started failing in Jenkins for unknown
reasons. Seeing as jython is deprecated and should be removed, its
not worth tracing the cause.

Issue-ID: CCSDK-2602
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
Change-Id: I495409a18fc324e00c373c99bcc6da803666240a

3 years agofix empty tag - bug 64/110364/1
Ahmedeldeeb50 [Sun, 19 Jul 2020 15:54:43 +0000 (17:54 +0200)]
fix empty tag - bug

Issue-ID: CCSDK-1992

Signed-off-by: Ahmedeldeeb50 <ahmed.eldeeb.ext@orange.com>
Change-Id: I65f62f2c6f1b8d4b7b3085fa28b03b5b925d0bb8

3 years agoAdd Help link and User profile menu 84/110284/1
Sarah Abouzainah [Thu, 16 Jul 2020 15:52:00 +0000 (17:52 +0200)]
Add Help link and User profile menu

Issue-ID: CCSDK-2567

Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com>
Change-Id: I55d6cd47910ef72a2015c60cc20d8a19bf5cc10b

3 years agoMerge "starting manual enrichment functionality"
KAPIL SINGAL [Thu, 16 Jul 2020 10:30:56 +0000 (10:30 +0000)]
Merge "starting manual enrichment functionality"

3 years agostarting manual enrichment functionality 21/110221/4
ShaabanEltanany [Wed, 15 Jul 2020 21:50:43 +0000 (23:50 +0200)]
starting manual enrichment functionality

Issue-ID: CCSDK-2542
Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com>
Change-Id: I3ce3e7aa5deb131b958cef0ca424e4d92fd7913c

3 years agosupport XML for "Upload Attributes List" button for mapping 14/110214/1
AhmedEldeeb50 [Wed, 15 Jul 2020 19:58:59 +0000 (21:58 +0200)]
support XML for "Upload Attributes List" button for mapping

Issue-ID: CCSDK-2571

Signed-off-by: AhmedEldeeb50 <ahmed.eldeeb.ext@orange.com>
Change-Id: I4164fdef145e92faa2cf2550a036d50273127c6a

3 years agoMerge "Manual Enrichment."
KAPIL SINGAL [Wed, 15 Jul 2020 12:11:33 +0000 (12:11 +0000)]
Merge "Manual Enrichment."

3 years agocmd-exec payload should be payload, not err msg. 32/110132/4
Oleg Mitsura [Mon, 13 Jul 2020 17:38:10 +0000 (13:38 -0400)]
cmd-exec payload should be payload, not err msg.

Issue-ID: CCSDK-2549

fixes:
1. CMD-exec returns payload as JSON object.
There was some regression where we overwrite returned JSON with errMsg.
2. adds 100ms delta to executionTimeout, as was in our downstream version
(want to guarantee that we get grpc timeout exception on BP side
rather than coroutine w/o waiting extra)
3. setNodeOutputErrors should not have ability to set execution status
to success.

rev1. initial import
rev2. reworked the calls to setNodeOutputErrors: addError was brought out of it
as we can set the node execution error based on prepare.env or execution.
rev3. did not mean to add BlueprintRuntimeService change

Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
Change-Id: I6d509df5ae51598f33ab9f0ea53806d653cf79c0

3 years agoManual Enrichment. 45/110045/4
Sarah Abouzainah [Fri, 10 Jul 2020 01:07:45 +0000 (03:07 +0200)]
Manual Enrichment.

Issue-ID: CCSDK-2542

Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com>
Change-Id: I44cc4266324d5722364c8643cdc75cff49391a63

3 years agosingle /enrichandupload endpoint. 14/110014/3
Oleg Mitsura [Thu, 9 Jul 2020 15:19:44 +0000 (11:19 -0400)]
single /enrichandupload endpoint.

Issue-ID: CCSDK-2540

rev1. initial commit
rev2. spacing

Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
Change-Id: I14c8ffa42214faf064d8697b00190dee80f5da1c

3 years agoSet EventType for GRPC response in designer API 08/110008/1
Jozsef Csongvai [Thu, 9 Jul 2020 12:32:40 +0000 (08:32 -0400)]
Set EventType for GRPC response in designer API

Issue-ID: CCSDK-2539
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
Change-Id: Iaaf64e4b6683c564c1022b609496fec55ad0df6d

3 years agocmd-exec server-side timeout. 66/109966/1
Oleg Mitsura [Wed, 8 Jul 2020 07:07:07 +0000 (03:07 -0400)]
cmd-exec server-side timeout.

Issue-ID: CCSDK-2535

Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
Change-Id: I897678a5a8a23503a878f2d3eb836ba4597a6e6e

3 years agoMerge "Fix misleading errormessages in script exeutors"
KAPIL SINGAL [Mon, 6 Jul 2020 13:21:18 +0000 (13:21 +0000)]
Merge "Fix misleading errormessages in script exeutors"

3 years agoMerge "Fix merge conflict"
KAPIL SINGAL [Mon, 6 Jul 2020 13:20:34 +0000 (13:20 +0000)]
Merge "Fix merge conflict"

3 years agoFix misleading errormessages in script exeutors 53/109853/1
Jozsef Csongvai [Mon, 6 Jul 2020 11:54:08 +0000 (07:54 -0400)]
Fix misleading errormessages in script exeutors

Issue-ID: CCSDK-2528
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
Change-Id: I1a8dfc14b1fbddced4a3c2a06f8a35df34303976

3 years agoFix merge conflict 29/109829/1
Sarah Abouzainah [Sun, 5 Jul 2020 17:45:40 +0000 (19:45 +0200)]
Fix merge conflict

Issue-ID: CCSDK-2477

Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com>
Change-Id: I86cdfdf56ae7e7dce00b17184117c94263cda250

3 years agoAdd error handling for CDS Kafka Producer callback 25/109825/2
Julien Fontaine [Fri, 3 Jul 2020 16:07:56 +0000 (12:07 -0400)]
Add error handling for CDS Kafka Producer callback

Issue-ID: CCSDK-2522
Signed-off-by: Julien Fontaine <julien.fontaine@bell.ca>
Change-Id: Ia7aabaa6d978a13fbf657ea6b406e0b37bc02222

3 years agoCommand Executor : Invalid response_data when executed script fails 64/109664/9
Julien Fontaine [Mon, 29 Jun 2020 23:54:27 +0000 (19:54 -0400)]
Command Executor : Invalid response_data when executed script fails

* Modified command exec returned value in case of failure during execution. It now prints the response_data defined by the user
* Modified truncation method of the gRPC returned object to use ByteSize() to get the exact sizxe consumed within the buffer

Issue-ID: CCSDK-2501
Signed-off-by: Julien Fontaine <julien.fontaine@bell.ca>
Change-Id: Ie1db8db265623b5137ab3946ff4e3abda1c54a78

3 years agoMerge "Fix incorrect error handling for resolveWorkflowOutputs"
KAPIL SINGAL [Thu, 2 Jul 2020 12:03:41 +0000 (12:03 +0000)]
Merge "Fix incorrect error handling for resolveWorkflowOutputs"

3 years agofixing build failure 55/109755/1
Singh, Rupinderjeet (rs830d) [Thu, 2 Jul 2020 04:38:04 +0000 (10:08 +0530)]
fixing build failure

Issue-ID: CCSDK-2283
Change-Id: I065194bf92c2d0c3098c4e0430e8bfe2e1638e96
Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
3 years agoMerge "RemoteAnsibleExecutor delay vs Thread.sleep bug"
KAPIL SINGAL [Tue, 30 Jun 2020 13:58:50 +0000 (13:58 +0000)]
Merge "RemoteAnsibleExecutor delay vs Thread.sleep bug"

3 years agoMerge "added navbar in source-view component"
KAPIL SINGAL [Tue, 30 Jun 2020 13:38:03 +0000 (13:38 +0000)]
Merge "added navbar in source-view component"

3 years agoRemoteAnsibleExecutor delay vs Thread.sleep bug 80/109680/1
Oleg Mitsura [Tue, 30 Jun 2020 12:46:35 +0000 (08:46 -0400)]
RemoteAnsibleExecutor delay vs Thread.sleep bug

Issue-ID: CCSDK-2505

Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
Change-Id: I0115a484c61169f2cc031553ecd664796aff6bf8

3 years agoFix incorrect error handling for resolveWorkflowOutputs 78/109678/1
Jozsef Csongvai [Tue, 30 Jun 2020 10:59:43 +0000 (06:59 -0400)]
Fix incorrect error handling for resolveWorkflowOutputs

Issue-ID: CCSDK-2504
Change-Id: Ie910e47bb97be2db4f4a4e94653e5ae474a78c0d
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
3 years agoMerge "Add package deletion button"
KAPIL SINGAL [Mon, 29 Jun 2020 12:51:32 +0000 (12:51 +0000)]
Merge "Add package deletion button"

3 years agoAdd package deletion button 32/109632/1
AhmedEldeeb50 [Sun, 28 Jun 2020 13:29:33 +0000 (15:29 +0200)]
Add package deletion button

Issue-ID: CCSDK-2483

Signed-off-by: AhmedEldeeb50 <ahmed.eldeeb.ext@orange.com>
Change-Id: I7e1c0f80eb9e6073a1eb472bd6f042e8545c5ab7

3 years agofixing required inputs for save function 31/109631/3
ShaabanEltanany [Sun, 28 Jun 2020 09:03:37 +0000 (11:03 +0200)]
fixing required inputs for save function

Issue-ID: CCSDK-2014
Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com>
Change-Id: Iec03932293f0c566333828fac24a071e3e719dfa

3 years agoFix template&mapping in view/create 23/109623/1
AhmedEldeeb50 [Sat, 27 Jun 2020 10:45:17 +0000 (12:45 +0200)]
Fix template&mapping in view/create

Issue-ID: CCSDK-2450

Signed-off-by: AhmedEldeeb50 <ahmed.eldeeb.ext@orange.com>
Change-Id: If7f08f4638b5574bb5d79caa062cb12b4141be10

3 years agoadded navbar in source-view component 76/109476/6
Rupinder [Wed, 24 Jun 2020 06:21:51 +0000 (11:51 +0530)]
added navbar in source-view component

Issue-ID: CCSDK-2283
Change-Id: I4903ddf8c29727dadf6eaf303f68537aa6f793b8
Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
3 years agocmdexec should return status=FAILURE on errors 21/109321/7
Oleg Mitsura [Thu, 18 Jun 2020 18:13:30 +0000 (14:13 -0400)]
cmdexec should return status=FAILURE on errors

Issue-ID: CCSDK-2445

In certain cases, status message is returned on error instead of status=FAILURE.
rev 2: reuse same msg
rev 3: past elalto, compoment level timeout is implementation.timeout

Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
Change-Id: I2651e5706b7e62894c5e071dc1563fb1b9dd67e1

3 years agoExplicit error message in command-executor when script is failing 84/109584/2
Julien Fontaine [Thu, 25 Jun 2020 21:10:02 +0000 (17:10 -0400)]
Explicit error message in command-executor when script is failing

Changed error message to print the last execution log (if possible) when the executed script fails.

Issue-ID: CCSDK-2481
Signed-off-by: Julien Fontaine <julien.fontaine@bell.ca>
Change-Id: I9df9dfeeaf95d98049c4f80f827deb85a29137da

3 years agoMerge "change the budget size for maximumWarning and maximumError"
KAPIL SINGAL [Fri, 26 Jun 2020 04:31:34 +0000 (04:31 +0000)]
Merge "change the budget size for maximumWarning and maximumError"

3 years agoMerge "Fix tags view in metadata tab"
KAPIL SINGAL [Fri, 26 Jun 2020 04:31:19 +0000 (04:31 +0000)]
Merge "Fix tags view  in metadata tab"

3 years agochange the budget size for maximumWarning and maximumError 26/109526/1
AhmedEldeeb50 [Wed, 24 Jun 2020 16:13:34 +0000 (18:13 +0200)]
change the budget size for maximumWarning and maximumError

Issue-ID: CCSDK-2474

Signed-off-by: AhmedEldeeb50 <ahmed.eldeeb.ext@orange.com>
Change-Id: If61d9083168e1bf7c85e55580e507b02423b26bf

3 years agoFix tags view in metadata tab 12/109512/1
AhmedEldeeb50 [Wed, 24 Jun 2020 14:05:32 +0000 (16:05 +0200)]
Fix tags view  in metadata tab

Issue-ID: CCSDK-2014

Signed-off-by: AhmedEldeeb50 <ahmed.eldeeb.ext@orange.com>
Change-Id: Ie91d37c8d415f2aa98dde7bf99bb7aee4c93640e

3 years agoRemove service annotation for ImperativeBluePrintWorkflowService 35/109435/2
Jozsef Csongvai [Mon, 22 Jun 2020 21:24:39 +0000 (17:24 -0400)]
Remove service annotation for ImperativeBluePrintWorkflowService

Even with the PROTOTYPE_SCOPE annotation the bean was in effect
a Singleton, as it was only injected in one other service. The
class has field variables which would be shared by every thread,
potentially causing severe errors under parallel execution.

Removed annotations to disable dependency injection, and instead
create a new instance with every execution call.

Issue-ID: CCSDK-2473
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
Change-Id: I9e7148540781dcd869d55d932f4187c5f81cb3f5

3 years agoMerge "Fix "npm run build" errors"
KAPIL SINGAL [Tue, 23 Jun 2020 16:46:54 +0000 (16:46 +0000)]
Merge "Fix "npm run build" errors"

3 years agoMerge "Fix template&mapping in view/create"
KAPIL SINGAL [Tue, 23 Jun 2020 16:01:14 +0000 (16:01 +0000)]
Merge "Fix template&mapping in view/create"

3 years agoFix "npm run build" errors 62/109462/1
AhmedEldeeb50 [Tue, 23 Jun 2020 15:28:21 +0000 (17:28 +0200)]
Fix "npm run build" errors

Issue-ID: CCSDK-2474

Signed-off-by: AhmedEldeeb50 <ahmed.eldeeb.ext@orange.com>
Change-Id: I1577ea0f576f4000c77f94d52d22d4c2212525b2

3 years agoFix template&mapping in view/create 60/109460/1
AhmedEldeeb50 [Tue, 23 Jun 2020 14:21:03 +0000 (16:21 +0200)]
Fix template&mapping in view/create

Issue-ID: CCSDK-2450

Signed-off-by: AhmedEldeeb50 <ahmed.eldeeb.ext@orange.com>
Change-Id: If84fba1cb7835cd3338767f9546bce0544d3dd1c

3 years agoFix hazelcast issues 56/109456/1
Jozsef Csongvai [Tue, 23 Jun 2020 12:48:30 +0000 (08:48 -0400)]
Fix hazelcast issues

- confined lock tests to individual threads to ensure correct unlocking
- removed silent failure in clusterlock.unlock function when unlock is
  called by a thread that doesnt own the lock.
- added isLockedByCurrentThread method to ClusterLock interface
- disabled multicast discovery, tcp-ip should be more stable for tests
- fix Hazlecast typo

Issue-ID: CCSDK-2429
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
Change-Id: Idfe723fff04fcd9c48510cf429eb15b33662c49d

3 years agoMerge "fix issue for deleting files from definition section"
KAPIL SINGAL [Tue, 23 Jun 2020 05:34:12 +0000 (05:34 +0000)]
Merge "fix issue for deleting files from definition section"

3 years agoMerge "Kafka Audit Service : Improve error handling and miscellaneous refactoring"
KAPIL SINGAL [Tue, 23 Jun 2020 05:33:59 +0000 (05:33 +0000)]
Merge "Kafka Audit Service : Improve error handling and miscellaneous refactoring"

3 years agofix issue for deleting files from definition section 28/109428/3
ShaabanEltanany [Mon, 22 Jun 2020 19:10:28 +0000 (21:10 +0200)]
fix issue for deleting files from definition section

Issue-ID: CCSDK-2402
Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com>
Change-Id: I3da68daf0b06c307d0864391ecc504287842f954

3 years agoKafka Audit Service : Improve error handling and miscellaneous refactoring 28/109328/3
Julien Fontaine [Thu, 18 Jun 2020 22:16:38 +0000 (18:16 -0400)]
Kafka Audit Service : Improve error handling and miscellaneous refactoring

When Kafka Audit Service fails it no longer stops Blueprint Processor execution

* Add error handling when trying to hide sensitive data
* Add error handling when trying to send kafka message
* Set timeout for blocking loop when sending messages with kafka producer
-> When broker is not available producer tries to reconnect in a blocking loop
* Refactor Audit Service interface to give more explict name for publish methods
* Modify publishExecutionOutput() to a non-blocking function

Issue-ID: CCSDK-2459
Signed-off-by: Julien Fontaine <julien.fontaine@bell.ca>
Change-Id: I809a5f34f81889aa9eed499608348f149984bc38

3 years agoFix exception handling in AbstractComponentFunction 24/109424/1
Jozsef Csongvai [Mon, 22 Jun 2020 18:05:45 +0000 (14:05 -0400)]
Fix exception handling in AbstractComponentFunction

Moved try-catch to applyNB so that it also catches exceptions
in prepareRequestNB. This restores exception handling to the
way it was before introduction of locking feature.

Issue-ID: CCSDK-2460
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
Change-Id: I20326d9a79ac5fbae630eda8530e8428cdb4f84c

3 years agoMerge "add delete button in template&mapping view"
KAPIL SINGAL [Mon, 22 Jun 2020 18:14:26 +0000 (18:14 +0000)]
Merge "add delete button in template&mapping view"

3 years agoMerge "solving continuous saving"
KAPIL SINGAL [Mon, 22 Jun 2020 18:14:05 +0000 (18:14 +0000)]
Merge "solving continuous saving"

3 years agoadd delete button in template&mapping view 20/109420/1
AhmedEldeeb50 [Mon, 22 Jun 2020 16:07:52 +0000 (18:07 +0200)]
add delete button in template&mapping view

Issue-ID: CCSDK-2448

Signed-off-by: AhmedEldeeb50 <ahmed.eldeeb.ext@orange.com>
Change-Id: I73691bc19ca4cf330896fe1cf327e3867ab4e1b4

3 years agoMerge "Edit mapping table style."
KAPIL SINGAL [Mon, 22 Jun 2020 13:02:29 +0000 (13:02 +0000)]
Merge "Edit mapping table style."

3 years agosolving continuous saving 89/109389/3
ShaabanEltanany [Sun, 21 Jun 2020 19:48:49 +0000 (21:48 +0200)]
solving continuous saving

Issue-ID: CCSDK-2336
Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com>
Change-Id: I7e488950a77a19b7b1b4ac2e4c9044698b9ff757

3 years agoEdit mapping table style. 93/109393/2
Sarah Abouzainah [Sun, 21 Jun 2020 23:42:15 +0000 (01:42 +0200)]
Edit mapping table style.

Issue-ID: CCSDK-2472

Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com>
Change-Id: I4787412a34d1e26c0d30fe0419a231ef54df9efa

3 years agoFix editor highlight. 88/109388/4
AhmedEldeeb50 [Sun, 21 Jun 2020 13:55:36 +0000 (15:55 +0200)]
Fix editor highlight.

Issue-ID: CCSDK-2471

Signed-off-by: AhmedEldeeb50 <ahmed.eldeeb.ext@orange.com>
Change-Id: I8a78dc9c8989a933d8812c2ded7a03899800612d

3 years agoImplement nodetemplate locking feature 48/109348/2
Jozsef Csongvai [Mon, 15 Jun 2020 12:42:08 +0000 (08:42 -0400)]
Implement nodetemplate locking feature

Enables locking execution of a nodetemplate using a
lock key and lock acquire timeout.

Issue-ID: CCSDK-2460
Change-Id: I308d4d89dab44b7f7a766d5b62258e67b051eab1
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
3 years agoMerge "Error when template-prefix-names list is set as an input"
KAPIL SINGAL [Fri, 19 Jun 2020 12:41:20 +0000 (12:41 +0000)]
Merge "Error when template-prefix-names list is set as an input"

3 years agoadded redo-undo buttons 45/109345/1
Rupinder [Fri, 19 Jun 2020 11:51:17 +0000 (17:21 +0530)]
added redo-undo buttons
Modified zoom in and out button

Issue-ID: CCSDK-2279
Change-Id: Ic4a55cba53e681cf21e3e7b3239adf01c3fad69c
Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
3 years agoError when template-prefix-names list is set as an input 78/109278/3
Julien Fontaine [Wed, 17 Jun 2020 19:51:45 +0000 (15:51 -0400)]
Error when template-prefix-names list is set as an input

Case when template-prefix-names list for resource resolution is passed as an input was not handled.
When the audit service was trying to get input-prefix-names values he was only getting {"get_input": "..."} and was not resolving this expression.

Issue-ID: CCSDK-2456
Change-Id: If9ebbf0aa6b6eae3e44a7bfe0b930f622dfd3c1e
Signed-off-by: Julien Fontaine <julien.fontaine@bell.ca>
3 years agoMerge "fix custom keys issues"
KAPIL SINGAL [Fri, 19 Jun 2020 04:00:23 +0000 (04:00 +0000)]
Merge "fix custom keys issues"

3 years agoFix duplicate style files in designer 29/109329/2
Sarah Abouzainah [Fri, 19 Jun 2020 00:15:20 +0000 (02:15 +0200)]
Fix duplicate style files in designer

Issue-ID: CCSDK-2454

Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com>
Change-Id: Ief1368f48651d5b772f7a41241898b3cdf675653

3 years agoMerge "Missing note of timeout differences."
KAPIL SINGAL [Thu, 18 Jun 2020 17:03:13 +0000 (17:03 +0000)]
Merge "Missing note of timeout differences."

3 years agoMerge "added zoom in and out button in editBar"
KAPIL SINGAL [Thu, 18 Jun 2020 14:50:56 +0000 (14:50 +0000)]
Merge "added zoom in and out button in editBar"

3 years agoMissing note of timeout differences. 06/109306/2
Oleg Mitsura [Thu, 18 Jun 2020 12:57:22 +0000 (08:57 -0400)]
Missing note of timeout differences.

rev1. initial commit
rev2. spacing (silly klint!)

Issue-ID: CCSDK-2445

Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
Change-Id: Ie8cc62c89e212efbf5240304856b79c173c88abb

3 years agofix custom keys issues 10/109310/1
ShaabanEltanany [Thu, 18 Jun 2020 13:46:06 +0000 (15:46 +0200)]
fix custom keys issues

Issue-ID: CCSDK-2428
Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com>
Change-Id: I1cd6a9a0fe83ba5d45e322c281ffe1b2de741c07

3 years agoenable delete button in upload modal. 47/109247/6
AhmedEldeeb50 [Wed, 17 Jun 2020 10:25:19 +0000 (12:25 +0200)]
enable delete button in upload modal.

Disable import button when thre is no file

Issue-ID: CCSDK-2402

Signed-off-by: AhmedEldeeb50 <ahmed.eldeeb.ext@orange.com>
Change-Id: Idb119170646eb7cac1d75bafabc90e7fb452ad60

3 years agoadded zoom in and out button in editBar 59/109259/2
Rupinder [Wed, 17 Jun 2020 13:20:45 +0000 (18:50 +0530)]
added zoom in and out button in editBar

Issue-ID: CCSDK-2279
Change-Id: I3e40f00fb3c86c4ab3dc056513a4f62fa26a47ae
Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
3 years agoview description in package box and in a Tooltip 12/109212/2
ShaabanEltanany [Tue, 16 Jun 2020 17:47:49 +0000 (19:47 +0200)]
view description in package box and in a Tooltip

Issue-ID: CCSDK-2428
Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com>
Change-Id: Id1f18173c58be93d827a214631193914b5b289c7

3 years agoMerge "providing search packages functionalities"
Dan Timoney [Tue, 16 Jun 2020 23:05:29 +0000 (23:05 +0000)]
Merge "providing search packages functionalities"

3 years agoMerge "add sort by version"
Dan Timoney [Tue, 16 Jun 2020 23:05:09 +0000 (23:05 +0000)]
Merge "add sort by version"

3 years agoadd sort by version 09/109209/1
ShaabanEltanany [Tue, 16 Jun 2020 16:36:26 +0000 (18:36 +0200)]
add sort by version

Issue-ID: CCSDK-2431
Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com>
Change-Id: Idfeab7ba0757adea3c837b281d5da83b2dc95c4e

3 years agoadd delete modal in Template&Mapping 05/109205/1
AhmedEldeeb50 [Tue, 16 Jun 2020 15:34:01 +0000 (17:34 +0200)]
add delete modal in Template&Mapping

Issue-ID: CCSDK-2449

Signed-off-by: AhmedEldeeb50 <ahmed.eldeeb.ext@orange.com>
Change-Id: I76abe710016745802bad3b024415579f09a9ac18

3 years agoMerge "change template&mapping screen add "back to temmplate list" button fix mapping...
KAPIL SINGAL [Tue, 16 Jun 2020 12:31:11 +0000 (12:31 +0000)]
Merge "change template&mapping screen add "back to temmplate list" button fix mapping table"

3 years agochange template&mapping screen 87/109187/1
AhmedEldeeb50 [Tue, 16 Jun 2020 09:53:24 +0000 (11:53 +0200)]
change template&mapping screen
add "back to temmplate list" button
fix mapping table

Issue-ID: CCSDK-2323
Signed-off-by: AhmedEldeeb50 <ahmed.eldeeb.ext@orange.com>
Change-Id: Ifdabb22e550c5b5f950c21b4c657589df980e459

3 years agoproviding search packages functionalities 84/109184/1
ShaabanEltanany [Tue, 16 Jun 2020 08:47:15 +0000 (10:47 +0200)]
providing search packages functionalities

- provide search package by (UpdatedBy or Tags or ArtifactName or ArtifactVersion or ArtifactType) Containing IgnoreCase
Issue-ID: CCSDK-2434
Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com>
Change-Id: I92167e916643dbbf17601a0d9fb7654d8940a537

3 years agoEdit Designer tabs ui and fix canvas scroll bar 72/109172/2
Sarah Abouzainah [Mon, 15 Jun 2020 18:38:07 +0000 (20:38 +0200)]
Edit Designer tabs ui and fix canvas scroll bar

Issue-ID: CCSDK-2446

Issue-ID: CCSDK-2447

Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com>
Change-Id: I74d7aca0f382a60f668f9acb3bb08e285be81a47

3 years agoadd package description to be at Entry definition 34/109134/4
ShaabanEltanany [Sun, 14 Jun 2020 13:30:23 +0000 (15:30 +0200)]
add package description to be at Entry definition

Issue-ID: CCSDK-2438
Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com>
Change-Id: I8657560cd55a21421dc6849d7aac64c02e83db42

3 years agoadd pattern for package version 33/109133/1
ShaabanEltanany [Sun, 14 Jun 2020 11:41:07 +0000 (13:41 +0200)]
add pattern for package version

Issue-ID: CCSDK-2436
Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com>
Change-Id: Ie7558a384e482bfbc69404398b309906e7b148e0

3 years agoadd error-messages_en.properties to the blueprint processor docker image 03/109103/1
Abdelmuhaimen Seaudi [Fri, 12 Jun 2020 13:13:17 +0000 (06:13 -0700)]
add error-messages_en.properties to the blueprint processor docker image

Issue-ID: CCSDK-2444
Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
Change-Id: Iccdd77676606fc3007568a76402ef0696e6a1653

3 years agoadded workflow and template tabs 17/108917/2
Rupinder [Mon, 8 Jun 2020 12:51:31 +0000 (18:21 +0530)]
added workflow and template tabs

Issue-ID: CCSDK-2278
Change-Id: I06a889d63131668c56602e2ce7a316f21b7f890f
Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
3 years agoCreate CDS Designer Guide for docs.onap 09/109009/1
Sarah Abouzainah [Wed, 10 Jun 2020 08:47:29 +0000 (10:47 +0200)]
Create CDS Designer Guide for docs.onap

Issue-ID: CCSDK-2415

Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com>
Change-Id: I94d981b5ce48b995a75de92df91a58ce163a5520

3 years agoAdd ResourceResolutionResult to ResourceResolutionService 26/108426/5
Jozsef Csongvai [Thu, 28 May 2020 17:57:06 +0000 (13:57 -0400)]
Add ResourceResolutionResult to ResourceResolutionService

In order to ensure consistent behavior for assignment-map, supporting
occurences and multiple artifact-prefixes, ResourceResolutionService
needs to return assignment-map alongside generated template content.

Issue-ID: CCSDK-2389
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
Change-Id: I54c1991d23d65217f3492b08a2170a6d41b6482d

3 years agoMerge "Update css file name in conf.py"
Dan Timoney [Mon, 8 Jun 2020 14:09:22 +0000 (14:09 +0000)]
Merge "Update css file name in conf.py"

3 years agoMerge "Actions list - UI"
KAPIL SINGAL [Fri, 5 Jun 2020 14:56:25 +0000 (14:56 +0000)]
Merge "Actions list - UI"

3 years agoActions list - UI 79/108779/2
Sarah Abouzainah [Thu, 4 Jun 2020 15:45:57 +0000 (17:45 +0200)]
Actions list - UI

Issue-ID: CCSDK-2411

Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com>
Change-Id: I4eccc5261e4c4ae9c9a60f0c4c518129973b066d

3 years agoData dictionary fixes and improvements from vFW CNF demo 39/100839/7
Samuli Silvius [Tue, 28 Jan 2020 06:49:36 +0000 (08:49 +0200)]
Data dictionary fixes and improvements from vFW CNF demo

During doing vFW CNF use case CBA model with CDS (See INT-1260)
found some diff/improvements to update to CDS starter dictionary.

Issue-ID: CCSDK-2408

Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
Change-Id: I8e899b3ab34bcd499e917da318f589e69008dc6d

3 years agoMerge "Changed sli-provider dependency"
Dan Timoney [Fri, 5 Jun 2020 13:36:49 +0000 (13:36 +0000)]
Merge "Changed sli-provider dependency"

3 years agoChanged sli-provider dependency 85/108785/1
Dan Timoney [Thu, 4 Jun 2020 19:12:42 +0000 (15:12 -0400)]
Changed sli-provider dependency

Due to refactoring in sli/core, the dependency sli-provider-base
should now be used in place of sli-provider.

Issue-ID: CCSDK-2412
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I35e356dd80cc355aedf74a9adb49665a1292d77c

4 years agoSet explicit uid and gid in dockerfiles 31/108731/1
Jozsef Csongvai [Wed, 3 Jun 2020 13:04:28 +0000 (09:04 -0400)]
Set explicit uid and gid in dockerfiles

This fixes permission issues with shared nfs volumes caused by
mismatch in dynamically assigned gid and uid between containers.

Issue-ID: CCSDK-2398
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
Change-Id: Ie47873c98211b280490ee7a6bcc60ceef49dd690

4 years agoUpdate css file name in conf.py 81/108481/1
lf-jobbuilder [Thu, 28 May 2020 20:59:01 +0000 (13:59 -0700)]
Update css file name in conf.py

ribbon.css is the correct name of the css file.

Issue-ID: CIMAN-376
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I07abe65dff0adef7111d35db882951b00d375c8d

4 years agoadded a basic function attribute sidebar 99/108399/3
Rupinder [Thu, 28 May 2020 11:14:05 +0000 (16:44 +0530)]
added a basic function attribute sidebar

Designed a basic function attribute sidebar, it is still work in
progress. Need to work on Content depends on current selection of
Function.

Issue-ID: CCSDK-2281
Change-Id: Ifd6019348d530deb043d1a0275cd93413e128c7c
Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
4 years agoRegenerate py-executor certificate with the new wildcard 10/108410/1
Marek Szwalkiewicz [Thu, 28 May 2020 14:08:01 +0000 (14:08 +0000)]
Regenerate py-executor certificate with the new wildcard

The existing cert was generated with dns alias that was not matching
the service name that OOM uses.

Issue-ID: CCSDK-2394
Change-Id: I3836c05f0adfde4a4ff184b32ddfcfbebd3c20d8
Signed-off-by: Marek Szwalkiewicz <marek.szwalkiewicz@external.t-mobile.pl>