Manifest format update#33
Conversation
|
Warning Review limit reached
Next review available in: 49 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. 📝 WalkthroughWalkthroughThis pull request converts manifest.properties files across all Apps from a bracketed section format ([manifest], [target], [app]) to a flattened dotted-key format (manifest.version, target.sdk, target.platforms, app.id, app.version.name, app.version.code, app.name, app.description), while incrementing each app's manifest and application version numbers. The build tool tactility.py removes its configparser dependency, implements manual line-based property parsing, updates ttbuild_version, and updates all manifest access points (validation, target platform resolution, build/run/uninstall actions) to use the new dotted-key format. Changes
Sequence Diagram(s)Not applicable — changes are configuration/data format conversions and internal key-access refactors without new interactive flows. Estimated code review effort: Low-Medium Related issues: None specified Related PRs: None specified Suggested labels: dependencies, chore Suggested reviewers: None specified Poem: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Update to manifest v0.2.0 with ".properties" format instead of ".ini" format.
Summary by CodeRabbit
New Features
Bug Fixes
Chores