summaryrefslogtreecommitdiffstats
path: root/src/app/admin
AgeCommit message (Collapse)AuthorFilesLines
2020-03-26Revert "Authentication support for cdt"Patrick Brady2-9/+9
There appear to be problems with some fields saving in cdt caused by this change. This reverts commit 0141df20b1f533cd2acabdf7ea986aebab8d6868. Change-Id: Iee40058de9870afdac608db7851fcfc206102822 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1854
2020-03-24Authentication support for cdtPatrick Brady2-9/+9
-Adding a password box to cdt -Adding a function to check login by making a request to appc -Moving username and authentication to session storage from localstorage so that it is not saved in the browser -Removing the hardcoded credentials from the cdt proxy since these are coming from the cdt login form now Change-Id: I8bd829a22d1b83829c1d53637dc1ad035d1030e9 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1854
2019-10-30ansible-server component: test case fixArundathi Patil1-1/+1
Fixed test case which was failing due to use of asyn mtehod Issue-ID: APPC-1632 Change-Id: I770a59ce2b2fb0e456141e4ac589e0c4842f429f Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-09-12ansible-server component spec- test case fixArundathi Patil1-0/+1
Fixed test case in this component which failed with the error- cannot read property server of undefined Issue-ID: APPC-1632 Change-Id: I4f7ae899cc9243bf79776170bc3a06f3e49bd064 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-09-05Admin component- added spec fileArundathi Patil1-0/+72
Issue-ID: APPC-1632 Change-Id: I96bba48d05de5ce4a458cf77982a7e731d7dd881 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-09-05ansible component- Added spec fileArundathi Patil1-0/+67
Issue-ID: APPC-1632 Change-Id: I9813f16d1b00108878e798d8f86e477edc52dc3f Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-03-15added ansible server functionalityasgar6-0/+982
multiple ansible server for CDT Issue-ID: APPC-1510 Change-Id: I383bc63705418654efb596c617309821ebbeb9b4 Signed-off-by: Mohamed Asgar Samiulla <ma926a@us.att.com>