Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace old GH importer with the parallel importergithub-importer-refactor | Yorick Peterse | 2017-11-07 | 1 | -54/+0 |
| | |||||
* | Retrieve PR comments only when we know there are any | Rémy Coutable | 2017-09-26 | 1 | -1/+2 |
| | | | | | | | | | | | | The Pull Request resource doesn't include the `comments` field, while the Issue resource does. And since we're looping through all issues anyway, we can freely check if the issue is a PR and has comments and in this case only fetch comments for it. That means if you have 1000 PRs but only 200 with comments, you will do 200 API requests instead of 1000. :notbad: Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Allow users to disable SSL verification if not connecting to github.com | Douglas Barbosa Alexandre | 2017-08-07 | 1 | -4/+15 |
| | |||||
* | Extrac common timeout to a constant on Github::Client | Douglas Barbosa Alexandre | 2017-08-07 | 1 | -2/+4 |
| | |||||
* | Fix small typoe on Github::Client#root_endpoint | Douglas Barbosa Alexandre | 2017-08-07 | 1 | -1/+1 |
| | |||||
* | Move GitHub root endpoint methods to Github::Client | Douglas Barbosa Alexandre | 2017-08-07 | 1 | -1/+18 |
| | |||||
* | Set timeout options to the Github::Client | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -0/+2 |
| | |||||
* | Refactoring Github::RateLimit | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -3/+5 |
| | |||||
* | Pass a options hash to Github::Client | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -3/+3 |
| | |||||
* | Remove sensitive information | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -1/+1 |
| | |||||
* | Refactoring Github response | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -3/+2 |
| | |||||
* | Refactoring client to not parse response body automatically | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -4/+3 |
| | |||||
* | Add basic client for the GitHub API | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -0/+21 |