aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-07-17[SDC] rebase 1710 codeMichael Lando312-6362/+10588
Change-Id: I532ed68979fee7840ea8a5395e7e965b155fb9f9 Signed-off-by: Michael Lando <ml636r@att.com>
2017-07-16Merge "[sdc] - merged 1707_build into sdc LF"Michael Lando15-241/+164
2017-07-16Merge "Fix assembly xmls for maven-assembly-plugin v2.2+"Michael Lando2-1/+3
2017-07-16Merge "Simplify AbstractOperation methods"Michael Lando3-44/+11
2017-07-16Simplify AbstractOperation methodsGary Wu3-44/+11
Change-Id: I58fa346425ab996ed7b9550bd8f21be679b08d0a Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-07-16Simplify RollbackManagerGary Wu1-40/+20
Simplify RollbackManager using FunctionalJava and Java 8 features. Change-Id: Icfaa16926b90cb3cfd293c14026731671e007629 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-07-16Merge "[SDC] OnBoarding rebase."Michael Lando3-6/+9
2017-07-16Merge "Remove Exceptions.convertToRuntimeEx()"Michael Lando3-41/+4
2017-07-16[SDC] OnBoarding rebase.Avi Ziv3-6/+9
Change-Id: I07d496057b8057e953c97c99a19fae9e406b7e35 Signed-off-by: Avi Ziv <avi.ziv@amdocs.com> Signed-off-by: Michael Lando <ml636r@att.com>
2017-07-16[sdc] - merged 1707_build into sdc LFIdan Amit16-242/+165
Change-Id: Ia91f0206493d0cd8f158779ed1a94f55305c8a97 Signed-off-by: Idan Amit <ia096e@intl.att.com> Signed-off-by: Michael Lando <ml636r@att.com>
2017-07-12Remove Exceptions.convertToRuntimeEx()Gary Wu3-41/+4
The uses of Exceptions.convertToRuntimeEx() had two problems: 1. The cast from IOException to RuntimeException will fail because they are incompatible types; 2. They make it unclear that an exception is being thrown. This change replaces their uses with direct throws of RuntimeExceptions. Change-Id: I3af60da2bdd3230c568744f747a5910d797073c8 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-07-12Replace CapList with EvictingQueueGary Wu3-454/+9
The functionality of CapList is already provided by com.google.common.collect.EvictingQueue, so there's no need to implement our own. This change replaces CapList with a synchronized EvictingQueue. Change-Id: I2f7b72bf27169bb90d0bd20f289686685e7f06bf Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-07-12Fix assembly xmls for maven-assembly-plugin v2.2+Gary Wu2-1/+3
Starting in version 2.2, maven-assembly-plugin requires an id tag in the assembly descriptor xmls. This patch allows the project to be built in environments that use newer versions of maven-assembly-plugin. For details, see: https://issues.apache.org/jira/browse/MASSEMBLY-517 Change-Id: I65d79aa4b24759f6b9a3fe8118b888e1672fdf60 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-07-12[sdc] rebase updateMichael Lando634-32260/+20130
Change-Id: I8f1fc7150975122dd9f3f4e653b9983064b399a6 Signed-off-by: Michael Lando <ml636r@att.com>
2017-07-10[sdc] fix gzip filterMichael Lando1-1/+1
Change-Id: I69aed0cd85bdcc0d25f4af99439abb61050d7e12 Signed-off-by: Michael Lando <ml636r@att.com>
2017-07-03[sdc] - last merges before moving to LFTal Gitelman259-5457/+2919
Change-Id: I0df3ec795f0de84229ea4bb4806ec8f959243557 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-07-02[sdc] - latest swagger, dependencies, tests fixTal Gitelman7-26/+26
Change-Id: I7034981b2e83253ffe83688c2cab0fe33f1a92fc Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-06-29[SDC] rebase codeTal Gitelman102-1902/+3037
Change-Id: I456ec65a233d277e6bae35e140f2e3da5765bae6 Signed-off-by: Tal Gitelman <tg851x@intl.att.com> Signed-off-by: Michael Lando <ml636r@att.com>
2017-06-22[sdc] - latest code changesTal Gitelman240-7725/+7150
Change-Id: I861387094b000367218bb417624fe50d3c37f70e Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-06-21Merge "[1707-OS] Updated license text according to the"Michael Lando1-5/+2
2017-06-21[sdc] fix issue in portal loginTal Gitelman29-131/+216
+ update swagger Change-Id: I23cdaad7599480d418e6f2d59fb9ff59132b90ac Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-06-20[sdc] fix chef errorMichael Lando1-1/+0
Change-Id: I2d1dc4d8e3e7bd2ff3fcc18b6c2d6c3bfe73b0d0 Signed-off-by: Michael Lando <ml636r@att.com>
2017-06-20[sdc] update pom infoMichael Lando3-7/+60
Change-Id: Ib2d64cbbc4d3efe8ee358a257ad681465f4450d8 Signed-off-by: Michael Lando <ml636r@att.com>
2017-06-19[sdc] update to the current code baseMichael Lando64-339/+1504
and support http Change-Id: I2fb35494b40126a8395b1e309a180db4127754b7 Signed-off-by: Michael Lando <ml636r@att.com>
2017-06-18[sdc] update code of sdcMichael Lando446-5854/+5370
Change-Id: If9f37c80b659cb67b34d18e6c019defecca58b9a Signed-off-by: Michael Lando <ml636r@att.com>
2017-06-12[SDC] update configuration template in chef osMichael Lando1-2/+129
Change-Id: I9c2a36c291a7a52aa397385b7a05a109dcb6a020 Signed-off-by: Michael Lando <ml636r@att.com>
2017-06-12[SDC] fix wrong variable in the chef scriptMichael Lando1-1/+1
Change-Id: I43178b4bcde5abfae49891a9905a8aaba7807b62 Signed-off-by: Michael Lando <ml636r@att.com>
2017-06-11Merge "[SDC] configuration fix for conformance level"Michael Lando1-3/+3
2017-06-12[SDC] configuration fix for conformance levelMichael Lando1-3/+5
Change-Id: Ic7adb2035c50deda7823018d7a5df3ab2ddd4a2b Signed-off-by: Michael Lando <ml636r@att.com>
2017-06-11[SDC-29] configuration fix for conformance levelMichael Lando1-0/+2
Change-Id: I8c0a4401dff4c93f5268603a11773818b4312014 Signed-off-by: Michael Lando <ml636r@att.com>
2017-06-11[SDC-29] rebase continue work to align sourceMichael Lando1249-10875/+173806
Change-Id: I218f1c5ee23fb2c8314f1c70921d3ad8682c10f4 Signed-off-by: Michael Lando <ml636r@att.com>
2017-06-09[SDC-31] add mising script got Comformance fixMichael Lando1-1/+1
Change-Id: I49f9007c4d835bfd4e0bb34a3f360075d5350352 Signed-off-by: Michael Lando <ml636r@att.com>
2017-06-09[SDC-29] add mising script got Comformance fixMichael Lando1-1/+1
Change-Id: I2eeda235e28103126a6cd432a54a5d7db40213cd Signed-off-by: Michael Lando <ml636r@att.com>
2017-06-09[SDC-29] add mising script got ComformanceMichael Lando1-0/+36
Change-Id: Ie80539d82d15d3a95ac2c46d82a926d8408ac16f Signed-off-by: Michael Lando <ml636r@att.com>
2017-06-09[SDC-29] update pom for deployment and minor fixMichael Lando2-3/+3
Change-Id: I86052e9e060c4bfe6a8a807c6a93ac55bc6acaf6 Signed-off-by: Michael Lando <ml636r@att.com>
2017-06-09[SDC-29] update docer tag to 1.1-STAGING-latestMichael Lando1-2/+8
Change-Id: I9a575b9c9d97dff216abe564a8f300d7d32c2c27 Signed-off-by: Michael Lando <ml636r@att.com>
2017-06-09[SDC-29] catalog 1707 rebase commit pom fix.Michael Lando1-1/+1
Change-Id: I7e59360263cf943fb2bc77f8cd24a9e20ec72563 Signed-off-by: Michael Lando <ml636r@att.com>
2017-06-09[SDC-29] catalog 1707 rebase commit pom fix.Michael Lando1-1/+1
Change-Id: I153340641b7fee184ea876b946e723bfd0017ce9 Signed-off-by: Michael Lando <ml636r@att.com>
2017-06-09[SDC-29] catalog 1707 rebase commit pom fix.Michael Lando133-5074/+184
Change-Id: I587658ad29bbbe79ad97ba30e2499c7a723201ce Signed-off-by: Michael Lando <ml636r@att.com>
2017-06-09[SDC-29] catalog 1707 rebase commit.Michael Lando2375-96248/+109622
Change-Id: I43c3dc5cf44abf5da817649bc738938a3e8388c1 Signed-off-by: Michael Lando <ml636r@att.com>
2017-06-09[SDC-29] Amdocs OnBoard 1707 initial commit.AviZi4300-73410/+605226
Change-Id: Ie4d12a3f574008b792899b368a0902a8b46b5370 Signed-off-by: AviZi <avi.ziv@amdocs.com>
2017-06-07[1707-OS] Updated license text according to theIdan Amit1-5/+2
new license text requested Change-Id: I112067b1bf1079265588b35f6fe1e17dad719c3f Signed-off-by: Idan Amit <ia096e@intl.att.com>
2017-06-01[sdc] docker file fix for cassandraMichael Lando1-2/+8
Change-Id: I8eadab56923de0da707a83c5d4dbb44814c9dc59 Signed-off-by: Michael Lando <ml636r@att.com>
2017-05-19update to cassandra docker fileMichael Lando1-34/+4
Change-Id: Iefaae31ded89b1d0513fb0dd1a2784f38923581d Signed-off-by: Michael Lando <ml636r@att.com>
2017-05-17[tag fix]add docker tag for testingMichael Lando1-0/+6
Change-Id: I5c59166d5c69258364b4ab6237f2b330c7a4afbc Signed-off-by: Michael Lando <ml636r@att.com>
2017-04-06Fix SNAPSHOT docker tagig61331-2/+2
Change-Id: I9bc6ee4d96971a25ab2b0bb099c026287f311d9e Signed-off-by: ig6133 <ig6133@intl.att.com>
2017-04-06Update docker tags configurationig61331-9/+17
Change-Id: I9cd35046d1fd369f8b1b31edfd11e74299854ef0 Signed-off-by: ig6133 <ig6133@intl.att.com>
2017-04-05Merge "Update javadoc configuration"Michael Lando1-1/+5
2017-04-05Fix typo error in codeIsrael Lavi5-18/+18
Change-Id: Iacd930f4222d0888597e010e33aac45adec88945 Signed-off-by: Israel Lavi <il0695@intl.att.com>
2017-04-05Update javadoc configurationig61331-1/+5
Change-Id: If223535dd2091beee95a7fd0300ac5a91274017a Signed-off-by: ig6133 <ig6133@intl.att.com>