cc458d4874869bda7b5714591b1787f5432f0e43
[nmbug-tags.git] / status-config.json
1 {
2     "views": [
3         {
4             "comment": "Unresolved bugs (or just need tag updating).",
5             "query": [
6                 "tag:notmuch::bug",
7                 "not tag:notmuch::fixed",
8                 "not tag:notmuch::wontfix",
9                 "not tag:notmuch::obsolete",
10                 "not tag:notmuch::moreinfo"
11             ],
12             "title": "Bugs"
13         },
14         {
15             "comment": "reports waiting for more information.",
16             "query": [
17                 "tag:notmuch::bug",
18                 "not tag:notmuch::fixed",
19                 "not tag:notmuch::wontfix",
20                 "not tag:notmuch::obsolete",
21                 "tag:notmuch::moreinfo"
22             ],
23             "title": "Bugs"
24         },
25
26         {
27             "comment": "These patches are under consideration for pushing.",
28             "query": [
29                 "tag:notmuch::patch and not tag:notmuch::pushed",
30                 "not tag:notmuch::obsolete and not tag:notmuch::wip",
31                 "not tag:notmuch::stale and not tag:notmuch::contrib",
32                 "not tag:notmuch::moreinfo",
33                 "not tag:notmuch::python",
34                 "not tag:notmuch::vim",
35                 "not tag:notmuch::wontfix",
36                 "not tag:notmuch::needs-review"
37             ],
38             "title": "Maybe Ready (Core and Emacs)"
39         },
40         {
41             "comment": "These python related patches might be ready to push, or they might just need updated tags.",
42             "query": [
43                 "tag:notmuch::patch and not tag:notmuch::pushed",
44                 "not tag:notmuch::obsolete and not tag:notmuch::wip",
45                 "not tag:notmuch::stale and not tag:notmuch::contrib",
46                 "not tag:notmuch::moreinfo",
47                 "not tag:notmuch::wontfix",
48                 " tag:notmuch::python",
49                 "not tag:notmuch::needs-review"
50             ],
51             "title": "Maybe Ready (Python)"
52         },
53         {
54             "comment": "These vim related patches might be ready to push, or they might just need updated tags.",
55             "query": [
56                 "tag:notmuch::patch and not tag:notmuch::pushed",
57                 "not tag:notmuch::obsolete and not tag:notmuch::wip",
58                 "not tag:notmuch::stale and not tag:notmuch::contrib",
59                 "not tag:notmuch::moreinfo",
60                 "not tag:notmuch::wontfix",
61                 "tag:notmuch::vim",
62                 "not tag:notmuch::needs-review"
63             ],
64             "title": "Maybe Ready (vim)"
65         },
66         {
67             "comment": "These patches are contrib material under consideration for pushing.",
68             "query": [
69                 "tag:notmuch::patch and not tag:notmuch::pushed",
70                 "not tag:notmuch::obsolete and not tag:notmuch::wip",
71                 "not tag:notmuch::stale",
72                 "not tag:notmuch::moreinfo",
73                 "not tag:notmuch::wontfix",
74                 "tag:notmuch::contrib",
75                 "not tag:notmuch::needs-review"
76             ],
77             "title": "Maybe Ready (contrib)"
78         },
79
80         {
81             "comment": "These recent patches do not apply anymore (may have moreinfo or needs-review).",
82             "query": [
83                 "tag:notmuch::patch",
84                 "not tag:notmuch::pushed",
85                 "not tag:notmuch::obsolete",
86                 "not tag:notmuch::wontfix",
87                 "tag:notmuch::stale",
88                 "date:12M.."
89             ],
90             "title": "Stale"
91         },
92         {
93             "comment": "These recent patches are waiting for feedback (from patch author).",
94             "query": [
95                 "tag:notmuch::patch",
96                 "not tag:notmuch::pushed",
97                 "not tag:notmuch::obsolete",
98                 "not tag:notmuch::stale",
99                 "not tag:notmuch::wontfix",
100                 "tag:notmuch::moreinfo",
101                 "date:12M.."
102             ],
103             "title": "Moreinfo"
104         },
105         {
106             "comment": "These patches are under review.",
107             "query": [
108                 "tag:notmuch::patch",
109                 "not tag:notmuch::pushed",
110                 "not tag:notmuch::obsolete",
111                 "not tag:notmuch::stale",
112                 "not tag:notmuch::wontfix",
113                 "not tag:notmuch::moreinfo",
114                 "tag:notmuch::needs-review"
115             ],
116             "title": "Review"
117         }
118     ]
119 }