summaryrefslogtreecommitdiffstats
path: root/generic-resource-api/model/swagger/src/main/yaml
AgeCommit message (Collapse)AuthorFilesLines
2023-03-30Upgrade to OpenDaylight Chlorine version of pomsDan Timoney1-1/+1
Update to OpenDaylight Chlorine version of parent poms Issue-ID: CCSDK-3812 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I9cae93be340b7fab1fe80225b2e705b1ba053421
2022-08-05Changes to support ODL Sulfur updateDan Timoney1-1/+1
Changes to sdnc/northbound to conform to changes in OpenDaylight Sulfur release. Many of these changes are due to a change in yangtools, which no longer implements a common ancestor for its builder classes. This broke a utility method used in jUnit test cases (build()), which meant all jUnits using that method had to be updated to call each individual builder's build() method directly. Issue-ID: CCSDK-1728 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ia82aa3decd82d873120dd643a6a0427928890f99
2021-09-28Change scope of sli dependencies to providedDan Timoney1-1/+1
Scope of ccsdk sli dependencies should be provided to prevent issues in derived feature.xml files Issue-ID: SDNC-1611 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ib97ffcfa3cb2d774ccd5aab82ed0db94277f3089
2021-09-13Update to use released parent pomDan Timoney1-2171/+2223
Update to use released version of parent pom Issue-ID: SDNC-1609 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: If6a58fd72c9041173201bd2322feda6651928690
2021-02-23Release version 2.1.1 and roll versionsDan Timoney1-5307/+5307
Release version 2.1.1 (Honolulu M3) and roll versions Change-Id: I16a9ffced38230ecf329151c6b305cdd7a7ed66a Issue-ID: SDNC-1473 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-02-04Upgrade to ODL AluminumDan Timoney1-5308/+5310
Updated code to conform to OpenDaylight Aluminum release. Change-Id: I3ef7daebc689a5d2e344fc7b96ce885bda77a7f8 Issue-ID: SDNC-1474 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-11-05Removed dup module name from GRA yamlDan Timoney1-5421/+5421
Removed duplicate instances of module name in generated swagger yaml for generic resource api by running a script after yang2swagger. Change-Id: I274e01eb2c19f6945ea7eff72c15d560a80c5aba Issue-ID: SDNC-1406 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-10-06GRAPI yang model updateCheung, Pat (kc1472)1-4228/+4234
Added limit for String items to address Lack of Resources and Rate Limiting Security Vulnerability Issue-ID: SDNC-1347 Signed-off-by: Cheung, Pat (kc1472) <kc1472@att.com> Change-Id: I12a85e8db37280f7cd3981cad48a3bcf806a974e
2020-08-22Roll versions to next Guilin snapshotDan Timoney1-1/+9
Update version to next Guilin snapshot Change-Id: I2441a75c7cd87582f2a4075e74edfffbb33fad97 Issue-ID: SDNC-1315 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-06-08Generate ODL compliant swagger models from yangDan Timoney1-0/+91396
Updated generic-resource-api to generate swagger v2 models from yang that comply with OpenDaylight RESTCONF structure Change-Id: Ib74d3ff49b2f13ec9026a33b4a70ef506e12632b Issue-ID: SDNC-409 Signed-off-by: Dan Timoney <dtimoney@att.com>