canonical / pebble

Pebble is a lightweight Linux service manager with layered configuration and an HTTP API.
https://canonical-pebble.readthedocs-hosted.com/
GNU General Public License v3.0
146 stars 54 forks source link

Wire up change-update notice (backport from snapd) #364

Closed benhoyt closed 6 months ago

benhoyt commented 7 months ago

The core of Pebble Notices has been implemented (and the custom notice type), however, we need to record a change-update notice whenever a Change is spawned or updated (its status changes). This is being added by the snapd team in snapd first (https://github.com/snapcore/snapd/pull/13528), and then we'll backport it to Pebble. This issue represents the work to port it to Pebble after the snapd team has merged it in their project.

benhoyt commented 6 months ago

Done in https://github.com/canonical/pebble/pull/379