[19.0][MIG] bulk no-op modules: analysis annotations + docsource (96)#86
Open
dnplkndll wants to merge 1 commit into
Open
[19.0][MIG] bulk no-op modules: analysis annotations + docsource (96)#86dnplkndll wants to merge 1 commit into
dnplkndll wants to merge 1 commit into
Conversation
b95cb4c to
e1c3110
Compare
96 modules whose 18->19 analysis contains only auto-handled changes — DEL fields (preserved as legacy columns; database_cleanup handles residuals) and NEW records/fields (auto-created on install, NEW-required only where a default is present). No pre/post scripts needed. Triaged by a no-op classifier (excludes renames, type changes, m2o<->m2m, model merges, selection-key removals, required-without-default) plus a noupdate_changes.xml active-record scan and the staged-PR verifier. Modules with real noupdate data work or schema semantics were held back for individual migration PRs.
e1c3110 to
d82da6e
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
96 modules whose 18→19
upgrade_analysis.txtcontains only auto-handled changes:DELfields (preserved as legacy columns;database_cleanuphandles residuals later) andNEWrecords/fields (auto-created on install;NEW-required only where a default is present).Triaged by a no-op classifier that excludes renames, type changes, m2o↔m2m promotions, model merges, selection-key removals, and required-without-default fields, plus a
noupdate_changes.xmlactive-record scan that held back every module with real noupdate data work. Verified with the staged-PR convention checker (0 MISS / 0 WARN) and pre-commit.Modules needing real migration scripts (renames, selection remaps, noupdate loads) are excluded and tracked for individual PRs.