dbu / dashboard

A Symfony2 application to show and search aggregated information over a configured list of repositories
Other
29 stars 3 forks source link

handle github api paging #5

Closed dbu closed 10 years ago

dbu commented 11 years ago

the knplabs github api does not handle the paging, so we only get some but not all issues, repositories and so on. there is a bunch of PR on the library, check if that gets fixed and then use the feature:

https://github.com/KnpLabs/php-github-api/pull/55 , https://github.com/KnpLabs/php-github-api/pull/49 , https://github.com/KnpLabs/php-github-api/pull/53/

dbu commented 10 years ago

this should now be doable, see https://github.com/KnpLabs/php-github-api/pull/61

cordoval commented 10 years ago

@dbu taking a stab at this