aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/META-INF
AgeCommit message (Collapse)AuthorFilesLines
2018-03-27Fix UI DCAE DeployDeterme, Sebastien (sd378r)1-5/+5
The Json format sent in CldsModel was not correct, the correct format must be with key name and key value. Issue-ID: CLAMP-142 Change-Id: I2802112702ff2e1f149932d59109f22654c581aa Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-03-23Merge changes from topic 'security'Sébastien Determe4-215/+2
* changes: Remove client usage of md5 Bcrypt as password hashing method in the backend
2018-03-23Remove client usage of md5ac25504-215/+2
Md5 usage introduce a security flow by reducing the amount of test needed for a brute force attack. Change-Id: Ifa4e6259d0a3fb06c91c03d1c67470ddd02284fc Issue-ID: CLAMP-143 Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-03-23Merge "Allow additional parameters to deployment"Sébastien Determe4-2/+112
2018-03-22Allow additional parameters to deploymentac25504-2/+112
Change-Id: I760d0f0d54f83282d8556b74a588361669fa5375 Issue-ID: CLAMP-142 Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-03-21Cleanup duplicate/unused codeac25503-568/+0
Change-Id: Ib3707b85285ad688ef4e8d94d6f035668b9b1b93 Issue-ID: CLAMP-140 Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-03-15false positive license issue on nexus IQ + unusedac25506-1661/+0
Change-Id: Idf91cdbb2a49ffdb5cafc66c413f53e0b62c1081 Signed-off-by: ac2550 <ac2550@intl.att.com> Issue-ID: CLAMP-135
2018-03-08Fix issue in Menu not refreshing in crash caseehautot1-0/+1
Tested for SUBMIT crash case, still need to be tested for deploy and undeploy when test can go further Change-Id: I1f96528ab8de8fdfd399696758ba53637440782e Signed-off-by: ehautot <eh552t@intl.att.com> Issue-ID: CLAMP-69
2018-03-02Upgrade lib to recentDeterme, Sebastien (sd378r)1-4/+3
Upgrade moment.min.js to latest known due to nexus IQ report Issue-ID: CLAMP-135 Change-Id: I6675c92c456ccc243fb3c3c2129b530874d52640 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-03-02Remove useless web.xmlDeterme, Sebastien (sd378r)1-29/+0
Remove the file that is not useful anymore since a while Issue-ID: CLAMP-85 Change-Id: Ib55095a80a95f1dc7107954aad03338577a00b33 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-02-14Remove Camunda and replace by CamelDeterme, Sebastien (sd378r)1-37/+0
The camunda has been replaced by Camel so that DB could be removed. Also the unit tests has been reworked and maven dependencies have been changed Issue-ID: CLAMP-85 Change-Id: I781c3c83cecbdae3535c7e036e62ae83c6b6852f Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-02-14Remove useless filesDeterme, Sebastien (sd378r)7-68915/+0
Remove files that were not used by UI, neither by clamp Backend Issue-ID: CLAMP-85,CLAMP-115 Change-Id: I3b40bc6cfcfdd8efa11b879a9ea3fd45ff8385aa Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-02-14Remove designer in Clamp UIDeterme, Sebastien (sd378r)17-574/+58
Remove the designer of Clamp UI as the DCAE Designer will be used now Issue-ID: CLAMP-115 Change-Id: Ice5bae6cdfe9d37dc5d61d2df7ec475821425e7a Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-11-16Remove swagger for nowDeterme, Sebastien (sd378r)46-28124/+0
Remove swagger code for now as it's not used at all Change-Id: I63c5cad5048f71eb51686e96eb9d7f35b55abf1d Issue-ID: CLAMP-74 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-11-09Fix Properties CL UI issuexg353y4-35/+28
Fix the issue in Properties CL window, where the first service doesn't show the corresponding vf settings Change-Id: I59f1f5117f453f1cb385d4789288a5b8a690e7e9 Signed-off-by: xg353y <xg353y@intl.att.com> Issue-ID: CLAMP-68
2017-11-03Update the policyName send to Policyxg353y1-2/+27
Change-Id: Ib8ef7feb2404b15f215a1a7967d3af7d6ac89da0 Issue-Id: CLAMP-62 Signed-off-by: xg353y <xg353y@intl.att.com>
2017-10-30Remove and change useless codeDeterme, Sebastien (sd378r)3-18/+1
Remove and change useless code in UI designer part. Change-Id: I3a0d4b98bb5dfff380c50edccc9ca073c263a04d Issue-ID: CLAMP-54 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-10-27Merge "Update TCA config json send to Policy"Sébastien Determe1-19/+15
2017-10-26Update TCA config json send to Policyxg353y1-19/+15
Update the format of the TCA configuration send to Policy Issue-ID: CLAMP-62 Change-Id: I53cbfcb1f8f8772856b645e8aec0db2a8a94d15e Signed-off-by: xg353y <xg353y@intl.att.com>
2017-10-24Remove datatable libDeterme, Sebastien (sd378r)10-6075/+85
Remove datatable lib and its associated designer UI code Change-Id: I328bad242d478a43e3b77716491aa921ade37a64 Issue-ID: CLAMP-63 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-10-09Inverted patch commitedAnaël Closson1-56/+31
The previous patch on this file has been commited with a not up to date codebase and previously made changes were overwritten. Change-Id: I0731a4a228e8bbdff46c09dee757d076eebcc799 Issue-ID: CLAMP-54 Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-10-06Update Holmes related featurexg353y1-5/+3
No blueprint need to be send to SDC; Add configuration policy name in holmes UI; Update the config body sent to Policy. Change-Id: I4bf5b0c32d64f4acf28ac6f24128e463e28e5779 Signed-off-by: xg353y <xg353y@intl.att.com> Issue-ID: CLAMP-27
2017-09-28TCA Window initialization not possible anymoreAnaël Closson1-1/+4
Change-Id: I56750cebf5345f89eb11158c0cbd6325d83a283e Issue-ID: CLAMP-58 Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-09-28Fix fields corruption on saveAnaël Closson1-47/+17
Change-Id: I02c8fe662698ce943ce3eed8cd1e0b78b1311cc8 Issue-ID: CLAMP-58 Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-09-28Fix fields not restored on tca openAnaël Closson1-1/+3
Change-Id: I18bb36d7df0aa982f941c9153a86ab17a48f4295 Issue-ID: CLAMP-58 Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-09-28Remove debugger + fix missing infoAnaël Closson1-21/+39
Change-Id: Ic6e016eef81fbad70d3ac61c435cd47feb23cf3b Issue-ID: CLAMP-58 Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-09-28More flexible styling + fix cannot save tcaAnaël Closson1-22/+28
Change-Id: Ice937ce4a56218981976e6ad777b3e4e71963680 Issue-ID: CLAMP-58 Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-09-28Remove tab headerAnaël Closson1-63/+2
Change-Id: I6c0fd3e46b3e7062521b0274cadae620719f0d4b Issue-ID: CLAMP-58 Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-09-27Code Improvementxg353y7-1423/+2
Change-Id: I703aabf234cb656b1faea3b5c0776d034d8ec807 Signed-off-by: xg353y <xg353y@intl.att.com> Issue-ID: CLAMP-54
2017-09-22Add the target resource IDDeterme, Sebastien (sd378r)1-118/+127
Add target resource ID in operational policy code as requested. It changes the UI, the Policy code, the model and the tests. Change-Id: Ie72badde55e7f8b5c2e5234099a09b95958205cf Issue-ID: CLAMP-55 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-09-19Removal of useless files & bugfixDeterme, Sebastien (sd378r)1-31/+56
Removal of DCAE useless files, and bugfixes SDC calls(+CldsDAO bug), and insertion of the search engine for Model Properties window in UI Change-Id: Ia68117bb917807eaf8e8e317f391f90b6d948135 Issue-ID: CLAMP-54 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-09-14Merge "Clean unnecessary files using camunda"Eddy Hautot1-8/+0
2017-09-13Policy and StringMatch GUI need refreshAnaël Closson2-8/+81
A reload of GUI for Policy and StringMatch was required to see changes done in some select fields. This patch add automatic updates of fields that needs it. Change-Id: Ida7ad705218b1881868dcdec936c809b19df69bd Issue-Id: CLAMP-53 Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-09-13Clean unnecessary files using camundaDeterme, Sebastien (sd378r)1-8/+0
The camunda examples have been removed as not used by anyone Change-Id: Ib659ea0d68aff613620fce6bf25d4d4a1e1acac4 Issue-ID: CLAMP-54 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-09-07Incorrect select field filteringAnaël Closson4-56/+31
The filtering of select input fields was incorrectly handled and resulte in inconsistent state Issue-Id: CLAMP-49 Change-Id: I1678a861ca4fcb8b384fb75356ff95eee88f2fc6 Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-09-07Reformat codeAnaël Closson5-62886/+62912
Issue-Id:: CLAMP-43 Change-Id: Ife5596c1fca86941e17fe84354bbab49d25f9ffa Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-09-05Error in JS logs when click in the backgroundAnaël Closson1-0/+4
Change-Id: Ie7bf318fc35e290f9699b660c6ca2282c49087aa Issue-Id: CLAMP-27 Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-09-05Wrong function callAnaël Closson1-3/+0
Change-Id: I12d79f9c54c1a7d84d421e8ded10c568dd504512 Issue-Id: CLAMP-27 Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-09-05Add properties for Holmes componentAnaël Closson1-10/+80
Change-Id: Id758473fe61f7f24699e204dc325c978bc934e59 Issue-Id: CLAMP-27 Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-09-05Add holmes GUI without propertiesAnaël Closson7-5/+148
Change-Id: Ie961076abf2d57e3e917cab0012f6799bbe7762a Issue-Id: CLAMP-27 Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-09-04Add VES Collector GUIAnaël Closson6-16/+187
Add support for VES Collector in the GUI Change-Id: Id1420844ccd882e440cd19098251943eb02c4184 Issue-Id: CLAMP-19 Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-08-17Code improvementxg353y1-0/+8
Improve logging message; Introduce timeout for deploy/undeploy CL; Update allowed actions for deploy/undeploy/update action. Issue-id: CLAMP-43 Change-Id: Ic876e835447cc495d4ca42d9401ee4bd503d5db7 Signed-off-by: xg353y <xg353y@intl.att.com>
2017-08-08Rework of the DCAE clientDeterme, Sebastien (sd378r)9-0/+502
Rework of the DCAE client and javascripts/html pages of the designer (part5) Change-Id: I3e7b889e2112dc2745632a328a02c6c603ecc195 Issue-Id: CLAMP-1 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-08-08Removal of useless filesDeterme, Sebastien (sd378r)4-161/+0
Removal of useless files like Helloworld or unused HTML files Change-Id: Id82af9bb27eb53a7564cd42ab25960eb34bbf102 Issue-Id: CLAMP-1 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-08-08Rework of the designer UI (part4)Determe, Sebastien (sd378r)2-126/+126
Rework of the designer UI (part4) + Modification of all Clamp configurations iin resource folder Change-Id: I2adb7ad336c8d7decaed847cb167d1f125c10b0e Issue-Id: CLAMP-1 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-08-08Rework the javascript file of the UI (part3)Determe, Sebastien (sd378r)10-1578/+1751
Rework the javascript file of the UI (part3) Change-Id: I9fd6eab33f1c222c0bd61218ee31fece7a5e7af3 Issue-Id: CLAMP-1 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-08-08Rework javascripts for designer UI (part2)Determe, Sebastien (sd378r)9-670/+406
Rework javascripts for designer UI (part2) Change-Id: I72ffef0adc2559e8053203cee928eff5c4d9b0dc Issue-Id: CLAMP-1 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-08-08Rework the Designer UI (part1)Determe, Sebastien (sd378r)14-2734/+3484
Rework the Designer UI (part1), mainly html pages + javascripts Change-Id: I216e9ef65da91b2be3bf39e591220e6060578192 Issue-Id: CLAMP-1 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-06-21[CLAMP-1] Initial ONAP CLAMP seed code commitChrisC395-0/+283219
Change-Id: I2e8070a590618a06070f393d7b2c011029af5e8a Signed-off-by: ChrisC <cc697w@intl.att.com>