Jessica Wagantall [Thu, 6 Feb 2020 23:22:10 +0000 (15:22 -0800)]
Migrate optf-cmso docs
Merging this will create
https://onap-optf-cmso.readthedocs.io
This build will run in parallel
to the current docs generation method
until we are ready to cut over.
Issue-ID: CIMAN-364
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: Ie5c421db11b77408fd901df5c283c116ec6af632
Vikas Varma [Wed, 22 Jan 2020 16:50:34 +0000 (16:50 +0000)]
Merge "Application.java-Remove the 'PropertySources' wrapper from this annotation group"
Vikas Varma [Wed, 22 Jan 2020 16:50:21 +0000 (16:50 +0000)]
Merge "Mdc.java-remove the unused comments"
Thugutla sailakshmi [Wed, 6 Nov 2019 09:46:59 +0000 (15:16 +0530)]
Application.java-Remove the 'PropertySources' wrapper from this annotation group
Issue-ID: OPTFRA-578
Change-Id: I37bf9c3f678de5e5fc4bfbc1fb772069204c5776
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
Thugutla sailakshmi [Wed, 6 Nov 2019 09:39:15 +0000 (15:09 +0530)]
Mdc.java-remove the unused comments
Issue-ID: AAF-876
Change-Id: I62776f85746fc2315045e27efba7d741a40ca062
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
anushadasari [Wed, 6 Nov 2019 09:33:30 +0000 (15:03 +0530)]
Merge this if statement with the enclosing one
Merging collapsible if statements increases the code's readability.
Issue-ID: OPTFRA-634
Change-Id: Ic1c24c2671f62282477e32c432216ac560745c03
Signed-off-by: anushadasari <danush10@in.ibm.com>
anushadasari [Wed, 6 Nov 2019 09:18:42 +0000 (14:48 +0530)]
Remove the declaration of thrown exception
Remove the declaration of thrown exception 'com.fasterxml.jackson.databind.JsonMappingException' which is a subclass of 'java.io.IOException'.
Remove the declaration of thrown exception 'org.onap.optf.cmso.common.exceptions.CmsoException', as it cannot be thrown from method's body
Issue-ID: OPTFRA-632
Change-Id: If3645e1dbd53161280a192662fdea2ae75569fb5
Signed-off-by: anushadasari <danush10@in.ibm.com>
anushadasari [Wed, 6 Nov 2019 09:11:03 +0000 (14:41 +0530)]
Remove the declaration of thrown exception
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>
Jerry Flood [Wed, 22 Jan 2020 12:02:20 +0000 (07:02 -0500)]
Update robot docker build
Issue-ID: OPTFRA-681
Change-Id: Id72cdaad6c8ab8ddcb448ff9b5b3c10a7566b76d
Signed-off-by: Jerry Flood <jflood@att.com>
Vikas Varma [Fri, 10 Jan 2020 17:55:58 +0000 (17:55 +0000)]
Merge "return the expression"
Vikas Varma [Fri, 10 Jan 2020 17:55:22 +0000 (17:55 +0000)]
Merge "replacing with the diamond operators"
Vikas Varma [Tue, 3 Dec 2019 16:16:40 +0000 (16:16 +0000)]
Merge "remove the declaration of thrown exception"
Vikas Varma [Tue, 3 Dec 2019 16:16:21 +0000 (16:16 +0000)]
Merge "Replace the type specification in this constructor call with the diamond operator"
Vikas Varma [Tue, 3 Dec 2019 16:15:00 +0000 (16:15 +0000)]
Merge "no need to call toString"
anushadasari [Wed, 20 Nov 2019 11:18:48 +0000 (16:48 +0530)]
Immediately return this expression
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>
anushadasari [Wed, 20 Nov 2019 11:13:57 +0000 (16:43 +0530)]
Move "*" string literal on left side of string
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: Ibd04d10da4e655be44310ec0459f1fdeab791441
Signed-off-by: anushadasari <danush10@in.ibm.com>
anushadasari [Wed, 20 Nov 2019 11:07:35 +0000 (16:37 +0530)]
Merge this if statement with the enclosing one
Merging collapsible if statements increases the code's readability.
Issue-ID: OPTFRA-634
Change-Id: I22d3bd915605507db8fbfcae9d52a5b1b2de8f3f
Signed-off-by: anushadasari <danush10@in.ibm.com>
anushadasari [Wed, 20 Nov 2019 10:50:09 +0000 (16:20 +0530)]
Move "*" string literal on left side of string
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: Ie4b1b7b0e56bb88338c9d64219db2da88728ca46
Signed-off-by: anushadasari <danush10@in.ibm.com>
anushadasari [Wed, 20 Nov 2019 10:41:53 +0000 (16:11 +0530)]
Merge this if statement with the enclosing one
Merging collapsible if statements increases the code's readability.
Issue-ID: OPTFRA-634
Change-Id: Ie21aeba053ced68ad1dbe25b39cf891219ff669f
Signed-off-by: anushadasari <danush10@in.ibm.com>
anushadasari [Wed, 20 Nov 2019 10:27:35 +0000 (15:57 +0530)]
Move "*" string literal on left side of string
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>
Vikas Varma [Tue, 19 Nov 2019 16:03:14 +0000 (16:03 +0000)]
Merge "Immediately return this expression"
Vikas Varma [Tue, 19 Nov 2019 16:03:03 +0000 (16:03 +0000)]
Merge "Immediately return this expression"
anushadasari [Tue, 19 Nov 2019 06:16:14 +0000 (11:46 +0530)]
Immediately return this expression
Immediately return this expression instead of assigning it to the temporary variable "json".
Issue-ID: OPTFRA-644
Change-Id: I4f4e41ab55d541746b4cc124b49971074888c6f9
Signed-off-by: anushadasari <danush10@in.ibm.com>
anushadasari [Tue, 19 Nov 2019 06:12:43 +0000 (11:42 +0530)]
Immediately return this expression
Immediately return this expression instead of assigning it to the temporary variable "json".
Issue-ID: OPTFRA-644
Change-Id: Ief8d222a51cb640df6d8b95a87aae9283e700656
Signed-off-by: anushadasari <danush10@in.ibm.com>
anushadasari [Mon, 18 Nov 2019 15:24:36 +0000 (20:54 +0530)]
Remove the declaration of thrown exception
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>
anushadasari [Mon, 18 Nov 2019 15:21:29 +0000 (20:51 +0530)]
Remove the declaration of thrown exception
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>
anushadasari [Mon, 18 Nov 2019 15:11:50 +0000 (20:41 +0530)]
Immediately return this expression
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>
anushadasari [Mon, 18 Nov 2019 15:06:16 +0000 (20:36 +0530)]
Immediately return this expression
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>
anushadasari [Mon, 18 Nov 2019 15:03:48 +0000 (20:33 +0530)]
Immediately return this expression
Immediately return this expression instead of assigning it to the temporary variable "json".
Issue-ID: OPTFRA-644
Change-Id: I88d08c9329e23637a4f1f67f5ae8d8bfa0a34246
Signed-off-by: anushadasari <danush10@in.ibm.com>
anushadasari [Mon, 18 Nov 2019 15:00:59 +0000 (20:30 +0530)]
Immediately return this expression
Immediately return this expression instead of assigning it to the temporary variable "json".
Issue-ID: OPTFRA-644
Change-Id: I36b50fb02c608606dbe2d319058221e87e4da9a9
Signed-off-by: anushadasari <danush10@in.ibm.com>
anushadasari [Mon, 18 Nov 2019 14:29:46 +0000 (19:59 +0530)]
Immediately return this expression
Immediately return this expression instead of assigning it to the temporary variable "json".
Issue-ID: OPTFRA-644
Change-Id: I955612b752cc6fcfa23090f47f36bdf5e22810d4
Signed-off-by: anushadasari <danush10@in.ibm.com>
anushadasari [Mon, 18 Nov 2019 14:06:00 +0000 (19:36 +0530)]
Immediately return this expression
Immediately return this expression instead of assigning it to the temporary variable "json".
Issue-ID: OPTFRA-644
Change-Id: I56c70d0baecfe9e376b16317f5cf7f54e4a89943
Signed-off-by: anushadasari <danush10@in.ibm.com>
anushadasari [Mon, 18 Nov 2019 13:45:34 +0000 (19:15 +0530)]
Remove the declaration of thrown exception
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>
anushadasari [Tue, 12 Nov 2019 07:12:29 +0000 (12:42 +0530)]
Merge this if statement with the enclosing one
Merging collapsible if statements increases the code's readability.
Issue-ID: OPTFRA-634
Change-Id: If8f306257cb92de244cdc929e09ba89bbda62e86
Signed-off-by: anushadasari <danush10@in.ibm.com>
anushadasari [Tue, 12 Nov 2019 07:09:52 +0000 (12:39 +0530)]
Merge this if statement with the enclosing one
Merging collapsible if statements increases the code's readability.
Issue-ID: OPTFRA-634
Change-Id: Ib1a5e730820b832f5e1d42aefd75f925a2ad26cc
Signed-off-by: anushadasari <danush10@in.ibm.com>
anushadasari [Tue, 12 Nov 2019 07:04:52 +0000 (12:34 +0530)]
Merge this if statement with the enclosing one
Merging collapsible if statements increases the code's readability.
Issue-ID: OPTFRA-634
Change-Id: Ie2c335c7de466edb6064b85cb602db46b8f3225d
Signed-off-by: anushadasari <danush10@in.ibm.com>
Vikas Varma [Tue, 12 Nov 2019 03:07:09 +0000 (03:07 +0000)]
Merge "Remove Remove the declaration of thrown exception"
Vikas Varma [Tue, 12 Nov 2019 03:03:41 +0000 (03:03 +0000)]
Merge "AafClientCache.java0-immediately return the expression"
Vikas Varma [Tue, 12 Nov 2019 03:02:43 +0000 (03:02 +0000)]
Merge "AafClientCache.java-merge if with existing one"
Vikas Varma [Tue, 12 Nov 2019 03:00:44 +0000 (03:00 +0000)]
Merge "MessageHeaders.java-Replace the type specification in this constructor call with the diamond operator"
Vikas Varma [Tue, 12 Nov 2019 03:00:03 +0000 (03:00 +0000)]
Merge "AafAuthProvider.java-remove the declaration of thrown runtime exception"
Vikas Varma [Mon, 11 Nov 2019 15:47:18 +0000 (15:47 +0000)]
Merge "Upgrade oparent"
Shankar Narayanan [Thu, 7 Nov 2019 19:07:20 +0000 (14:07 -0500)]
Upgrade oparent
Change-Id: I0006f6dde71ea2842d0121aa6a9f411fa6f7c91a
Signed-off-by: Shankar Narayanan <snarayanan@research.att.com>
Issue-ID: OPTFRA-607
manisha07 [Wed, 6 Nov 2019 10:59:35 +0000 (16:29 +0530)]
remove the declaration of thrown exception
Issue-ID: OPTFRA-631
Change-Id: Id13015f53833315d42a43a587c2557957c067228
Signed-off-by: manisha07 <cmanis10@in.ibm.com>
manisha07 [Wed, 6 Nov 2019 10:49:43 +0000 (16:19 +0530)]
no need to call toString
Issue-ID: OPTFRA-631
Change-Id: I2073a2b350523ffa2fce85d5298ac60cd3ab00fb
Signed-off-by: manisha07 <cmanis10@in.ibm.com>
manisha07 [Wed, 6 Nov 2019 10:24:51 +0000 (15:54 +0530)]
replacing with the diamond operators
Issue-ID: OPTFRA-635
Change-Id: I2cfd17d545a89b0be27bd4b73e402074465bcaa3
Signed-off-by: manisha07 <cmanis10@in.ibm.com>
manisha07 [Wed, 6 Nov 2019 09:11:45 +0000 (14:41 +0530)]
Replace the type specification in this constructor call with the diamond operator
Issue-ID: OPTFRA-631
Change-Id: I135841b55506f56d31ca7a77caae22bfcc0ad2f0
Signed-off-by: manisha07 <cmanis10@in.ibm.com>
Thugutla sailakshmi [Wed, 6 Nov 2019 09:10:38 +0000 (14:40 +0530)]
AafClientCache.java0-immediately return the expression
Issue-ID: OPTFRA-578
Change-Id: I48f015eaf2facbfce7f54ffe52c0a4c835cb06a2
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
Thugutla sailakshmi [Wed, 6 Nov 2019 08:04:38 +0000 (13:34 +0530)]
AafClientCache.java-merge if with existing one
Issue-ID: AAF-876
Change-Id: I65ff5fabfc71c4df1628611f44ed5084993e4fe4
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
anushadasari [Wed, 6 Nov 2019 07:55:54 +0000 (13:25 +0530)]
Remove Remove the declaration of thrown exception
Remove the declaration of thrown exception 'org.quartz.SchedulerException', as it cannot be thrown from method's body
Change-Id: Ib016d6260146d1893cb38088a80567f4110ac1d4
Issue-ID: OPTFRA-632
Signed-off-by: anushadasari <danush10@in.ibm.com>
Thugutla sailakshmi [Wed, 6 Nov 2019 07:46:59 +0000 (13:16 +0530)]
MessageHeaders.java-Replace the type specification in this constructor call with the diamond operator
Issue-ID: OPTFRA-578
Change-Id: I53b1b7eddd2c82034e2e6363e5ba3bdaac780b69
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
manisha07 [Wed, 6 Nov 2019 07:36:40 +0000 (13:06 +0530)]
return the expression
Issue-ID: OPTFRA-631
Change-Id: I6ded4c82ec2957d916e9221b2a6c4e5189674771
Signed-off-by: manisha07 <cmanis10@in.ibm.com>
Thugutla sailakshmi [Wed, 6 Nov 2019 07:18:11 +0000 (12:48 +0530)]
AafAuthProvider.java-remove the declaration of thrown runtime exception
Issue-ID: OPTFRA-578
Change-Id: I758fa36ecde5535ad276e28185d2ee57fba3f41a
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
Vikas Varma [Wed, 6 Nov 2019 01:45:06 +0000 (01:45 +0000)]
Merge "Mdc.java-return the expression"
Thugutla sailakshmi [Tue, 5 Nov 2019 04:42:36 +0000 (10:12 +0530)]
Mdc.java-return the expression
Issue-ID: OPTFRA-578
Change-Id: Ic64b98d1103626b9dde1c2eb7cc4d61a64ade52b
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
Thugutla sailakshmi [Tue, 5 Nov 2019 04:34:02 +0000 (10:04 +0530)]
Mdc.java-return the expression
Issue-ID: OPTFRA-578
Change-Id: If9e6f97c9c7a0f0960fc58354b23829d84663c41
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
Shankar Narayanan [Thu, 3 Oct 2019 14:54:49 +0000 (10:54 -0400)]
Update to create release candidate for docker
Change-Id: I6196158d09677bdf7cc4e999ab93545e26b2f674
Signed-off-by: Shankar Narayanan <snarayanan@research.att.com>
Issue-ID: OPTFRA-592
Vikas Varma [Thu, 3 Oct 2019 14:58:24 +0000 (14:58 +0000)]
Merge "[OPTFRA-585] Update release notes"
Jerry Flood [Wed, 2 Oct 2019 21:43:11 +0000 (17:43 -0400)]
Disable AAF in config for CSIT
Issue-ID: OPTFRA-596
Change-Id: I71a8be5698547255ad7b36352c72e7199f320714
Signed-off-by: Jerry Flood <jflood@att.com>
Shankar Narayanan [Wed, 2 Oct 2019 16:36:11 +0000 (12:36 -0400)]
[OPTFRA-585] Update release notes
Change-Id: I7d63d5a5754f2edd55825d27e2eb1fa8998ac3b6
Signed-off-by: Shankar Narayanan <snarayanan@research.att.com>
Issue-ID: OPTFRA-585
Jerry Flood [Mon, 30 Sep 2019 14:54:16 +0000 (10:54 -0400)]
Make el alto release candidate
Issue-ID: OPTFRA-580
Change-Id: I0a3a7c98b7b2f715bb0e4894a0c7c2dc6cc8e754
Signed-off-by: Jerry Flood <jflood@att.com>
Shankaranarayanan Puzhavakath Narayanan [Sun, 29 Sep 2019 01:56:11 +0000 (01:56 +0000)]
Merge "Replace CADI interface to AAF"
Shankaranarayanan Puzhavakath Narayanan [Sun, 29 Sep 2019 01:55:44 +0000 (01:55 +0000)]
Merge "Replace CADI interface to AAF"
Jerry Flood [Sat, 28 Sep 2019 11:01:17 +0000 (07:01 -0400)]
Replace CADI for access to AAF
Issue-ID: OPTFRA-593
Change-Id: I56ee7ea9bebce402541b1acefb5e1049b50ad886
Signed-off-by: Jerry Flood <jflood@att.com>
Jerry Flood [Sat, 28 Sep 2019 08:56:23 +0000 (04:56 -0400)]
Replace CADI interface to AAF
Issue-ID: OPTFRA-593
Change-Id: I60b7ce1c79b912554e32aba00fa45c1d3890025a
Signed-off-by: Jerry Flood <jflood@att.com>
Jerry Flood [Sat, 28 Sep 2019 08:57:02 +0000 (04:57 -0400)]
Replace CADI interface to AAF
Issue-ID: OPTFRA-593
Change-Id: I19d9aedcebc062d505266f0849c9eb3d6edcea71
Signed-off-by: Jerry Flood <jflood@att.com>
Jerry Flood [Sun, 22 Sep 2019 14:05:26 +0000 (10:05 -0400)]
Re-factor AAF interface to omit cadi
Issue-ID: OPTFRA-593
Change-Id: I84c70e7e0830799d9b856f0931f8e79c27127f76
Signed-off-by: Jerry Flood <jflood@att.com>
Flood, Jerry (jf9860) [Fri, 20 Sep 2019 11:40:18 +0000 (07:40 -0400)]
Update the version to 2.1.1 for el alto
Issue-ID: OPTFRA-580
Change-Id: Idc01a16b997aa2a85ab358c23b36e32f795dfc4f
Signed-off-by: Flood, Jerry (jf9860) <jf9860@att.com>
Jerry Flood [Tue, 10 Sep 2019 11:19:32 +0000 (07:19 -0400)]
Update releases folder for el alto release
Issue-ID: OPTFRA-580
Change-Id: I291587df1b7d4a9189acc40abe75c0f614cf593e
Signed-off-by: Jerry Flood <jflood@att.com>
Jerry Flood [Fri, 26 Jul 2019 16:48:41 +0000 (12:48 -0400)]
Cleanup POMs and Dockerfiles
Issue-ID: OPTFRA-539
Change-Id: I94da0bc947b4cbb226c5e248c85c8d87f799c659
Signed-off-by: Jerry Flood <jflood@att.com>
Jerry Flood [Thu, 11 Jul 2019 13:34:11 +0000 (09:34 -0400)]
Update the version to ElAlto (2.1)
Issue-ID: OPTFRA-481
Change-Id: I68562a0a2f3cb6af32f001d5ac3c4b1db5fc22fc
Signed-off-by: Jerry Flood <jflood@att.com>
Jerry Flood [Fri, 28 Jun 2019 16:30:43 +0000 (12:30 -0400)]
Bring up mock server in robot docker
Also Update springboot to 2.1.6
Issue-ID: OPTFRA-509
Change-Id: I04374a934926c198d496d5fe35282595e2e34580
Signed-off-by: Jerry Flood <jflood@att.com>
Varma, Vikas [Tue, 4 Jun 2019 19:44:08 +0000 (15:44 -0400)]
Add release notes for Dublin release
Change-Id: Idecba139f037230c8143808669d59f5661300307
Signed-off-by: Varma, Vikas <vv8305@att.com>
Issue-ID: OPTFRA-518
Jerry Flood [Thu, 30 May 2019 14:36:24 +0000 (10:36 -0400)]
Initial docs update for Dublin
Issue-ID: OPTFRA-510
Change-Id: Ic2027fbd66de0f45f826282701c9979fc1599cb0
Signed-off-by: Jerry Flood <jflood@att.com>
Jerry Flood [Tue, 14 May 2019 20:15:12 +0000 (16:15 -0400)]
Upate version.propertie to 2.0.0
Issue-ID: OPTFRA-500
Change-Id: If55fe4bf237c0b58386cca9f7c02b84b528e6d7d
Signed-off-by: Jerry Flood <jflood@att.com>
Jerry Flood [Tue, 14 May 2019 13:13:22 +0000 (09:13 -0400)]
Enable maven-deploy-plugin
Issue-ID: CIMAN-33
Change-Id: Ife8c1f2b28dc96aa4e7cc65ffa6ade720d683cdb
Signed-off-by: Jerry Flood <jflood@att.com>
Jessica Wagantall [Thu, 2 May 2019 02:20:55 +0000 (19:20 -0700)]
Update oparent version
Update oparent version to 2.0.0 which supports
global-jjb maven-stage job.
Change-Id: I67765fabc8a84780415827e8f4054c2fbfc90006
Issue-ID: CIMAN-234
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Vikas Varma [Tue, 30 Apr 2019 21:12:25 +0000 (21:12 +0000)]
Merge "Updates to enable local HTTPS testing"
Vikas Varma [Tue, 30 Apr 2019 18:00:38 +0000 (18:00 +0000)]
Merge "Creating version 2.0 for Dublin"
Jerry Flood [Tue, 30 Apr 2019 17:31:09 +0000 (13:31 -0400)]
Updates to enable local HTTPS testing
Issue-ID: OPTFRA-391
Change-Id: I4826a4ecc7f33d7062f3cd2850c349fbc4f1ec84
Signed-off-by: Jerry Flood <jflood@att.com>
Jerry Flood [Mon, 29 Apr 2019 17:00:57 +0000 (13:00 -0400)]
Fix java SSL argument name
Issue-ID: OPTFRA-391
Change-Id: Idaa14344c76e33b49ae145bf11cefbb2ab597834
Signed-off-by: Jerry Flood <jflood@att.com>
Jerry Flood [Mon, 29 Apr 2019 13:42:26 +0000 (09:42 -0400)]
Creating version 2.0 for Dublin
Issue-ID: OPTFRA-474
Change-Id: I2b9147341eb226db3ee7871304b8a2151096992b
Signed-off-by: Jerry Flood <jflood@att.com>
Jerry Flood [Fri, 26 Apr 2019 16:54:02 +0000 (12:54 -0400)]
More robot tests for CC
Issue-ID: OPTFRA-474
Change-Id: I8288c9094a9a56b882994f784c26231df5a47a89
Signed-off-by: Jerry Flood <jflood@att.com>
Jerry Flood [Thu, 25 Apr 2019 20:46:35 +0000 (16:46 -0400)]
Remove dead code. Add robot tests
Move interface mocking test code from cmso to robot.
Issue-ID: OPTFRA-474
Change-Id: Ib98f0b16d783e01f888279266dfdee858e30b787
Signed-off-by: Jerry Flood <jflood@att.com>
Jerry Flood [Wed, 24 Apr 2019 20:10:56 +0000 (16:10 -0400)]
Remove dependency on commons-codec
Issue-ID: OPTFRA-479
Change-Id: Id8873f7df5011fa36465a36b2d39d637869d1426
Signed-off-by: Jerry Flood <jflood@att.com>
Jerry Flood [Wed, 24 Apr 2019 17:37:45 +0000 (13:37 -0400)]
Update spring boot versions for CLM
Issue-ID: OPTFRA-431
Change-Id: I665e381377a079b8661bf32f45b56a82f7a927b2
Signed-off-by: Jerry Flood <jflood@att.com>
Jerry Flood [Tue, 23 Apr 2019 20:16:34 +0000 (16:16 -0400)]
Remove dead code, add robot tests
Issue-ID: OPTFRA-474
Change-Id: I409f3c16d287419357d07487032ceee8eda8cf94
Signed-off-by: Jerry Flood <jflood@att.com>
Jerry Flood [Mon, 22 Apr 2019 16:01:23 +0000 (12:01 -0400)]
Include ticket/topology jacoco
Include optimizer validation test cases
Issue-ID: OPTFRA-474
Change-Id: I1ddd40b7148703a38b0840afd58f3fb667f2bf00
Signed-off-by: Jerry Flood <jflood@att.com>
Jerry Flood [Sat, 20 Apr 2019 11:14:30 +0000 (07:14 -0400)]
Resolve failsafe plugin naming convention
updated IT*.java naming to It*.java
Issue-ID: OPTFRA-474
Change-Id: If96776af5b10fe712a5b72138af9d65b67bb271e
Signed-off-by: Jerry Flood <jflood@att.com>
Jerry Flood [Fri, 19 Apr 2019 18:11:27 +0000 (14:11 -0400)]
Update license to not be javadoc
Issue-ID: OPTFRA-466
Change-Id: Ic3b665edccd81efeaacdb9b032d3bd5fc7a8154c
Signed-off-by: Jerry Flood <jflood@att.com>
Jerry Flood [Fri, 19 Apr 2019 11:09:34 +0000 (07:09 -0400)]
Rename classes to avoid duplicates
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>
Jerry Flood [Thu, 18 Apr 2019 17:10:02 +0000 (13:10 -0400)]
Update config to use updated class name
This broke the CSIT job.
Issue-ID: OPTFRA-466
Change-Id: I25bc72f5d71cb52af707755a67ea2ddfdd599e71
Signed-off-by: Jerry Flood <jflood@att.com>
Vikas Varma [Thu, 18 Apr 2019 13:46:53 +0000 (13:46 +0000)]
Merge "Update container startup for SSL"
Vikas Varma [Thu, 18 Apr 2019 13:46:44 +0000 (13:46 +0000)]
Merge "Add cmso-sonar to generate jacoco files"
Jerry Flood [Wed, 17 Apr 2019 18:54:16 +0000 (14:54 -0400)]
Add cmso-sonar to generate jacoco files
Issue-ID: OPTFRA-474
Change-Id: I0a1cd03708fda09255ada655df727acfa7498d09
Signed-off-by: Jerry Flood <jflood@att.com>
Jerry Flood [Wed, 17 Apr 2019 17:01:55 +0000 (13:01 -0400)]
Update container startup for SSL
Issue-ID: OPTFRA-391
Change-Id: I6cbc831511b6378c6660ab37ab3ec8062ac07359
Signed-off-by: Jerry Flood <jflood@att.com>
Vikas Varma [Tue, 16 Apr 2019 16:31:16 +0000 (16:31 +0000)]
Merge "More checkstyle changes for Dublin"
Jerry Flood [Tue, 16 Apr 2019 13:06:17 +0000 (09:06 -0400)]
More checkstyle changes for Dublin
Issue-ID: OPTFRA-466
Change-Id: Ied602196284bf3aed56ff491a749f14503395c88
Signed-off-by: Jerry Flood <jflood@att.com>
Vikas Varma [Tue, 16 Apr 2019 01:26:57 +0000 (01:26 +0000)]
Merge "More Changes for checkstyle warnings"
Vikas Varma [Tue, 16 Apr 2019 01:26:05 +0000 (01:26 +0000)]
Merge "Debug IT docker-compose in Jenkins"