summaryrefslogtreecommitdiffstats
path: root/src/app/about-us
AgeCommit message (Collapse)AuthorFilesLines
2018-09-16aboutus.component: Added test caseArundathi Patil1-0/+14
Wrote test case to test tlPlus and tlMinus functions to call setTraceVl function of utility service based on the trace value stored in local storage. Issue-ID: APPC-1064 Change-Id: Ie93e48bb6ee6df35bbd175e15fda56060ac3c539 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-04aboutus.component.ts- added test casArundathi Patil1-0/+12
wrote test cases to test and cover the new methods tlplus() and tlMinus(). Issue-ID: APPC-1064 Change-Id: I8ceb987b622cad3a805a05a00496ac6dd307d53d Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-30aboutus.component.spec-Fix error due to codeChangeArundathi Patil1-1/+3
All the test cases in about.component.spec file failed with below error. Fixed this. Error:'No provider for utility service' Issue-ID: APPC-1064 Change-Id: I9d9e4937d91731eaf1245f861b5e9663c2453415 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-28APPC CDT to Support Multiple Templates for VNFCsod74272-5/+24
APPC CDT Should Support Multiple Templates For Configure and ConfigModify for VNFs with VNFC level templates. CDT would be used to create a single reference artifact for a VNF. For the Configure related actions (Configure and ConfigModify) vnfc-type to be shown at the top. The user would have a new link below it, to be able to add each vnfc-type. For each vnfc-type, the user would create the associated template and PD file as usual. The fix required to modify several visual elements and variables related to VNFC Types on MyVNFS page, ReferenceData page, Template page and Parameters page. Also a number of supporting services were modified. New Modal window type is now used for VNFC-related dialogs. Change-Id: Ibbbb50e2ff6f96783c0aea89a6870d7c28021ba0 Issue-ID: APPC-1010 Signed-off-by: od7427 <od7427@att.com>
2018-08-23aboutus.component.spec - fixed test caseArundathi Patil1-1/+1
Test case in aboutus.component spec file failed iwth below error. Fixed this. "Failed: Expected Response with status: null null for url:null to be 'some data'" Issue-ID: APPC-1064 Change-Id: If1b0dbbc68c69cbb62799b31ccb93b7ab06ee9ac Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-19aboutus component - removed unused codeArundathi Patil1-13/+1
The NgbModal from ng-bootstrap library was injected in aboutus component, but never used. Hence removing he code that injects the NgbModal into component. The getDismissReason() function in aboutus component is also not used. hence removing that method. Issue-ID: APPC-1149 Change-Id: I41f20cc1d55acac61dd1e8865f4c2d8cb5f0bee9 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-02abousUs Component : Fixed test caseArundathi Patil1-7/+17
Test case in aboutus component spec file failed with below error, Error: this.http.get is not a function Fixed this error Issue-ID: APPC-1064 Change-Id: I59426d9a96ab67a7fbef6c540be26b7204a7ee7f Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-01fixed error in aboutUs component specArundathi Patil1-3/+7
Test cases in aboutus component spec file failed due to the changes made in ts file. Fixed these issues Issue-ID: APPC-1064 Change-Id: Ief9c517de5ecb57bac8787e064b2bec3f7c50f2c Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-07-24Made use of ng2-bootstrap-modal.Arundathi Patil2-44/+42
This will remove all the duplicate code of ng-bootstrap popup. Made following changes to the below files, 1. app.module.ts: a. added the confirm modal component to declarations and entryComponents section because component will be created dynamically. b. imported BootstrapModalModule from ng2-bootstrap-modal 2. vnfs.module.ts: a. removed the confirm modal component from declarations and entryComponents section as it is already declared as part of app.module.ts. 3. confirm.component.ts: a. added two more varibles 'cancelButtonText' and 'confirmButtonText' to ConfirmModel interface. these values will be sent by the caller code and the button lables will be set dynamically. b. implemented cancel method that sets the modal result value to false, this is called on click of close button. 4. about.component.ts: a. Made use of confirm.component.ts. b. on click of 'view change log' buton we are calling open() method which inturn opens the confirm modal component. 5. about.component.html: a. Removed call to versionLogFile() method as this method is called from open() method. b. Removed the ng-template code of ng-bootstrap which is no more required. Issue-ID: APPC-1088 Change-Id: I9de545debed145ef35e31807acd1e9bd9cc2bad4 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-07-16Unsubscribed the observables.IBM602-PC0F1E3C\Arundathi1-6/+16
Unsubscribed the observables in aboutus component. Issue-ID: APPC-1049 Change-Id: I7f67a75e214f7b9996c269d613b9daa742a5e723 Signed-off-by: Arundathi <arundpil@in.ibm.com>
2018-07-16Changed release name to ONAPIBM602-PC0F1E3C\Arundathi2-2/+2
As per the comment made by Takamune Cho (tc012c@aat.com) in gerrit request 'https://gerrit.onap.org/r/#/c/56277/', changed the release name to ONAP in vergionlog text file and appVersion json file in aboutUs directory. Issue-ID: APPC-1081 Change-Id: Ia452b898eb839e434b81f3e875835fd2ae644294 Signed-off-by: Arundathi <arundpil@in.ibm.com>
2018-04-03Corrected artifact name for multiple template idssj108s3-42/+25
Made changes in param name value component ts for setting correct artifact name while saving and retrieving artifacts, in case of multiple template ids. Issue-ID: APPC-812 Change-Id: I973f7b763f4c2204425fceb77cdae33944ba3c8d Signed-off-by: sj108s <sj108s@us.att.com>
2018-03-15Added few more test case & fixed modal in templatesj108s1-1/+1
Added few more test cases to improve code coverage and changed trigger command for modal in template page from Enter to ctrl-4 Issue-ID: APPC-697 Change-Id: I4a158ba687bad0bb2f808428333083200714f18a Signed-off-by: sj108s <sj108s@us.att.com>
2018-03-14made changes to version info and defectsGangarajula, Uday Bhasker (ug0221)2-102/+1
Change-Id: I90fb87f1f32365e44180615f9be1eb6d11060dcf Issue-ID: APPC-707 Signed-off-by: Gangarajula, Uday Bhasker (ug0221) <ug0221@att.com>
2018-03-13Fixed defects in test screen & updated test casessj108s5-44/+93
Fixed few defects raised by ST in test screen and also updated test cases to improve coverage. Also,changed code to match onap standards, and rectfied grep code violations. Issue-ID: APPC-730 Change-Id: I0286c38eb4f76dc8c0253a4ccab721b3ccfeff9d Signed-off-by: sj108s <sj108s@us.att.com>
2018-03-01Initial seed code contribution for CDTSkip Wonnell6-0/+367
Issue-ID: APPC-682 Change-Id: I0331ffce2a430195c29d0d1b2295966f9eb28699 Signed-off-by: Skip Wonnell <skip@att.com>