Skip to content

fix: no false positive for core module uninstall#149

Open
waako wants to merge 1 commit into
Annertech:mainfrom
waako:141_sanity_check_safe_uninstall_fix_core_module
Open

fix: no false positive for core module uninstall#149
waako wants to merge 1 commit into
Annertech:mainfrom
waako:141_sanity_check_safe_uninstall_fix_core_module

Conversation

@waako

@waako waako commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

Check if module code is in codebase, and if it was present before change.

Avoids false negatives for custom modules so not relying on composer alone.
Also check if composer removed at same time for contrib modules.

Resolves #141

Check if module code is in codebase, and if it was present before change. 
Avoids false negatives for custom modules so not relying on composer alone.
Also check if composer removed at same time for contrib modules.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Uninstalling core modules (e.g. page_cache) triggers false "code/package removed" critical failure

1 participant