aboutsummaryrefslogtreecommitdiffstats
path: root/appc-sdc-listener/appc-yang-generator
AgeCommit message (Collapse)AuthorFilesLines
2018-03-21Unit test for YANGGenerationException.javashubhada1-0/+46
Unit test for YANGGenerationException.java Sonar-Link: https://sonar.onap.org/code?id=org.onap.appc%3Aappc&selected=org.onap.appc%3Aappc-yang-generator%3Asrc%2Fmain%2Fjava%2Forg%2Fonap%2Fappc%2Fyang%2Fexception%2FYANGGenerationException.java Change-Id: Ic23b9d863da6981090feeaad79cd1afa895b8e24 Issue-ID: APPC-772 Signed-off-by: shubhada <SV00449682@techmahindra.com>
2018-03-08Coverage for yang-generator object classshubhada1-0/+81
Unit Test Coverage for Leaf.java Sonar Link: https://sonar.onap.org/code?id=org.onap.appc%3Aappc&selected=org.onap.appc%3Aappc-yang-generator%3Asrc%2Fmain%2Fjava%2Forg%2Fonap%2Fappc%2Fyang%2Fobjects Change-Id: I133ffe9688e7b63024d154a8bef2c5559fb546df Issue-ID: APPC-704 Signed-off-by: shubhada <SV00449682@techmahindra.com>
2018-02-27security issue: commons-collectionsTaka Cho1-1/+12
Change-Id: I74a56640065ae6c6a470835ab1022ed0f266fc09 Issue-ID: APPC-665 Signed-off-by: Taka Cho <tc012c@att.com>
2018-02-21Update license text part 3Skip Wonnell1-0/+23
Issue-ID: APPC-637 Change-Id: I361c457acd27099294365f8ee3aeb167cd7fcafd Signed-off-by: Skip Wonnell <skip@att.com>
2018-02-20Update .gitignore with license textSkip Wonnell1-0/+23
Update .gitignore with license text Remove IDE generated files from repository Update .gitignore to ignore IDE Generated files Issue-ID: APPC-637 Change-Id: Ie650e2c6d46d55d06dcc54877533cb3e14be66d6 Signed-off-by: Skip Wonnell <skip@att.com>
2018-02-12Update java files with correct license textamshegokar1-0/+19
Adding license text for 1./src/test/java/org/onap/appc/mdsal/operation/TestConfigOperationRequestFormatter.java 2.src/test/java/org/onap/appc/yang/type/TestYangTypes.java Change-Id: I902631c3ea8ea3d7cbffe5c9ac5c0027bf926de2 Issue-ID: APPC-602 Signed-off-by: amshegokar <AS00500801@techmahindra.com>
2018-02-06Unit test for APPC yang generatorShubhada1-0/+28
Provide unit coverage for /org/onap/appc/yang/type bundle. https://sonar.onap.org/drilldown/measures/114359?highlight=coverage&metric=uncovered_lines&rids%5B%5D=115255&rids%5B%5D=115275 Change-Id: I3cb77301b7d7369aa95dd5c493af690f6c5fcd59 Signed-off-by: Shubhada <SV00449682@techmahindra.com> Issue-ID: APPC-534"
2018-01-11Sonar blocker issue resolutionSkip Wonnell1-0/+1
Sonar issue resolutions for ConfigArtifactProcessor.java Resolve this blocker issue: https://sonar.onap.org/issues/search#issues=AWDHkCDV-08if2a6w3sT And other sonar findings: https://sonar.onap.org/issues/search#issues=AWDHkCDV-08if2a6w3sU https://sonar.onap.org/issues/search#issues=AWDHkCDU-08if2a6w3sR https://sonar.onap.org/issues/search#issues=AWDHkCDV-08if2a6w3sS Change-Id: I2c4f2bb38a5d1fc07fd13c5220eac9fa16afe04a Issue-ID: APPC-386 Signed-off-by: Skip Wonnell <skip@att.com>
2017-12-13Third part of onap renamePatrick Brady7-0/+0
This part of the commit changes the folder structure on all other folders of appc. Change-Id: I8acfa11cdfcdcd36be0e137245d1dd7324f1abd3 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-13
2017-12-13First part of onap renamePatrick Brady10-20/+20
This is the first commit of the rename. This commit changes refereces to org.openecomp.appc > org.onap.appc that occur within files. The package folder structure is not changed in this commit. Change-Id: Ic95d749eb99d8a6f4f2b9ee9b06eb41c5cfa7e1c Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-13
2017-11-17Bump minor versionJessica Wagantall1-1/+1
Bump minor version in preparation for Amsterdam branching. Change-Id: I83e13547f583db020d6f756ddb8918360c38903b Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Signed-off-by: Patrick Brady <pb071s@att.com>
2017-11-07Changing to Amsterdam release versionv1.2.01.0.0-ONAP1.0.0-AmsterdamPatrick Brady1-1/+1
Appc will be realeased as version 1.2.0 since version 1.1.0 already was created spring 2017. Change-Id: I177931e892c2556c11a261f018fd835d62a14d54 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: APPC-314
2017-08-31Update ASDC References to SDC 1/2mojahidi13-0/+2205
This patch changes ASDC to SDC in APPC code, bundle names and other pertinent places. This change sanitizes SDC for Open Source. It is the first in a two part change, the first updates code mentions and artifacts. The second will update database references. Change-Id: Iffd73480cc325172b5d8969fe839728f1c88ef78 Issue-ID:APPC-179 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>