cli/api
Mislav Marohnić 7c731bc512 Avoid crash when parsing in-progress CheckRuns
Fixes `panic: unsupported status: ""`

This occurs when a CheckRun has status "IN_PROGRESS" (or any other than
"COMPLETED") and when its `conclusion` would be null. I previously
didn't account for this.

This adds support for parsing state of an in-progress CheckRun.
2019-11-19 09:42:59 +01:00
..
client.go Remove debut statement 2019-11-18 10:34:25 -08:00
client_test.go Add mising files 2019-10-29 21:19:34 +01:00
fake_http.go Add mising files 2019-10-29 21:19:34 +01:00
pull_request_test.go Avoid crash when parsing in-progress CheckRuns 2019-11-19 09:42:59 +01:00
queries.go Avoid crash when parsing in-progress CheckRuns 2019-11-19 09:42:59 +01:00
queries_issue.go Merge remote-tracking branch 'origin/master' into issue-update 2019-11-18 11:09:00 -08:00
queries_repo.go Add issue create test 2019-11-08 15:20:24 +01:00