clamp.git
3 years agoRelease clamp 5.0.5
jenkins-releng [Thu, 23 Apr 2020 08:54:41 +0000 (08:54 +0000)]
Release clamp

3 years agoMerge "Fix entityId bug"
Christophe Closset [Thu, 23 Apr 2020 08:49:36 +0000 (08:49 +0000)]
Merge "Fix entityId bug"

3 years agoMerge "Fix refresh action"
Christophe Closset [Thu, 23 Apr 2020 08:49:12 +0000 (08:49 +0000)]
Merge "Fix refresh action"

3 years agoMerge "Fix bug when adding op policy"
Christophe Closset [Thu, 23 Apr 2020 08:47:44 +0000 (08:47 +0000)]
Merge "Fix bug when adding op policy"

3 years agoFix entityId bug 74/106474/2
sebdet [Thu, 23 Apr 2020 01:01:37 +0000 (03:01 +0200)]
Fix entityId bug

A user defined entry has been added to the entity id by default, so that json editor falls back to that value when re-editing the policies

Issue-ID: CLAMP-829
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I593163f87df9f97a19964428bf2016154dc9576d

3 years agoFix refresh action 71/106471/3
sebdet [Wed, 22 Apr 2020 22:44:32 +0000 (00:44 +0200)]
Fix refresh action

Fix the refresh action so that it well retriggered cds call when required, otherwise the refresh button is useless + get out the cds code from service installer

Issue-ID: CLAMP-818
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: Ia5784d75e1bd158ff775674fe6bf0c2c39b55ad4

3 years agoFix bug when adding op policy 67/106467/1
sebdet [Wed, 22 Apr 2020 21:10:54 +0000 (23:10 +0200)]
Fix bug when adding op policy

The fix to prevent multiple op policy modle to be inserted introduced another bug, this pr fixes it

Issue-ID: CLAMP-828
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I90432688df48cbf2b456efae5e4191e2909077cc

3 years agoRemove bugs and vulnerabilities 43/106443/2
xuegao [Wed, 22 Apr 2020 11:54:24 +0000 (13:54 +0200)]
Remove bugs and vulnerabilities

Remove bugs and vulnerabilities based on the sonar report

Issue-ID: CLAMP-841
Change-Id: I49d0eeeedf69a0cbe3adf49cf115ab25aec7adfd
Signed-off-by: xuegao <xg353y@intl.att.com>
3 years agoGuard policy clean up 71/106371/5
xuegao [Tue, 21 Apr 2020 16:05:44 +0000 (18:05 +0200)]
Guard policy clean up

Remove guard policy related code, so that it will not be shown or
created in the legacy policy UI.

Issue-ID: CLAMP-825
Change-Id: I6c654fef9fd9df810fd48600c91ffef96db371cd
Signed-off-by: xuegao <xg353y@intl.att.com>
3 years agoMerge "Fix table pagination issue"
Sébastien Determe [Tue, 21 Apr 2020 15:55:10 +0000 (15:55 +0000)]
Merge "Fix table pagination issue"

3 years agoMerge "Payload is expected as string in operational policy"
Sébastien Determe [Tue, 21 Apr 2020 15:20:04 +0000 (15:20 +0000)]
Merge "Payload is expected as string in operational policy"

3 years agoFix table pagination issue 61/106361/1
sebdet [Tue, 21 Apr 2020 15:17:56 +0000 (17:17 +0200)]
Fix table pagination issue

The pagination issue was due to a bug in the material-ui javascript lib

Issue-ID: CLAMP-803
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I9a9cf3ee373528a343f72b6c625326554ffd9965

3 years agoPayload is expected as string in operational policy 42/106242/2
Vidyashree-Huawei [Mon, 20 Apr 2020 06:48:50 +0000 (12:18 +0530)]
Payload is expected as string in operational policy

1. converted json to string for legacy operational policy
2. added payload data as default string value for generic operational policy

Change-Id: If63423c24d736623b227537f0f83edeaac819215
Issue-ID: CLAMP-831
Signed-off-by: Vidyashree-Huawei <vidyashree.rama@huawei.com>
3 years agoMerge "Remove legacy password encryption"
Sébastien Determe [Tue, 21 Apr 2020 13:33:42 +0000 (13:33 +0000)]
Merge "Remove legacy password encryption"

3 years agoRemove legacy password encryption 33/106333/3
JulienBe [Tue, 21 Apr 2020 11:44:13 +0000 (13:44 +0200)]
Remove legacy password encryption

This makes it easier to have a clean password policy on oom

Issue-ID: CLAMP-796

Change-Id: Ib02e65e32daeeaeaa8faa10631dc62604734ab8c
Signed-off-by: JulienBe <jb379x@att.com>
3 years agoMerge "spring-web-security update"
Xue Gao [Tue, 21 Apr 2020 13:33:33 +0000 (13:33 +0000)]
Merge "spring-web-security update"

3 years agoMerge "Prevent adding same type of Op policy"
Sébastien Determe [Tue, 21 Apr 2020 12:27:17 +0000 (12:27 +0000)]
Merge "Prevent adding same type of Op policy"

3 years agospring-web-security update 44/106344/2
sebdet [Tue, 21 Apr 2020 11:43:45 +0000 (13:43 +0200)]
spring-web-security update

upgrade spring-web-security to a less vulnerable version

Issue-ID: CLAMP-832
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: Ie272218e9c85b056a6bea92b3caf8072f298524d

3 years agoPrevent adding same type of Op policy 41/106341/1
xuegao [Tue, 21 Apr 2020 11:39:50 +0000 (13:39 +0200)]
Prevent adding same type of Op policy

Add the logic to prevent user adding the same type of Operational Policy

Issue-ID: CLAMP-828
Change-Id: Iec6774ec7a9494740f7aed0873165ba073d73e45
Signed-off-by: xuegao <xg353y@intl.att.com>
3 years agoMerge "Payload attributes are not displayed in operational policy"
Sébastien Determe [Tue, 21 Apr 2020 10:03:54 +0000 (10:03 +0000)]
Merge "Payload attributes are not displayed in operational policy"

4 years agoMerge "Release 5.0.5"
Xue Gao [Mon, 20 Apr 2020 13:47:47 +0000 (13:47 +0000)]
Merge "Release 5.0.5"

4 years agoMerge "Upgrade dom4j to latest"
Xue Gao [Mon, 20 Apr 2020 13:47:25 +0000 (13:47 +0000)]
Merge "Upgrade dom4j to latest"

4 years agoRelease 5.0.5 79/106279/1
sebdet [Mon, 20 Apr 2020 13:35:38 +0000 (15:35 +0200)]
Release 5.0.5

Prepare for 5.0.5

Issue-ID: CLAMP-833
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I26aa07c55f45f666bd46dc28b8eb676e62bd40b0

4 years agoUpgrade dom4j to latest 77/106277/1
sebdet [Mon, 20 Apr 2020 13:30:45 +0000 (15:30 +0200)]
Upgrade dom4j to latest

Upgrade dom4j to latest due to security issues 10

Issue-ID: CLAMP-832
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I4c3d36644cb858fdd9153b66f67ecf5f819b9381

4 years agoMerge "Release 5.0.4"
Xue Gao [Mon, 20 Apr 2020 13:00:32 +0000 (13:00 +0000)]
Merge "Release 5.0.4"

4 years agoMerge "Release 5.0.4"
Xue Gao [Mon, 20 Apr 2020 13:00:13 +0000 (13:00 +0000)]
Merge "Release 5.0.4"

4 years agoRelease 5.0.4 70/106270/1
sebdet [Mon, 20 Apr 2020 12:39:47 +0000 (14:39 +0200)]
Release 5.0.4

Create a new release with latest fixes from sprint CLAMP-R6 Sprint 5

Issue-ID: CLAMP-822
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I5644e738e7936e4d1165488c9d3c97c360afc57f

4 years agoRelease 5.0.4 69/106269/1
sebdet [Mon, 20 Apr 2020 12:39:32 +0000 (14:39 +0200)]
Release 5.0.4

Create a new release with latest fixes from sprint CLAMP-R6 Sprint 5

Issue-ID: CLAMP-822
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: Ia7a7bb0f73c4c7668e29d1d4b448ff2d1521e4d7

4 years agoMerge "Fix the get status"
Xue Gao [Mon, 20 Apr 2020 12:03:19 +0000 (12:03 +0000)]
Merge "Fix the get status"

4 years agoFix the get status 95/106195/3
sebdet [Fri, 17 Apr 2020 13:28:06 +0000 (15:28 +0200)]
Fix the get status

The policy status goes to unknown because the status code returned is not good in some cases (failure with dcae comm)

Issue-ID: CLAMP-827
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: Iae189f62b4c7061949ffd4c842465bf5e379b669

4 years agoTosca convertor updated with datetime picker plugin feature 60/106160/4
Ashwin Sharma [Thu, 16 Apr 2020 21:26:53 +0000 (21:26 +0000)]
Tosca convertor updated with datetime picker plugin feature

Issue-ID: CLAMP-587
Signed-off-by: Ashwin Sharma <ashwin.shyam.sharma@att.com>
Change-Id: I1533b8e7a87c3e7c5af3572fef9ccd3a8fae85ef
Signed-off-by: Ashwin Sharma <ashwin.shyam.sharma@att.com>
4 years agoPayload attributes are not displayed in operational policy 98/106198/1
Vidyashree-Huawei [Fri, 17 Apr 2020 13:36:56 +0000 (19:06 +0530)]
Payload attributes are not displayed in operational policy

Handled list type in response

Change-Id: If4b5b45c5f23f377add1be84306a31e78d47c52b
Issue-ID: CLAMP-823
Signed-off-by: Vidyashree-Huawei <vidyashree.rama@huawei.com>
4 years agoMinor UI fixes for dialogues and Tosca upload feature 36/106136/4
Ted Humphrey [Thu, 16 Apr 2020 17:36:17 +0000 (17:36 +0000)]
Minor UI fixes for dialogues and Tosca upload feature

Issue-ID: CLAMP-587
Change-Id: I683b62fbd0b15ab5db18c7e1e941ff8cb58cb0f3
Signed-off-by: Ted Humphrey <Thomas.Humphrey@att.com>
4 years agoRemove policy from PEF when removing op policy 02/106102/1
sebdet [Thu, 16 Apr 2020 14:14:45 +0000 (16:14 +0200)]
Remove policy from PEF when removing op policy

The operational policy must be removed from the PEF when the user remove an operational policy (at least attempt to purge the PEF)

Issue-ID: CLAMP-824
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I793212adcfb36675c3aae9edbc077f29b14b262e

4 years agoRemove policy from PEF when removing op policy 86/106086/1
sebdet [Thu, 16 Apr 2020 10:09:24 +0000 (12:09 +0200)]
Remove policy from PEF when removing op policy

The operational policy must be removed from the PEF when the user remove an operational policy (at least attempt to purge the PEF)

Issue-ID: CLAMP-824
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I442c0890c391d43e8fcbdb89189d6ad2581db3af

4 years agoAdd template name to UI 61/106061/3
sebdet [Wed, 15 Apr 2020 22:43:48 +0000 (00:43 +0200)]
Add template name to UI

Add template name to the UI loop viewer + change color of logs panel

Issue-ID: CLAMP-826
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I6776729cefc0597067ae8ef722f7d6e488a12cad

4 years agoFix bug in delete policy due to change 98/105998/2
sebdet [Wed, 15 Apr 2020 10:47:05 +0000 (12:47 +0200)]
Fix bug in delete policy due to change

Fix the delete policy that now fails due to isLegacy test

Issue-ID: CLAMP-820
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: Ib21ffd419953b329feeb7c2199b7d661120178e2

4 years agoMerge "Fix bug in undeploy flow"
Sébastien Determe [Wed, 15 Apr 2020 08:37:20 +0000 (08:37 +0000)]
Merge "Fix bug in undeploy flow"

4 years agoMerge "Bump up clamp to 5.0.4"
Xue Gao [Wed, 15 Apr 2020 08:05:00 +0000 (08:05 +0000)]
Merge "Bump up clamp to 5.0.4"

4 years agoMerge "Fix legacy policy submit issues"
Xue Gao [Wed, 15 Apr 2020 08:04:08 +0000 (08:04 +0000)]
Merge "Fix legacy policy submit issues"

4 years agoFix bug in undeploy flow 88/105988/1
xuegao [Wed, 15 Apr 2020 07:35:57 +0000 (09:35 +0200)]
Fix bug in undeploy flow

Save and flush the deploymentId and statusUrl in the undeploy flow, so
that refresh dcae status will use the correct statusUrl.

Issue-ID: CLAMP-807
Change-Id: If83c222f772face6f33f00bd8cf5d5c8e55ded55
Signed-off-by: xuegao <xg353y@intl.att.com>
4 years agoMerge "CDS attributes are not shown properly in UI"
Sébastien Determe [Tue, 14 Apr 2020 23:22:50 +0000 (23:22 +0000)]
Merge "CDS attributes are not shown properly in UI"

4 years agoBump up clamp to 5.0.4 68/105968/1
sebdet [Tue, 14 Apr 2020 23:21:42 +0000 (01:21 +0200)]
Bump up clamp to 5.0.4

Bump up clamp to 5.0.4 for future release

Issue-ID: CLAMP-822
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: If3fe1d2efc81576926220d578428f8db488a943e

4 years agoFix legacy policy submit issues 65/105965/1
sebdet [Tue, 14 Apr 2020 22:43:20 +0000 (00:43 +0200)]
Fix legacy policy submit issues

Operational legacy policy does not support semantic versionin for get status and delete policies, it has to be changed to integer

Issue-ID: CLAMP-820
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I78ff69b7502900d96fcc605fe997dd564dfa3e98

4 years agoMerge "Update delete loop flow"
Sébastien Determe [Tue, 14 Apr 2020 20:36:06 +0000 (20:36 +0000)]
Merge "Update delete loop flow"

4 years agoCDS attributes are not shown properly in UI 56/105756/2
Vidyashree-Huawei [Fri, 10 Apr 2020 12:06:09 +0000 (17:36 +0530)]
CDS attributes are not shown properly in UI

Handled for legacy and operational policy

Change-Id: I504c4aa2531b19b09965ad1dbc03c9944931f77b
Issue-ID: CLAMP-809
Signed-off-by: Vidyashree-Huawei <vidyashree.rama@huawei.com>
4 years agoMerge "Add spinner for Deploy action"
Sébastien Determe [Tue, 14 Apr 2020 08:12:57 +0000 (08:12 +0000)]
Merge "Add spinner for Deploy action"

4 years agoMerge "Update suc alert color"
Sébastien Determe [Tue, 14 Apr 2020 08:11:58 +0000 (08:11 +0000)]
Merge "Update suc alert color"

4 years agoAutomation adds clamp-architecture.rst 04/105604/2
LF Jenkins CI [Wed, 8 Apr 2020 20:22:11 +0000 (20:22 +0000)]
Automation adds clamp-architecture.rst

Issue-ID: CIMAN-376

Change-Id: I53a0c54ac2c91f0510238dc5ff06bb4c410787a1
Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
4 years agoMerge "Automation adds release-notes.rst"
Jessica Wagantall [Wed, 8 Apr 2020 19:02:11 +0000 (19:02 +0000)]
Merge "Automation adds release-notes.rst"

4 years agoAutomation adds release-notes.rst 24/105424/3
LF Jenkins CI [Tue, 7 Apr 2020 20:17:08 +0000 (20:17 +0000)]
Automation adds release-notes.rst

Add _release_notes hook to allow automation.
Fix non valid release notes characters in content.

Issue-ID: CIMAN-376
Change-Id: I875543052b460085fb173773b6b353b661e1272e
Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
4 years agoUpdate delete loop flow 96/105896/1
xuegao [Wed, 8 Apr 2020 12:47:37 +0000 (14:47 +0200)]
Update delete loop flow

Updating the delete loop flow.

Issue-ID: CLAMP-816
Change-Id: I9ad5001b00f5f92a8ecc1f84379ee0e8ae2d196b
Signed-off-by: xuegao <xg353y@intl.att.com>
4 years agoAdd spinner for Deploy action 84/105484/2
xuegao [Wed, 8 Apr 2020 06:46:25 +0000 (08:46 +0200)]
Add spinner for Deploy action

Add the spinning symbol while loop is deploying.

Issue-ID: CLAMP-814
Change-Id: Id041622c300e18643e6fb725b3b5bd4ad8e9911e
Signed-off-by: xuegao <xg353y@intl.att.com>
4 years agoAutomation adds index.rst 66/105366/2
LF Jenkins CI [Tue, 7 Apr 2020 17:38:47 +0000 (17:38 +0000)]
Automation adds index.rst

Issue-ID: CIMAN-376

Change-Id: Id87ada732f91fb74355bd8fb5543202e642bbee8
Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
4 years agoUpdate suc alert color 57/105157/1
xuegao [Mon, 6 Apr 2020 11:13:52 +0000 (13:13 +0200)]
Update suc alert color

Update the back groud color for succesful alert messages.

Issue-ID: CLAMP-815
Change-Id: I97a621e31f2eb850eae30da3754afd3cd4ddb34a
Signed-off-by: xuegao <xg353y@intl.att.com>
4 years agoMerge "Release clamp 5.0.3"
Gervais-Martial Ngueko [Fri, 3 Apr 2020 17:37:27 +0000 (17:37 +0000)]
Merge "Release clamp 5.0.3"

4 years agoMerge "Release clamp 5.0.3"
Gervais-Martial Ngueko [Fri, 3 Apr 2020 17:37:15 +0000 (17:37 +0000)]
Merge "Release clamp 5.0.3"

4 years agoRelease clamp 5.0.3 96/105096/1
sebdet [Fri, 3 Apr 2020 16:47:51 +0000 (18:47 +0200)]
Release clamp 5.0.3

Create a release clamp 5.0.3

Issue-ID: CLAMP-819
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: Iaf2bd25c6d8cae3b7079b0fb80378ae56d9aa8fc

4 years agoRelease clamp 5.0.3 95/105095/1
sebdet [Fri, 3 Apr 2020 16:46:14 +0000 (18:46 +0200)]
Release clamp 5.0.3

Create a release clamp 5.0.3

Issue-ID: CLAMP-819
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: Ifb93b00c559aebf7d376362876354deab2ca0d84

4 years agoMerge "Fix pdp group info not there for legacy policy"
Gervais-Martial Ngueko [Fri, 3 Apr 2020 16:25:19 +0000 (16:25 +0000)]
Merge "Fix pdp group info not there for legacy policy"

4 years agoFix pdp group info not there for legacy policy 90/105090/2
sebdet [Fri, 3 Apr 2020 15:44:19 +0000 (17:44 +0200)]
Fix pdp group info not there for legacy policy

The operational policy legacy name must be changed so that clamp can get the right pdp group and subgroup

Issue-ID: CLAMP-817
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: Iaede77977b8f450c10bf7df73cf2b84a74ab122a

4 years agoMerge "Bump up clamp to 5.0.3"
Gervais-Martial Ngueko [Fri, 3 Apr 2020 15:21:34 +0000 (15:21 +0000)]
Merge "Bump up clamp to 5.0.3"

4 years agoBump up clamp to 5.0.3 86/105086/1
sebdet [Fri, 3 Apr 2020 13:06:18 +0000 (15:06 +0200)]
Bump up clamp to 5.0.3

Bump up clamp to 5.0.3 to provide new fixes

Issue-ID: CLAMP-813
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I64e1ffef8bde92f5dad52064c0d00b4c594e622c

4 years agoMerge "Fix the pdp payload"
Gervais-Martial Ngueko [Fri, 3 Apr 2020 10:09:00 +0000 (10:09 +0000)]
Merge "Fix the pdp payload"

4 years agoMove to console.info in tests 70/105070/1
JulienBe [Fri, 3 Apr 2020 11:21:13 +0000 (13:21 +0200)]
Move to console.info in tests

to please Sonar

Issue-ID: CLAMP-806
Signed-off-by: JulienBe <jb379x@att.com>
Change-Id: Ia09874acfa7237f0a920f0327e6e2d76eb61fb2a

4 years agoFix the pdp payload 74/105074/1
sebdet [Fri, 3 Apr 2020 09:54:33 +0000 (11:54 +0200)]
Fix the pdp payload

THe pdp payload was not good in some particular cases, when the pdp group was containing different subgroups

Issue-ID: CLAMP-813
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: Ie3e53f42827ed90689ed83b4945151cb13f38c9c

4 years agoMerge "Release clamp 5.0.2"
Gervais-Martial Ngueko [Thu, 2 Apr 2020 14:55:21 +0000 (14:55 +0000)]
Merge "Release clamp 5.0.2"

4 years agoMerge "Release clamp 5.0.2"
Gervais-Martial Ngueko [Thu, 2 Apr 2020 14:50:17 +0000 (14:50 +0000)]
Merge "Release clamp 5.0.2"

4 years agoRelease clamp 5.0.2 96/104996/1
sebdet [Thu, 2 Apr 2020 14:38:12 +0000 (16:38 +0200)]
Release clamp 5.0.2

Officially release clamp 5.0.2

Issue-ID: CLAMP-812
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: Ia241017d332813279d8ddc03418a73741a8c34a1

4 years agoRelease clamp 5.0.2 95/104995/1
sebdet [Thu, 2 Apr 2020 14:30:14 +0000 (16:30 +0200)]
Release clamp 5.0.2

Officially release clamp 5.0.2

Issue-ID: CLAMP-812
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I398c0fea1eae09e683beadc7b0fbef0fbe04a86d

4 years agoMerge "update release-note"
Sébastien Determe [Thu, 2 Apr 2020 14:12:37 +0000 (14:12 +0000)]
Merge "update release-note"

4 years agoupdate release-note 93/104993/1
osgn422w [Thu, 2 Apr 2020 13:58:32 +0000 (15:58 +0200)]
update release-note

update release note and some docs

Issue-ID: CLAMP-663

Change-Id: Ifd2ce450ff7df352806316875fde0be8327b4b7d
Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com>
4 years agoMerge "Fix bug in Create loop UI"
Christophe Closset [Thu, 2 Apr 2020 13:42:56 +0000 (13:42 +0000)]
Merge "Fix bug in Create loop UI"

4 years agoMerge "Change generated json schema"
Gervais-Martial Ngueko [Thu, 2 Apr 2020 13:42:00 +0000 (13:42 +0000)]
Merge "Change generated json schema"

4 years agoMerge "Remove unused objects"
Sébastien Determe [Thu, 2 Apr 2020 13:38:55 +0000 (13:38 +0000)]
Merge "Remove unused objects"

4 years agoFix bug in Create loop UI 87/104987/1
sebdet [Thu, 2 Apr 2020 13:31:34 +0000 (15:31 +0200)]
Fix bug in Create loop UI

Fix the missing SVG representing the loop template in the Create loop dialog

Issue-ID: CLAMP-811
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: Id74855e2935130337bc852df79b3a9fed0d444ac

4 years agoChange generated json schema 77/104977/2
sebdet [Thu, 2 Apr 2020 11:33:19 +0000 (13:33 +0200)]
Change generated json schema

Add tabs-top format for array in the policy json schema generated + add a default case for payload

Issue-ID: CLAMP-810
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I5cca893cda57838c0244fc82974dd5519e787506

4 years agoRemove unused objects 66/104866/1
JulienBe [Wed, 1 Apr 2020 15:40:42 +0000 (17:40 +0200)]
Remove unused objects

reported by Sonar

Issue-ID: CLAMP-806
Signed-off-by: JulienBe <jb379x@att.com>
Change-Id: Ia3d6939e1f946280551583a777032efe63e12e01

4 years agoMerge "Rework the CDS Json schema"
Gervais-Martial Ngueko [Wed, 1 Apr 2020 14:53:17 +0000 (14:53 +0000)]
Merge "Rework the CDS Json schema"

4 years agoRework the CDS Json schema 74/104874/1
sebdet [Wed, 1 Apr 2020 14:38:29 +0000 (16:38 +0200)]
Rework the CDS Json schema

Rework a bit the CDS Json schema, so that the payload info is good now

Issue-ID: CLAMP-805
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I807e00536befe53d266b2dee279bde29b0f7d0cb

4 years agoMerge "Rework the CDS Json schema"
Xue Gao [Wed, 1 Apr 2020 10:19:52 +0000 (10:19 +0000)]
Merge "Rework the CDS Json schema"

4 years agoMerge "Update template menu UI"
Sébastien Determe [Wed, 1 Apr 2020 10:01:12 +0000 (10:01 +0000)]
Merge "Update template menu UI"

4 years agoRework the CDS Json schema 39/104839/1
sebdet [Wed, 1 Apr 2020 09:58:07 +0000 (11:58 +0200)]
Rework the CDS Json schema

Rework a bit the CDS Json schema, so that the payload info is good now

Issue-ID: CLAMP-805
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I84d543987f421e3185c2783fc6cd779302658a1f

4 years agoUpdate template menu UI 09/103109/6
jingjincs [Wed, 4 Mar 2020 08:11:10 +0000 (09:11 +0100)]
Update template menu UI

Modify View Templates Menu to adopt changes from get template CL API

Issue-ID: CLAMP-589
Change-Id: I54d059620e91d0da70e85c62dbb932ee58dd99ab
Signed-off-by: xuegao <xg353y@intl.att.com>
4 years agoMerge "Rework the logs"
Gervais-Martial Ngueko [Tue, 31 Mar 2020 22:43:51 +0000 (22:43 +0000)]
Merge "Rework the logs"

4 years agoRework the logs 07/104807/1
sebdet [Tue, 31 Mar 2020 22:00:37 +0000 (00:00 +0200)]
Rework the logs

Rework the logs so that it's easier to debug the issues on a lab

Issue-ID: CLAMP-804
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I9cff98205c2135a759e7e6156ab39f8af8129927

4 years agoMerge "Fix the policy_id not set"
Xue Gao [Tue, 31 Mar 2020 12:30:47 +0000 (12:30 +0000)]
Merge "Fix the policy_id not set"

4 years agoFix the policy_id not set 46/104746/1
sebdet [Tue, 31 Mar 2020 11:39:02 +0000 (13:39 +0200)]
Fix the policy_id not set

Fix the policy_id not set by default when it's a unique blueprint, and when it contains only one microservice

Issue-ID: CLAMP-802
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: Iffe35e461395940567588228ec68ea4b7ff9a409

4 years agoMerge "Update docs"
Sébastien Determe [Tue, 31 Mar 2020 09:56:56 +0000 (09:56 +0000)]
Merge "Update docs"

4 years agoUpdate docs 24/104724/1
xuegao [Tue, 31 Mar 2020 06:37:02 +0000 (08:37 +0200)]
Update docs

UPdate the user guide based on the Frankfurt release.

Issue-ID: CLAMP-663
Change-Id: I3f10dbd8ccaec63de815df1977eebb71c3c398cc
Signed-off-by: xuegao <xg353y@intl.att.com>
4 years agoFix blank space crash in tosca 17/104717/2
sebdet [Mon, 30 Mar 2020 23:32:32 +0000 (01:32 +0200)]
Fix blank space crash in tosca

Fix the crash that occurs when a blank space is found in the metadata section

Issue-ID: CLAMP-801
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I3d66991378bd44fbb7d19a5048091e307589677a

4 years agoclamp release 5.0.1 78/104678/1
sebdet [Mon, 30 Mar 2020 11:19:35 +0000 (04:19 -0700)]
clamp release 5.0.1

Bump up clamp to 5.0.1 for new release

Issue-ID: CLAMP-800
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: Icecdf64ba19e0f024e7950dc200813b67ad54366

4 years agoclamp release 5.0.1 77/104677/1
sebdet [Mon, 30 Mar 2020 11:17:29 +0000 (04:17 -0700)]
clamp release 5.0.1

Bump up clamp to 5.0.1 for new release

Issue-ID: CLAMP-800
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I9bb72ba680cc084366eaf43eb2c624ea6b06f9c7

4 years agoFix the AAF issue 67/104667/1
sebdet [Mon, 30 Mar 2020 09:31:19 +0000 (02:31 -0700)]
Fix the AAF issue

Fix the AAF due to wrong urls specified in the cadi filter. Permissions were therefore not added

Issue-ID: CLAMP-799
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: Ibd96ebcdbabe85b891dc023cf087c57cee1fdddb

4 years agoMerge "Release Frankfurt 5.0.0"
Sébastien Determe [Fri, 27 Mar 2020 18:10:46 +0000 (18:10 +0000)]
Merge "Release Frankfurt 5.0.0"

4 years agoRelease Frankfurt 5.0.0 01/104601/1
sebdet [Fri, 27 Mar 2020 17:40:14 +0000 (10:40 -0700)]
Release Frankfurt 5.0.0

Release Frankfurt 5.0.0 images and jar

Issue-ID: CLAMP-795
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: If885758b448aa71cbb626ea7770baf4f378a65c2

4 years agoMerge "Fix frontend docker"
Xue Gao [Fri, 27 Mar 2020 12:07:39 +0000 (12:07 +0000)]
Merge "Fix frontend docker"

4 years agoFix frontend docker 39/104539/5
sebdet [Fri, 27 Mar 2020 00:03:33 +0000 (17:03 -0700)]
Fix frontend docker

Rework the frontend image so that it does not crash when it starts

Issue-ID: CLAMP-797
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I9448f52eada95a171006e6e524ffac2e70c9f59e

4 years agologback can't be configured with both scan and springProperty 80/104480/1
JulienBe [Thu, 26 Mar 2020 11:27:36 +0000 (12:27 +0100)]
logback can't be configured with both scan and springProperty

No proper fix available yet

source: https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#boot-features-logback-extensions

Issue-ID: CLAMP-794
Signed-off-by: JulienBe <jb379x@att.com>
Change-Id: If2145e18583ccecf96e126e8f73ddfd251eff656

4 years agoMerge "Release Frankfurt 5.0.0"
Sébastien Determe [Wed, 25 Mar 2020 18:03:29 +0000 (18:03 +0000)]
Merge "Release Frankfurt 5.0.0"