aboutsummaryrefslogtreecommitdiffstats
path: root/cmso-optimizer
AgeCommit message (Collapse)AuthorFilesLines
2020-09-21Increment cmso release version to 2.3.02.3.0krishnaa962-3/+3
Issue-ID: OPTFRA-850 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: Iec7abdd9489af8c159d6c12a22ce86de24cb0cda
2020-07-21Upgrade log4j to 2.13.1 and add log4j api 2.13.1.Maciej Malewski7-152/+36
Issue-ID: OPTFRA-752 Signed-off-by: Maciej Malewski <maciej.malewski@nokia.com> Change-Id: Ib39de5e892f00c07c812a8dc8d3ac7d1fca009cf
2020-03-27Fix optf-cmso sonar reportsvrvarma1-0/+1
Change-Id: Ie4bae1ac7c4732c82023aba9adcee7c110145257 Signed-off-by: vrvarma <vikas.varma@att.com> Issue-ID: OPTFRA-694
2020-03-26Fix optf-cmso clm and sonar reportsvrvarma2-4/+3
Change-Id: I9a818d717667290c8794ed055191fc24adedb68b Signed-off-by: vrvarma <vikas.varma@att.com> Issue-ID: OPTFRA-694
2020-03-11Increment CMSO release version2.2.0vrvarma2-2/+2
Change-Id: Ia13005d8af59c1251953cc08c154e52457f58442 Signed-off-by: vrvarma <vikas.varma@att.com> Issue-ID: OPTFRA-716 Signed-off-by: vrvarma <vikas.varma@att.com>
2020-03-05Merge "Sonar fix"Vikas Varma1-0/+1
2020-03-05making cmso pods run as non-root uservrvarma1-1/+6
Change-Id: I0cd576964077038790b302d38e48c52da2867546 Signed-off-by: vrvarma <vikas.varma@att.com> Issue-ID: OPTFRA-711
2020-03-05Update project for java11Jerry Flood1-2/+2
Issue-ID: OPTFRA-620 Change-Id: Ib50c197e9582fcc1917d8d81e949c9b961a2cbd2 Signed-off-by: Jerry Flood <jflood@att.com>
2020-03-05Sonar fixArindam Mondal1-0/+1
Issue-ID: OPTFRA-714 Change-Id: Ica00d9fe810b6c2abe7cfa995d8dbf3aa2c875b0 Signed-off-by: arindamm <arind.mondal@samsung.com>
2020-01-22Remove the declaration of thrown exceptionanushadasari1-9/+4
Remove the declaration of thrown exception 'com.fasterxml.jackson.databind.JsonMappingException' which is a subclass of 'java.io.IOException'. Issue-ID: OPTFRA-632 Change-Id: I63ff85db68f0247573f9a6202feb2cb7849176c3 Signed-off-by: anushadasari <danush10@in.ibm.com>
2020-01-22Update robot docker buildJerry Flood3-7/+8
Issue-ID: OPTFRA-681 Change-Id: Id72cdaad6c8ab8ddcb448ff9b5b3c10a7566b76d Signed-off-by: Jerry Flood <jflood@att.com>
2019-11-20Immediately return this expressionanushadasari1-3/+1
Immediately return this expression instead of assigning it to the temporary variable "json". Issue-ID: OPTFRA-644 Change-Id: I4676c4df578768ea977d2ebf3034ed9e6d30fb85 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-20Move "*" string literal on left side of stringanushadasari1-3/+3
It is preferable to place string literals on the left-hand side of an equals() or equalsIgnoreCase() method call. Issue-ID: OPTFRA-647 Change-Id: Idd9ac257f96553a00f8a455a48d678adb167a382 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-18Remove the declaration of thrown exceptionanushadasari1-1/+1
Remove the declaration of thrown exception 'com.fasterxml.jackson.core.JsonParseException' which is a subclass of 'java.io.IOException'. Issue-ID: OPTFRA-632 Change-Id: I3e5778420d19d98a625590cc547a8590b0d9641a Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-18Remove the declaration of thrown exceptionanushadasari1-2/+1
Remove the declaration of thrown exception 'com.fasterxml.jackson.core.JsonParseException' which is a subclass of 'java.io.IOException'. Issue-ID: OPTFRA-632 Change-Id: Ibce8815c9c1edc3308ee00f2eb6063396dee133c Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-18Immediately return this expressionanushadasari1-2/+1
Immediately return this expression instead of assigning it to the temporary variable "json". Issue-ID: OPTFRA-644 Change-Id: I4515ede48c265d48875dcbdd875566a1e972f48d Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-18Immediately return this expressionanushadasari1-2/+1
Immediately return this expression instead of assigning it to the temporary variable "json". Issue-ID: OPTFRA-644 Change-Id: I1981c27fe53a08075d8d2048eafc936e64b7b48b Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-18Remove the declaration of thrown exceptionanushadasari1-1/+1
Remove the declaration of thrown exception 'org.springframework.security.core.AuthenticationException' which is a runtime exception Issue-ID: OPTFRA-632 Change-Id: I82c720c3c4fa67fb4959ffb06e032cb7021f24fc Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-12Merge this if statement with the enclosing oneanushadasari1-3/+1
Merging collapsible if statements increases the code's readability. Issue-ID: OPTFRA-634 Change-Id: If8f306257cb92de244cdc929e09ba89bbda62e86 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-12Merge this if statement with the enclosing oneanushadasari1-3/+1
Merging collapsible if statements increases the code's readability. Issue-ID: OPTFRA-634 Change-Id: Ib1a5e730820b832f5e1d42aefd75f925a2ad26cc Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-12Merge this if statement with the enclosing oneanushadasari1-3/+1
Merging collapsible if statements increases the code's readability. Issue-ID: OPTFRA-634 Change-Id: Ie2c335c7de466edb6064b85cb602db46b8f3225d Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-10-02Disable AAF in config for CSITJerry Flood1-1/+1
Issue-ID: OPTFRA-596 Change-Id: I71a8be5698547255ad7b36352c72e7199f320714 Signed-off-by: Jerry Flood <jflood@att.com>
2019-09-28Replace CADI interface to AAFJerry Flood22-761/+1967
Issue-ID: OPTFRA-593 Change-Id: I19d9aedcebc062d505266f0849c9eb3d6edcea71 Signed-off-by: Jerry Flood <jflood@att.com>
2019-09-20Update the version to 2.1.1 for el altoFlood, Jerry (jf9860)1-1/+1
Issue-ID: OPTFRA-580 Change-Id: Idc01a16b997aa2a85ab358c23b36e32f795dfc4f Signed-off-by: Flood, Jerry (jf9860) <jf9860@att.com>
2019-07-26Cleanup POMs and DockerfilesJerry Flood2-38/+27
Issue-ID: OPTFRA-539 Change-Id: I94da0bc947b4cbb226c5e248c85c8d87f799c659 Signed-off-by: Jerry Flood <jflood@att.com>
2019-07-11Update the version to ElAlto (2.1)Jerry Flood1-1/+1
Issue-ID: OPTFRA-481 Change-Id: I68562a0a2f3cb6af32f001d5ac3c4b1db5fc22fc Signed-off-by: Jerry Flood <jflood@att.com>
2019-07-05Bring up mock server in robot dockerJerry Flood1-1/+0
Also Update springboot to 2.1.6 Issue-ID: OPTFRA-509 Change-Id: I04374a934926c198d496d5fe35282595e2e34580 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-30Merge "Updates to enable local HTTPS testing"Vikas Varma3-7/+13
2019-04-30Merge "Creating version 2.0 for Dublin"Vikas Varma1-1/+1
2019-04-30Updates to enable local HTTPS testingJerry Flood3-7/+13
Issue-ID: OPTFRA-391 Change-Id: I4826a4ecc7f33d7062f3cd2850c349fbc4f1ec84 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-29Fix java SSL argument nameJerry Flood1-1/+1
Issue-ID: OPTFRA-391 Change-Id: Idaa14344c76e33b49ae145bf11cefbb2ab597834 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-29Creating version 2.0 for DublinJerry Flood1-1/+1
Issue-ID: OPTFRA-474 Change-Id: I2b9147341eb226db3ee7871304b8a2151096992b Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-25Remove dead code. Add robot testsJerry Flood1-5/+8
Move interface mocking test code from cmso to robot. Issue-ID: OPTFRA-474 Change-Id: Ib98f0b16d783e01f888279266dfdee858e30b787 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-24Remove dependency on commons-codecJerry Flood2-7/+3
Issue-ID: OPTFRA-479 Change-Id: Id8873f7df5011fa36465a36b2d39d637869d1426 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-24Update spring boot versions for CLMJerry Flood1-1/+1
Issue-ID: OPTFRA-431 Change-Id: I665e381377a079b8661bf32f45b56a82f7a927b2 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-24Remove dead code, add robot testsJerry Flood2-57/+0
Issue-ID: OPTFRA-474 Change-Id: I409f3c16d287419357d07487032ceee8eda8cf94 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-19Update license to not be javadocJerry Flood28-34/+35
Issue-ID: OPTFRA-466 Change-Id: Ic3b665edccd81efeaacdb9b032d3bd5fc7a8154c Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-19Rename classes to avoid duplicatesJerry Flood40-168/+93
Copy jacoco exec files for upload to sonar Handle ending midnight in time window Issue-ID: OPTFRA-474 Change-Id: Id5df25e404a08e039537e4eb987838835ee12f11 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-17Update container startup for SSLJerry Flood1-6/+6
Issue-ID: OPTFRA-391 Change-Id: I6cbc831511b6378c6660ab37ab3ec8062ac07359 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-16Merge "More checkstyle changes for Dublin"Vikas Varma10-27/+65
2019-04-16More checkstyle changes for DublinJerry Flood10-27/+65
Issue-ID: OPTFRA-466 Change-Id: Ied602196284bf3aed56ff491a749f14503395c88 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-15Merge "Add robot integration test"Vikas Varma1-39/+0
2019-04-15Add robot integration testJerry Flood1-39/+0
Produce code coverage for cmso-service Clean up poms Issue-ID: OPTFRA-474 Change-Id: I46a24d99413b5d30387f93c558a7d675410a1064 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-10Changes for checkstyle warningsJerry Flood23-107/+341
Issue-ID: OPTFRA-474 Change-Id: I2a813d47179a6f8e24ae0b166c029120f3bb1783 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-10Add java truststore to startupJerry Flood1-1/+6
Issue-ID: OPTFRA-391 Change-Id: I0a2dd62d0dcc4f8ddc714eae6a50b29f0f737b0b Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-05Fix so minizinc works in windowsJerry Flood3-15/+9
Issue-ID: OPTFRA-458 Change-Id: Id63558456a13a31284f12007587706c66508512f Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-05Integrate new mS into ITJerry Flood8-35/+70
Issue-ID: OPTFRA-458 Change-Id: I42966034101baa54c1b60e07b74c17d97680da81 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-03Updates for ETE with minizincJerry Flood11-59/+170
Issue-ID: OPTFRA-436 Change-Id: Ib6eb65728bcdbb2ea27a94125580b181d63babd6 Signed-off-by: Jerry Flood <jflood@att.com>
2019-04-03Merge "Commit 4 for Integrate minizinc optimizer engine"Vikas Varma5-16/+111
2019-04-03Merge "Commit 3 for Integrate minizinc optimizer engine"Vikas Varma7-27/+366