During testing #423, I've noticed that github has a request rate limit for the API. Unauthorized user can only hit 60 requests/hour, and user with Basic HTTP Auth or OAuth can hit 5000 requests/hour. AFAIS, exporter uses unauthenticated calls for now. Maybe we should consider the posibility to add the authentication for API calls in the future? I think 60 requests/hour won't be enough for production use.
See http://developer.github.com/v3/#rate-limiting for details. --- ** [tickets:#6535] Ticket import for github** **Status:** in-progress **Labels:** github import 42cc **Created:** Wed Aug 07, 2013 10:05 PM UTC by Dave Brondsema **Last Updated:** Fri Sep 13, 2013 08:04 AM UTC **Owner:** nobody Use the github api for issues http://developer.github.com/v3/issues/#list-issues-for-a-repository to import tickets into allura. You can use ForgeImporter's GoogleCodeTrackerImporter (at time of writing, cj/6464 on the apache repo has the latest code for it) and TracTicketImporter as reference. Import all the fields & values possible, including comments, events (e.g. status changes) and attachments. See the Google Code and Trac importers for examples of setting up the custom fields as needed, and referencing the remote users (keep the tickets & comments as anonymous and add identification with link into the body). --- Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.