From 17d2688a2ea9a546e2b1d2326f713d94deb28a99 Mon Sep 17 00:00:00 2001 From: davidsarah <> Date: Fri, 4 Dec 2009 04:46:55 +0000 Subject: [PATCH] rearrange queries [Imported from Trac: page ViewTickets, version 31] --- ViewTickets.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ViewTickets.md b/ViewTickets.md index a4dd517..df812f7 100644 --- a/ViewTickets.md +++ b/ViewTickets.md @@ -2,15 +2,13 @@ (Each keyword links to all of the **open** tickets mentioning that keyword. Some of the keywords are new, and existing tickets may not have been changed to use them.) - * [review or reviewed]query:status!=closed&keywords~=review ([count)](TicketQuery)(status!=closed&keywords~=review,): tickets with a patch waiting for review, or reviewed and waiting to be committed * [integrity]query:status!=closed&keywords~=integrity ([count)](TicketQuery)(status!=closed&keywords~=integrity,): could lead to the unintended alteration of data - * [dataloss]query:status!=closed&keywords~=dataloss ([count)](TicketQuery)(status!=closed&keywords~=dataloss,): could lead to the unintended loss of data * [confidentiality]query:status!=closed&keywords~=confidentiality ([count)](TicketQuery)(status!=closed&keywords~=confidentiality,): could lead to the unintended disclosure of file contents * [traffic-analysis]query:status!=closed&keywords~=traffic-analysis ([count)](TicketQuery)(status!=closed&keywords~=traffic-analysis,): could lead to the unintended disclosure of information other than file contents (e.g. how many files of what size you access at what times, the shape of your directory graph, the fact that you run a Tahoe-LAFS client or storage server, etc.) * [security]query:status!=closed&keywords~=security ([count)](TicketQuery)(status!=closed&keywords~=security,): security issues not necessarily tagged with a more specific keyword (*confidentiality*, *integrity*, etc.) + * [dataloss]query:status!=closed&keywords~=dataloss ([count)](TicketQuery)(status!=closed&keywords~=dataloss,): could lead to the unintended loss of data * [availability]query:status!=closed&keywords~=availability ([count)](TicketQuery)(status!=closed&keywords~=availability,): could lead to a temporary condition of being unable to read or write to the filesystem * [reliability]query:status!=closed&keywords~=reliability ([count)](TicketQuery)(status!=closed&keywords~=reliability,): could lead to unpredictable failure of functionality - * [easy]query:status!=closed&keywords~=easy ([count)](TicketQuery)(status!=closed&keywords~=easy,): this issue represents some low-hanging (coding) fruit * [forward-compatibility]query:status!=closed&keywords~=forward-compatibility ([count)](TicketQuery)(status!=closed&keywords~=forward-compatibility,): relevant to [forward compatibility](http://en.wikipedia.org/wiki/Forward_compatibility) of stored data or caps with future Tahoe versions * [unicode]query:status!=closed&keywords~=unicode ([count)](TicketQuery)(status!=closed&keywords~=unicode,): related to Unicode * [i18n]query:status!=closed&keywords~=i18n ([count)](TicketQuery)(status!=closed&keywords~=i18n,): related to internationalization (usually also to Unicode) @@ -18,6 +16,8 @@ * [docs]query:status!=closed&keywords~=docs ([count)](TicketQuery)(status!=closed&keywords~=docs,): fixing this issue involves updating documentation * [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.) * [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 + * [review or reviewed]query:status!=closed&keywords~=review ([count)](TicketQuery)(status!=closed&keywords~=review,): tickets with a patch waiting for review, or reviewed and waiting to be committed Combined queries: * [tickets tagged 'confidentiality', 'integrity', 'traffic-analysis' or 'security']query:status!=closed&keywords~=confidentiality|integrity|traffic-analysis|security ([integrity|traffic-analysis|security, count)](TicketQuery)(status!=closed&keywords~=confidentiality)