Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
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
|
|
|
|
|
|
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
|
|
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>
|
|
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>
|
|
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>
|
|
Issue-Id:: CLAMP-43
Change-Id: Ife5596c1fca86941e17fe84354bbab49d25f9ffa
Signed-off-by: Anaël Closson <ac2550@intl.att.com>
|
|
Change-Id: Ie7bf318fc35e290f9699b660c6ca2282c49087aa
Issue-Id: CLAMP-27
Signed-off-by: Anaël Closson <ac2550@intl.att.com>
|
|
Change-Id: I12d79f9c54c1a7d84d421e8ded10c568dd504512
Issue-Id: CLAMP-27
Signed-off-by: Anaël Closson <ac2550@intl.att.com>
|
|
Change-Id: Id758473fe61f7f24699e204dc325c978bc934e59
Issue-Id: CLAMP-27
Signed-off-by: Anaël Closson <ac2550@intl.att.com>
|
|
Change-Id: Ie961076abf2d57e3e917cab0012f6799bbe7762a
Issue-Id: CLAMP-27
Signed-off-by: Anaël Closson <ac2550@intl.att.com>
|
|
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>
|
|
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
|
|
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>
|
|
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>
|
|
|
|
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>
|
|
Increase maxReconnects from default value 3 to 100
Change-Id: Iab8ee1e1a43f03a6442c051e11e44236c07ed6b9
Signed-off-by: eh552t <eh552t@intl.att.com>
Issue-Id: CLAMP-42
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
Rework javascripts for designer UI (part2)
Change-Id: I72ffef0adc2559e8053203cee928eff5c4d9b0dc
Issue-Id: CLAMP-1
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
|
|
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>
|
|
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>
|
|
Change-Id: I2e8070a590618a06070f393d7b2c011029af5e8a
Signed-off-by: ChrisC <cc697w@intl.att.com>
|