ccsdk/cds.git
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

4 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>
4 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"

4 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>
4 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>
4 years agoMerge "fix custom keys issues"
KAPIL SINGAL [Fri, 19 Jun 2020 04:00:23 +0000 (04:00 +0000)]
Merge "fix custom keys issues"

4 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

4 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."

4 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"

4 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

4 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

4 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

4 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>
4 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

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

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

4 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

4 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

4 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"

4 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

4 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

4 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

4 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

4 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

4 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

4 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>
4 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

4 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

4 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"

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

4 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

4 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

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

4 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>
4 years agoMerge "Update Data Definitions"
KAPIL SINGAL [Thu, 28 May 2020 04:30:46 +0000 (04:30 +0000)]
Merge "Update Data Definitions"

4 years agoMerge "PY-executor missing AUTH_TOKEN in startup script"
KAPIL SINGAL [Thu, 28 May 2020 04:29:43 +0000 (04:29 +0000)]
Merge "PY-executor missing AUTH_TOKEN in startup script"

4 years agoUpdate Data Definitions 56/107956/3
Abdelmuhaimen Seaudi [Wed, 20 May 2020 11:20:27 +0000 (04:20 -0700)]
Update Data Definitions

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

4 years agoREST endpoint for fetching templates resolution results does not expose occurence... 77/108177/2
Serge Simard [Sun, 24 May 2020 21:14:08 +0000 (17:14 -0400)]
REST endpoint for fetching templates resolution results does not expose occurence parameter

Issue-ID: CCSDK-2384

Change-Id: I8a6abfea32c7aacade1e9b3140eeed22fa58b4a9
Signed-off-by: Serge Simard <serge@agilitae.com>
4 years agoPY-executor missing AUTH_TOKEN in startup script 11/108211/3
Oleg Mitsura [Mon, 25 May 2020 20:22:04 +0000 (16:22 -0400)]
PY-executor missing AUTH_TOKEN in startup script

rev1. initially copied BASIC_AUTH
rev2. meant AUTH_TOKEN

Issue-ID: CCSDK-2386

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

4 years agoFix sub-attribute parsing for accessing resolved values 29/108329/2
Jozsef Csongvai [Mon, 25 May 2020 15:23:21 +0000 (11:23 -0400)]
Fix sub-attribute parsing for accessing resolved values

Added assignment-map attribute to ResourceResolutionComponent.
This attribute will hold a json object with the resolved values
for each artifact-prefix. It will enable accessing any resolved
value, using get_attribute with JsonPath.

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

4 years agoMerge "Improve logging for ResourceAssingmentUtils"
Dan Timoney [Wed, 20 May 2020 17:58:39 +0000 (17:58 +0000)]
Merge "Improve logging for ResourceAssingmentUtils"

4 years agoMerge "custom action name"
Dan Timoney [Wed, 20 May 2020 16:19:17 +0000 (16:19 +0000)]
Merge "custom action name"

4 years agocustom action name 68/107968/2
Rupinder [Wed, 20 May 2020 12:56:45 +0000 (18:26 +0530)]
custom action name

Issue-ID: CCSDK-2269
Change-Id: I16efe1d6bae9ef13f4c70525db4e37d35154479a
Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
4 years agoImprove logging for ResourceAssingmentUtils 04/107904/1
Jozsef Csongvai [Tue, 19 May 2020 17:33:49 +0000 (13:33 -0400)]
Improve logging for ResourceAssingmentUtils

Sort keys for generated resource param data logging

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

4 years agoFix incorrect encoding for query params 74/107874/1
Jozsef Csongvai [Tue, 19 May 2020 13:16:46 +0000 (09:16 -0400)]
Fix incorrect encoding for query params

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

4 years agoMerge "Add Naming Service & IP Assign custom resource resolution capability"
Dan Timoney [Tue, 19 May 2020 12:57:27 +0000 (12:57 +0000)]
Merge "Add Naming Service & IP Assign custom resource resolution capability"

4 years agoAdd Naming Service & IP Assign custom resource resolution capability 20/107320/4
Paira, Saurav(sp694w) [Thu, 7 May 2020 12:54:40 +0000 (12:54 +0000)]
Add Naming Service & IP Assign custom resource resolution capability

Issue-ID: CCSDK-2185
Signed-off-by: Paira, Saurav(sp694w) <sp694w@att.com>
Change-Id: I70550fe9582b2db0a70c7b66591438b674173411

4 years agoMerge "Test Current version and apply changes"
Dan Timoney [Mon, 18 May 2020 15:50:36 +0000 (15:50 +0000)]
Merge "Test Current version and apply changes"

4 years agoTest Current version and apply changes 06/107806/1
Sarah Abouzainah [Mon, 18 May 2020 13:38:56 +0000 (15:38 +0200)]
Test Current version and apply changes

Issue-ID: CCSDK-2374

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

4 years agoupdate vlb cds instantiation and scale out package 68/107768/1
Abdelmuhaimen Seaudi [Sun, 17 May 2020 19:03:51 +0000 (19:03 +0000)]
update vlb cds instantiation and scale out package

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

4 years agoMerge "Designer > Breadcrumb"
Dan Timoney [Fri, 15 May 2020 19:06:14 +0000 (19:06 +0000)]
Merge "Designer > Breadcrumb"

4 years agoDesigner > Breadcrumb 80/107680/3
Rupinder [Thu, 14 May 2020 12:43:14 +0000 (18:13 +0530)]
Designer > Breadcrumb

1. Change Package name to current package name
2. Make package name link open to package view

Issue-ID: CCSDK-2247
Change-Id: Ica060beff9a0785d80c69cf971623dd45ebe75fe
Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
4 years agoKafka Audit Service : Error with CBA using dg-generic node template 48/107648/1
Julien Fontaine [Thu, 14 May 2020 00:29:56 +0000 (20:29 -0400)]
Kafka Audit Service : Error with CBA using dg-generic node template

* Fixed issue with dg-generic node template
* Changed behaviour for hiding sensitive data -> Instead of just checking the node-template targeted by the workflow, we check every node-template declared in the CBA. If we find one or more component-resource-resolution node-template, we verify if we need to hide sensitive data in the kafka message.

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

4 years agoMerge "Kafka Audit Service : CorrelationUUID from request is not matching the correct...
Dan Timoney [Wed, 13 May 2020 12:07:48 +0000 (12:07 +0000)]
Merge "Kafka Audit Service : CorrelationUUID from request is not matching the correct response in Kafka"

4 years agoKafka Audit Service : CorrelationUUID from request is not matching the correct respon... 91/107491/1
Julien Fontaine [Mon, 11 May 2020 18:38:01 +0000 (14:38 -0400)]
Kafka Audit Service : CorrelationUUID from request is not matching the correct response in Kafka

Moved out CorrelationUUID linking between the request and the response from the Kafka Audit Service to the ExecutionServiceHandler.
This prevents the race condition happening when several ExecutionServiceOutputs try to set the CorrelationUUID related to their ExecutionServiceInput.

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

4 years agoMerge "Disable Filename in edit"
Dan Timoney [Mon, 11 May 2020 16:22:59 +0000 (16:22 +0000)]
Merge "Disable Filename in edit"

4 years agoMerge "fix pagination and create package feature"
Dan Timoney [Mon, 11 May 2020 16:22:32 +0000 (16:22 +0000)]
Merge "fix pagination and create package feature"

4 years agoDisable Filename in edit 69/107469/1
AhmedEldeeb50 [Mon, 11 May 2020 14:19:00 +0000 (16:19 +0200)]
Disable Filename in edit

enable editing an existing file

Issue-ID: CCSDK-2368
Issue-ID: CCSDK-2369

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

4 years agofix pagination and create package feature 20/107420/1
ShaabanEltanany [Sun, 10 May 2020 09:58:15 +0000 (11:58 +0200)]
fix pagination and create package feature

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

4 years agoCreate New Action's Modal 36/107136/3
Sarah Abouzainah [Tue, 5 May 2020 20:19:12 +0000 (22:19 +0200)]
Create New Action's Modal

Issue-ID: CCSDK-2356

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

4 years agoFix formatting issues in RST files 94/107394/3
Dan Timoney [Fri, 8 May 2020 16:22:03 +0000 (12:22 -0400)]
Fix formatting issues in RST files

Fixed issues found in sphinx-build of documentation files

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

4 years agoMerge "update template&mapping create view."
Dan Timoney [Fri, 8 May 2020 20:17:41 +0000 (20:17 +0000)]
Merge "update template&mapping create view."

4 years agoupdate template&mapping create view. 30/107330/2
AhmedEldeeb50 [Thu, 7 May 2020 14:10:33 +0000 (16:10 +0200)]
update template&mapping create view.

add alert messages for success and error

Issue-ID: CCSDK-2323

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

4 years agoMerge "fix sort at package list"
Dan Timoney [Wed, 6 May 2020 15:10:18 +0000 (15:10 +0000)]
Merge "fix sort at package list"

4 years agoMerge "Truncate message published on Kafka / Spike: Define solution for logs separation"
Dan Timoney [Wed, 6 May 2020 14:43:29 +0000 (14:43 +0000)]
Merge "Truncate message published on Kafka / Spike: Define solution for logs separation"

4 years agoMerge "adding the basic running steps for CDS in README file"
Dan Timoney [Wed, 6 May 2020 12:47:27 +0000 (12:47 +0000)]
Merge "adding the basic running steps for CDS in README file"

4 years agoTruncate message published on Kafka / Spike: Define solution for logs separation 60/106360/6
Julien Fontaine [Mon, 20 Apr 2020 15:53:41 +0000 (11:53 -0400)]
Truncate message published on Kafka / Spike: Define solution for logs separation

Refactoring of cmd-exec component
  - Improve display of error messages within the response
  - Fix gRPC buffer limitation (4Mb) by truncating error messages and cmd-exec logs if too heavy (>3Mb)
Truncation of BP responses (<4Kb) before sending them in kafka audit topics.
  - Truncation if needed of error messages for every response
  - Truncation of cmd-exec logs in cmd-exec responses
(Spike) Add a flag in the application.properties to enable/disable the display of cmd-exec responses on the BP side
(Fix) Correction of BP processing with kafka regression
(Fix) Changed default SSL Endpoint Algo

Issue-ID: CCSDK-2326
Change-Id: If4d0e661117d1dd156cf19c95774824e754d870a
Signed-off-by: Julien Fontaine <julien.fontaine@bell.ca>
4 years agofix sort at package list 89/107089/1
ShaabanEltanany [Tue, 5 May 2020 09:01:44 +0000 (11:01 +0200)]
fix sort at package list

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

4 years agoadding the basic running steps for CDS in README file 43/107043/1
AhmedEldeeb50 [Mon, 4 May 2020 14:29:48 +0000 (16:29 +0200)]
adding the basic running steps for CDS in README file

Issue-ID: CCSDK-2357

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

4 years agoMerge "-Delete uploaded files"
Dan Timoney [Mon, 4 May 2020 12:49:20 +0000 (12:49 +0000)]
Merge "-Delete uploaded files"

4 years agoMerge "Package > Temp&Mapp: View"
Dan Timoney [Mon, 4 May 2020 12:48:20 +0000 (12:48 +0000)]
Merge "Package > Temp&Mapp: View"

4 years ago-Delete uploaded files 05/107005/1
AhmedEldeeb50 [Sun, 3 May 2020 10:52:37 +0000 (12:52 +0200)]
-Delete uploaded files

-Show confirmation modal before delete any file

- disable import button until the user select a file

Issue-ID: CCSDK-2346

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

4 years agoPackage > Temp&Mapp: View 03/107003/1
AhmedEldeeb50 [Sat, 2 May 2020 16:06:36 +0000 (18:06 +0200)]
Package > Temp&Mapp: View

Issue-ID: CCSDK-2324

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

4 years agoResource Dictionary Creation 98/106998/1
swapnalipode [Fri, 1 May 2020 20:08:16 +0000 (01:38 +0530)]
Resource Dictionary Creation

Adding Resource Dictionary Creation

Change-Id: Ic53018f406ba2cc1f8c878017c816bfce316a362
Issue-ID: CCSDK-1280
Signed-off-by: swapnalipode <sp00501638@techmahindra.com>