You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
In my fork, I explicetly hacked your great tool to get all 100000 releases in order to have complete stats on my Marlin-renderer project since 2013:
// Callback function for getting release stats
function getStats() {
var user = $("#username").val();
var repository = $("#repository").val();
var url = apiRoot + "repos/" + user + "/" + repository + "/releases?page=1&per_page=1000000";
$.getJSON(url, showStats).fail(showStats);
}
I noticed you added pagination, but is it possible to select 'All (slow)' ?
The text was updated successfully, but these errors were encountered:
Hi,
In my fork, I explicetly hacked your great tool to get all 100000 releases in order to have complete stats on my Marlin-renderer project since 2013:
I noticed you added pagination, but is it possible to select 'All (slow)' ?
The text was updated successfully, but these errors were encountered: