aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources
AgeCommit message (Collapse)AuthorFilesLines
2017-09-14Wait for database with mariadb connectoreh552t1-2/+2
Need to add sequential in connection url to be able to retry Change-Id: Ib5343de3c1ecad317ae1628590b1766a31ed1f15 Signed-off-by: eh552t <eh552t@intl.att.com> Issue-ID: CLAMP-42
2017-09-14Wait for database with mariadb connectoreh552t1-2/+2
With the change from Mysql to MariaDB connector maxReconnect parameter doesn't work anymore. We then need to use retriesAllDown instead but this is doing retries as fast as possible with no wait between tries so need an arbitrary high value. With maxReconnect it was waiting a time exponentially growing so a low value was enough. Change-Id: Id1429759aa4bdcfc9af1934fd6f8b848ed879e91 Signed-off-by: eh552t <eh552t@intl.att.com> Issue-ID: CLAMP-42
2017-09-14Merge "Restore the history log in camunda"Eddy Hautot1-1/+1
2017-09-14Merge "Add test to Holmes"Eddy Hautot1-8/+14
2017-09-14Merge "Clean unnecessary files using camunda"Eddy Hautot7-253/+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-13Restore the history log in camundaDeterme, Sebastien (sd378r)1-1/+1
Restore the history log in camunda as it has been disabled but the DB SQL files set that already Change-Id: Iba24a4cefdfb533046eed92e7ce1424a06d1c0fb Issue-ID: CLAMP-54 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-09-13Add test to HolmesDeterme, Sebastien (sd378r)1-8/+14
New test for holmes and refactor of the application.java class according to Sonar reports Change-Id: I2117b403c18e2cb2cd902018db951025a1db9bae Issue-ID: CLAMP-54 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-09-13Clean unnecessary files using camundaDeterme, Sebastien (sd378r)7-253/+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-11Change mysql to mariadb connectorDeterme, Sebastien (sd378r)1-5/+4
Replace the mysql connector used by Spring to mariadb + remove the Mysql connector from the clamp.jar Change-Id: If7241e111d07ad98eba3b0fcb612b0f4711d683d Issue-Id: CLAMP-52 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-09-08Merge "Add Holmes to the Backend"Sébastien Determe2-93/+120
2017-09-08Add Holmes to the BackendDeterme, Sebastien (sd378r)2-93/+120
Add support for Holmes boxes defined in GUI, Holmes model has been added and also policy calls. Change-Id: I2bbef0030b5174075792b459b7ced74aa2e8aad2 Issue-Id: CLAMP-27 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-09-08Fix the logbackDeterme, Sebastien (sd378r)1-1/+1
The logback file was incorrectly hiding the INFO log from Clamp. Change-Id: I37dbc7beaf8abeaf65d1509fe048d7136fc9fe07 Issue-Id: CLAMP-43 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-31Change configuration for Clamp integrationeh552t3-33/+33
Put default configuration for clamp integration directly in the properties files Change-Id: Id945159720e5e5cfbc7ddd44f8d31c6f5c6361a0 Signed-off-by: eh552t <eh552t@intl.att.com> Issue-Id: CLAMP-47
2017-08-29Fix the clds-reference jsonDeterme, Sebastien (sd378r)1-0/+1
FIx a mistake in the JSON provided in clds-reference.properties + Align the header of clds-version.properties Change-Id: I63905fa4a9fe3906c6ab9d4724928815dcb2cea1 Issue-Id: CLAMP-43 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-08-29Add dynamic ports for HTTP/HTTPSDeterme, Sebastien (sd378r)1-118/+151
The ports can now be configured in the application.properties and the both protocols can run at the same time (HTTP+HTTPS) Change-Id: I57d1b5643df33da45af2f6798923d94bff1d560d Issue-Id: CLAMP-43 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-08-17Merge "Code improvement"Christophe Closset2-1/+9
2017-08-17Code improvementxg353y2-1/+9
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-17Fix clamp maxReconnectseh552t1-11/+11
Increase maxReconnects from default value 3 to 100 Change-Id: Iab8ee1e1a43f03a6442c051e11e44236c07ed6b9 Signed-off-by: eh552t <eh552t@intl.att.com> Issue-Id: CLAMP-42
2017-08-08Rework Pom and DockerfileDeterme, Sebastien (sd378r)1-0/+23
Rework the pom & swagger config + Remove license plugin in pom and license files + Rework the dockerfile (support all clamp versions now) + Introduce the version.properties Change-Id: Ia823e00309d651ca40ef12beeae02fb01d8a80a9 Issue-Id: CLAMP-1 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-08-08Rework of the DCAE clientDeterme, Sebastien (sd378r)10-0/+549
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)10-253/+568
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-08-08Rework the authenticationDeterme, Sebastien (sd378r)2-7/+15
Add more granularity in the default authentication mechanism + Add some unit tests with Json to validate the json decoder Change-Id: I89d0ef94e99fc8aa0c1e8c6432b5aa30a0a5ac88 Issue-Id: CLAMP-1 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-06-21[CLAMP-1] Initial ONAP CLAMP seed code commitChrisC412-0/+284258
Change-Id: I2e8070a590618a06070f393d7b2c011029af5e8a Signed-off-by: ChrisC <cc697w@intl.att.com>