Netflix-Skunkworks / Scumblr

Web framework that allows performing periodic syncs of data sources and performing analysis on the identified results
Apache License 2.0
2.64k stars 317 forks source link

Fixed a bug in the Github Search provider that was preventing code searches #95

Closed geekspeed closed 7 years ago

geekspeed commented 8 years ago

Github added in validation requirements for code searching (https://developer.github.com/changes/2013-10-18-new-code-search-requirements/) - these parameters are now added as search options.

Added in support for GitHub client_id and client_secret as well as the respective entries into the scumblr initializer.

Added in support for custom User-Agent strings. Per (https://developer.github.com/v3/#user-agent-required) GitHub requires custom user agents, and will rate limit generic api User Agents.

sbehrens commented 7 years ago

We have released Scumblr 2.0 and will no longer be accepting pull requests on the 1.x branch. We also added a new Github search which fixes many issues with searching. Please upgrade to Scumblr 2.0 and submit any pull requests if your issue was not already addressed.