unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob 48b6f19f5ead26da825bd0e4893ea7ac36a55da4 2078 bytes (raw)
name: devel/nmbug/status-config.json 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
 
{
    "meta": {
        "title": "Notmuch Patches",
        "blurb": "For more information see <a href=\"http://notmuchmail.org/nmbug\">nmbug</a>"
    },

    "views": [
	{
	    "comment": "Unresolved bugs (or just need tag updating).",
	    "query": [
		"tag:notmuch::bug",
		"not tag:notmuch::fixed",
		"not tag:notmuch::wontfix"
	    ],
	    "title": "Bugs"
	},
	{
	    "comment": "These patches are under consideration for pushing.",
	    "query": [
		"tag:notmuch::patch and not tag:notmuch::pushed",
		"not tag:notmuch::obsolete and not tag:notmuch::wip",
		"not tag:notmuch::stale and not tag:notmuch::contrib",
		"not tag:notmuch::moreinfo",
		"not tag:notmuch::python",
		"not tag:notmuch::vim",
		"not tag:notmuch::wontfix",
		"not tag:notmuch::needs-review"
	    ],
	    "title": "Maybe Ready (Core and Emacs)"
	},
	{
	    "comment": "These python related patches might be ready to push, or they might just need updated tags.",
	    "query": [
		"tag:notmuch::patch and not tag:notmuch::pushed",
		"not tag:notmuch::obsolete and not tag:notmuch::wip",
		"not tag:notmuch::stale and not tag:notmuch::contrib",
		"not tag:notmuch::moreinfo",
		"not tag:notmuch::wontfix",
		" tag:notmuch::python",
		"not tag:notmuch::needs-review"
	    ],
	    "title": "Maybe Ready (Python)"
	},
	{
	    "comment": "These vim related patches might be ready to push, or they might just need updated tags.",
	    "query": [
		"tag:notmuch::patch and not tag:notmuch::pushed",
		"not tag:notmuch::obsolete and not tag:notmuch::wip",
		"not tag:notmuch::stale and not tag:notmuch::contrib",
		"not tag:notmuch::moreinfo",
		"not tag:notmuch::wontfix",
		"tag:notmuch::vim",
		"not tag:notmuch::needs-review"
	    ],
	    "title": "Maybe Ready (vim)"
	},
	{
	    "comment": "These patches are under review, or waiting for feedback.",
	    "query": [
		"tag:notmuch::patch",
		"not tag:notmuch::pushed",
		"not tag:notmuch::obsolete",
		"not tag:notmuch::stale",
		"not tag:notmuch::wontfix",
		"tag:notmuch::moreinfo or tag:notmuch::needs-review"
	    ],
	    "title": "Review"
	}
    ]
}

debug log:

solving 48b6f19 ...
found 48b6f19 in https://yhetil.org/notmuch.git/

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).