gnats-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to gnats/gnats/dbconfig.in


From: Yngve Svendsen
Subject: Changes to gnats/gnats/dbconfig.in
Date: Thu, 24 Oct 2002 08:32:44 -0400

Index: gnats/gnats/dbconfig.in
diff -c gnats/gnats/dbconfig.in:1.7 gnats/gnats/dbconfig.in:1.8
*** gnats/gnats/dbconfig.in:1.7 Mon Oct 14 15:00:35 2002
--- gnats/gnats/dbconfig.in     Thu Oct 24 08:32:43 2002
***************
*** 237,261 ****
      }
  }
  
- 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
- }
- 
  field "Class" {
      description "The type of bug"
      enumerated-in-file {
--- 237,242 ----
***************
*** 297,308 ****
      read-only
  }
  
- field "Cases" {
-     text
-     query-default inexact-regexp
-     textsearch
- }
- 
  field "Last-Modified" {
      builtin-name "last-modified"
      description "Last modification date of the PR"
--- 278,283 ----
***************
*** 365,373 ****
      multitext
  }
  
- # 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.
  field "Audit-Trail" {
      builtin-name "audit-trail"
      description "Log of specific changes to the PR"
--- 340,345 ----
***************
*** 412,421 ****
  # 
  query "standard" {
      fields {
!       "Number" "Category" "Synopsis" "Confidential" "Severity" "Priority"
!       "Responsible" "State" "Class" "Cases" "Quarter" "Keywords"
!       "Date-Required" "Submitter-Id" "Arrival-Date" "Closed-Date"
!       "Last-Modified" "Originator" "Release"
      }
  }
  
--- 384,393 ----
  # 
  query "standard" {
      fields {
!       "Number" "Category" "Synopsis" "Confidential" "Severity"
!       "Priority" "Responsible" "State" "Class" "Submitter-Id"
!       "Arrival-Date" "Closed-Date" "Last-Modified" "Originator"
!       "Release"
      }
  }
  
***************
*** 459,466 ****
      fields {
        "Number" "Category" "Synopsis" "Confidential" "Severity" "Priority"
        "Responsible" "State" "Class" "Submitter-Id" "Arrival-Date"
!       "Originator" "Release" "Last-Modified" "Closed-Date" "Quarter"
!       "Keywords" "Date-Required"
      }
  }
  
--- 431,437 ----
      fields {
        "Number" "Category" "Synopsis" "Confidential" "Severity" "Priority"
        "Responsible" "State" "Class" "Submitter-Id" "Arrival-Date"
!       "Originator" "Release" "Last-Modified" "Closed-Date"
      }
  }
  
***************
*** 469,476 ****
      fields {
        "Number" "Category" "Synopsis" "Confidential" "Severity" "Priority"
        "Responsible" "State" "Class" "Submitter-Id" "Arrival-Date"
!       "Originator" "Release" "Last-Modified" "Closed-Date" "Quarter"
!       "Keywords" "Date-Required"
      }
  }
  
--- 440,446 ----
      fields {
        "Number" "Category" "Synopsis" "Confidential" "Severity" "Priority"
        "Responsible" "State" "Class" "Submitter-Id" "Arrival-Date"
!       "Originator" "Release" "Last-Modified" "Closed-Date"
      }
  }
  
***************
*** 772,780 ****
      # The fields in the index, in the order in which they will appear.
      fields {
        "Submitter-Id" "Responsible" "State" "Confidential" "Severity"
!       "Priority" "Date-Required" "Quarter" "Keywords" "Arrival-Date"
!       "Last-Modified" "Closed-Date" "Class" "Originator" "Release"
!       "Synopsis" "Cases"
      }
      # A somewhat convoluted binary format is used when binary-index is set
      # to true.
--- 742,749 ----
      # The fields in the index, in the order in which they will appear.
      fields {
        "Submitter-Id" "Responsible" "State" "Confidential" "Severity"
!       "Priority" "Arrival-Date" "Last-Modified" "Closed-Date" "Class"
!       "Originator" "Release" "Synopsis"
      }
      # A somewhat convoluted binary format is used when binary-index is set
      # to true.
***************
*** 789,796 ****
  # the template.
  initial-entry {
      fields {
!       "Submitter-Id" "Originator" "Organization" "Synopsis" "Confidential"
!       "Severity" "Priority" "Category" "Class" "Quarter" "Release"
        "Environment" "Description" "How-To-Repeat" "Fix"
      }
  }
--- 758,765 ----
  # the template.
  initial-entry {
      fields {
!       "Submitter-Id" "Originator" "Organization" "Synopsis"
!       "Confidential" "Severity" "Priority" "Category" "Class" "Release"
        "Environment" "Description" "How-To-Repeat" "Fix"
      }
  }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]