aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-05-30Increment versions after release1.5.2dublinPatrick Brady3-3/+3
Change-Id: I4b2ed96aeba8d9ec711a28a48a406315abbfde95 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1595
2019-05-16remove upload key file button1.5.1Taka Cho1-8/+0
depreciate the upload key function Change-Id: Ibc26b3e436885294bfd7a3e0f15805ad2ef79391 Issue-ID: APPC-1605 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-05-15add node.js api server for CDTTaka Cho8-60/+1965
/api call need node.js api server to fix when clicking the Synchronize Definition Parameter. Change-Id: I4a3fd1ba045ed41fb2fdfec3b8f0364cd6ec05f5 Issue-ID: APPC-1600 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-05-13Increment versions after releasePatrick Brady3-3/+3
Change-Id: I07f77d467efb8755bd1261e8c5e0eccda962044c Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1595
2019-05-08Remove staging pluginPatrick Brady2-24/+0
Remove staging plugin to allow the new jenkins staging jobs to work. Change-Id: Icdfa82b1d5b05c08101a51a208824136b61904d0 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1595
2019-04-25upgrade spring-boot-starter-webTaka Cho1-2/+2
spring-boot-starter-web to 2.1.4 RELEASE version Change-Id: I6e0452665f63a28e06310934abd7ececfb09f411 Issue-ID: APPC-1541 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-03-20Changes for cdt over httpsPatrick Brady3-4/+9
Configure Spring to use an https endpoint Add sample certificates for https Set cdt to use an https url to communicate to the proxy Change-Id: Iaeee33d50c0e9ceb53226982639c289e757763a4 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1551
2019-03-16Added DistributeTrafficCheck LCM command supportLukasz Rajewski9-24/+29
Proposed change adds support for new LCM API dedicated for traffic distribution pre- or post-checks that should assist DistributeTraffic LCM. Few small bugs fixed when multiple ansible server has been added and DistributeTraffic changes were not counted properly. Change-Id: I5606a2dd73e8f051f9a69a02bf7c51770f173263 Issue-ID: APPC-1470 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
2019-03-15fix nexusiq in CDTTaka Cho1-12/+5
upgrade to the latest version for spring-boot-starter-parent 2.1.3.RELEASE Change-Id: I371aa76728f78f3ed00eed99c38a63ab749c088b Issue-ID: APPC-1541 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-03-15added ansible server functionalityasgar52-1574/+3385
multiple ansible server for CDT Issue-ID: APPC-1510 Change-Id: I383bc63705418654efb596c617309821ebbeb9b4 Signed-off-by: Mohamed Asgar Samiulla <ma926a@us.att.com>
2019-03-06Revert "multiple asible servers support"Patrick Brady43-2374/+1562
Some functionality was accidentally removed This reverts commit 611c9da62c2e266f9facd97dc9f340ce311060a3. Change-Id: I1aefbbc0ede8cdda59acc8bdf7b047e506aad813 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1510
2019-03-04multiple asible servers supportasgar43-1562/+2374
multiple asible servers support for CDT Issue-ID: APPC-1510 Change-Id: Id1b1b02274487cfbf6f108a57211a192924a6b08 Signed-off-by: Mohamed Asgar Samiulla <ma926a@us.att.com>
2019-03-02Add missing INFO.yaml blocksJessica Wagantall1-25/+37
Add missing information so that the new verify job passes. Fix indentation. Change-Id: I7fffb5433f3d38ed5336eabb21c036114b50a57b Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-01-22add INFO.yaml for appc/cdtTaka Cho1-0/+52
INFO.yaml is required by LinuxFoundation Change-Id: I07f3d02d3e548180f2e668f4a984388d5bff28a1 Issue-ID: APPC-1357 Signed-off-by: Taka Cho <takamune.cho@att.com>
2018-11-12Increment version numberPatrick Brady3-3/+3
Change to version 1.5.0-SNAPSHOT Change-Id: Ib00755d28512092a30e01546fd5579df2a4074be Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1212
2018-11-02fix the bug for ScaleoutTaka Cho1-1/+1
remove the . from line 1631 Change-Id: Ibf7c4f66e522da4691f350f9be6601696cabc8a3 Issue-ID: APPC-1227 Signed-off-by: Taka Cho <takamune.cho@att.com>
2018-11-02Added fix for APPC-1227Amaresh Kumar1-343/+338
Issue-ID: APPC-1227 Change-Id: Id1360bf285b1f772322cc2fee34e1798eaf0e7d3 Signed-off-by: Amaresh Kumar <ak583p@us.att.com>
2018-10-24upgrade spring-web versionTaka Cho1-0/+11
upgrade to 5.0.10.RELEASE to avoid the security issue. Change-Id: Icdc7fefe7a91f62690bf4c4f258de0443d422b87 Issue-ID: APPC-1025 Signed-off-by: Taka Cho <takamune.cho@att.com>
2018-10-11Roll to next version after releasePatrick Brady2-2/+2
Change to version 1.4.1-SNAPSHOT Change-Id: I067a6f8d54c86851bce053af6c5d1d0812ff8722 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1212
2018-09-18reference-dataform.util.spec- added test case1.4.0Arundathi Patil1-0/+10
wrote test case to test and cover decideExtension() function. Issue-ID: APPC-1064 Change-Id: I7b31cc1a26cab9d7c9a43d1b3add5b0a5fed6b03 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-17Added DistributeTraffic LCM command supportLukasz Rajewski8-15/+23
Proposed change adds support for new LCM API dedicated for traffic distribution accross different VNFs. Change-Id: Ib73a9dea6810163f504f5126b35640971eb7f87a Issue-ID: APPC-1170 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
2018-09-17remove guava securityTaka Cho1-0/+11
upgrade version to 26.0-jre Change-Id: I130898a634c75bfecc68522820bc2a082a311f70 Issue-ID: APPC-1025 Signed-off-by: Taka Cho <tc012c@att.com>
2018-09-16reference-dataform.component- added test caseArundathi Patil1-0/+22
wrote test case to test and cover validateDataAndSaveToAppc() function Issue-ID: APPC-1064 Change-Id: I35651401b8065284b7616e8519095d259c170f93 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-16reference-dataform.util- added test caseArundathi Patil1-0/+8
Wrote test case to test and cover nullCheckForVnfcType() and nullCheckForVnfcTypeList() functions. Issue-ID: APPC-1064 Change-Id: I3a306b32ada7754010703fe382402fa0699c5f56 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
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-13Fix for Defect: CDT reference data does not send .od74272-9/+27
CDT sent reference data payload, which was not initialized, when the data were manually entered. The missing initialization is added with this fix. Change-Id: I89fde82b6ef32ad65390f2dc15de39aaece8fe8e Issue-ID: APPC-1205 Signed-off-by: od7427 <od7427@att.com>
2018-09-12APPC CDT to Support Multiple Templates -addit.fixod74271-15/+39
Additional minor changes (minor error fix) added to the previously submitted implementation of the original APPC-1010 requirement: APPC CDT Should Support Multiple Templates For Configure and ConfigModify for VNFs with VNFC level templates. Change-Id: Ie7e38be60f1de4e4649eb0b9ccf7310ceffa4307 Issue-ID: APPC-1010 Signed-off-by: od7427 <od7427@att.com>
2018-09-12Update password for new odl versionPatrick Brady1-1/+1
Update the password in the cdt proxy service so it can connect to rest on the new odl version. Change-Id: I5fdc4ecf76246c62b006675bbbd31d565cf54ae4 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-1158
2018-09-11reference-dataform.util- added test caseArundathi Patil1-0/+8
Wrote test case to test and cover checkResult function when status code is 400 Issue-ID: APPC-1064 Change-Id: Ic951f3b83bd3ab68f4a6a14df2ad7aea88f5ad09 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-11reference-dataform.component: added test caseArundathi Patil1-0/+20
Wrote test case to test and cover displayHandleVnfc function when vnfc variable in mapping-editor.sevice is true. Issue-ID: APPC-1064 Change-Id: Ia90c1c9a50540d32776f251f49444d0ac165f789 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-10reference-dataform.component- added test caseArundathi Patil1-0/+27
Wrote test case to test and cover displayHandleVnfc() function Issue-ID: APPC-1064 Change-Id: I0bc81df5c458d44cc044cad60967c0a051f82af0 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-08added test case to reference-dataform.util serviceArundathi Patil1-1/+9
wrote test case to test and cover checkresult function Issue-ID: APPC-1064 Change-Id: I6ba4d926ba525be3a842f73f6b6d0e727e9bfa1a Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-07reference-dataform- added test caseArundathi Patil1-0/+30
wrote test case to test and cover validateVnfcName function Issue-ID: APPC-1064 Change-Id: I453f8d3d971db1af82c1db80dd0e901fc4c0810b Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-06update name tag for sonar reportTaka Cho1-1/+1
the name tag is the pom.xml is helping writing the correct name in the Sonar report Change-Id: Id0c38722645460fe4d348ff264724085a0bc0766 Issue-ID: APPC-1193 Signed-off-by: Taka Cho <tc012c@att.com>
2018-09-06reference-dataform.component - fixed test casesArundathi Patil1-13/+32
Fixed rest of the failing test cases Issue-ID: APPC-1064 Change-Id: Idab0b2550959eb51d7f144a493338255fbbbc8dc Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-06reference-dataform.util - added spec fileArundathi Patil1-0/+50
wrote test case for reference-dataform.util service Issue-ID: APPC-1064 Change-Id: I9a2fe38107f7305979ed1997087eab20efadb53e Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-06build-artifacts.component: added test caseArundathi Patil1-0/+23
wrote test case to test and cover newly added lines of code in build-artifacts component. Issue-ID: APPC-1064 Change-Id: I0cf6a4973b13dd493b48a96a34ca708bcb4a6ceb Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-05reference-dataform- fixed few test casesArundathi Patil1-4/+4
Fixed few failing test cases. Issue-ID: APPC-1064 Change-Id: I2398983d732173b82abfeb5335c6ecf0f357531a Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-04reference-dataform.component.spec- fixed test caseArundathi Patil1-4/+14
Fixed few of the errors which caused test case failures Issue-ID: APPC-1064 Change-Id: I22ff94900b608b3132848c76a418701df40d3d2c 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-09-04vm-filtering.pipe- test caseArundathi Patil1-1/+1
Corrected the test case to test the proper condition Issue-ID: APPC-1064 Change-Id: Icdf24bba4f329399d99b82c60abc5445754f419c Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-04order-by.pipe- added test caseArundathi Patil1-0/+10
added test case to test and cover order orderByComparator() when orderby parameter is number. Issue-ID: APPC-1064 Change-Id: Ia3c1c17d4b95f58559c2467769b9071ed08a32ee Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-04utility.service.spec.ts : added test caseArundathi Patil1-0/+24
added test case to cover the condition when artifact-type is reference-data in createPayLoadForSave() function. Issue-ID: APPC-1064 Change-Id: I48b799c527cb93a1e186e6f649dc298ad1d0a90c Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-04mapping-editor.service- added test caseArundathi Patil1-0/+5
Wrote test case to test selectedObj() function Issue-ID: APPC-1064 Change-Id: I9be14de56c537f3ba16c8535eb278ccb5fb179cc Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-03reference-dataform.component: fixed test caseArundathi Patil1-1/+2
Fixed test case that failed with error "cannot read property length of undefined" Issue-ID: APPC-1064 Change-Id: Ie007d431b5d9ece826fc60e1a318f9092cb02e12 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-31myvnfs.component.spec- added test casesArundathi Patil1-0/+18
Added test cases to cover the new changes in method buildNewDesign() function Issue-ID: APPC-1064 Change-Id: Icd4e48509b64c40a77f893fa5ca9490605878b2a Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-31build-artifacts.component.spec- added test casesArundathi Patil1-1/+5
added test case to cover setAllowotherUpdates function and to test a condition in checkRefDataReqFields() function Issue-ID: APPC-1064 Change-Id: I01bbd061894b98e6afe07b4fc8f87dab65d2378d Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-31utility.service- added test caseArundathi Patil1-0/+7
Added test case to test and cover processApiError() function. Issue-ID: APPC-1064 Change-Id: I2a6e4a131853bb36d54e40bfe38766b5e62d59b6 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-30upgrade spring-boot to 2.0.4Taka Cho1-1/+1
Artifact: tomcat-embed-core Version: 8.5.31 to Version: 8.5.32 Change-Id: Id68d7a6049ebe5032e5dee7d22a07f7a9133d7b9 Issue-ID: APPC-1018 Signed-off-by: Taka Cho <tc012c@att.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>