aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main
AgeCommit message (Collapse)AuthorFilesLines
2019-02-18Merge "Introduced mocked SO workflows in VID FE"Ittay Stern11-234/+494
2019-02-18Introduced mocked SO workflows in VID FEgolabek11-234/+494
Mocked SO workflows joined with list of workflows from VIDs DB. (Contains: Mocked BE service to return workflow list) Change-Id: I10336238cfeb8819e0a2b3e88cd86c338cab86fa Issue-ID: VID-399 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
2019-02-18PombaReqest and ServiceInstance improvementsMichal Kabaj2-14/+93
- fix encapsulation issues - make object immutable Change-Id: I7f66aa7ec5e0ba63a9178ad27c8a9466f04e0869 Issue-ID: VID-422 Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
2019-02-18Merge "Add tests for AaiServiceImpl"Wojciech Sliwka2-15/+20
2019-02-18Add tests for AaiServiceImplkurczews2-15/+20
Issue-ID: VID-386 Change-Id: I8959a30b8cbd38663dd410b23d167c405ed2592e Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
2019-02-17Turn-off Modern UIIttay Stern1-17/+19
Un-arm features (Drawing-Board; View/Edit) which requires upcoming build and pack of angular7. This will affect, mainly, Macro models, which will now turn back to legacy UI. This will patch issues similar to described in VID-373. Issue-ID: VID-373 Change-Id: I949f89468a3d6a81ade2f8ec7e5c04259ee78a8c Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-02-13junits for PombaClientImplTomasz Gwozdecki1-5/+6
-Create new test class for PombaClientImpl -Added new test for PombaClientImpl.verify Change-Id: I776df73d592a219c0aa266a8207c92c1f475f4da Issue-ID: VID-418 Signed-off-by: Tomasz Gwozdecki <tomasz.gwozdecki@nokia.com>
2019-02-01Merge "Introduce JS unit tests into VID"Wojciech Sliwka2-1/+33
2019-02-01Introduce JS unit tests into VIDgolabek2-1/+33
maven -> npm -> gulp -> jest frameworks added in a mentioned order. Change-Id: I1865228973eb31188fb052e8c9629f0ac01e48a7 Issue-ID: VID-391 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
2019-01-31Replaced tests for rolesWojciech Sliwka2-14/+34
Issue-ID: VID-388 Change-Id: I7c8c4ec50312f7ccd3a40eb2568cb8181f50b5d8 Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
2019-01-27Merge "Rewrite RoleGeneratorControllerTest"Ittay Stern1-8/+31
2019-01-25Rewrite PropertyControllerTestJoanna Jeremicz2-84/+90
Change-Id: I8c564a945f374d6dcc12a30ff4d8d9268b50a815 Issue-ID: VID-384 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2019-01-25Merge "MsoUtil refactor"Wojciech Sliwka3-182/+50
2019-01-24MsoUtil refactorbiniek3-182/+50
Change-Id: I778d60064508aa47e1225d0dbae38ca1100d248f Issue-ID: VID-368 Signed-off-by: biniek <lukasz.biniek@nokia.com>
2019-01-22Rewrite RoleGeneratorControllerTestJoanna Jeremicz1-8/+31
Issue-ID: VID-384 Change-Id: Iceac145b321a88336494a57dfb92fb023ae9aa85 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2019-01-21Merge "replaced named func with anonymous func"Ittay Stern3-13/+16
2019-01-21bug fix - unreachable codeDriptaroop Das1-1/+2
bug fix - unreachable code. Issue-ID: VID-390 Change-Id: I5e6cb45fed4cceb07d67ea22c011d329f1807678 Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
2019-01-21replaced named func with anonymous funcDriptaroop Das3-13/+16
replaced named function with anonymous function. While named function expressions might be useful for debugging purposes, some browsers do not support them correctly (for example Internet Explorer 8). Issue-ID: VID-389 Change-Id: Ia0943a1bd765b1b9d5909c68af97ae11b1060255 Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
2019-01-09Merge from ECOMP's repositoryIttay Stern368-4811/+12477
Main Features -------------- - Async-Instantiation jobs mechanism major update; still WIP (package `org.onap.vid.job`) - New features in View/Edit: Activate fabric configuration; show related networks; soft delete - Support AAI service-tree traversal (`AAIServiceTree`) - In-memory cache for SDC models and certain A&AI queries (`CacheProviderWithLoadingCache`) - Upgrade TOSCA Parser and add parsing options; fix malformed TOSCA models - Resolve Cloud-Owner values for MSO - Pass X-ONAP headers to MSO Infrastructure -------------- - Remove codehaus' jackson mapper; use soley fasterxml 2.9.7 - Surefire invokes both TestNG and JUnit tests - Support Kotlin source files - AaiController2 which handles errors in a "Spring manner" - Inline generated-sources and remove jsonschema2pojo Quality -------- - Cumulative bug fixes (A&AI API, UI timeouts, and many more) - Many Sonar issues cleaned-up - Some unused classes removed - Minor changes in vid-automation project, allowing some API verification to run Hard Merges ------------ - HTTP Clients (MSO, A&AI, WebConfig, OutgoingRequestHeadersTest) - Moved `package org.onap.vid.controllers` to `controller`, without plural -- just to keep semantic sync with ECOMP. Reference commit in ECOMP: 3d1141625 Issue-ID: VID-378 Change-Id: I9c8d1e74caa41815891d441fc0760bb5f29c5788 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2018-12-17Merge "ChangeManagementController tests"Ittay Stern1-12/+48
2018-12-12Merge "Make CategoryParameter.getOptions() unmodifiable"Ittay Stern1-1/+2
2018-12-10Refactor of Intersection classbiniek2-24/+40
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 Sonsino3-5/+38
2018-11-30ChangeManagementController testsJoanna Jeremicz1-12/+48
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 Stern3-5/+38
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-27Merge "Reject getVersionByInvariantId with no IDs"Ofir Sonsino1-3/+10
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 Stern1-3/+10
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 lombokbiniek5-82/+113
Change-Id: Ia38f0458e74fd5f1899a01ca6219575ee446a4f2 Issue-ID: VID-349 Signed-off-by: biniek <lukasz.biniek@nokia.com>
2018-11-15Get subscribers rewritten to new rest clientgolabek8-30/+149
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-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 Sonsino6-134/+437
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 Jeremicz1-1/+2
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 Sonsino1-3/+12
2018-11-06Merge "HealthCheckController/test refactor"Ofir Sonsino4-206/+132
2018-11-06Fix reading entityWojciech Sliwka1-3/+12
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 Sonsino3-107/+152
2018-10-31Merge "Fix and improvement for MsoBusinessLogic tests"Ofir Sonsino1-2/+31
2018-10-29Merge "Add request to delete body Issue-ID: VID-336"Ofir Sonsino3-1/+8
2018-10-29Merge "Add MaintenanceController JUnits"Ofir Sonsino5-68/+227
2018-10-29Add MaintenanceController JUnitsJoanna Jeremicz5-68/+227
Issue-ID: VID-319 Change-Id: Iad41d31547ee7ce3f921eeaa4418e45c70ebe43a Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2018-10-29Add request to delete bodyWojciech Sliwka3-1/+8
Issue-ID: VID-336 Change-Id: I1d619628f6251c6a62fcd1770f2e8539355c413f Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
2018-10-23Fix and improvement for MsoBusinessLogic testsMichal Kabaj1-2/+31
- 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 Sonsino3-24/+36
2018-10-22new tests for job dirWojciech Sliwka3-24/+36
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 Sonsino4-3/+84