/[gnats]/gnats/gnats/dbconfig.in
ViewVC logotype

Diff of /gnats/gnats/dbconfig.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by yngves, Mon Oct 14 19:00:35 2002 UTC revision 1.8 by yngves, Thu Oct 24 12:32:43 2002 UTC
# Line 237  field "State" { Line 237  field "State" {
237      }      }
238  }  }
239    
 field "Quarter" {  
     description "What quarter does the PR fall into?"  
     text  
     query-default inexact-regexp  
     textsearch  
 }  
   
 field "Keywords" {  
     description "Keywords used to index this PR"  
     text  
     query-default inexact-regexp  
     textsearch  
 }  
   
 field "Date-Required" {  
     description "Date that the PR must be fixed by"  
     date  
 }  
   
240  field "Class" {  field "Class" {
241      description "The type of bug"      description "The type of bug"
242      enumerated-in-file {      enumerated-in-file {
# Line 297  field "Closed-Date" { Line 278  field "Closed-Date" {
278      read-only      read-only
279  }  }
280    
 field "Cases" {  
     text  
     query-default inexact-regexp  
     textsearch  
 }  
   
281  field "Last-Modified" {  field "Last-Modified" {
282      builtin-name "last-modified"      builtin-name "last-modified"
283      description "Last modification date of the PR"      description "Last modification date of the PR"
# Line 365  field "Release-Note" { Line 340  field "Release-Note" {
340      multitext      multitext
341  }  }
342    
 # This field should be append-only, to prevent screwballs from deleting  
 # text out of it.  However, we need to fix the permissions model before  
 # we add that sort of guff.  
343  field "Audit-Trail" {  field "Audit-Trail" {
344      builtin-name "audit-trail"      builtin-name "audit-trail"
345      description "Log of specific changes to the PR"      description "Log of specific changes to the PR"
# Line 412  query "edit" { Line 384  query "edit" {
384  #  #
385  query "standard" {  query "standard" {
386      fields {      fields {
387          "Number" "Category" "Synopsis" "Confidential" "Severity" "Priority"          "Number" "Category" "Synopsis" "Confidential" "Severity"
388          "Responsible" "State" "Class" "Cases" "Quarter" "Keywords"          "Priority" "Responsible" "State" "Class" "Submitter-Id"
389          "Date-Required" "Submitter-Id" "Arrival-Date" "Closed-Date"          "Arrival-Date" "Closed-Date" "Last-Modified" "Originator"
390          "Last-Modified" "Originator" "Release"          "Release"
391      }      }
392  }  }
393    
# Line 459  query "sql" { Line 431  query "sql" {
431      fields {      fields {
432          "Number" "Category" "Synopsis" "Confidential" "Severity" "Priority"          "Number" "Category" "Synopsis" "Confidential" "Severity" "Priority"
433          "Responsible" "State" "Class" "Submitter-Id" "Arrival-Date"          "Responsible" "State" "Class" "Submitter-Id" "Arrival-Date"
434          "Originator" "Release" "Last-Modified" "Closed-Date" "Quarter"          "Originator" "Release" "Last-Modified" "Closed-Date"
         "Keywords" "Date-Required"  
435      }      }
436  }  }
437    
# Line 469  query "sql2" { Line 440  query "sql2" {
440      fields {      fields {
441          "Number" "Category" "Synopsis" "Confidential" "Severity" "Priority"          "Number" "Category" "Synopsis" "Confidential" "Severity" "Priority"
442          "Responsible" "State" "Class" "Submitter-Id" "Arrival-Date"          "Responsible" "State" "Class" "Submitter-Id" "Arrival-Date"
443          "Originator" "Release" "Last-Modified" "Closed-Date" "Quarter"          "Originator" "Release" "Last-Modified" "Closed-Date"
         "Keywords" "Date-Required"  
444      }      }
445  }  }
446    
# Line 772  index { Line 742  index {
742      # The fields in the index, in the order in which they will appear.      # The fields in the index, in the order in which they will appear.
743      fields {      fields {
744          "Submitter-Id" "Responsible" "State" "Confidential" "Severity"          "Submitter-Id" "Responsible" "State" "Confidential" "Severity"
745          "Priority" "Date-Required" "Quarter" "Keywords" "Arrival-Date"          "Priority" "Arrival-Date" "Last-Modified" "Closed-Date" "Class"
746          "Last-Modified" "Closed-Date" "Class" "Originator" "Release"          "Originator" "Release" "Synopsis"
         "Synopsis" "Cases"  
747      }      }
748      # A somewhat convoluted binary format is used when binary-index is set      # A somewhat convoluted binary format is used when binary-index is set
749      # to true.      # to true.
# Line 789  index { Line 758  index {
758  # the template.  # the template.
759  initial-entry {  initial-entry {
760      fields {      fields {
761          "Submitter-Id" "Originator" "Organization" "Synopsis" "Confidential"          "Submitter-Id" "Originator" "Organization" "Synopsis"
762          "Severity" "Priority" "Category" "Class" "Quarter" "Release"          "Confidential" "Severity" "Priority" "Category" "Class" "Release"
763          "Environment" "Description" "How-To-Repeat" "Fix"          "Environment" "Description" "How-To-Repeat" "Fix"
764      }      }
765  }  }

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26