aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/tools/zusammen-tools
AgeCommit message (Collapse)AuthorFilesLines
2018-11-29Fix critical sonar issuesParshad Patel1-0/+1
Fix rethrow the "InterruptedException" and Use "isAssignableFrom" sonar issues Issue-ID: SDC-1895 Change-Id: I2cadc08b9e7acdc84cf25a3ce9d22199711afa5d Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2018-11-25Fix Sonar issuesSonsino, Ofir (os0695)5-89/+14
Change-Id: I487f54714f87e993b9fa4a3b43de7a65692922d5 Issue-ID: SDC-1925 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-11-15update sdc version in masterMichael Lando1-1/+1
update sdc version to 1.4.0 for master Change-Id: Ia3b16b397b6e01dc185549dd20be399ee67a791a Issue-ID: SDC-1913 Signed-off-by: Michael Lando <michael.lando@intl.att.com>
2018-11-05bump sdc version to 1.3.3Michael Lando1-1/+1
Change-Id: I703591a9985f9792649622b16f2a05aa89d1d8ea Issue-ID: SDC-1865 Signed-off-by: Michael Lando <michael.lando@intl.att.com>
2018-11-01Sorted out unit-test libraries in onboardingvempo1-1/+16
Fixed scope, removed junit+tesng combinations, deleted commented-out tests, did minor cleanups. Change-Id: I71d0adf5c1c95435987dbb8b4077cc43bdf09df8 Issue-ID: SDC-1886 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-11-01update sdc to version 1.3.2Michael Lando1-1/+1
Change-Id: Ibd1a6a23f061c23e8bb0bb603f6ac315581564f6 Issue-ID: SDC-1865 Signed-off-by: Michael Lando <michael.lando@intl.att.com>
2018-10-24update sdc version to 1.3.1Michael Lando1-1/+1
Change-Id: I195d96ddf5bd6257ade7eb56c65f9e4bc2d602b6 Issue-ID: SDC-1865 Signed-off-by: Michael Lando <michael.lando@intl.att.com>
2018-09-19Handling Security violationsshrikantawachar1-1/+0
Handling Security violations about groovy Change-Id: I6349a9a81d909b42ece55588215216a6a71865a0 Issue-ID: SDC-1714 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
2018-08-16Fortify SDC issuesiddharth09051-3/+5
Fortify SDC issue Change-Id: I7acf3420080ed4c7045aeda1cb1ff0d31d9b5228 Issue-ID: SDC-1644 Signed-off-by: siddharth0905 <siddharth.singh4@amdocs.com>
2018-07-29re base codeMichael Lando4-25/+9
Change-Id: I12a5ca14a6d8a87e9316b9ff362eb131105f98a5 Issue-ID: SDC-1566 Signed-off-by: Michael Lando <ml636r@att.com>
2018-07-23Fix zip-slip in openecomp-bePiotr Krysiak1-18/+29
Issue-ID: SDC-1401 Change-Id: I92cf8184ab50cb1d3b1ba2f71eab8f5701e1ee57 Signed-off-by: Piotr Krysiak <piotr.krysiak@nokia.com>
2018-07-16Removed dependency on snapshot if same versionvempo1-3/+1
Dependencies that are part of the same project must be referenced using ${project.version} instead of 1.3.0-SNAPSHOT. Change-Id: I1e6563052a762b9b6fc7103279d77fb76a85265e Issue-ID: SDC-1065 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-07-15Upgraded servlet-api version to 3.0.1vempo1-22/+15
Change-Id: I50b258e8843d85384e89e4ceb16d687d247dbe11 Issue-ID: SDC-1472 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-07-11Utility for healing flag reset per item/versionolegb5-11/+96
Change-Id: I1da96fcddbbc926a4e184934d7daaad2704feb44 Issue-ID: SDC-1467 Signed-off-by: Oleg Beltz <olegb@amdocs.com>
2018-07-08Add commands to clean zusammen datatalig4-1/+135
Expose REST to clean item version data of specific user. Add 2 commands to zusammen tool: 1. clean item data of specific user 2. delete public version Change-Id: I8630142bf34846359153eacc1556b10acecefa05 Issue-ID: SDC-1444 Signed-off-by: talig <talig@amdocs.com>
2018-07-08Refactor zusammen main tooltalig11-313/+490
Use command pattern instead of switch case Change-Id: I1457179f90b37b4a8cede5af23a4ebc1f30c1cce Issue-ID: SDC-1444 Signed-off-by: talig <talig@amdocs.com>
2018-07-03Adapt zusammen tool to work with cassandra 3.4.0talig3-15/+20
In addition: fix bug in import-export command caused null to become empty string Change-Id: I1a47d0ede3b4760091213dec06f23971d58565b7 Issue-ID: SDC-1416 Signed-off-by: talig <talig@amdocs.com>
2018-06-27Utility for version elements validationolegb8-37/+399
Change-Id: I44faca312045dc69966639f65fa9719b0a924027 Issue-ID: SDC-1443 Signed-off-by: Oleg Beltz <olegb@amdocs.com>
2018-06-11Upgrade datastax cassandra driver to 3.4.0talig2-3/+3
Upgrage zusammen to 1.0.0 which uses datastax cassandra driver 3.4.0 Change-Id: Ie7217986b67cd95de015daedd0f7106c2d0a972d Issue-ID: SDC-1416 Signed-off-by: talig <talig@amdocs.com>
2018-06-02update sdc versionMichael Lando1-2/+2
update pom and version.properties to 1.3.0 Issue-ID: SDC-1370 Change-Id: I0dcf02f868dd263ba4523435e7be11bdc3851053 Signed-off-by: Michael Lando <ml636r@att.com>
2018-05-27Revert "update sdc version"Michael Lando1-2/+2
This reverts commit 5920d2c9e47958ed5f3197b7a16094e01e8d4bcd. Change-Id: I7906549d1fb7ba5d8d081870a9d976a3c8077438 Issue-ID: SDC-1370 Signed-off-by: Michael Lando <ml636r@att.com>
2018-05-26update sdc versionMichael Lando1-2/+2
update pom and version.properties to 1.3.0 Issue-ID: SDC-1370 Change-Id: Ib8f4e2859ee79dfd8e19e725b07c77d7d2bbdaf1 Signed-off-by: Michael Lando <ml636r@att.com>
2018-05-03ZusammenTool bugfix - User Permissionsayalaben2-3/+7
Change-Id: I5a5e54902948915a8e64dabeec58e6bd92c9f9a2 Issue-ID: SDC-1285 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2018-04-20Healing getting failedsiddharth09051-1/+2
Due to previous build changes healing was failing Change-Id: I6acdc323399862ee37d6e206825097040dd1daf6 Issue-ID: SDC-1244 Signed-off-by: siddharth0905 <siddharth.singh4@amdocs.com>
2018-04-17Reducing onboarding backend maven build timeGautam Shah3-35/+10
Reducing onboarding backend maven build time Change-Id: Iab7af70c0e9f60b8a50bef7937e802df5be89fd0 Issue-ID: SDC-1189 Signed-off-by: GAUTAMS <gautams@amdocs.com>
2018-04-12User Permission itemsayalaben3-0/+66
Change-Id: Ice1d126dd29e9f49ca90ada7b1671c72545c9ee8 Issue-ID: SDC-1202 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2018-04-08Reducing onboarding backend maven build timeshrikantawachar1-25/+0
Reducing onboarding backend maven build time Change-Id: I3fe5f8d6d9b21591018243d16809451c6b8c2d14 Issue-ID: SDC-1189 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
2018-03-19Archive Itemayalaben1-1/+1
Change-Id: Idd5eedc3b0ca9e3cc72f7de9fd432cdbbf77631d Issue-ID: SDC-1086 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2018-02-28Create properly session context in zusammen toolstalig2-28/+22
Change-Id: I8ee2ca28a3392ade09bcc29d111e0b23fc95c91b Issue-ID: SDC-1071 Signed-off-by: talig <talig@amdocs.com>
2018-02-11Delete Item Draftayalaben1-1/+1
Change-Id: I13767ab6a7be82ae89f80d50b5857aabe6e55906 Issue-ID: SDC-1014 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2018-01-23Add contributors for items vi zusammen toolshalomb11-144/+447
Add contributors for items vi zusammen tool new command fix sonar issues Change-Id: I890480cd410a8ab73156bab7ef80846f7e50dd9c Issue-ID: SDC-871 Signed-off-by: shalomb <shalomb@amdocs.com>
2018-01-22Fix zusammen export toolshrek20001-27/+11
No need for multithreading Issue-ID: SDC-941 Change-Id: If68b7ab79b2857a3ee6ab88dd80997ceb58a1aab Signed-off-by: shrek2000 <orenkle@amdocs.com>
2018-01-21Fix zusammen export toolshrek20002-1/+4
Zusammen import needs to import and export table zusammen_dox.element_synchronization_state Issue-ID: SDC-941 Change-Id: I4693b99f44382b5c320dfb5b83679faff50164f2 Signed-off-by: shrek2000 <orenkle@amdocs.com>
2018-01-17Fix zusammen export toolshrek20001-1/+1
Zusammen import fails to serialize maps Issue-ID: SDC-941 Change-Id: Ie864c209dc0437ce402a789cb13f042700fc78ac Signed-off-by: shrek2000 <orenkle@amdocs.com>
2018-01-11Removed addDir method which is not usedvempo1-44/+4
Since this method is a package private method which is not used we decided to delete it. Change-Id: If2b303f97746b458b6d4c0e4e320fef3fc4962ae Issue-ID: SDC-886 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com> Signed-off-by: ya107f <ya107f@intl.att.com>
2018-01-10Fail to Export VLMshrek20003-34/+52
Timestamps had null value, invalid json caused exceptions Issue-ID: SDC-892 Change-Id: Iab117dd76cd51c3cd5fa62a59f55b18e265c58bf Signed-off-by: shrek2000 <orenkle@amdocs.com>
2018-01-02Remove Zusammen cassandra pluginshalomb5-621/+3
Remove Zusammen cassandra plugin Change dependency Modify imports Change-Id: Ice66fdd9f3970961723df476c8d1e38040504189 Issue-ID: SDC-862 Signed-off-by: shalomb <shalomb@amdocs.com>
2018-01-02sonar issue fix - exception handlingshrek20003-16/+15
remove exception handling which does nothing to handle the error Issue-ID: SDC-835 Change-Id: I45e0bc203e15b41f907641bfda130f20e1f00f54 Signed-off-by: shrek2000 <orenkle@amdocs.com>
2017-12-31Default ctor and styling in HealingEntityvempo1-13/+38
Change-Id: I489ecbf4cd3789febe3ff56e11c1db31bf5e1d89 Issue-ID: SDC-343 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2017-12-31Fixing sonar Exception Handlingavigaffa2-93/+84
Change-Id: I0afe103b921ea26de8f701e9a2cff7943ab58110 Issue-ID: SDC-810 Signed-off-by: avigaffa <avi.gaffa@amdocs.com>
2017-12-27Sonar issue Dix - Session is closeableshrek20002-28/+27
Cassandra session is closeable and should be protected by try block Issue-ID: SDC-801 Change-Id: Ib2cc178e029dce1915e2931fe58e4a5d6527dd5f Signed-off-by: shrek2000 <orenkle@amdocs.com>
2017-12-25Import Export Tool add executorsshrek20002-11/+22
Issue-ID: SDC-773 Change-Id: Id203b671e9af0b3478b75032111b73a509a9a5df Signed-off-by: shrek2000 <orenkle@amdocs.com>
2017-12-21Add collaboration featuretalig38-856/+1204
Issue-ID: SDC-767 Change-Id: I14fb4c1f54086ed03a56a7ff7fab9ecd40381795 Signed-off-by: talig <talig@amdocs.com>
2017-12-11Resolved all possible sonar issuessiddharth09051-42/+72
Resolved all Sonar qube issues and changes discussed with Vitaliy Change-Id: I8e49fb3d05a6735f0f6b109525de9184b3fd5d18 Issue-ID: SDC-343 Signed-off-by: siddharth0905 <siddharth.singh4@amdocs.com>
2017-11-19heal all scriptayalaben6-16/+234
Issue - ID: SDC-665 Change-Id: Ib035549589ccd9c113235886442b1b2c9a198b86 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2017-10-24Merge "Reset Tool throws an exception"Avi Gaffa1-4/+14
2017-10-23Reset Tool throws an exceptionshrek20001-4/+14
Change-Id: I5153ad3bab7dc783efe116e30695e4932130cc24 Issue-ID: SDC-493 Signed-off-by: shrek2000 <orenkle@amdocs.com>
2017-10-23Fix onboarding undo checkout impltalig1-1/+1
Fix reset in zusammen collaboration plugin, Throw explicit exception in case of zusammen db illegal state. Change-Id: Ic9463517b72c7a89a2de78b86da5679ac57371a6 Issue-ID: SDC-490 Signed-off-by: talig <talig@amdocs.com>
2017-10-17Reset all version failurevempo5-76/+449
Change-Id: Iafa72f0101e53ef60cd57ffd71be46db6d5a3c62 Issue-ID: SDC-469 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2017-09-19change version of the master branchMichael Lando1-9/+9
Change-Id: I8520fd33c7d5ffef5330d1e7e51ee39fd8411094 Issue-ID: SDC-350 Signed-off-by: Michael Lando <ml636r@att.com>