Changes between Version 30 and Version 31 of ViewTickets
- Timestamp:
- 2009-12-04T04:46:55Z (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ViewTickets
v30 v31 3 3 (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.) 4 4 5 * [query:status!=closed&keywords~=review review or reviewed] ([[TicketQuery(status!=closed&keywords~=review, count)]]): tickets with a patch waiting for review, or reviewed and waiting to be committed6 5 * [query:status!=closed&keywords~=integrity integrity] ([[TicketQuery(status!=closed&keywords~=integrity, count)]]): could lead to the unintended alteration of data 7 * [query:status!=closed&keywords~=dataloss dataloss] ([[TicketQuery(status!=closed&keywords~=dataloss, count)]]): could lead to the unintended loss of data8 6 * [query:status!=closed&keywords~=confidentiality confidentiality] ([[TicketQuery(status!=closed&keywords~=confidentiality, count)]]): could lead to the unintended disclosure of file contents 9 7 * [query:status!=closed&keywords~=traffic-analysis traffic-analysis] ([[TicketQuery(status!=closed&keywords~=traffic-analysis, count)]]): 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.) 10 8 * [query:status!=closed&keywords~=security security] ([[TicketQuery(status!=closed&keywords~=security, count)]]): security issues not necessarily tagged with a more specific keyword (''confidentiality'', ''integrity'', etc.) 9 * [query:status!=closed&keywords~=dataloss dataloss] ([[TicketQuery(status!=closed&keywords~=dataloss, count)]]): could lead to the unintended loss of data 11 10 * [query:status!=closed&keywords~=availability availability] ([[TicketQuery(status!=closed&keywords~=availability, count)]]): could lead to a temporary condition of being unable to read or write to the filesystem 12 11 * [query:status!=closed&keywords~=reliability reliability] ([[TicketQuery(status!=closed&keywords~=reliability, count)]]): could lead to unpredictable failure of functionality 13 * [query:status!=closed&keywords~=easy easy] ([[TicketQuery(status!=closed&keywords~=easy, count)]]): this issue represents some low-hanging (coding) fruit14 12 * [query:status!=closed&keywords~=forward-compatibility forward-compatibility] ([[TicketQuery(status!=closed&keywords~=forward-compatibility, count)]]): relevant to [http://en.wikipedia.org/wiki/Forward_compatibility forward compatibility] of stored data or caps with future Tahoe versions 15 13 * [query:status!=closed&keywords~=unicode unicode] ([[TicketQuery(status!=closed&keywords~=unicode, count)]]): related to Unicode … … 19 17 * [query:status!=closed&keywords~=performance performance] ([[TicketQuery(status!=closed&keywords~=performance, count)]]): an opportunity to improve some aspect of performance (speed, latency, bandwidth, space usage, etc.) 20 18 * [query:status!=closed&keywords~=newcaps newcaps] ([[TicketQuery(status!=closed&keywords~=newcaps, count)]]): relevant to NewCapDesign 19 * [query:status!=closed&keywords~=easy easy] ([[TicketQuery(status!=closed&keywords~=easy, count)]]): this issue represents some low-hanging (coding) fruit 20 * [query:status!=closed&keywords~=review review or reviewed] ([[TicketQuery(status!=closed&keywords~=review, count)]]): tickets with a patch waiting for review, or reviewed and waiting to be committed 21 21 22 22 Combined queries: