Miguel Pires
Miguel Pires
Not for review yet. I'm opening so Samuele can validate if this is broadly what was intended or if I'm misunderstanding the issue
Adds support for placeholders in the aspect's names (in the `{foo}` format) that can then be used to fill in the path.
In a scenario where we have two subscriptions and we publish two messages, if the first message is correlated to the first subscription but is rejected due to that subscription...
At the moment, a timer start event creates timers on the deployment partition to avoid doing the same work in multiple brokers. Since this approach pushes the entire load of...
In hybrid systems where we do refreshes of apps before the reboot and essential snaps after, check if a re-refresh is necessary after the apps are done instead of waiting...
Check that on a hybrid system, refreshes of both essential snaps and apps and non-model bases don't make the apps wait for a reboot. In particular check that the refresh...
Fetch registry assertion referenced in plugs when installing/refreshing a snap. Also fetch new revisions of registry assertion on auto-refresh.
Adds registry support to `snapctl set` so snaps can write to registry views, if they have a matching connected plug for the view and if the registry assertion can be...
[5e4242c](https://github.com/snapcore/snapd/pull/13985/commits/5e4242c8f1ebe306639d0a74c227221278b08a69) changes our configuration files to use a numbered prefix. This stems from https://github.com/snapcore/snapd/pull/13967 which had a config override that was not being applied due to the file being sorted...
WIP, not for general review yet