aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-07-30Clamp react ui to use url pathname dynamically instead of hardcoded prefix ↵Ashwin Sharma5-27/+27
for calling apis Issue-ID: CLAMP-914 Signed-off-by: Ashwin Sharma <ashwin.shyam.sharma@att.com> Change-Id: I266aeafe9a543e95bcb96fcab6437227c148f8c4
2020-07-30Merge "change -1 to No Limit in View All Templates for # Instances Allowed"Sébastien Determe1-1/+7
2020-07-29change -1 to No Limit in View All Templates for # Instances AllowedTed Humphrey1-1/+7
Issue-ID: CLAMP-912 Signed-off-by: Ted Humphrey <Thomas.Humphrey@att.com> Change-Id: I3d7732ae741bd3ab0766fc022e8920af2a08e9af
2020-07-29Refer to docker.io mariadbsebdet1-2/+2
Do not use cached mariadb on nexus3.onap.org Issue-ID: CLAMP-855 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I7a45731122201d6ae8304fadc6ef0d75310eabd8
2020-07-29Merge "Attempt to fix the verify job problem"Gervais-Martial Ngueko3-4/+6
2020-07-29Attempt to fix the verify job problemsebdet3-4/+6
Remove the parallel execution of the Integration tests Issue-ID: CLAMP-899 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Ia4d60941821f1e5363d5ba5e734a0d9a5ec9186d
2020-07-27Fix audit, metric and error logs as per logging specificationAshwin Sharma7-124/+290
Issue-ID: CLAMP-900 Signed-off-by: Ashwin Sharma <ashwin.shyam.sharma@att.com> Change-Id: Ia911e16ecd4a5a03f44c45d32ebc874ff8882895
2020-07-15block re-use of existing loop name; support derivation of SvgGeneratorTed Humphrey8-31/+160
added changes to LoopUI for global style and support of "delete" CL case Issue-ID: CLAMP-896 Change-Id: I97f603f38c277011835b8e206e5e05226a296606 Signed-off-by: Ted Humphrey <Thomas.Humphrey@att.com>
2020-07-15Merge "Support disabling of Loop Instance Properties "Save" button"Christophe Closset1-1/+2
2020-07-14Merge "Add many jests tests and implement block on element type and ↵Christophe Closset2-301/+599
subdictionary fields for subdictionary elements"
2020-07-14Merge "Add a customValidation method to PolicyModal"Christophe Closset3-19/+110
2020-07-14Support disabling of Loop Instance Properties "Save" buttonTed Humphrey1-1/+2
Issue-ID: CLAMP-895 Change-Id: I0e8fd70b750a59c14bb8e73407c49cc09f1d2657 Signed-off-by: Ted Humphrey <Thomas.Humphrey@att.com>
2020-07-14Add many jests tests and implement block on element type andTed Humphrey2-301/+599
subdictionary fields for subdictionary elements Issue-ID: CLAMP-849 Change-Id: Ic6c4c06ee3b41e2e4dfe1913b7ecf57a951d9993 Signed-off-by: Ted Humphrey <Thomas.Humphrey@att.com>
2020-07-10Merge "Fix delete flow bug"Sébastien Determe3-4/+25
2020-07-09Fix delete flow bugxuegao3-4/+25
Fix the bug in delete flow, when the loop is already undeployed. Issue-ID: CLAMP-864 Change-Id: I6ca52b260bf2229b8ed28d8ebac93eef65d12d96 Signed-off-by: xuegao <xg353y@intl.att.com>
2020-07-08Merge "add framework for blocking user interaction"Sébastien Determe6-51/+188
2020-07-08add framework for blocking user interactionTed Humphrey6-51/+188
this adds two new methods to LoopUI.js, setBusyLoading and clearBusyLoading, and one new state variable, busyLoadingCount, for supporting the blocking of user clicking during async back end calls that might take a bit of time to return. Blocking the user from clicking on a component box is implemented as an important first case use, as well as all PerformAction calls. Issue-ID: CLAMP-894 Change-Id: I28660afe26b6cc8184b9392aee42157f44601bf6 Signed-off-by: Ted Humphrey <Thomas.Humphrey@att.com>
2020-07-07Add a customValidation method to PolicyModalTed Humphrey3-19/+110
In order for derivations of PolicyModal to apply their own custom error checking, a new customValidation method is introduced into PolicyModal.js Issue-ID: CLAMP-863 Change-Id: If2ed515357741cab6f5b675b4b99423f9f3defed Signed-off-by: Ted Humphrey <Thomas.Humphrey@att.com>
2020-07-07Merge "add robotframework to integration tests"Sébastien Determe6-1/+335
2020-07-03add robotframework to integration testsJulienBe6-1/+335
Issue-ID: CLAMP-844 Signed-off-by: JulienBe <julien.bertozzi@intl.att.com> Change-Id: Ie5c40477f42fcf26f5fef6c1742e34a2eee7f73d
2020-06-30Merge "correct docs"Eddy Hautot2-1/+1
2020-06-30correct docsosgn422w2-1/+1
correct architecture doc regarding CDS interaction Issue-ID: CLAMP-885 Change-Id: Ie73e85881e57cb35002ffb7816aebc1c261a9d37 Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com>
2020-06-30Merge "update docs flow"Xue Gao1-0/+0
2020-06-30update docs flowosgn422w1-0/+0
update architecture diagram flow Issue-ID: CLAMP-885 Change-Id: I2603da599f87a9e08dae4abe77274b9af443f60b Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com>
2020-06-30Merge "Update docs for CDS"Christophe Closset1-0/+0
2020-06-30Update docs for CDSosgn422w1-0/+0
Update flow diagram to include CDS Issue-ID: CLAMP-885 Change-Id: I297b82c40c948363ac0d10921ae0d528dc5b83a7 Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com>
2020-06-17Merge "Address Manage Dictionary issues"Sébastien Determe6-383/+891
2020-06-12Address Manage Dictionary issuesTed Humphrey6-383/+891
A variety of bugs are addressed. See JIRA. Issue-ID: CLAMP-849 Change-Id: I620c1ec774fdcec484f40fc638551960a98973c8 Signed-off-by: Ted Humphrey <Thomas.Humphrey@att.com>
2020-06-12Merge "Removal of Svg api"Eddy Hautot1-20/+0
2020-06-12Removal of Svg apisebdet1-20/+0
Removal of previous api not even presetn in backend Issue-ID: CLAMP-854 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I199b8aab1e3f333d31fed68415058419bf352f21
2020-06-06optimize size and time using "--no-cache-dir"Pratik Raj3-3/+3
Using "--no-cache-dir" flag in pip install ,make sure dowloaded packages by pip don't cached on system . This is a best practise which make sure to fetch ftom repo instead of using local cached one . Further , in case of Docker Containers , by restricing 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: CLAMP-861 Signed-off-by: Pratik Raj <rajpratik71@gmail.com> Change-Id: I7e7a7799ae48901c289d07bc07e7c96f24f5d078
2020-06-04Merge "correct release note"Sébastien Determe1-6/+7
2020-06-04correct release noteosgn422w1-6/+7
correct "Upgrade notes" section of Frankfurt Issue-ID: CLAMP-840 Change-Id: I804846934eddcbe0577a04f6021cc62e6107e27c Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com>
2020-06-04Remove logoutxuegao6-66/+1
Remove the logout option from UI. Issue-ID: CLAMP-860 Change-Id: I711b8a7eaf523195f0534044efd3dd74c3f1e0be Signed-off-by: xuegao <xg353y@intl.att.com>
2020-06-03Fix js libsebdet2-4/+0
Fix js lib dur eto modal removals and re-enable the lib publish Issue-ID: CLAMP-854 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I131d026f03b522954e2231141b1120cf7a66ba2a
2020-06-03Merge "Add check to maven pom.xml for verifying integrity of ui-react-lib"Sébastien Determe4-5/+152
2020-06-03Merge "Update sql files"Sébastien Determe5-9174/+7047
2020-06-03Update sql filessebdet5-9174/+7047
Update sql files and swagger due to svg removal Issue-ID: CLAMP-854 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I90b9ea58c63733d6b7a8ed7354469a68e9f914cf
2020-06-03Add check to maven pom.xml for verifying integrity of ui-react-libTed Humphrey4-5/+152
A new shell script is introduced for verifying that ui-react-lib/libIndex.js is faithfully synchronized with components maintained in ui-react/src, in order to provide an NPM onap-clamp-ui-lib Issue-ID: CLAMP-669 Change-Id: I48eb979e3fbe110b718b96c0fcee08a2ced7a36b Signed-off-by: Ted Humphrey <Thomas.Humphrey@att.com>
2020-06-03Merge "Removal of useless test files"Sébastien Determe9-813/+174
2020-06-03Removal of useless test filessebdet9-813/+174
Removal of useless test files used by previous tests Issue-ID: CLAMP-854 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I4172427046250fed52984c2b97532370727f0fa0
2020-06-03Merge "Removal of useless test files"Sébastien Determe23-9142/+0
2020-06-03Merge "Removal of useless test files"Sébastien Determe4-268/+0
2020-06-03Merge "Removal of svg lib"Sébastien Determe1-33/+0
2020-06-03Merge "Removal of useless code"Sébastien Determe8-529/+0
2020-06-02Removal of useless test filessebdet23-9142/+0
Removal of all useless test files not used anymore by any test Issue-ID: CLAMP-854 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Ic273c2f2ef0eac4ae42174b954ebd4d3d70e5e23
2020-06-02Removal of useless test filessebdet4-268/+0
Removal of useless test files inherited from old tests removed. Issue-ID: CLAMP-854 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I2f906c724b8e98ba40afbea8482a93e6b263ef29
2020-06-02Removal of svg libsebdet1-33/+0
Removal of svg libs and xml not used anymore Issue-ID: CLAMP-854 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I710d2e12c4c994f8f9b26b584da6ff6676b362ad
2020-06-02Removal of useless codesebdet8-529/+0
Removal of previous modal not used anymore Issue-ID: CLAMP-854 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Ica6a316369433714323bf0fddff60722281d0f5f
2020-05-29update to last versionosgn422w1-3/+3
update to last version of backend/frontend Issue-ID: CLAMP-840 Change-Id: I504b170a79ef89a1035899b7e3464ed8238771bd Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com>