aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common
AgeCommit message (Collapse)AuthorFilesLines
2018-12-17Merge "ChangeManagementController tests"Ittay Stern5-109/+543
2018-12-14.gitignore cleanupbiniek13-153/+8
Change-Id: Ibfce4d25dba62bfc4eb00f761f7b893aefb1b69d Issue-ID: VID-367 Signed-off-by: biniek <lukasz.biniek@nokia.com>
2018-12-12Merge "Make CategoryParameter.getOptions() unmodifiable"Ittay Stern2-12/+19
2018-12-10Refactor of Intersection classbiniek3-98/+121
Change-Id: Ida73b13b1e235951f01888ac0cbf344565976e0f Issue-ID: VID-364 Signed-off-by: biniek <lukasz.biniek@nokia.com>
2018-12-03Merge "Handle annotated-input which has 2 properties"Ofir Sonsino5-6/+62
2018-11-30ChangeManagementController testsJoanna Jeremicz5-109/+543
Change-Id: I936a9c65c167e5076d775f4139cc76340d0fc55d Issue-ID: VID-353 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2018-11-29Handle annotated-input which has 2 propertiesIttay Stern5-6/+62
Handle correctly an annotated input, when it has more than a single "vf_module_label". Change-Id: Ibe3f6408d7d5c18b13e47846235a2b3ab66f35f8 Issue-ID: VID-362 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2018-11-28Merge "Upgrade mockito to v2; drop incompatible powermock"Ofir Sonsino25-827/+743
2018-11-27Upgrade mockito to v2; drop incompatible powermockStern, Ittay (is9613)25-827/+743
Note that anyString() is not matching null values, therefore replaced with any() where relevant. Change-Id: If64944e1edc62013953e41b2645a2b78c578bbe8 Issue-ID: VID-359 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2018-11-27Merge "Reject getVersionByInvariantId with no IDs"Ofir Sonsino2-7/+14
2018-11-27Remove unused AAI model POJOsIttay Stern4-79/+0
Change-Id: If90281940dd00d8a4078e0e9e0d650518c1c4504 Issue-ID: VID-361 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2018-11-27Reject getVersionByInvariantId with no IDsIttay Stern2-7/+14
Reject the case where zero invariant-ids provided to getVersionByInvariantId, as this will cause full models listing. Change-Id: I7b86b65de30a9df0b3fd1cafa60e8254e8e252c0 Issue-ID: VID-360 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2018-11-23Removed dependency from lombokbiniek6-88/+113
Change-Id: Ia38f0458e74fd5f1899a01ca6219575ee446a4f2 Issue-ID: VID-349 Signed-off-by: biniek <lukasz.biniek@nokia.com>
2018-11-15Get subscribers rewritten to new rest clientgolabek13-139/+306
Should be merged after: I561f8a5d95ec35fdddc648b24965dd9dac03c9a4 It contains cherry-picked changes from that review Change-Id: I22a9e9ce709ae4dd3abcf7a9cda6354a4f656b00 Issue-ID: VID-269 Signed-off-by: golabek <tomasz.golabek@nokia.com>
2018-11-14Remove the itext v2.0.8Sonsino, Ofir (os0695)1-0/+6
Change-Id: Ia20c3c9156249a482143fade5ee0eb75be7b2a3a Issue-ID: VID-340 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com> (cherry picked from commit 0ce80fac351ec9450ae6905ef4ac5c550649e8f7)
2018-11-13Fix for max_vf_module_instances (remove .value)Sonsino, Ofir (os0695)1-1/+1
Change-Id: I3e1edbded67d88e314ef2315c5c54b5e9c7699d4 Issue-ID: VID-346 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com> (cherry picked from commit c445efac620f9ba82bae41e53b10849de968f77d)
2018-11-11Merge "Nodes query rewritten to generic rest client"Ofir Sonsino9-136/+760
2018-11-11Fix for max_vf_module_instancesSonsino, Ofir (os0695)1-2/+2
Change-Id: I6df1275b7f2240b31f01c0f136993fb81e285107 Issue-ID: VID-346 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com> (cherry picked from commit d9cc8aad6ba07f123c6250056a99aea641150e86)
2018-11-06Make CategoryParameter.getOptions() unmodifiableJoanna Jeremicz2-12/+19
Change-Id: If7331577febe058d4415aab0d2336e60213fd7bb Issue-ID: VID-344 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2018-11-06Enable role managementSonsino, Ofir (os0695)2-8/+6
Change-Id: Ice485d6081380f52d461d2beee9740626f4ec4b0 Issue-ID: VID-257 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-11-06Merge "Fix reading entity"Ofir Sonsino2-30/+66
2018-11-06Merge "HealthCheckController/test refactor"Ofir Sonsino7-326/+258
2018-11-06Fix reading entityWojciech Sliwka2-30/+66
ensure that response is read only once Change-Id: Id456263f58f8d69ad1a484f26352db62b74a4f08 Issue-ID: VID-227 Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
2018-11-04Merge "Add VidController junits"Ofir Sonsino4-294/+360
2018-10-31Merge "Fix and improvement for MsoBusinessLogic tests"Ofir Sonsino4-189/+260
2018-10-29StackOverflowError in CategoryParameterJoanna Jeremicz1-2/+3
Change-Id: Ic07d296f4ef16032d2c363f10c824c7b3db018f4 Issue-ID: VID-339 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2018-10-29Merge "Add request to delete body Issue-ID: VID-336"Ofir Sonsino4-2/+14
2018-10-29Merge "Add MaintenanceController JUnits"Ofir Sonsino6-107/+540
2018-10-29Add MaintenanceController JUnitsJoanna Jeremicz6-107/+540
Issue-ID: VID-319 Change-Id: Iad41d31547ee7ce3f921eeaa4418e45c70ebe43a Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2018-10-29Add request to delete bodyWojciech Sliwka4-2/+14
Issue-ID: VID-336 Change-Id: I1d619628f6251c6a62fcd1770f2e8539355c413f Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
2018-10-24Bump VID versionSonsino, Ofir (os0695)2-2/+2
Change-Id: I096e21eabfeaddc8d186572693d776eaf8cd7519 Issue-ID: VID-333 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-10-23Fix and improvement for MsoBusinessLogic testsMichal Kabaj4-189/+260
- Merged two test classes into one Moved unit tests from MsoBusinessLogic to MsoBusinessLogicImpl - unified unit test framework - using junit instead of testng - Fixed issue with broken unit tests when run in IDE - improved readability of unit tests - Fixed commented/ignored unit tests - RequestDetailsWrapper encapsulation fix Change-Id: I7f589b36757b09f41b3568d8aa8a932bd914ac0d Issue-ID: VID-283 Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
2018-10-22Merge "new tests for job dir"Ofir Sonsino7-24/+567
2018-10-22new tests for job dirWojciech Sliwka7-24/+567
Add new tests for job directory to increase code coverage in vid Issue-ID: VID-310 Change-Id: Idbdeb1e9037c2b8c7359cf34b3893e1fc2e858d2 Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
2018-10-21Merge "VoLTE/E2E service flow fix"Ofir Sonsino2-3/+5
2018-10-21VoLTE/E2E service flow fixSonsino, Ofir (os0695)2-3/+5
Change-Id: I19852fa9934f32cb27e1427bdec2404be26b98df Issue-ID: VID-331 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-10-21Merge "Increase tests coverage in backend"Ofir Sonsino9-70/+684
2018-10-18Add VidController junitsJoanna Jeremicz4-294/+360
Change-Id: If6ebce08142e6fc53748f33b47081f055db9d47a Issue-ID: VID-322 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2018-10-18Merge "Added scaleOut to dashboard orchestrationRequests"Ofir Sonsino4-199/+478
2018-10-15Merge "Update system properties in test"Ofir Sonsino1-14/+6
2018-10-15Update system properties in testSonsino, Ofir (os0695)1-14/+6
Change-Id: Idc1f27b65104e5bbeabd23cb21c2d70e3803014f Issue-ID: VID-327 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-10-12Added scaleOut to dashboard orchestrationRequestskoblosz4-199/+478
Change-Id: Ib4862e5f151f8f231022109ee65997e83bdcff7b Issue-ID: VID-326 Signed-off-by: Sandra Koblosz <sandra.koblosz@nokia.com>
2018-10-11Merge "not catching all exceptions when invalid request"3.0.0Ofir Sonsino1-5/+6
2018-10-09Correct flow for ScaleOutWojciech Sliwka11-113/+319
Change-Id: I347fec1e15526fa9b43ab57612235b55dee3eeba Issue-ID: VID-321 Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
2018-10-02not catching all exceptions when invalid requestadam1-5/+6
Change-Id: Ibf987d6c1b915a5ed13faba4f71b375a6532f5de Issue-ID: VID-318 Signed-off-by: adam <adam.krysiak@nokia.com>
2018-10-01Fix service instantiation errorWojciech Sliwka8-13/+35
Fix error during service instantiation (unknown field during call to SO) Fix endpoit used durign creating vf module instance Add separate endpoint for scale out Issue-ID: VID-317 Change-Id: I34c25ae9d1ee1afe71ac340ef71c2572686bee2b Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
2018-09-28HealthCheckController/test refactorJoanna Jeremicz7-326/+258
Issue-ID: VID-312 Change-Id: Iabdb91c9b4940ff7a173656819ad5fa807a734e9 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2018-09-26Merge "Changed VF creation to new MSO scaleout API"Amichai Hemli7-17/+60
2018-09-26Nodes query rewritten to generic rest clientgolabek9-136/+760
Added AAI Rest Client based on new generic client Change-Id: I561f8a5d95ec35fdddc648b24965dd9dac03c9a4 Issue-ID: VID-269 Signed-off-by: golabek <tomasz.golabek@nokia.com>
2018-09-25Add junits to commit info endpointJoanna Jeremicz3-12/+35
Change-Id: I0a904ba7259bee2c10cde0a3c6be0552b03cfeb2 Issue-ID: VID-311 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>