Added 'Stale' view
[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             ],
11             "title": "Bugs"
12         },
13         {
14             "comment": "These patches are under consideration for pushing.",
15             "query": [
16                 "tag:notmuch::patch and not tag:notmuch::pushed",
17                 "not tag:notmuch::obsolete and not tag:notmuch::wip",
18                 "not tag:notmuch::stale and not tag:notmuch::contrib",
19                 "not tag:notmuch::moreinfo",
20                 "not tag:notmuch::python",
21                 "not tag:notmuch::vim",
22                 "not tag:notmuch::wontfix",
23                 "not tag:notmuch::needs-review"
24             ],
25             "title": "Maybe Ready (Core and Emacs)"
26         },
27         {
28             "comment": "These python related patches might be ready to push, or they might just need updated tags.",
29             "query": [
30                 "tag:notmuch::patch and not tag:notmuch::pushed",
31                 "not tag:notmuch::obsolete and not tag:notmuch::wip",
32                 "not tag:notmuch::stale and not tag:notmuch::contrib",
33                 "not tag:notmuch::moreinfo",
34                 "not tag:notmuch::wontfix",
35                 " tag:notmuch::python",
36                 "not tag:notmuch::needs-review"
37             ],
38             "title": "Maybe Ready (Python)"
39         },
40         {
41             "comment": "These vim 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::vim",
49                 "not tag:notmuch::needs-review"
50             ],
51             "title": "Maybe Ready (vim)"
52         },
53         {
54             "comment": "These patches do not apply anymore.",
55             "query": [
56                 "tag:notmuch::patch",
57                 "not tag:notmuch::pushed",
58                 "not tag:notmuch::obsolete",
59                 "not tag:notmuch::moreinfo",
60                 "not tag:notmuch::needs-review",
61                 "not tag:notmuch::wontfix",
62                 "tag:notmuch::stale"
63             ],
64             "title": "Stale"
65         },
66         {
67             "comment": "These patches are waiting for feedback (from patch author).",
68             "query": [
69                 "tag:notmuch::patch",
70                 "not tag:notmuch::pushed",
71                 "not tag:notmuch::obsolete",
72                 "not tag:notmuch::stale",
73                 "not tag:notmuch::wontfix",
74                 "tag:notmuch::moreinfo"
75             ],
76             "title": "Moreinfo"
77         },
78         {
79             "comment": "These patches are under review.",
80             "query": [
81                 "tag:notmuch::patch",
82                 "not tag:notmuch::pushed",
83                 "not tag:notmuch::obsolete",
84                 "not tag:notmuch::stale",
85                 "not tag:notmuch::wontfix",
86                 "not tag:notmuch::moreinfo",
87                 "tag:notmuch::needs-review"
88             ],
89             "title": "Review"
90         }
91     ]
92 }