edgexfoundry / device-onvif-camera

Owner: Device WG
Apache License 2.0
29 stars 37 forks source link

refactor!: prefix some commands with onvif service name and add SnapshotUri #357

Closed ajcasagrande closed 1 year ago

ajcasagrande commented 1 year ago

BREAKING CHANGE: Changed the name of many device commands to include a prefix of the onvif service they belong to. For example Status becomes PTZStatus, Profiles becomes MediaProfiles, etc.

If your build fails due to your commit message not passing the build checks, please review the guidelines here: https://github.com/edgexfoundry/edgex-go/blob/main/.github/Contributing.md

PR Checklist

Please check if your PR fulfills the following requirements:

Testing Instructions

Make sure to clean edgex

New Dependency Instructions (If applicable)

codecov-commenter commented 1 year ago

Codecov Report

Merging #357 (5f628de) into main (8f1cbae) will not change coverage. The diff coverage is n/a.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff           @@
##             main     #357   +/-   ##
=======================================
  Coverage   34.09%   34.09%           
=======================================
  Files          19       19           
  Lines        1804     1804           
=======================================
  Hits          615      615           
  Misses       1123     1123           
  Partials       66       66           
vyshali-chitikeshi commented 1 year ago

Executed several updated api's and they all seems to be working correctly. Validation perspective updating api names looks good, however all api execution will be done as part of release validation.