cli/api
Mislav Marohnić 71b13a81d0 Correctly report HTTP and Markdown errors in repo view
Any errors from fetching and rendering the README were silenced and
ignored in `repo view`. This change:

- Tolerates HTTP 404, but will raise exceptions for any other error;
- Moves markdown rendering from `api` package to command implementation;
- Ensures markdown rendering errors are correctly reported.
2020-07-21 13:47:27 +02:00
..
client.go Fix printing network error in case for failed HTTP requests 2020-07-17 18:24:13 +02:00
client_test.go Fix printing network error in case for failed HTTP requests 2020-07-17 18:24:13 +02:00
pull_request_test.go Prevent crash when encountering "STALE" check conclusion 2020-03-27 09:54:11 +01:00
queries_gist.go just use a map + stdin test 2020-05-20 17:44:09 -05:00
queries_issue.go Rename IssueCreate mutation 2020-07-10 18:08:16 +02:00
queries_issue_test.go Add milestone filter 2020-06-13 20:53:41 -05:00
queries_org.go Add names to GraphQL queries made over shurcooL adapter 2020-07-07 17:53:40 +02:00
queries_pr.go Fix pr checkout <owner>:<branch> when it matches the default branch 2020-07-15 15:35:42 +02:00
queries_pr_test.go Name more queries in test stubs 2020-07-10 20:20:33 +02:00
queries_repo.go Correctly report HTTP and Markdown errors in repo view 2020-07-21 13:47:27 +02:00
queries_repo_test.go Name more queries in test stubs 2020-07-10 20:20:33 +02:00
queries_user.go Add names to GraphQL queries made over shurcooL adapter 2020-07-07 17:53:40 +02:00