No report is generated if 404 error on any issues query
- Dominant language
- Scala
- Stars
- 5
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
It looks like the report is not generated at all if someone fails, trying the below command I get a 404 at https://api.github.com/repos/openwhisk/openwhisk-deploy-kube/issues?sort=updated&direction=desc&state=all&since=2018-09-19 and no report is generated.
I would ideally expect a report with error messages at the end or inline.
Here's the command I used:
java -jar github-reporter-0.1-beta.jar \
-t $GH_TOKEN \
--since "365 days" \
openwhisk/openwhisk-deploy-kube apache/openwhisk-devtools apache/openwhisk
Contributor guide
Research direction
Reproduce the issue with the shown java -jar github-reporter-0.1-beta.jar command and inspect the report-generation path handling the GitHub issues query. Done means a 404 for one repository does not suppress the entire report and the failure is included as an error message inline or at the end.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, scala
- Domain
- api, cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100