Migrate deprecated version/date metadata in 7 artifacts#1603
Merged
Conversation
Migrate the deprecated 'version'/'date' metadata keys to creation_date/last_update_date across 7 artifacts that were already pylint-clean (so this is a safe, metadata-only change): ZaloChats, ZangiMessenger, appleMapsTrips, appleWifiPlist, keyboard, knowledgeC, widgets. - Removed the deprecated 'version' field. - Where a 'date' existed, split it into creation_date + last_update_date (same value). - Where only last_update_date existed (no creation_date), added creation_date. No behavior change. Other artifacts still on version/date carry pre-existing lint debt and are left for a separate dedicated cleanup.
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.
Summary
Migrates the deprecated
version/datemetadata keys tocreation_date/last_update_dateacross 7 artifacts that were already pylint-clean (so this is a safe, metadata-only change): ZaloChats, ZangiMessenger, appleMapsTrips, appleWifiPlist, keyboard, knowledgeC, widgets.Changes (metadata-only, no behavior change)
versionfield.dateexisted → split intocreation_date+last_update_date(same value).last_update_dateexisted → addedcreation_date.Validation
Note
The remaining ~17 artifacts still on
version/datecarry pre-existing lint debt (touching them re-lints the whole file), so they're left for a separate dedicated cleanup.