aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/vnfs/build-artifacts
AgeCommit message (Collapse)AuthorFilesLines
2018-07-19refactord payload creation for retrieving templateSandeep J1-11/+4
refactored payload creation process for template using utility service createPayloadForRetrieve method Issue-ID: APPC-1094 Change-Id: I1901a20c07f5d577ad5962b891f277771040b85f Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-07-19refactored payload creation in getArtifacts methodSandeep J1-15/+17
refactored payload creation in getArtifacts method of reference-dataform.component.ts. The payload is created now using createPayloadForRetrieve method of utility.service.ts Issue-ID: APPC-1095 Change-Id: I303a67d67b9764ada2d1d37adc9281442f44649e Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-07-19added test case to param name value component specSandeep J1-0/+11
added test case to param-name-value.spec.ts to increase code coverage Issue-ID: APPC-1089 Change-Id: I2598eb2b3b7f7551f89f26e2ec6d8f820466cd42 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-07-18added progress spinner while uploading templateSandeep J2-3/+32
added progress spinner while uploading template file so that the user can know visually that the file is being uploaded Issue-ID: APPC-1069 Change-Id: I4d17a1f64a241dc3dc49154ec6c8abe7babb793a Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-07-18added setTimeOut method in PD retrival progres barSandeep J1-10/+9
added setTimeOut of 3.5 seconds in progress bar for retrieving PD data from APPC Issue-ID: APPC-1073 Change-Id: I79432be9b3f74dfa84e7a37da6fb8d86c2a779f5 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-07-16replaced if else logic to switch caseSandeep J1-23/+45
Replaced the if else logic in decideExtension and populateExistinAction method with switch case for better presentation of the code as part of plan for reference dataform code refactor Issue-ID: APPC-1085 Change-Id: I002e61d53585ba61b96e1e6cb0f12443498df6e9 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-07-16Fixed the failng test cases.IBM602-PC0F1E3C\Arundathi1-3/+18
Fixed the failing test cases for build-artifacts component. 5 of the test cases in build-artifacts component spec were failing with the below errors, 1. No Provider for Notification Service. 2. Cannot read property 'vnf-type' of undefined. Fixed the above errors. The coverage for this component is now 84.78%. Issue-ID: APPC-1064 Change-Id: Ifee45f86ce7093c9783d1f28a313869300bd8e39 Signed-off-by: Arundathi <arundpil@in.ibm.com>
2018-07-16Moved the hard coded values to constant fileIBM602-PC0F1E3C\Arundathi1-37/+23
Created a constant file called app-contants and moved the harded coded values in builArtifact component to app-constant file Issue-ID: APPC-1054 Change-Id: I2641579cdb6b20f2c51ce4f4d3ca2bd0667d2e81 Signed-off-by: Arundathi <arundpil@in.ibm.com>
2018-07-16wrote unit test case for parameter component.IBM602-PC0F1E3C\Arundathi1-0/+24
Added unit test cases to cover ngOninit, selectedNavItem and showUpload methods. Issue-ID: APPC-1064 Change-Id: I38b885f905a13ca316ee31e5efa6b5bbb74d8506 Signed-off-by: Arundathi <arundpil@in.ibm.com>
2018-07-13Fixed error- Added braces.IBM602-PC0F1E3C\Arundathi1-1/+2
Added missing braces at the end of the file. Issue-ID: APPC-1051 Change-Id: I83db0d604bb50b2d7b8fd7fe3f8a61b0cd64ccd8 Signed-off-by: Arundathi <arundpil@in.ibm.com>
2018-05-07Removed the property which toggles configscaleoutPatrick Brady1-7/+2
Change-Id: I9d5aaa07aeed62c83eea123f34de2735fb58ef02 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-886
2018-04-27Fixed parsing of retrieved openstack ref datasj108s2-34/+27
Fixed parsing of retrieved data in case of openstack action and also fixed browser hang while syncing large template Issue-ID: APPC-867 Change-Id: I3058626cb5a21c01a9b261d470672db5d0f17926 Signed-off-by: sj108s <sj108s@us.att.com>
2018-04-25made fixes to template identifer and dropdownsGangarajula, Uday Bhasker (ug0221)3-36/+53
Issue-ID: APPC-862 Change-Id: I902f794cec5d69e2118f7a87f5c6fb867a1b2216 Signed-off-by: Gangarajula, Uday Bhasker (ug0221) <ug0221@att.com>
2018-04-17VM data retrieval from APPC for open stack actionMohamed Asgar Samiulla(ma926a)7-22/+121
VM data retrieval and stopping user not to navigate to PD and template if mandatory fields are missing in reference data. Issue-ID: APPC-853 Change-Id: Id43500579c6d222a2c17a53db9213372afec565f Signed-off-by: Mohamed Asgar Samiulla(ma926a) <ma926a@us.att.com>
2018-04-12Resolved the issues with multiple templatesGangarajula, Uday Bhasker (ug0221)2-142/+226
Issue-ID: APPC-707 Change-Id: Ibdf18a021ea453842ddf4001f947f1f4de276997 Signed-off-by: Gangarajula, Uday Bhasker (ug0221) <ug0221@att.com>
2018-04-03Corrected artifact name for multiple template idssj108s12-448/+638
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-27Resolved the issues with configscaleoutGangarajula, Uday Bhasker (ug0221)2-237/+307
Issue-ID: APPC-707 Change-Id: Ie618635618333da7d548ff5a0fe711cc34076f62 Signed-off-by: Gangarajula, Uday Bhasker (ug0221) <ug0221@att.com>
2018-03-20Removing INSTAR functionality from CDT for ONAP.Mohamed Asgar Samiulla(ma926a)5-68/+135
Removed license form package.json. Issue-ID: APPC-750 Change-Id: If20087a24fc0cf42977e1b1149d6be0ff1387689 Signed-off-by: Mohamed Asgar Samiulla(ma926a) <ma926a@us.att.com>
2018-03-16[Appc-1806] Removing INSTAR from CDT for ONAP.Mohamed Asgar Samiulla(ma926a)3-16/+7
The source name for INSTAR made configurable through a property file. Issue-ID: APPC-750 Change-Id: I7e0d2ae657d4469f6fae54b5358ddb6f5476b211 Signed-off-by: Mohamed Asgar Samiulla(ma926a) <ma926a@us.att.com>
2018-03-15Added few more test case & fixed modal in templatesj108s3-8/+29
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)3-185/+929
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 casessj108s9-613/+539
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-08Added some test cases on httputil service.Mohamed Asgar Samiulla(ma926a)4-5/+59
Created a new test for dropdown.ts Issue-ID: APPC-717 Change-Id: Ic4e63520bbf16a7bd0d8ca0e0896d15ce3412d5d Signed-off-by: Mohamed Asgar Samiulla(ma926a) <ma926a@us.att.com>
2018-03-01Initial seed code contribution for CDTSkip Wonnell35-0/+6176
Issue-ID: APPC-682 Change-Id: I0331ffce2a430195c29d0d1b2295966f9eb28699 Signed-off-by: Skip Wonnell <skip@att.com>