-
Notifications
You must be signed in to change notification settings - Fork 560
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…2900) Fixes an oversight where preinstalled Snaps would not emit `snapInstalled` and `snapUpdated`. This would cause lifecycle hooks among other things to not work. This PR also adds a `preinstalled` flag to the events, this will be necessary to not collect metrics for installation/update of preinstalled Snaps. Additionally, this PR fixes an oversight where preinstalled Snaps could have the manual update flow triggered. For now, we disallow this behaviour. Progresses #2899
- Loading branch information
1 parent
406f7a2
commit 126990b
Showing
3 changed files
with
123 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"branches": 92.85, | ||
"branches": 92.89, | ||
"functions": 96.71, | ||
"lines": 98, | ||
"statements": 97.7 | ||
"statements": 97.71 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters