summaryrefslogtreecommitdiffstats
path: root/src/main
AgeCommit message (Collapse)AuthorFilesLines
2017-10-06Set Cache Timeout to 30Determe, Sebastien (sd378r)1-4/+4
Reduce the expiration timeout of the sdc model cache to 30 Change-Id: If44852f807bd65e5494a95d64e90985967e55eef Issue-ID: CLAMP-54 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-10-06Remove useless methodDeterme, Sebastien (sd378r)1-1/+5
One method one private and not used anymore in the code so it has been removed Change-Id: Id6754eb446a781b691184ace07a68ce26c8ed684 Issue-ID: CLAMP-54 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-10-06Update Holmes related featurexg353y6-28/+35
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-29Merge "Removed redundant code"Sébastien Determe1-1300/+1299
2017-09-29Merge "Fixed major sonar issues"Sébastien Determe1-2/+2
2017-09-28Merge "Change SDC address to openecomp"Sébastien Determe1-3/+3
2017-09-28Change SDC address to openecompDeterme, Sebastien (sd378r)1-3/+3
Change SDC address to openecomp one as required for integration tests Change-Id: Ib8661f0755df6af5b07fc0f693ee5e6f2dc61d11 Issue-ID: CLAMP-54 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-09-28Merge "TCA Window initialization not possible anymore"Sébastien Determe1-1/+4
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-28Merge "Set localhost in config"Sébastien Determe1-14/+3
2017-09-28Set localhost in configDeterme, Sebastien (sd378r)1-14/+3
Set to localhost in clds config file Change-Id: Ic8595e0fcfd7a4481464b1facc8bcb4cbeac92fb Issue-ID: CLAMP-59 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-09-28Merge "Fix spelling mistakes"Sébastien Determe1-5/+7
2017-09-28Merge "Change the model to fix TCA"Sébastien Determe8-292/+256
2017-09-28Merge "new method for policy client"Sébastien Determe1-2/+39
2017-09-28Merge "Fix the a log in Model Properties"Sébastien Determe1-1/+1
2017-09-28Merge "Add an exception for new class TcaRequestFormatter"Sébastien Determe1-0/+61
2017-09-28Fix spelling mistakesDeterme, Sebastien (sd378r)1-5/+7
Spelling mistakes fixed with formater word Change-Id: I2e5e44e3de6ac1c8f2a5a6aee0ec7ec713cf139f Issue-ID: CLAMP-54 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-09-28Change the model to fix TCADeterme, Sebastien (sd378r)8-292/+256
Fix TCA model and JSON model for TCA + rework the JUNIT Change-Id: I35099633e89f9f95f1957afeffa915feda4045f3 Issue-ID: CLAMP-59 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-09-28new method for policy clientDeterme, Sebastien (sd378r)1-2/+39
A new method to send JSON in other type to policy Change-Id: I24b2d36464fa3c9786007ea3772c6a2c4b7c7b66 Issue-ID: CLAMP-59 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-09-28Fix the a log in Model PropertiesDeterme, Sebastien (sd378r)1-1/+1
One of the log did not contain the stacktrace for Model properties Change-Id: I5f269bb1744343ef9646cf818babfd77ea237b76 Issue-ID: CLAMP-54 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-09-28Add an exception for new class TcaRequestFormatterDeterme, Sebastien (sd378r)1-0/+61
This new exception will be used in a new class that will manage TCA Change-Id: I4ae2c33929c81a141b59dabe6e2d1db371cfc188 Issue-ID: CLAMP-59 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-09-28Fix fields corruption on saveAnaël Closson2-48/+18
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 Closson2-22/+40
Change-Id: Ic6e016eef81fbad70d3ac61c435cd47feb23cf3b Issue-ID: CLAMP-58 Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-09-28Fixed major sonar issuesshashikanth1-2/+2
Fix major sonar issues in clamp module https://sonar.onap.org/component_issues?id=org.onap.clamp%3Aclds#resolved=false|severities=MAJOR|rules=squid%3AS1132%2Csquid%3AS1858 "get" returns a string, there's no need to call "toString()". Issue-Id:CLAMP-54 Change-Id: I36cadab8e60122e1b4e244768d345cf04568d134 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.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-28Removed redundant codeshashikanth1-1300/+1299
Fix major sonar issues in clamp module https://sonar.onap.org/component_issues?id=org.onap.clamp%3Aclds#resolved=false|severities=MAJOR|rules=squid%3AS1132%2Csquid%3AS1858 Move the "csv" string literal on the left side of this string comparison. Issue-Id:CLAMP-54 Change-Id: If24d56fd5f539718e12241d4c1d4d83d8a079c0e Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
2017-09-27Code Improvementxg353y25-2037/+36
Change-Id: I703aabf234cb656b1faea3b5c0776d034d8ec807 Signed-off-by: xg353y <xg353y@intl.att.com> Issue-ID: CLAMP-54
2017-09-22Remove the Policy Dep SnapshotDeterme, Sebastien (sd378r)1-3/+3
The policy dependencies have been changed to refer to non snapshot packages. Some java packages have been updated too. Change-Id: Id70a0247b859368c642a73fa59bbda93bf9904ae Issue-ID: CLAMP-55 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-09-22Remove HashMap definitionDeterme, Sebastien (sd378r)1-2/+2
Change HashMap to Map for variable declaration Change-Id: Ia352ab40c087e26ed43a2e69ad5ef60b6bb68a87 Issue-ID: CLAMP-54 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-09-22Add the target resource IDDeterme, Sebastien (sd378r)4-155/+185
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-22Add different log in AbstractModelElementDeterme, Sebastien (sd378r)1-8/+11
Log changed when the Json attribute value is null or empty Change-Id: Ie0321efbbcc7f9c637f1bd8ea44001e5036987d3 Issue-ID: CLAMP-54 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-09-19Removal of useless files & bugfixDeterme, Sebastien (sd378r)12-390/+219
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-18Add new tests to CLAMPDeterme, Sebastien (sd378r)3-8/+12
New tests added on ModelProperties, CldsModel and ITs (CldsService tests) Change-Id: I75a29c11ec66e0eef7c80f76cf90c30b2fc29972 Issue-ID: CLAMP-54 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-09-14Merge "Add new tests for DAO"Eddy Hautot1-3/+1
2017-09-14Merge "Some rework around DAO classes"Eddy Hautot2-4/+1
2017-09-14Add new tests for DAODeterme, Sebastien (sd378r)1-3/+1
New test to validate some methods of the DAO and attempt to disable Camunda in IT when it was not required to have it Change-Id: I231230a7a4818f4bfd7887319a321625f66ffcae Issue-ID: CLAMP-54 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-09-14Some rework around DAO classesDeterme, Sebastien (sd378r)2-4/+1
Remove the useless return parameter in setModel, remove the runtimeService in cldsTemplateService Change-Id: Ia6d82cc3167f2e82b0da9cdb14d93c64ccee19c4 Issue-ID: CLAMP-54 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
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 Hautot2-11/+28
2017-09-14Merge "Clean unnecessary files using camunda"Eddy Hautot9-586/+0
2017-09-14Merge "Rework the datasource access"Eddy Hautot1-3/+4
2017-09-14Merge "Rework the comment of the constructor"Eddy Hautot1-17/+24
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)2-11/+28
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)9-586/+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>