]> git.notmuchmail.org Git - notmuch/blob - devel/nmbug/notmuch-report.json
Add additional munged reply-to tests
[notmuch] / devel / nmbug / notmuch-report.json
1 {
2     "meta": {
3         "title": "Notmuch Patches",
4         "blurb": "For more information see <a href=\"https://notmuchmail.org/nmbug\">nmbug</a>"
5     },
6
7     "views": [
8         {
9             "comment": "Unresolved bugs (or just need tag updating).",
10             "query": [
11                 "tag:notmuch::bug",
12                 "not tag:notmuch::fixed",
13                 "not tag:notmuch::wontfix"
14             ],
15             "title": "Bugs"
16         },
17         {
18             "comment": "These patches are under consideration for pushing.",
19             "query": [
20                 "tag:notmuch::patch and not tag:notmuch::pushed",
21                 "not tag:notmuch::obsolete and not tag:notmuch::wip",
22                 "not tag:notmuch::stale and not tag:notmuch::contrib",
23                 "not tag:notmuch::moreinfo",
24                 "not tag:notmuch::python",
25                 "not tag:notmuch::vim",
26                 "not tag:notmuch::wontfix",
27                 "not tag:notmuch::needs-review"
28             ],
29             "title": "Maybe Ready (Core and Emacs)"
30         },
31         {
32             "comment": "These python related patches might be ready to push, or they might just need updated tags.",
33             "query": [
34                 "tag:notmuch::patch and not tag:notmuch::pushed",
35                 "not tag:notmuch::obsolete and not tag:notmuch::wip",
36                 "not tag:notmuch::stale and not tag:notmuch::contrib",
37                 "not tag:notmuch::moreinfo",
38                 "not tag:notmuch::wontfix",
39                 " tag:notmuch::python",
40                 "not tag:notmuch::needs-review"
41             ],
42             "title": "Maybe Ready (Python)"
43         },
44         {
45             "comment": "These vim related patches might be ready to push, or they might just need updated tags.",
46             "query": [
47                 "tag:notmuch::patch and not tag:notmuch::pushed",
48                 "not tag:notmuch::obsolete and not tag:notmuch::wip",
49                 "not tag:notmuch::stale and not tag:notmuch::contrib",
50                 "not tag:notmuch::moreinfo",
51                 "not tag:notmuch::wontfix",
52                 "tag:notmuch::vim",
53                 "not tag:notmuch::needs-review"
54             ],
55             "title": "Maybe Ready (vim)"
56         },
57         {
58             "comment": "These patches are under review, or waiting for feedback.",
59             "query": [
60                 "tag:notmuch::patch",
61                 "not tag:notmuch::pushed",
62                 "not tag:notmuch::obsolete",
63                 "not tag:notmuch::stale",
64                 "not tag:notmuch::wontfix",
65                 "tag:notmuch::moreinfo or tag:notmuch::needs-review"
66             ],
67             "title": "Review"
68         }
69     ]
70 }