From a2b001fefa55de77b9a871f660a8feaac1247d20 Mon Sep 17 00:00:00 2001 From: zooko <> Date: Sat, 19 Dec 2009 14:43:24 +0000 Subject: [PATCH] move "easy" into the "process" section and add "firewall" [Imported from Trac: page ViewTickets, version 52] --- ViewTickets.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ViewTickets.md b/ViewTickets.md index 72509e9..a8d956b 100644 --- a/ViewTickets.md +++ b/ViewTickets.md @@ -24,10 +24,11 @@ * [unknown]query:component=unknown&status!=closed ([count)](TicketQuery)(component=unknown&status!=closed,) See [ComponentDefinitions](ComponentDefinitions) for an explanation of what each component means. -# Tickets For Review +# Special Tickets * [review]query:status!=closed&keywords~=review ([count)](TicketQuery)(status!=closed&keywords~=review,): tickets with a patch waiting for review * [reviewed]query:status!=closed&keywords~=reviewed ([count)](TicketQuery)(status!=closed&keywords~=reviewed,): tickets with a patch reviewed and waiting to be committed + * [easy]query:status!=closed&keywords~=easy ([count)](TicketQuery)(status!=closed&keywords~=easy,): this issue represents some low-hanging (coding) fruit # Keywords @@ -50,7 +51,7 @@ See [ComponentDefinitions](ComponentDefinitions) for an explanation of what each * [performance]query:status!=closed&keywords~=performance ([count)](TicketQuery)(status!=closed&keywords~=performance,): an opportunity to improve some aspect of performance (speed, latency, bandwidth, space usage, etc.) * [memory]query:status!=closed&keywords~=memory ([count)](TicketQuery)(status!=closed&keywords~=memory,): an opportunity to improve memory usage (should usually also be tagged as 'performance') * [newcaps]query:status!=closed&keywords~=newcaps ([count)](TicketQuery)(status!=closed&keywords~=newcaps,): relevant to [NewCapDesign](NewCapDesign) - * [easy]query:status!=closed&keywords~=easy ([count)](TicketQuery)(status!=closed&keywords~=easy,): this issue represents some low-hanging (coding) fruit + * [firewall]query:status!=closed&keywords~=firewall ([count)](TicketQuery)(status!=closed&keywords~=firewall,): relevant to firewall and NAT issues Combined queries: * [tickets tagged 'integrity', 'confidentiality', 'privacy' or 'security']query:status!=closed&keywords~=integrity|confidentiality|privacy|security ([confidentiality|privacy|security, count)](TicketQuery)(status!=closed&keywords~=integrity)