summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-04-29Release clamp5.0.6jenkins-releng1-1/+1
2020-04-28Fix VNF entityId in policiessebdet5-35/+35
Fix the VNF entity IDs value in json schema for each policies (in UI) Issue-ID: CLAMP-843 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I9515b01422acdfc0ec36f10cc70994145e561d7f
2020-04-27Merge "Fix bugs reported by sonar/nexus-iq"Gervais-Martial Ngueko1-5/+6
2020-04-27Fix bugs reported by sonar/nexus-iqsebdet1-5/+6
Rollback fixes for Nexus-iq, it does not help Issue-ID: CLAMP-841 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I280c4cf612298d1cda64b8ed39a0a416f936fdc4
2020-04-27Merge "Fix bugs reported by sonar/nexus-iq"Gervais-Martial Ngueko1-5/+0
2020-04-27Merge "Fix bugs reported by sonar/nexus-iq"Gervais-Martial Ngueko1-0/+4
2020-04-27Fix bugs reported by sonar/nexus-iqsebdet1-5/+0
Fix bugs reported by sonar as critical, major, ... Issue-ID: CLAMP-841 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I23122c064b64ebe2a2c8c33540c4be0b0895157d
2020-04-27Fix bugs reported by sonar/nexus-iqsebdet1-0/+4
Fix bugs reported by sonar as critical, major, ... Issue-ID: CLAMP-841 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I3ec04016541e4a644c02e5c4601c0ee608eb0ca3
2020-04-27Fix bugs reported by sonarsebdet2-5/+0
Fix bugs reported by sonar as critical, major, ... Issue-ID: CLAMP-841 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I7c33f83bc79be0b3b14b4f58f50a59471f3ab11d
2020-04-27Prepare 5.0.6sebdet2-2/+2
Prepare 5.0.6 Clamp release Issue-ID: CLAMP-833 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I459df08e623318e1b07912cccec5143d4f67008c
2020-04-27Merge changes Id525d532,I91723b83Xue Gao2-6/+8
* changes: Fix bugs reported by sonar Fix bugs reported by sonar
2020-04-23Fix bugs reported by sonarsebdet1-5/+7
Fix bugs reported by sonar as critical, major, ... Issue-ID: CLAMP-841 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Id525d532d4f405216da44f95503e06e172458e70
2020-04-23Fix bugs reported by sonarsebdet1-1/+1
Fix bugs reported by sonar as critical, major, ... Issue-ID: CLAMP-841 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I91723b83289e25d6e27b0c925107e50314f441fc
2020-04-23Merge "Release 5.0.5"Christophe Closset1-0/+10
2020-04-23Merge "Release 5.0.5"Christophe Closset1-0/+5
2020-04-23Release 5.0.5sebdet1-0/+10
Make a release of the stable code in 5.0.5 Issue-ID: CLAMP-833 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Ideb631c61c389a45f91f21edcf2f4612189b4b5a
2020-04-23Release 5.0.5sebdet1-0/+5
Make a release of the stable code in 5.0.5 Issue-ID: CLAMP-833 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I9c3c25510196e1ceed5a245a7e71f067a7a20604
2020-04-23Merge "Fix entityId bug"Christophe Closset8-5651/+5874
2020-04-23Merge "Fix refresh action"Christophe Closset11-77/+221
2020-04-23Merge "Fix bug when adding op policy"Christophe Closset1-2/+2
2020-04-23Fix entityId bugsebdet8-5651/+5874
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
2020-04-23Fix refresh actionsebdet11-77/+221
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
2020-04-22Fix bug when adding op policysebdet1-2/+2
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
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