Changes between Version 28 and Version 29 of Reports
- Timestamp:
- Apr 4, 2011, 2:03:57 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Reports
v28 v29 7 7 Easy-pickings - how about contributing an easy patch to get started? 8 8 9 * [query:status= new|assigned|reopened&stage=Accepted&keywords=~easy-pickings Tickets tagged "easy-pickings"]10 * [query:status= new|assigned|reopened&stage=Accepted&component=Documentation&has_patch=0 Documentation tickets needing patches] (often easy)9 * [query:status=!closed&stage=Accepted&keywords=~easy-pickings Tickets tagged "easy-pickings"] 10 * [query:status=!closed&stage=Accepted&component=Documentation&has_patch=0 Documentation tickets needing patches] (often easy) 11 11 12 12 = Experienced contributors = … … 23 23 They may also need to have the component changed and other meta-data set. 24 24 25 * [query:status= new|assigned|reopened&stage=Unreviewed Unreviewed tickets]25 * [query:status=!closed&stage=Unreviewed Unreviewed tickets] 26 26 27 27 == Reviewing patches == … … 30 30 review the patch for quality, checking docs and tests. 31 31 32 * [query:status= new|assigned|reopened&stage=Accepted&needs_better_patch=0&needs_tests=0&needs_docs=0&has_patch=1 Patches that need review]33 * [query:status= new|assigned|reopened&stage=Accepted&needs_better_patch=0&needs_tests=0&needs_docs=0&has_patch=1&component=Documentation Documentation patches that need review]32 * [query:status=!closed&stage=Accepted&needs_better_patch=0&needs_tests=0&needs_docs=0&has_patch=1 Patches that need review] 33 * [query:status=!closed&stage=Accepted&needs_better_patch=0&needs_tests=0&needs_docs=0&has_patch=1&component=Documentation Documentation patches that need review] 34 34 35 35 When done, either set to 'Ready for checkin' or the relevant flags regarding patch quality, docs and tests. … … 40 40 41 41 42 * [query:status= new|assigned|reopened&has_patch=0&stage=Accepted&or&status=new|assigned|reopened&needs_better_patch=1&stage=Accepted&or&status=new|assigned|reopened&needs_docs=1&stage=Accepted&or&status=new|assigned|reopened&needs_tests=1&stage=Accepted All tickets that need any implementation work]42 * [query:status=!closed&has_patch=0&stage=Accepted&or&status=!closed&needs_better_patch=1&stage=Accepted&or&status=!closed&needs_docs=1&stage=Accepted&or&status=!closed&needs_tests=1&stage=Accepted All tickets that need any implementation work] 43 43 44 44 Broken down a bit further: 45 45 46 * [query:status= new|assigned|reopened&stage=Accepted&has_patch=0 Tickets that need patches]47 * [query:status= new|assigned|reopened&stage=Accepted&has_patch=1&needs_better_patch=1 Tickets that have patches but need to be improved]48 * [query:status= new|assigned|reopened&stage=Accepted&needs_docs=1 Tickets that need documentation]49 * [query:status= new|assigned|reopened&stage=Accepted&needs_tests=1 Tickets that need unit tests]50 * [query:status= new|assigned|reopened&stage=Accepted&has_patch=1&needs_tests=0&needs_docs=1&needs_better_patch=0 Tickets that only need documentation]51 * [query:status= new|assigned|reopened&stage=Accepted&has_patch=1&needs_tests=1&needs_docs=0&needs_better_patch=0 Tickets that only need unit tests]52 * [query:status= new|assigned|reopened&stage=Accepted&has_patch=0&component=Documentation Documentation tickets that need patches]46 * [query:status=!closed&stage=Accepted&has_patch=0 Tickets that need patches] 47 * [query:status=!closed&stage=Accepted&has_patch=1&needs_better_patch=1 Tickets that have patches but need to be improved] 48 * [query:status=!closed&stage=Accepted&needs_docs=1 Tickets that need documentation] 49 * [query:status=!closed&stage=Accepted&needs_tests=1 Tickets that need unit tests] 50 * [query:status=!closed&stage=Accepted&has_patch=1&needs_tests=0&needs_docs=1&needs_better_patch=0 Tickets that only need documentation] 51 * [query:status=!closed&stage=Accepted&has_patch=1&needs_tests=1&needs_docs=0&needs_better_patch=0 Tickets that only need unit tests] 52 * [query:status=!closed&stage=Accepted&has_patch=0&component=Documentation Documentation tickets that need patches] 53 53 54 54 Once a patch is implemented, someone else will need to review it. … … 58 58 Decision work: 59 59 60 * [query:"status= new|assigned|reopened&stage=Design decision needed" Tickets that need a design decision]60 * [query:"status=!closed&stage=Design decision needed" Tickets that need a design decision] 61 61 62 62 Commit work: 63 63 64 * [query:"status= new|assigned|reopened&stage=Ready for checkin" Tickets that are ready for checkin]65 * [query:"status= new|assigned|reopened&stage=Ready for checkin&component=Documentation" Documentation tickets that are ready for checkin]64 * [query:"status=!closed&stage=Ready for checkin" Tickets that are ready for checkin] 65 * [query:"status=!closed&stage=Ready for checkin&component=Documentation" Documentation tickets that are ready for checkin] 66 66 67 67 High priority bugs: