aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-04-22Remove bugs and vulnerabilitiesxuegao3-54/+62
Remove bugs and vulnerabilities based on the sonar report Issue-ID: CLAMP-841 Change-Id: I49d0eeeedf69a0cbe3adf49cf115ab25aec7adfd Signed-off-by: xuegao <xg353y@intl.att.com>
2020-04-22Guard policy clean upxuegao20-737/+16
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>
2020-04-21Merge "Fix table pagination issue"Sébastien Determe1-3/+3
2020-04-21Merge "Payload is expected as string in operational policy"Sébastien Determe10-524/+405
2020-04-21Fix table pagination issuesebdet1-3/+3
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
2020-04-21Payload is expected as string in operational policyVidyashree-Huawei10-524/+405
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>
2020-04-21Merge "Remove legacy password encryption"Sébastien Determe9-127/+54
2020-04-21Remove legacy password encryptionJulienBe10-159/+86
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>
2020-04-21Merge "spring-web-security update"Xue Gao1-0/+5
2020-04-21Merge "Prevent adding same type of Op policy"Sébastien Determe3-12/+34
2020-04-21spring-web-security updatesebdet1-0/+5
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
2020-04-21Prevent adding same type of Op policyxuegao3-12/+34
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>
2020-04-21Merge "Payload attributes are not displayed in operational policy"Sébastien Determe13-200/+1413
2020-04-20Merge "Release 5.0.5"Xue Gao2-2/+2
2020-04-20Merge "Upgrade dom4j to latest"Xue Gao1-0/+6
2020-04-20Release 5.0.5sebdet2-2/+2
Prepare for 5.0.5 Issue-ID: CLAMP-833 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I26aa07c55f45f666bd46dc28b8eb676e62bd40b0
2020-04-20Upgrade dom4j to latestsebdet1-0/+6
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
2020-04-20Merge "Release 5.0.4"Xue Gao1-0/+10
2020-04-20Merge "Release 5.0.4"Xue Gao1-0/+5
2020-04-20Release 5.0.4sebdet1-0/+10
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
2020-04-20Release 5.0.4sebdet1-0/+5
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
2020-04-20Merge "Fix the get status"Xue Gao4-45/+73
2020-04-20Fix the get statussebdet4-45/+73
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
2020-04-17Tosca convertor updated with datetime picker plugin featureAshwin Sharma10-66/+409
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>
2020-04-17Payload attributes are not displayed in operational policyVidyashree-Huawei13-200/+1413
Handled list type in response Change-Id: If4b5b45c5f23f377add1be84306a31e78d47c52b Issue-ID: CLAMP-823 Signed-off-by: Vidyashree-Huawei <vidyashree.rama@huawei.com>
2020-04-16Minor UI fixes for dialogues and Tosca upload featureTed Humphrey20-56/+146
Issue-ID: CLAMP-587 Change-Id: I683b62fbd0b15ab5db18c7e1e941ff8cb58cb0f3 Signed-off-by: Ted Humphrey <Thomas.Humphrey@att.com>
2020-04-16Remove policy from PEF when removing op policysebdet2-1/+5
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
2020-04-16Remove policy from PEF when removing op policysebdet7-520/+628
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
2020-04-16Add template name to UIsebdet22-13/+35
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
2020-04-15Fix bug in delete policy due to changesebdet1-1/+1
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
2020-04-15Merge "Fix bug in undeploy flow"Sébastien Determe2-2/+2
2020-04-15Merge "Bump up clamp to 5.0.4"Xue Gao3-33/+33
2020-04-15Merge "Fix legacy policy submit issues"Xue Gao7-295/+128
2020-04-15Fix bug in undeploy flowxuegao2-2/+2
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>
2020-04-14Merge "CDS attributes are not shown properly in UI"Sébastien Determe13-256/+1327
2020-04-15Bump up clamp to 5.0.4sebdet3-33/+33
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
2020-04-15Fix legacy policy submit issuessebdet7-295/+128
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
2020-04-14Merge "Update delete loop flow"Sébastien Determe2-25/+39
2020-04-14CDS attributes are not shown properly in UIVidyashree-Huawei13-256/+1327
Handled for legacy and operational policy Change-Id: I504c4aa2531b19b09965ad1dbc03c9944931f77b Issue-ID: CLAMP-809 Signed-off-by: Vidyashree-Huawei <vidyashree.rama@huawei.com>
2020-04-14Merge "Add spinner for Deploy action"Sébastien Determe2-2/+28
2020-04-14Merge "Update suc alert color"Sébastien Determe11-77/+147
2020-04-08Automation adds clamp-architecture.rstLF Jenkins CI1-1/+2
Issue-ID: CIMAN-376 Change-Id: I53a0c54ac2c91f0510238dc5ff06bb4c410787a1 Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
2020-04-08Merge "Automation adds release-notes.rst"Jessica Wagantall1-0/+1
2020-04-08Automation adds release-notes.rstLF Jenkins CI1-0/+1
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>
2020-04-08Update delete loop flowxuegao2-25/+39
Updating the delete loop flow. Issue-ID: CLAMP-816 Change-Id: I9ad5001b00f5f92a8ecc1f84379ee0e8ae2d196b Signed-off-by: xuegao <xg353y@intl.att.com>
2020-04-08Add spinner for Deploy actionxuegao2-2/+28
Add the spinning symbol while loop is deploying. Issue-ID: CLAMP-814 Change-Id: Id041622c300e18643e6fb725b3b5bd4ad8e9911e Signed-off-by: xuegao <xg353y@intl.att.com>
2020-04-07Automation adds index.rstLF Jenkins CI1-0/+1
Issue-ID: CIMAN-376 Change-Id: Id87ada732f91fb74355bd8fb5543202e642bbee8 Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
2020-04-06Update suc alert colorxuegao11-77/+147
Update the back groud color for succesful alert messages. Issue-ID: CLAMP-815 Change-Id: I97a621e31f2eb850eae30da3754afd3cd4ddb34a Signed-off-by: xuegao <xg353y@intl.att.com>
2020-04-03Merge "Release clamp 5.0.3"Gervais-Martial Ngueko1-0/+10
2020-04-03Merge "Release clamp 5.0.3"Gervais-Martial Ngueko1-0/+5