aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket-be/vnf-sdk-marketplace/src/main/java/org
AgeCommit message (Expand)AuthorFilesLines
2018-11-16Add criteria to vnftest run resultcasablancaKanagaraj Manickam k003651061-0/+10
2018-11-15Add build-tag in test resultKanagaraj Manickam k003651061-1/+9
2018-09-25Fix the health checkKanagaraj Manickam k003651061-11/+2
2018-09-25Sonar: Improve coverage of package resourceKanagaraj Manickam k003651061-3/+0
2018-09-24Fix the File manager to pick the correct handlerKanagaraj Manickam k003651061-1/+1
2018-09-24VTP: Set to 500 on VTP-TC failure during uploadKanagaraj Manickam k003651061-1/+1
2018-09-21VTP: Make VTP separate REST controllerKanagaraj Manickam k003651062-67/+111
2018-09-10VTP: Run a test case under VTPKanagaraj Manickam k003651061-3/+51
2018-09-08VTP: Report the available VTP test casesKanagaraj Manickam k003651061-29/+48
2018-09-08VTP: Migrate csar validation to VTPKanagaraj Manickam k003651061-24/+28
2018-04-17Add health checkMurali-P3-538/+549
2018-04-16Error message in wrong formatMurali-P2-18/+28
2018-04-11Enhance error messages Marketplace UIMurali-P2-26/+43
2018-03-26Remove security vulnerabilitiesChris Donley2-2/+6
2018-03-23Package name should be uniqueMurali-P1-0/+7
2018-03-23Csar subset queryMurali-P4-1/+24
2018-03-09Remove jackson to avoid security issuesMurali-P3-84/+7
2018-03-08Fix security issuesMurali-P1-158/+134
2018-03-08Remove un-used set functionsMurali-P1-28/+1
2018-03-08Remove un-used DB functionsMurali-P1-28/+0
2018-03-08Modify Util functionMurali-P2-338/+219
2018-03-08Improve code coverageMurali-P1-60/+1
2018-03-08Improve code coverageMurali-P5-252/+11
2018-03-08Improve code coverageMurali-P3-301/+2
2017-11-22Remove traces of Open-OMurali-P3-7/+7
2017-10-13Bug:Fix file validation issueMurali1-1/+32
2017-10-13Merge "Update Java Docs for refrepo"Murali Mohan Murthy Potham19-1119/+1307
2017-10-13Update Java Docs for refrepoMurali19-1119/+1307
2017-10-12Merge "Lower cyclomatic complexity of copyDirectory"Murali Mohan Murthy Potham1-19/+32
2017-10-11Merge "Remove instantiation of CsarValidator"Gao Weitao1-58/+67
2017-10-11Lower cyclomatic complexity of copyDirectoryHarry Huang1-19/+32
2017-10-09Remove instantiation of CsarValidatorHarry Huang1-58/+67
2017-10-06Fix the upload package failureMurali2-6/+89
2017-09-27Fix the constructor issueMurali2-9/+8
2017-09-27Remove duplicate literalMurali1-9/+11
2017-09-27Fix the exception logging issueMurali1-1/+1
2017-09-26Merge "replace while with for"Murali Mohan Murthy Potham1-4/+8
2017-09-26Merge "Add validation to market place"Murali Mohan Murthy Potham1-0/+17
2017-09-26replace while with forHarry Huang1-4/+8
2017-09-26Merge "lower the cyclomatic complexity"Murali Mohan Murthy Potham1-69/+66
2017-09-26lower the cyclomatic complexityHarry Huang1-69/+66
2017-09-26Add validation to market placeAvinashS1-0/+17
2017-09-26Merge "remove used code block"Murali Mohan Murthy Potham1-91/+47
2017-09-26Merge "change to diamond operator"Murali Mohan Murthy Potham1-35/+36
2017-09-26remove used code blockHarry Huang1-91/+47
2017-09-26change to diamond operatorHarry Huang1-35/+36
2017-09-25replace specification with diamond operatorHarry Huang1-34/+35
2017-09-23Merge "catch IOException inside function"Murali Mohan Murthy Potham1-13/+22
2017-09-23catch IOException inside functionHarry Huang1-13/+22
2017-09-23use for loop instead of whileHarry Huang1-22/+21