Lines Matching full:reporting
25 {"admin/0", AccessAdmin, config.Namespaces["access-admin"].Reporting[0].AccessLevel},
26 {"admin/1", AccessAdmin, config.Namespaces["access-admin"].Reporting[1].AccessLevel},
28 {"user/0", AccessAdmin, config.Namespaces["access-user"].Reporting[0].AccessLevel},
29 {"user/1", AccessUser, config.Namespaces["access-user"].Reporting[1].AccessLevel},
31 {"public/0", AccessUser, config.Namespaces["access-public"].Reporting[0].AccessLevel},
32 {"public/1", AccessPublic, config.Namespaces["access-public"].Reporting[1].AccessLevel},
59 // Any references to namespace, reporting, links, etc.
64 // Any references to namespace, reporting, links, etc.
89 ref: bug.Reporting[0].ID,
90 url: fmt.Sprintf("/bug?extid=%v", bug.Reporting[0].ID),
94 ref: bug.Reporting[1].ID,
95 url: fmt.Sprintf("/bug?extid=%v", bug.Reporting[1].ID),
188 accessLevel := config.Namespaces[ns].Reporting[reportingIdx].AccessLevel
212 ExtID: accessPrefix + "reporting-ext-id",
213 Link: accessPrefix + "reporting-link",
221 // Fixed bugs become visible up to the last reporting.
223 Reporting[len(config.Namespaces[ns].Reporting)-1].AccessLevel
250 ExtID: accessPrefix + "reporting-ext-id",
251 Link: accessPrefix + "reporting-link",
254 // Patched bugs are also visible up to the last reporting.