ccsdk/cds.git
3 years agoAdd icon beside the selected templates in Function attributes tab 49/116749/1
Ahmedeldeeb50 [Tue, 12 Jan 2021 11:07:45 +0000 (13:07 +0200)]
Add icon beside the selected templates in Function attributes tab

update create_resource_dictionary API

Issue-ID: CCSDK-3082
Issue-ID: CCSDK-3078

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

3 years agoMerge "Update committer list"
KAPIL SINGAL [Tue, 12 Jan 2021 00:04:49 +0000 (00:04 +0000)]
Merge "Update committer list"

3 years agoUpdate committer list 33/116733/1
Dan Timoney [Mon, 11 Jan 2021 18:27:27 +0000 (13:27 -0500)]
Update committer list

Remove Jack Lucas as committer - Jack has moved on to other
work and resigned as committer from CCSDK

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

3 years agoEnable user to create new resource dictionary with json 21/116721/1
Ahmedeldeeb50 [Mon, 11 Jan 2021 12:10:35 +0000 (14:10 +0200)]
Enable user to create new resource dictionary with json

Issue-ID: CCSDK-3078

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

3 years agochanging json handling with function inputs 14/116714/1
Eltanany Shaaban [Sun, 10 Jan 2021 15:32:41 +0000 (17:32 +0200)]
changing json handling with function inputs

Issue-ID: CCSDK-3051

Signed-off-by: Eltanany Shaaban <shaaban.eltanany.ext@orange.com>
Change-Id: I325d31d18eeb639013b518c007a69799cdb29701

3 years agoCDS add Swagger annotations for Model Type API 95/116695/1
Piotr Stanior [Fri, 8 Jan 2021 13:03:30 +0000 (14:03 +0100)]
CDS add Swagger annotations for Model Type API

Issue-ID: CCSDK-3014
Change-Id: I469151beef8ebf63b3a24ca4ce9a047c0b80850a
Signed-off-by: Piotr Stanior <piotr.stanior@t-mobile.pl>
3 years agoCreate local build profile for designer-client 61/116561/2
Ahmedeldeeb50 [Mon, 4 Jan 2021 12:45:26 +0000 (14:45 +0200)]
Create local build profile for designer-client

update loader logo

Issue-ID: CCSDK-3072, CCSDK-2433

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

3 years ago[docker] use `--no-cache-dir` flag to `pip` in dockerfiles to save space 49/116549/1
Pratik raj [Wed, 30 Dec 2020 17:22:18 +0000 (22:52 +0530)]
[docker] use `--no-cache-dir` flag to `pip` in dockerfiles to save space

using "--no-cache-dir" flag in pip install ,make sure downloaded
packages by pip don't cached on system . This is a best practice
which make sure to fetch from repo instead of using local cached one .
Further , in case of Docker Containers , by restricting caching ,
we can reduce image size.
In term of stats , it depends upon the number of python packages
multiplied by their respective size . e.g for heavy packages with a lot
of dependencies it reduce a lot by don't caching pip packages.

Further , more detail information can be found at

https://medium.com/sciforce/strategies-of-docker-images-optimization-2ca9cc5719b6

Issue-ID: CCSDK-3071
Signed-off-by: Pratik Raj <rajpratik71@gmail.com>
Change-Id: I9c957bda7fbcf631ce9be65bd5bcc41d2c9ada48

3 years agoAdd create script modal in script tab. 22/116522/2
Ahmedeldeeb50 [Sun, 27 Dec 2020 12:50:56 +0000 (14:50 +0200)]
Add create script modal in script tab.

Issue-ID: CCSDK-3051

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

3 years agoMerge "CDS API Reference add workflow tutorial"
KAPIL SINGAL [Mon, 21 Dec 2020 14:31:18 +0000 (14:31 +0000)]
Merge "CDS API Reference add workflow tutorial"

3 years agoCDS API Reference add workflow tutorial 94/116494/1
JakobKrieg [Mon, 21 Dec 2020 08:23:05 +0000 (09:23 +0100)]
CDS API Reference add workflow tutorial

Issue-ID: CCSDK-3060
Change-Id: I9e3465f4fff816ad8dcdb74f54713e11d9d246cd
Signed-off-by: JakobKrieg <jakob.krieg@bcmsolutions.de>
3 years agoadd new build script 91/116491/1
Ahmedeldeeb50 [Sun, 20 Dec 2020 08:47:47 +0000 (10:47 +0200)]
add new build script

add highlighting for action output selection

Issue-ID: CCSDK-3042

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

3 years agoMerge "Fixed NoClassDefFoundError when USE_SCRIPT_COMPILE_CACHE is set to false"
KAPIL SINGAL [Thu, 17 Dec 2020 17:11:35 +0000 (17:11 +0000)]
Merge "Fixed NoClassDefFoundError when USE_SCRIPT_COMPILE_CACHE is set to false"

3 years agoRefactoring assembly.id and name.space 12/116412/6
Singal, Kapil (ks220y) [Wed, 16 Dec 2020 01:56:54 +0000 (20:56 -0500)]
Refactoring assembly.id and name.space

Upgrading base onap/ccsdk-alpine-j11-image to version 1.1.0

Issue-ID: CCSDK-3053
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I135893a4ab1d4d3f7c1297d6e66de133bd3c7150

3 years agoFixed NoClassDefFoundError when USE_SCRIPT_COMPILE_CACHE is set to false 09/116409/3
Julien Fontaine [Wed, 2 Dec 2020 21:25:08 +0000 (16:25 -0500)]
Fixed NoClassDefFoundError when USE_SCRIPT_COMPILE_CACHE is set to false

USE_SCRIPT_COMPILE_CACHE set to false cleans the Class Loader cache after each kotlin script execution.
When several kotlin script are executed in parallel (ie no dependency between them) and USE_SCRIPT_COMPILE_CACHE=false then
the class loader from the cache may be deleted before one of those executed kotlin script get the time to finish which to the NoClassDefFoundError.

Removed cleanupInstance method for kotlin script executors that where causing the class loader to be removed prematurely.
Now the behaviour is to remove the class loader from the cache only when we publish a new CBA which was already the case when CDS run with a single instance.
In cluster mode, a topic has been added to hazelcast to allow the instance publishing the updated CBA to communicate to the other instances by sending a message to clean the class loader
for this CBA from their cache.

Added mutex on kotlin script compilation to fix race condition. For concurrent kotlin script execution each process wanted to compile an executable but it was causing a race condition if a process tries to execute while another still compile. Mutex on the execution path prevent this behaviour

Issue-ID: CCSDK-3052
Signed-off-by: Julien Fontaine <julien.fontaine@bell.ca>
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
Change-Id: I6ab002352b3272898ad0b183341ee664652c8ae3

3 years agoMerge "Add Deploy status icon and fix Script form design"
KAPIL SINGAL [Wed, 16 Dec 2020 13:47:10 +0000 (13:47 +0000)]
Merge "Add Deploy status icon and fix Script form design"

3 years agoAdd Deploy status icon and fix Script form design 11/116411/2
Sarah Abouzainah [Wed, 16 Dec 2020 00:45:47 +0000 (02:45 +0200)]
Add Deploy status icon and fix Script form design

Issue-ID: CCSDK-2320

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

3 years agoFixing typo in message-prioritization 10/116410/5
Singal, Kapil (ks220y) [Wed, 16 Dec 2020 00:02:17 +0000 (19:02 -0500)]
Fixing typo in message-prioritization
Refactoring few POMs name tag

Issue-ID: CCSDK-3053
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I14447ea7f93efcc970213bbe7d42663cb87e33d7

3 years agoCDS add Postman collection for Resource, Template, Dictionary and Config API 57/116357/5
Piotr Stanior [Tue, 15 Dec 2020 09:13:34 +0000 (10:13 +0100)]
CDS add Postman collection for Resource, Template, Dictionary and Config API

Issue-ID: CCSDK-3014
Change-Id: Ic9892c035067064fd612f2781507a36072e4e712
Signed-off-by: Piotr Stanior <piotr.stanior@t-mobile.pl>
3 years agoMerge "handle json inputs in function attributes"
KAPIL SINGAL [Tue, 15 Dec 2020 20:12:47 +0000 (20:12 +0000)]
Merge "handle json inputs in function attributes"

3 years agoMerge "adding scripts features by allowing creating from scratch"
KAPIL SINGAL [Tue, 15 Dec 2020 20:12:38 +0000 (20:12 +0000)]
Merge "adding scripts features by allowing creating from scratch"

3 years agoadding scripts features by allowing creating from scratch 06/116406/1
Eltanany Shaaban [Tue, 15 Dec 2020 18:30:59 +0000 (20:30 +0200)]
adding scripts features by allowing creating from scratch

Issue-ID: CCSDK-3051
Signed-off-by: Eltanany Shaaban <shaaban.eltanany.ext@orange.com>
Change-Id: I0c0fe79db8c49b40ac310d146c1dcd17c7a6597d

3 years agohandle json inputs in function attributes 05/116405/1
Ahmedeldeeb50 [Tue, 15 Dec 2020 18:21:23 +0000 (20:21 +0200)]
handle json inputs in function attributes

Issue-ID: CCSDK-3050

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

3 years agoMerge "CDS add vFW Use Case from Integration project"
KAPIL SINGAL [Tue, 15 Dec 2020 17:40:24 +0000 (17:40 +0000)]
Merge "CDS add vFW Use Case from Integration project"

3 years agoMerge "Fixing script text editor window that closes suddenly"
KAPIL SINGAL [Tue, 15 Dec 2020 16:13:21 +0000 (16:13 +0000)]
Merge "Fixing script text editor window that closes suddenly"

3 years agoFixing script text editor window that closes suddenly 02/116402/2
Eltanany Shaaban [Tue, 15 Dec 2020 14:58:27 +0000 (16:58 +0200)]
Fixing script text editor window that closes suddenly

Issue-ID: CCSDK-3049

Signed-off-by: Eltanany Shaaban <shaaban.eltanany.ext@orange.com>
Change-Id: I7923bab06244346dff83c05acd12f05d4f1e2350

3 years agoStop clearing angular store after deploy to avoid script problem. 59/116359/3
Ahmedeldeeb50 [Tue, 15 Dec 2020 09:17:29 +0000 (11:17 +0200)]
Stop clearing angular store after deploy to avoid script problem.

Issue-ID: CCSDK-3042

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

3 years agoCDS add vFW Use Case from Integration project 88/116388/2
JakobKrieg [Tue, 15 Dec 2020 12:27:39 +0000 (13:27 +0100)]
CDS add vFW Use Case from Integration project

Issue-ID: DOC-698
Change-Id: I838e90d4f229dcf544117146d72dfd1af193dfb4
Signed-off-by: JakobKrieg <jakob.krieg@bcmsolutions.de>
3 years agoAdd CDS version and apply minor css style changes 51/116351/1
Sarah Abouzainah [Tue, 15 Dec 2020 00:15:46 +0000 (02:15 +0200)]
Add CDS version and apply minor css style changes

Issue-ID: CCSDK-2292

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

3 years agoMerge "1- Fix add template & cancel button in templates modal"
KAPIL SINGAL [Mon, 14 Dec 2020 19:07:18 +0000 (19:07 +0000)]
Merge "1- Fix add template & cancel button in templates modal"

3 years agoMerge "CDS API reference add request classes"
KAPIL SINGAL [Mon, 14 Dec 2020 19:06:59 +0000 (19:06 +0000)]
Merge "CDS API reference add request classes"

3 years agoMerge "Pass on MDCContext to imperative workflow"
KAPIL SINGAL [Mon, 14 Dec 2020 19:06:51 +0000 (19:06 +0000)]
Merge "Pass on MDCContext to imperative workflow"

3 years agoMerge "CDS add Swagger annotations for Resource, Template, Dictionary and Config...
KAPIL SINGAL [Mon, 14 Dec 2020 19:06:30 +0000 (19:06 +0000)]
Merge "CDS add Swagger annotations for Resource, Template, Dictionary and Config API"

3 years agoMerge "ResourceResolution should fail if required resource did not resolve -edge...
KAPIL SINGAL [Mon, 14 Dec 2020 19:05:52 +0000 (19:05 +0000)]
Merge "ResourceResolution should fail if required resource did not resolve  -edge case"

3 years agoMerge "CDS Swagger remove yaml files"
KAPIL SINGAL [Mon, 14 Dec 2020 19:02:03 +0000 (19:02 +0000)]
Merge "CDS Swagger remove yaml files"

3 years agoshowing topology template in configuration dashboard 32/116332/7
Eltanany Shaaban [Sun, 13 Dec 2020 18:16:17 +0000 (20:16 +0200)]
showing topology template in configuration dashboard

Issue-ID: CCSDK-3041
Signed-off-by: Eltanany Shaaban <shaaban.eltanany.ext@orange.com>
Change-Id: Iea8fc8f2712185ca3caf41b191e295319556b83c

3 years agoCDS Swagger remove yaml files 40/116240/3
JakobKrieg [Wed, 9 Dec 2020 08:09:46 +0000 (09:09 +0100)]
CDS Swagger remove yaml files

Issue-ID: CCSDK-3014
Change-Id: I3f2f6bbe4d7f2b49e0ff1511f2938d258cc4976b
Signed-off-by: JakobKrieg <jakob.krieg@bcmsolutions.de>
3 years agoCDS API reference add request classes 61/116261/3
JakobKrieg [Wed, 9 Dec 2020 14:05:10 +0000 (15:05 +0100)]
CDS API reference add request classes

Issue-ID: CCSDK-3014
Change-Id: If0a0a6169ac43a66c3dc51639e3a22efa49dcba5
Signed-off-by: JakobKrieg <jakob.krieg@bcmsolutions.de>
3 years agoCDS add Swagger annotations for Resource, Template, Dictionary and Config API 42/116242/4
Piotr Stanior [Wed, 9 Dec 2020 08:36:03 +0000 (09:36 +0100)]
CDS add Swagger annotations for Resource, Template, Dictionary and Config API

Issue-ID: CCSDK-3014
Change-Id: I380c38cde52a748a9b797c573b7651a766e8b496
Signed-off-by: Piotr Stanior <piotr.stanior@t-mobile.pl>
3 years agoPass on MDCContext to imperative workflow 73/116273/3
Jozsef Csongvai [Thu, 10 Dec 2020 00:45:48 +0000 (19:45 -0500)]
Pass on MDCContext to imperative workflow

Issue-ID: CCSDK-3032
Change-Id: Id62ab38064d5d3b1a24db674804d710ca407940e
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
3 years ago1- Fix add template & cancel button in templates modal 33/116333/3
Ahmedeldeeb50 [Sun, 13 Dec 2020 19:47:55 +0000 (21:47 +0200)]
1- Fix add template & cancel button in templates modal

2- Add a distinctive color to the selected template

Issue-ID: CCSDK-3042

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

3 years agoResourceResolution should fail if required resource did not resolve -edge case 37/116237/4
kuldipr [Wed, 9 Dec 2020 00:30:52 +0000 (19:30 -0500)]
ResourceResolution should fail if required resource did not resolve  -edge case

Issue-ID: CCSDK-3022
Signed-off-by: kuldipr <kuldip.rai@amdocs.com>
Change-Id: Ia88a86f13c693a7bcd2d61cdfb5c2e39041b5a31
Signed-off-by: kuldipr <kuldip.rai@amdocs.com>
3 years agoUpdating parent pom version to 2.1.1-SNAPSHOT 42/116342/6
Singal, Kapil (ks220y) [Mon, 14 Dec 2020 15:16:59 +0000 (10:16 -0500)]
Updating parent pom version to 2.1.1-SNAPSHOT

Comenting out testSampleAaiReq from RestClientServiceTest.kt
as this is causing verify job timeout

Issue-ID: CCSDK-3046
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I38d88814335b83167597c1a24162ad3c743355f3

3 years agoMerge "CDS add API reference documentation"
KAPIL SINGAL [Tue, 8 Dec 2020 19:19:05 +0000 (19:19 +0000)]
Merge "CDS add API reference documentation"

3 years agoMerge "CDS add Swagger annotations for BP Model API"
KAPIL SINGAL [Tue, 8 Dec 2020 19:18:57 +0000 (19:18 +0000)]
Merge "CDS add Swagger annotations for BP Model API"

3 years agoCDS add API reference documentation 29/116229/1
JakobKrieg [Tue, 8 Dec 2020 18:15:36 +0000 (19:15 +0100)]
CDS add API reference documentation

Issue-ID: CCSDK-3014
Change-Id: Id31270c287bdf23de5feb6666ca859d6cd5732c2
Signed-off-by: JakobKrieg <jakob.krieg@bcmsolutions.de>
3 years agoCDS add Swagger annotations for BP Model API 28/116228/1
JakobKrieg [Tue, 8 Dec 2020 18:04:52 +0000 (19:04 +0100)]
CDS add Swagger annotations for BP Model API

Issue-ID: CCSDK-3014
Change-Id: Ibca7cbaa2c70f04acf818e2b554664e13b116c5e
Signed-off-by: JakobKrieg <jakob.krieg@bcmsolutions.de>
3 years agoFix save button after click deploy. 81/116181/1
Ahmedeldeeb50 [Mon, 7 Dec 2020 17:06:10 +0000 (19:06 +0200)]
Fix save button after click deploy.

Issue-ID: CCSDK-2070

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

3 years agoMerge "fixing bugs import inputs and outputs from functions into actions"
KAPIL SINGAL [Mon, 7 Dec 2020 14:36:54 +0000 (14:36 +0000)]
Merge "fixing bugs import inputs and outputs from functions into actions"

3 years agofix filter by tags 70/116170/1
Eltanany Shaaban [Mon, 7 Dec 2020 13:42:36 +0000 (15:42 +0200)]
fix filter by tags

Issue-ID: CCSDK-3027
Signed-off-by: Eltanany Shaaban <shaaban.eltanany.ext@orange.com>
Change-Id: I9f0fe055e2afc7a3c8daf76abee07c05c6830110

3 years agoDownload package at designer header 63/116163/1
Eltanany Shaaban [Mon, 7 Dec 2020 11:05:07 +0000 (13:05 +0200)]
Download package at designer header

Issue-ID: CCSDK-3026

Signed-off-by: Eltanany Shaaban <shaaban.eltanany.ext@orange.com>
Change-Id: If0729cdbb6d39f10e0d65a0664f555cc09252833

3 years agofixing bugs import inputs and outputs from functions into actions 61/116161/2
Eltanany Shaaban [Mon, 7 Dec 2020 10:44:16 +0000 (12:44 +0200)]
fixing bugs import inputs and outputs from functions into actions

Issue-ID: CCSDK-2779
Issue-ID: CCSDK-3025

Signed-off-by: Eltanany Shaaban <shaaban.eltanany.ext@orange.com>
Change-Id: I4c43a5ad8b694ba4bc4385824197e02f379a3284

3 years agoMerge "ResourceResolution should fail if required resource did not resolve"
KAPIL SINGAL [Fri, 4 Dec 2020 16:16:43 +0000 (16:16 +0000)]
Merge "ResourceResolution should fail if required resource did not resolve"

3 years agoResourceResolution should fail if required resource did not resolve 89/116089/3
kuldipr [Thu, 3 Dec 2020 18:21:59 +0000 (13:21 -0500)]
ResourceResolution should fail if required resource did not resolve

Issue-ID: CCSDK-3022
Signed-off-by: kuldipr <kuldip.rai@amdocs.com>
Change-Id: I6ca858988f0b11bdf3bbde07e8f4bde939342aa2
Signed-off-by: kuldipr <kuldip.rai@amdocs.com>
3 years agoadd toggle variable ansible fire failure to awx function 88/116088/1
Eltanany Shaaban [Thu, 3 Dec 2020 17:56:05 +0000 (19:56 +0200)]
add toggle variable ansible fire failure to awx function

-add logs output when it fails

Issue-ID: CCSDK-2366

Signed-off-by: Eltanany Shaaban <shaaban.eltanany.ext@orange.com>
Change-Id: Ie1a122865be541a45de157ab3afa9e426d1defb4

3 years agoMerge "add Enrich&Deploy function in designer"
KAPIL SINGAL [Thu, 3 Dec 2020 17:17:07 +0000 (17:17 +0000)]
Merge "add Enrich&Deploy function in designer"

3 years agoMerge "add toggle variable ansible fire failure to awx function"
KAPIL SINGAL [Thu, 3 Dec 2020 17:16:59 +0000 (17:16 +0000)]
Merge "add toggle variable ansible fire failure to awx function"

3 years agoadd toggle variable ansible fire failure to awx function 76/116076/3
Eltanany Shaaban [Thu, 3 Dec 2020 14:44:44 +0000 (16:44 +0200)]
add toggle variable ansible fire failure to awx function

Issue-ID: CCSDK-2366

Signed-off-by: Eltanany Shaaban <shaaban.eltanany.ext@orange.com>
Change-Id: I42b757c206c6d420ffa289cbe9e6c2b4dbf22b20

3 years agoadd Enrich&Deploy function in designer 78/116078/1
Ahmedeldeeb50 [Thu, 3 Dec 2020 15:03:10 +0000 (17:03 +0200)]
add Enrich&Deploy function in designer

Issue-ID: CCSDK-2900

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

3 years agoMerge "Fix action wrapper in deisgner"
KAPIL SINGAL [Thu, 3 Dec 2020 14:03:36 +0000 (14:03 +0000)]
Merge "Fix action wrapper in deisgner"

3 years agoFix action wrapper in deisgner 92/115992/4
Sarah Abouzainah [Wed, 2 Dec 2020 09:37:13 +0000 (11:37 +0200)]
Fix action wrapper in deisgner

Issue-ID: CCSDK-2286

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

3 years agoMerge "CDS Fix Swagger issues"
KAPIL SINGAL [Wed, 2 Dec 2020 21:50:18 +0000 (21:50 +0000)]
Merge "CDS Fix Swagger issues"

3 years agoCDS Fix Swagger issues 90/115990/2
Piotr Stanior [Wed, 2 Dec 2020 09:37:59 +0000 (10:37 +0100)]
CDS Fix Swagger issues

Fixed unique id generation for overloaded method.
Changed example values in ApiModelProperty annotation to fix issues in Swagger json file.

Issue-ID: CCSDK-3014
Change-Id: If83dc88187b62346182d1fb4b753aae544bbc322
Signed-off-by: Piotr Stanior <piotr.stanior@t-mobile.pl>
3 years agoFix Action position in Designer Canvas 91/115991/2
Sarah Abouzainah [Tue, 1 Dec 2020 18:27:36 +0000 (20:27 +0200)]
Fix Action position in Designer Canvas

Issue-ID: CCSDK-2286

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

3 years agoCDS change Swagger file output directory to docs 35/116035/1
JakobKrieg [Wed, 2 Dec 2020 16:41:55 +0000 (17:41 +0100)]
CDS change Swagger file output directory to docs

Issue-ID: CCSDK-3014
Change-Id: Ib0c6a0ffbf5357b64407138b8c0488f05e259d41
Signed-off-by: JakobKrieg <jakob.krieg@bcmsolutions.de>
3 years agoCDS add swagger maven plugin 48/115948/2
JakobKrieg [Tue, 1 Dec 2020 10:03:14 +0000 (11:03 +0100)]
CDS add swagger maven plugin

Issue-ID: CCSDK-3011
Change-Id: If83fc5668dc5dad7ec0b5499141024303a3ca372
Signed-off-by: JakobKrieg <jakob.krieg@bcmsolutions.de>
3 years agoCDS Read the Docs refactoring 58/115958/1
JakobKrieg [Tue, 1 Dec 2020 13:17:11 +0000 (14:17 +0100)]
CDS Read the Docs refactoring

Issue-ID: CCSDK-3011
Change-Id: Id8cff94b104bfa03643eb534e36c2bce8b0b4088
Signed-off-by: JakobKrieg <jakob.krieg@bcmsolutions.de>
3 years agoMerge "Add attribute details on hover - List, Get value and delete"
KAPIL SINGAL [Mon, 30 Nov 2020 04:00:32 +0000 (04:00 +0000)]
Merge "Add attribute details on hover - List, Get value and delete"

3 years agoAdd attribute details on hover - List, Get value and delete 95/115495/1
Eltanany Shaaban [Sun, 29 Nov 2020 12:18:19 +0000 (14:18 +0200)]
Add attribute details on hover - List, Get value and delete

Issue-ID: CCSDK-2292
Issue-ID: CCSDK-2780
Issue-ID: CCSDK-2779

Signed-off-by: Eltanany Shaaban <shaaban.eltanany.ext@orange.com>
Change-Id: Ia45ba20cd83a5cb639d1e127f4591e29ffef3954

3 years agoadd sucess/error toaster in Designer 94/115494/1
Ahmedeldeeb50 [Sun, 29 Nov 2020 10:30:13 +0000 (12:30 +0200)]
add sucess/error toaster in Designer

Issue-ID: CCSDK-3007

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

3 years agoCDS migrate to springfox 3.0.0 63/115463/3
JakobKrieg [Thu, 26 Nov 2020 15:26:51 +0000 (16:26 +0100)]
CDS migrate to springfox 3.0.0

Old dependencies and Annotations removed.
Refer official documentation: https://springfox.github.io/springfox/docs/snapshot/#migrating-from-existing-2-x-version

Issue-ID: CCSDK-3004
Change-Id: I3f4ce138dc83d74ea1b1e64b0ff4cf5badd3873b
Signed-off-by: JakobKrieg <jakob.krieg@bcmsolutions.de>
3 years agoAdd attribute details on hover - List, Get value, Import 53/115453/1
Sarah Abouzainah [Thu, 26 Nov 2020 12:20:30 +0000 (14:20 +0200)]
Add attribute details on hover - List, Get value, Import

Issue-ID: CCSDK-2292

Issue-ID: CCSDK-2780

Issue-ID: CCSDK-2779

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

3 years agoMerge "disable creating docker images from cds-ui application"
KAPIL SINGAL [Tue, 24 Nov 2020 20:09:45 +0000 (20:09 +0000)]
Merge "disable creating docker images from cds-ui application"

3 years agodisable creating docker images from cds-ui application 32/115332/1
Eltanany Shaaban [Tue, 24 Nov 2020 17:09:52 +0000 (19:09 +0200)]
disable creating docker images from cds-ui application

Issue-ID: CCSDK-3000

Signed-off-by: Eltanany Shaaban <shaaban.eltanany.ext@orange.com>
Change-Id: I2e3660410a8a310fb2832df03b28211e854752a4

3 years agoMerge "add enrich button in the designer"
KAPIL SINGAL [Tue, 24 Nov 2020 14:16:00 +0000 (14:16 +0000)]
Merge "add enrich button in the  designer"

3 years agoMerge "Support for generic URL for mount, Put, Get added"
Dan Timoney [Tue, 24 Nov 2020 12:49:55 +0000 (12:49 +0000)]
Merge "Support for generic URL for mount, Put, Get added"

3 years agoadd enrich button in the designer 93/115293/1
Ahmedeldeeb50 [Tue, 24 Nov 2020 09:51:41 +0000 (11:51 +0200)]
add enrich button in the  designer

add loader with designer actions

Issue-ID: CCSDK-2900

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

3 years agoSupport for generic URL for mount, Put, Get added 82/115182/4
tragait [Fri, 20 Nov 2020 13:25:45 +0000 (13:25 +0000)]
Support for generic URL for mount, Put, Get added

Issue-ID: CCSDK-2993
Signed-off-by: tragait <rahul.tyagi@est.tech>
Change-Id: I4061d6ba5084806c0a14b137e169f73cdd68a588

3 years agoremove output&properties from JSON if they are empty. 63/115263/2
Ahmedeldeeb50 [Mon, 23 Nov 2020 09:12:04 +0000 (11:12 +0200)]
remove output&properties from JSON if they are empty.

fix delete button in template&mapping.

Issue-ID: CCSDK-2900

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

3 years agoadding entry schema for list type 57/115257/1
Eltanany Shaaban [Sun, 22 Nov 2020 10:57:00 +0000 (12:57 +0200)]
adding entry schema for list type

Issue-ID: CCSDK-2975
Signed-off-by: Eltanany Shaaban <shaaban.eltanany.ext@orange.com>
Change-Id: Ic2b7c8955ac7621f6064bb0d63ee9796433edb24

3 years agoRefactoring POM and removing duplicate dependency 15/115215/1
Singal, Kapil (ks220y) [Fri, 20 Nov 2020 23:51:05 +0000 (18:51 -0500)]
Refactoring POM and removing duplicate dependency

Issue-ID: CCSDK-2998
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I68e5c0c89c8f7100c3f3725e1682676688c319ab

3 years agoCDS API reference add bootstrap API 04/115104/1
JakobKrieg [Thu, 19 Nov 2020 13:59:44 +0000 (14:59 +0100)]
CDS API reference add bootstrap API

Issue-ID: CCSDK-2992
Change-Id: Ia765775f7340700af980b0f91ebbc7cfbde28d3a
Signed-off-by: JakobKrieg <jakob.krieg@bcmsolutions.de>
3 years agoAPI reference add link for doc project 56/115056/1
JakobKrieg [Wed, 18 Nov 2020 20:03:04 +0000 (21:03 +0100)]
API reference add link for doc project

Issue-ID: CCSDK-2992
Change-Id: Id7e4fc5cc61d5a13043adc54e94ca30554ec25b2
Signed-off-by: JakobKrieg <jakob.krieg@bcmsolutions.de>
3 years agoMerge "CDS Api reference add index, template, first APIs"
KAPIL SINGAL [Wed, 18 Nov 2020 16:28:50 +0000 (16:28 +0000)]
Merge "CDS Api reference add index, template, first APIs"

3 years agoMerge "Stop loader and disaply errors when deploying a package"
KAPIL SINGAL [Wed, 18 Nov 2020 16:23:58 +0000 (16:23 +0000)]
Merge "Stop loader and disaply errors when deploying a package"

3 years agoCDS Api reference add index, template, first APIs 42/115042/2
JakobKrieg [Wed, 18 Nov 2020 14:53:30 +0000 (15:53 +0100)]
CDS Api reference add index, template, first APIs

Issue-ID: CCSDK-2992
Change-Id: Iad8524cce702deb7f35650b9bd69b6690c0ecc6d
Signed-off-by: JakobKrieg <jakob.krieg@bcmsolutions.de>
3 years agoStop loader and disaply errors when deploying a package 20/115020/3
Ahmedeldeeb50 [Wed, 18 Nov 2020 08:51:58 +0000 (10:51 +0200)]
Stop loader and disaply errors when deploying a package

Issue-ID: CCSDK-2323

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

3 years agoPNF Simulator netopeer2 issue fixed 25/115025/1
JakobKrieg [Wed, 18 Nov 2020 10:03:46 +0000 (11:03 +0100)]
PNF Simulator netopeer2 issue fixed

Issue-ID: CCSDK-2970
Change-Id: I5f446495b85a15b8c6cc3c62b8e2e8e3792cc067
Signed-off-by: JakobKrieg <jakob.krieg@bcmsolutions.de>
3 years agoSave package from function attribute button 40/114940/1
Ahmedeldeeb50 [Mon, 16 Nov 2020 15:13:02 +0000 (17:13 +0200)]
Save package from function attribute button

detect url change in breadcrumb

Issue-ID: CCSDK-2900

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

3 years agoadding value attribute for customized output for action phase2 99/114899/6
Eltanany Shaaban [Sun, 15 Nov 2020 16:44:23 +0000 (18:44 +0200)]
adding value attribute for customized output for action phase2

Issue-ID: CCSDK-2975

Signed-off-by: Eltanany Shaaban <shaaban.eltanany.ext@orange.com>
Change-Id: Iebd4ca5117748ddf86fbbf1c4c382bb1fe737727

3 years agoMerge "Remove URI encoding in BlueprintWebClientService"
KAPIL SINGAL [Thu, 12 Nov 2020 16:10:26 +0000 (16:10 +0000)]
Merge "Remove URI encoding in BlueprintWebClientService"

3 years agoMerge "Display input & outputs in View&edit functions."
KAPIL SINGAL [Thu, 12 Nov 2020 14:52:08 +0000 (14:52 +0000)]
Merge "Display input & outputs in View&edit functions."

3 years agoRemove URI encoding in BlueprintWebClientService 01/114801/4
Jozsef Csongvai [Thu, 12 Nov 2020 00:18:31 +0000 (19:18 -0500)]
Remove URI encoding in BlueprintWebClientService

Malformed uri's should be handled by resource resolution in the cba

Issue-ID: CCSDK-2980
Change-Id: I5c1cf97519a882ff5cf99e9850c65df9ba6d9c36
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
3 years agoDisplay input & outputs in View&edit functions. 16/114816/1
Ahmedeldeeb50 [Thu, 12 Nov 2020 13:56:27 +0000 (15:56 +0200)]
Display input & outputs in View&edit functions.

Handle multiple Steps when displaying function from workflow.

Issue-ID: CCSDK-2900

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

3 years agoadding value attribute for customized output for action phase1 89/114789/3
Eltanany Shaaban [Wed, 11 Nov 2020 15:24:11 +0000 (17:24 +0200)]
adding value attribute for customized output for action phase1

Issue-ID: CCSDK-2975

Signed-off-by: Eltanany Shaaban <shaaban.eltanany.ext@orange.com>
Change-Id: I158eace00aff10a5baa4a8d597fdefaa5c548d7c

3 years agoAdd Get Attribute Value with Slide Option 65/114765/1
Sarah Abouzainah [Tue, 10 Nov 2020 14:27:30 +0000 (16:27 +0200)]
Add Get Attribute Value with Slide Option

Issue-ID: CCSDK-2780

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

3 years agoPNF simulator guide fix postman collections, typos 25/114725/1
JakobKrieg [Mon, 9 Nov 2020 19:10:42 +0000 (20:10 +0100)]
PNF simulator guide fix postman collections, typos

Issue-ID: CCSDK-2970
Change-Id: I22c576cae3b1ad69c3dcc117f9ede33a0c578cb7
Signed-off-by: JakobKrieg <jakob.krieg@bcmsolutions.de>
3 years agoadding value attribute for customized output for action 88/114688/3
ShaabanEltanany [Mon, 9 Nov 2020 11:04:44 +0000 (13:04 +0200)]
adding value attribute for customized output for action

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

3 years agoMerge "adding import inputs and outputs from functions into actions Refactor."
KAPIL SINGAL [Mon, 9 Nov 2020 00:06:56 +0000 (00:06 +0000)]
Merge "adding import inputs and outputs from functions into actions Refactor."

3 years agoAdd Get Attribute Value in Action Output Modal 76/114676/1
Sarah Abouzainah [Sun, 8 Nov 2020 15:05:20 +0000 (17:05 +0200)]
Add Get Attribute Value in Action Output Modal

Issue-ID: CCSDK-2780

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