aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/vnfs/LoginGuardService
AgeCommit message (Collapse)AuthorFilesLines
2018-08-19login-guard-service - removed unused codeArundathi Patil1-3/+2
The mapping-editor service is injected into login-guard-service, but is never used. Hence removed it. Issue-ID: APPC-1149 Change-Id: Ic11bcb8246199cc308fca0914e7e4e0d690716fb Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-07LoginGuardService : added test caseArundathi Patil1-3/+8
wrote test case to test canActivate function to navigate user to login page if the user is not logged in. Issue-ID: APPC-1064 Change-Id: Icc5a137474f69b8f9a8c2bc386ecc2b784f64ebb Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-01Removed unwanted codeArundathi Patil1-2/+3
Removed ngbModal from imports and constructor as it was not used. Issue-ID: APPC-1054 Change-Id: I92406941099384b1b17472d57c888041deb7e0a4 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-07-26Added spec file for loginGuardServiceArundathi Patil1-0/+60
Wrote test cases for loginGuardService Issue-ID: APPC-1064 Change-Id: I9b742c860aa6a523b1c858380e8a025a621f01fd Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-04-09[Appc-1806] Login for Test screen, test api urls.Mohamed Asgar Samiulla(ma926a)1-10/+6
Test API urls corrected and vserverid removed from poll request. Issue-ID: APPC-831 Change-Id: I0bc616888afee8683ccbf5238980e97c6ca51af6 Signed-off-by: Mohamed Asgar Samiulla(ma926a) <ma926a@us.att.com>
2018-03-01Initial seed code contribution for CDTSkip Wonnell1-0/+49
Issue-ID: APPC-682 Change-Id: I0331ffce2a430195c29d0d1b2295966f9eb28699 Signed-off-by: Skip Wonnell <skip@att.com>