summaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main
AgeCommit message (Collapse)AuthorFilesLines
2017-09-20Global Read only role, Support VID specific RolesOfir Sonsino86-3280/+5978
Issue-ID: VID-46 , VID-47 Change-Id: Ib100d20ac40a65d39e27a6e2741b19a173a2b8ea Signed-off-by: Ofir Sonsino <os0695@att.com>
2017-09-15Merge "Fix for VID Service Type drop down"Amichai Hemli2-2/+3
2017-09-13Fix for VID Service Type drop downbmatt2-2/+3
IS_SINGLE_OPTION_AUTO_SELECTED was defaulted to true in the parameterBlock directive which was breaking the onChange hook for VID to populate service type. Added a parameter property of isSingleOptionAutoSelected to allow overriding this value on a parameter basis. Issue-ID: VID-54 Change-Id: I74b22c0e97a23c19ceb800af27036919dafb1fea Signed-off-by: bmatt <Brian.Matt@windstream.com>
2017-09-12Merge "Fix to pass calling application identifier to SO"Ofir Sonsino1-1/+4
2017-09-12Fix to pass calling application identifier to SOanupmarathe1-1/+4
VID passes application identity to AAI in request header against key X-FromAppId. It helps in debugging by providing information about which application called AAI api. Similar change for SO is done to pass 'VID' in request header against key X-FromAppId. Issue-ID: VID-41 Change-Id: Icc627f2c9a020465e4a8af279162178f917018cd Signed-off-by: anupmarathe <anup.marathe@amdocs.com>
2017-09-04[VID-55] Upgrade Tosca Parser (merge)Ofir Sonsino58-1014/+2950
Change-Id: I5389f1641ef22df3ed569a154b3c367117c04d04 Signed-off-by: Ofir Sonsino <os0695@att.com>
2017-08-29[VID-38] revert typo fix, align to SDCOfir Sonsino1-2/+2
Change-Id: I5968ac82ba452b01ff70c6dedcc9b26ee38d553d Signed-off-by: Ofir Sonsino <os0695@att.com>
2017-08-22Merge "fix typo in SubResourcess class"Amichai Hemli1-2/+2
2017-08-21add sdc 1.1 metdata tagsBrian Freeman1-0/+30
Change-Id: Idd45fcc680f70709b5a5465043952b5a9cc65f86 Issue-Id: VID-38 Signed-off-by: Brian Freeman <bf1936@att.com>
2017-07-24fix typo in SubResourcess classKrzysztof Kwiecien1-2/+2
was getResoucreType and should be getResourceType, this cause problem when use SDC API Issue: VID-20 Change-Id: I51852b9050b065186a13fee827b9d4fa6bcfc28a Signed-off-by: Krzysztof Kwiecien <krzysztof.kwiecien1@orange.com>
2017-07-14ResPost Update for aai-traversalUbuntu1-14/+40
Change-Id: I2a4ac963ac6db95e11315f3f96daab8a157ec832 Signed-off-by: Ubuntu <brian.matt@windstream.com>
2017-06-09[VID-15] missed adding ModelUtil.javajimmydot1-0/+61
Change-Id: I24ad8f720f23a246175560e33d2455d0ab61d328 Signed-off-by: jimmydot <jf2512@att.com>
2017-06-08[VID-15] fixes for various issuesjimmydot10-194/+319
Change-Id: I392a0427078d337a5d501a813dff73c1959481e2 Signed-off-by: jimmydot <jf2512@att.com>
2017-05-30[VID-12] Delivery of remaining features for v1.1jimmydot21-420/+741
Change-Id: I50305ba25aaa34ee1ca7640237f31ab824655a34 Signed-off-by: jimmydot <jf2512@att.com>
2017-05-07[VID-6] Initial rebase pushjimmydot288-0/+27043
Change-Id: I9077be9663754d9b22f77c6a7b3109b361b39346 Signed-off-by: jimmydot <jf2512@att.com>