Changes between Version 28 and Version 29 of Reports


Ignore:
Timestamp:
Apr 4, 2011, 2:03:57 PM (13 years ago)
Author:
Luke Plant
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Reports

    v28 v29  
    77Easy-pickings - how about contributing an easy patch to get started?
    88
    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)
    1111
    1212= Experienced contributors =
     
    2323They may also need to have the component changed and other meta-data set.
    2424
    25 * [query:status=new|assigned|reopened&stage=Unreviewed Unreviewed tickets]
     25* [query:status=!closed&stage=Unreviewed Unreviewed tickets]
    2626
    2727== Reviewing patches ==
     
    3030review the patch for quality, checking docs and tests.
    3131
    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]
    3434
    3535When done, either set to 'Ready for checkin' or the relevant flags regarding patch quality, docs and tests.
     
    4040
    4141
    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]
    4343
    4444Broken down a bit further:
    4545
    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]
    5353
    5454Once a patch is implemented, someone else will need to review it.
     
    5858Decision work:
    5959
    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]
    6161
    6262Commit work:
    6363
    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]
    6666
    6767High priority bugs:
Back to Top