problem_child

Allows authenticated or anonymous users to fill out a standard web form to create GitHub issues (and pull requests).

MIT License

Downloads
29.4K
Stars
50
Committers
3

Bot releases are hidden (Show)

problem_child - v3.0.0 Latest Release

Published by benbalter over 8 years ago

  • Remove Redis dependency
  • Ensure upload[:tempfile] is always a Tempfile
problem_child - v2.2.1

Published by benbalter almost 9 years ago

  • Make Redis optional when not needed (and update documentation) (#13)
  • Revert Recaptcha support that was accidentally added (#12) (Use Comment Card if you need Captcha support)
problem_child - v2.1.0

Published by benbalter almost 9 years ago

  • Added push to deploy button (#7)
  • Allow users to re-redefine Sinatra public folder #9 (props @ryanttb)
  • Update rack in Gemspec to fix incompatibility with rails 4.2 #8 (props @ryanttb)
problem_child -

Published by benbalter over 9 years ago

Support for creating pull requests with uploaded files

Note: In order to support file uploads, the Gem moved from Memcache to Redis.

problem_child -

Published by benbalter over 9 years ago

Support for setting labels

problem_child -

Published by benbalter over 9 years ago

Pass issue ID to view as well as if the user has access to the issue.

problem_child -

Published by benbalter over 9 years ago

Use memcache to store session data to support submissions larger than 4k. (https://github.com/benbalter/problem_child/pull/3)

problem_child -

Published by benbalter over 9 years ago

  • Set WARDEN_GITHUB_VERIFIER_SECRET
  • Allow SESSION_SECRET to be specified
  • Request read:org scope
problem_child -

Published by benbalter over 9 years ago

  • Add tests (#2)
  • Move helper methods to separate class
  • Improved authentication logic
problem_child -

Published by benbalter almost 10 years ago

  • Stricter Octokit dependency
  • Don't include empty fields
problem_child -

Published by benbalter almost 10 years ago

Initial release