aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/test/java/org
AgeCommit message (Expand)AuthorFilesLines
2020-03-12Extend timeout in test JobsBrokerServiceIttay Stern1-1/+1
2020-03-11add new format to fetch requests from MSO to the CMAmichai Hemli3-3/+8
2020-03-08isVfModuleBaseModule() will not throw on model mismatchIttay Stern2-50/+60
2020-03-01when signaling the frontend about templates check the correct flag FLAG_2004_...Amichai Hemli1-2/+2
2020-02-26Test many POJOs getters/settersIttay Stern3-92/+147
2020-02-23Topology tree: test fetchCustomizationIdsFromToscaModelsWhileNeededIttay Stern1-0/+51
2020-02-20Topology tree: enrich vfModules data from other versions of same modelIttay Stern3-10/+168
2020-02-20Topology tree: extract AAITreeNodesEnricher out of AAIServiceTreeIttay Stern4-148/+202
2020-02-20Learn to get all model versions sorted from high to lowIttay Stern1-10/+27
2020-02-20Learn to inflate models by Customization uuidsIttay Stern1-16/+51
2020-02-17Test AaiController's get-tenants existing flowIttay Stern5-12/+95
2020-02-16Limit vfmodule tenant and region dictation to "create"Ittay Stern1-2/+17
2020-02-13Translate owning entity name to owning entity ID - update api test to except ...Einat Vinouze1-3/+1
2020-02-13translate owning entity name to owning entity IDEinat Vinouze1-4/+86
2020-02-11Filter owning-entities from /category_parameter by permissionsIttay Stern2-1/+116
2020-02-11Merge "Add AsyncInstantiationController tests"Ittay Stern1-0/+178
2020-02-10Add AsyncInstantiationController testskurczews1-0/+178
2020-02-10AsyncInstantiationIntegrationTest: cleanup and enable TENANT_AND_REGION_FROM_VNFIttay Stern1-14/+6
2020-02-06vfmodule tenant and region are dictated by parent VNF valuesIttay Stern3-14/+176
2020-02-04add owningEntityId to each result of getServicesByOwningEntityIdEylon Malin1-3/+3
2020-02-04regression unit test for getServicesByProjectNamesEylon Malin1-4/+38
2020-02-03regression unit test for getServicesByOwningEntityIdEylon Malin1-0/+29
2020-02-03Respect owning-entity-id when searching instances by SubscriberIttay Stern1-4/+60
2020-01-29RoleValidatorByOwningEntity permits by PermissionPropertiesOwningEntityEinat Vinouze7-37/+77
2020-01-29RoleValidatorFactory respects owning-entity feature flagAlexey Sandler1-0/+77
2020-01-28create RoleValidatorFactory component.Alexey Sandler6-191/+58
2020-01-28Rename Role's subscriberId fieldIttay Stern1-6/+6
2020-01-28RoleValidatorsComposer composite several RoleValidators togetherIttay Stern1-0/+110
2020-01-28Introduce WithPermissionProperties as validation-points for RoleValidatorEinat Vinouze6-189/+34
2020-01-27create RoleValidatorByOwningEntity class.Alexey Sandler1-0/+64
2020-01-26Rename RoleValidatorByRoles to RoleValidatorBySubscriberAndServiceTypeEinat Vinouze2-16/+19
2020-01-23Revert "Promise Request-id header: Check MDC value if no header"Ittay Stern1-26/+1
2020-01-23Promise Request-id header: Check MDC value if no headerIttay Stern1-1/+26
2020-01-19originalName stored and sent to frontend in a templateEylon Malin5-24/+27
2020-01-15Async MSO error format: handle more casesIttay Stern2-1/+25
2020-01-15Honor user-cookie to select a temporal feature setIttay Stern1-0/+101
2020-01-13clear isFailed and statusMessage when get it from frontend requestEylon Malin3-4/+112
2020-01-12Provide literal usePreload=false when usePreload is <null>Ittay Stern3-11/+67
2020-01-09Fix the format of supplementary file and user params for aLaCarte requestsEylon Malin5-65/+135
2020-01-08VidController sets isInstantiationTemplateExists on Browse SDCAlexey Sandler1-24/+38
2020-01-07templates button - rename from hasTemplates to isInstantiationTemplateExists ...Einat Vinouze1-2/+2
2020-01-07Add isInstantiationTemplateExists to service model listAlexey Sandler1-0/+68
2020-01-01Add DB query for all model-service-ids which have a templateAlexey Sandler2-0/+12
2019-12-24Write async instantiations request-summary to DBIttay Stern1-4/+12
2019-12-23Add request-summary field to ServiceInfoIttay Stern2-0/+127
2019-12-23Extending the getSummarizedMap test with different kind of templates.Alexey Sandler1-9/+13
2019-12-22Add Volume Groups count ability during summarizing.Alexey Sandler1-0/+1
2019-12-21Add test to verify the count amount of networks during summarizing.Alexey Sandler1-1/+2
2019-12-19Tweak add resources summarizing function in service instanceIttay Stern1-3/+4
2019-12-19Merge "Add resources summarizing function in service instance."Ittay Stern1-0/+11