Age | Commit message (Expand) | Author | Files | Lines |
2020-04-07 | Limit the length of logged responses in outgoingRequestLog |  Ittay Stern | 1 | -2/+23 |
2020-04-01 | Configure "portal app_password" in DB by environment variable |  Ittay Stern | 4 | -6/+36 |
2020-04-01 | allow LOB multi-selection for vnf - fix cypress |  Einat Vinouze | 1 | -0/+1 |
2020-03-24 | Introduce guilin.features.properties with modern UI |  Ittay Stern | 1 | -0/+42 |
2020-03-16 | allow LOB multi-selection for network - add FF |  Einat Vinouze | 1 | -0/+1 |
2020-03-11 | add new format to fetch requests from MSO to the CM |  Amichai Hemli | 3 | -5/+23 |
2020-03-08 | Merge changes Ibbc7da3a,I8efee06f |  Amichai Hemli | 11 | -65/+65 |
2020-03-08 | Don't use EELFLoggerDelegate.errorLogger in Async jobs |  Ittay Stern | 10 | -33/+35 |
2020-03-08 | allow platform multi-selection for network |  Einat Vinouze | 1 | -0/+1 |
2020-03-08 | isVfModuleBaseModule() will not throw on model mismatch |  Ittay Stern | 2 | -32/+30 |
2020-03-04 | Upgrade AAI API version to v166.0.3 |  Ittay Stern | 1 | -6/+0 |
2020-03-01 | when signaling the frontend about templates check the correct flag FLAG_2004_... |  Amichai Hemli | 1 | -1/+1 |
2020-02-27 | Bump opencsv, c3p0, snakeyaml, h2 database to latests |  Ittay Stern | 1 | -11/+11 |
2020-02-26 | Test many POJOs getters/setters |  Ittay Stern | 3 | -6/+13 |
2020-02-23 | Topology tree: test fetchCustomizationIdsFromToscaModelsWhileNeeded |  Ittay Stern | 1 | -2/+4 |
2020-02-20 | Topology tree: enrich vfModules data from other versions of same model |  Ittay Stern | 5 | -20/+104 |
2020-02-20 | Topology tree: extract AAITreeNodesEnricher out of AAIServiceTree |  Ittay Stern | 2 | -84/+129 |
2020-02-20 | Learn to get all model versions sorted from high to low |  Ittay Stern | 2 | -5/+22 |
2020-02-20 | Learn to inflate models by Customization uuids |  Ittay Stern | 1 | -13/+24 |
2020-02-16 | Limit vfmodule tenant and region dictation to "create" |  Ittay Stern | 1 | -2/+5 |
2020-02-13 | create error button should be displayed according to the feature flag |  Amichai Hemli | 2 | -96/+96 |
2020-02-13 | translate owning entity name to owning entity ID |  Einat Vinouze | 1 | -7/+34 |
2020-02-12 | Feature toggle for owning-entities filtering |  Ittay Stern | 2 | -5/+8 |
2020-02-11 | Filter owning-entities from /category_parameter by permissions |  Ittay Stern | 3 | -8/+74 |
2020-02-10 | remove check in order to accept upgrade even if the service in latest model v... |  Alexey Sandler | 1 | -3/+0 |
2020-02-06 | vfmodule tenant and region are dictated by parent VNF values |  Ittay Stern | 3 | -6/+50 |
2020-02-05 | Merge "create the flag FLAG_2006_VFMODULE_TAKES_TENANT_AND_REGION_FROM_VNF" |  Ittay Stern | 1 | -0/+1 |
2020-02-05 | create the flag FLAG_2006_VFMODULE_TAKES_TENANT_AND_REGION_FROM_VNF |  Alexey Sandler | 1 | -0/+1 |
2020-02-05 | Respect permissions by owning-entity-id when searching instances by owning en... |  Eylon Malin | 1 | -3/+1 |
2020-02-04 | add owningEntityId to each result of getServicesByOwningEntityId |  Eylon Malin | 1 | -5/+7 |
2020-02-04 | regression unit test for getServicesByProjectNames |  Eylon Malin | 3 | -3/+4 |
2020-02-03 | regression unit test for getServicesByOwningEntityId |  Eylon Malin | 3 | -3/+4 |
2020-02-03 | Respect owning-entity-id when searching instances by Subscriber |  Ittay Stern | 5 | -11/+73 |
2020-01-29 | RoleValidatorByOwningEntity permits by PermissionPropertiesOwningEntity |  Einat Vinouze | 11 | -53/+92 |
2020-01-29 | RoleValidatorFactory respects owning-entity feature flag |  Alexey Sandler | 1 | -3/+14 |
2020-01-28 | create RoleValidatorFactory component. |  Alexey Sandler | 4 | -22/+65 |
2020-01-28 | Rename Role's subscriberId field |  Ittay Stern | 6 | -22/+22 |
2020-01-28 | RoleValidatorsComposer composite several RoleValidators together |  Ittay Stern | 1 | -0/+16 |
2020-01-28 | Merge "Introduce WithPermissionProperties as validation-points for RoleValida... |  Ittay Stern | 9 | -57/+79 |
2020-01-28 | Introduce WithPermissionProperties as validation-points for RoleValidator |  Einat Vinouze | 9 | -57/+79 |
2020-01-27 | Merge "When feature toggle is active then SDNC preload files is enable." |  Ittay Stern | 2 | -0/+35 |
2020-01-27 | When feature toggle is active then SDNC preload files is enable. |  Yoav Schneiderman | 2 | -0/+35 |
2020-01-27 | create RoleValidatorByOwningEntity class. |  Alexey Sandler | 1 | -0/+44 |
2020-01-26 | Merge "create a flag FLAG_2006_USER_PERMISSIONS_BY_OWNING_ENTITY in dev." |  Ittay Stern | 2 | -1/+3 |
2020-01-26 | Rename RoleValidatorByRoles to RoleValidatorBySubscriberAndServiceType |  Einat Vinouze | 2 | -3/+3 |
2020-01-26 | create a flag FLAG_2006_USER_PERMISSIONS_BY_OWNING_ENTITY in dev. |  Alexey Sandler | 2 | -1/+3 |
2020-01-23 | Upgrade epsdk version to 2.6.0 (but keep overlay 2.5.0) (fix) |  Ittay Stern | 1 | -3/+2 |
2020-01-23 | Revert "Promise Request-id header: Check MDC value if no header" |  Ittay Stern | 1 | -12/+1 |
2020-01-23 | Promise Request-id header: Check MDC value if no header |  Ittay Stern | 1 | -1/+12 |
2020-01-20 | Merge "Async MSO error visibility: let open "retry" from Audit-info" |  Eylon Malin | 1 | -0/+1 |