Lines Matching refs:dashapi
37 func reportingPollBugs(c context.Context, typ string) []*dashapi.BugReport {
53 var reports []*dashapi.BugReport
71 func handleReportBug(c context.Context, typ string, state *ReportingState, bug *Bug) (*dashapi.BugR…
182 func reproStr(level dashapi.ReproLevel) string {
194 bugReporting *BugReporting, config interface{}) (*dashapi.BugReport, error) {
239 rep := &dashapi.BugReport{
332 func incomingCommand(c context.Context, cmd *dashapi.BugUpdate) (bool, string, error) {
343 func incomingCommandImpl(c context.Context, cmd *dashapi.BugUpdate) (bool, string, error) {
359 if cmd.Status == dashapi.BugStatusDup {
426 func incomingCommandTx(c context.Context, now time.Time, cmd *dashapi.BugUpdate,
494 func incomingCommandCmd(c context.Context, now time.Time, cmd *dashapi.BugUpdate,
498 case dashapi.BugStatusOpen:
520 case dashapi.BugStatusUpstream:
532 case dashapi.BugStatusInvalid:
536 case dashapi.BugStatusDup:
540 case dashapi.BugStatusUpdate:
548 func checkBugStatus(c context.Context, cmd *dashapi.BugUpdate, bug *Bug, bugReporting *BugReporting…
562 if cmd.Status == dashapi.BugStatusUpdate {
571 if cmd.Status != dashapi.BugStatusUpdate {
579 if cmd.Status != dashapi.BugStatusUpdate {