aboutsummaryrefslogtreecommitdiffstats
path: root/src/main
AgeCommit message (Collapse)AuthorFilesLines
2019-09-06fixed issue with --rundisabled flag5.0.2-ONAPelaltoankitbhatt1-4/+8
also fixed issues for picking up the migrators without having migrator priority flag Issue-ID: AAI-2387 Signed-off-by: Ankit Bhatt <ankit.bhatt@amdocs.com> Change-Id: I992eea15299cbe10af5196e795f68d4a4b4d21b3 (cherry picked from commit 949046b14b13cbe52b7ad3aca7cd6aaf7d4c7038)
2019-09-05Fix project version parsingDmitry Puzikov2-31/+25
Change-Id: I7a2c21325ecbddef806a031105b3e20eba53e405 Issue-ID: INT-760 Signed-off-by: Dmitry Puzikov <dmitry.puzikov@tieto.com> (cherry picked from commit 3f8f4a735fe4051f4ed234083028d78994a29051)
2019-04-18Fix the bug in running migrationsKajur, Harish (vk250x)6-6/+6
Issue-ID: AAI-2385 Change-Id: Ia5a66d219b71a0515bdf08758f04a58ac76aed93 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2019-04-15Fix GenTester by moving the commit earlierKajur, Harish (vk250x)1-11/+13
so if an exception is thrown during commit it gets caught properly and is handled Issue-ID: AAI-2377 Change-Id: I529edcabad4afe803ff387c1a186d9daba44ddc7 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2019-04-15Fix GenTester to exit with proper failure codeKajur, Harish (vk250x)1-0/+1
Issue-ID: AAI-2377 Change-Id: Idc84c92c9514cbe4ab37a0788d2b8bc71a85adcb Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2019-04-10add v16 to local config for graphadminLaMont, William (wl2432)25-795/+861
Issue-ID: AAI-2323 Change-Id: Ia2c01dc7b72e54194821a1c2e92b2eb0d497ead7 Signed-off-by: LaMont, William (wl2432) <wl2432@att.com>
2019-04-09Update graphadmin to use schema ingest changes forKajur, Harish (vk250x)2-3/+3
the application to not start if it doesn't start properly Issue-ID: AAI-2329 Change-Id: Ie6b87de99e1a52eccd2762ec19661f1f42c8e083 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2019-03-17Add v16 to the local properties and pomMaharajh, Robby (rx2202)1-3/+3
Issue-ID: AAI-2266 Change-Id: I27c7d27848bf300f80e5519a9e6c9da429815090 Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
2019-02-07Update graphadmin to use local oxm filesMaharajh, Robby (rx2202)1-1/+1
instead of calling the schema service Issue-ID: AAI-2138 Change-Id: I7a99c2b2424d1db25e6b31b7441fe99ca59fd4a0 Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
2019-01-22merge of v15 changes to onapLaMont, William (wl2432)64-2010/+11869
Issue-ID: AAI-2088 Change-Id: I588499af58d0e799d860b2b4362da7c48050fafd Signed-off-by: LaMont, William (wl2432) <wl2432@us.att.com> Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2019-01-15Update graphadmin to remove exceptionHarish Venkata Kajur1-1/+0
Issue-ID: AAI-2076 Change-Id: I1caed32d8f6b7abaa0fa6db17c9604d48467b6b9 Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2019-01-08Update the GenTester to exit properlyHarish Venkata Kajur2-19/+22
Issue-ID: AAI-1958 Change-Id: Ifbffd1c15e474dce0cc7b3102f7b6961a72a864e Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2018-12-05Rebuild Edges Functionalityankitbhatt3-532/+759
Enhanced EdgeMigrator Class with new method rebuildEdges, Added utility to support rebuild All Edges. Introduced new flag --rebuildEdges in MigrationControllerInternal Change-Id: Ie60f1a4618451772e4df82378d0a9e7e178c76f5 Issue-ID: AAI-1806 Signed-off-by: ankitbhatt <ankit.bhatt@amdocs.com>
2018-11-01Add cql jar to graphadminKajur, Harish (vk250x)3-2/+38
Issue-ID: AAI-1834 Change-Id: Ib41b52ead6800475af3c8def9373a2c84150d871 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-09-25Remove remaining chef references in CasablancaKajur, Harish (vk250x)1-1/+1
Issue-ID: AAI-1674 Change-Id: Ib60c916a48ee0826e1d6ad0d22dcbae61ff2e7e6 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-09-18Add unit tests for dupeTool, datasnapshotKajur, Harish (vk250x)4-12/+12
and also for the audit oxm Issue-ID: AAI-1633 Change-Id: If5ead46eaa9e7d012054713268009957d0103477 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-09-18Add the dataSnapshot unit test and datagroomingKajur, Harish (vk250x)1-54/+211
to get to the 50% coverage Issue-ID: AAI-1633 Change-Id: Ic25baa59be8945cc3b07b346d44e1d35168c3b9c Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-09-18Disable authorization for /util/echoKajur, Harish (vk250x)1-0/+4
Issue-ID: AAI-1612 Change-Id: I261d0bdf005d696a825f18624059a2e5abf395fc Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-09-10Fix critical sonar issuesParshad Patel2-13/+7
Fix DateFormat static declaration & log exception issue Issue-ID: AAI-1368 Change-Id: Ie4c9677e5b8aad8a7220cf806ceb45a9484ccb07 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2018-08-28Update graphadmin debug log createSchema elementsKajur, Harish (vk250x)1-0/+6
Issue-ID: AAI-1548 Change-Id: I1d74e369425f4103c026dd6cca0e054af9ecc472 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-08-22Fix use try-with-resources issueParshad Patel1-25/+11
Fix sonar issue in DataCleanupTasks.java Issue-ID: AAI-1368 Change-Id: Ib3135d15926872c0bf1577347e50d419e852b121 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2018-08-13Update the graphadmin to remove tiKajur, Harish (vk250x)11-490/+1
Issue-ID: AAI-1469 Change-Id: Id4ff4ee813e7b2c749538bf34290111003cc5df0 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-08-13Initial seed code for graphadminKajur, Harish (vk250x)158-0/+22735
Issue-ID: AAI-1469 Change-Id: Ic170c326ad1fe4b43960de674797766f6f7b94bf Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>