- Notifications
You must be signed in to change notification settings - Fork 194
Pull requests: haskell-github/github
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Add authorized functions where missing in Github.Repos
#58 by mgiles was merged Jul 30, 2014 Loading… updated Jul 30, 2014
Added support for nullable emails and hireable on DetailedOwner
#49 by jetaggart was merged Jul 30, 2014 Loading… updated Jul 30, 2014
(minor) fix some links in README.md
#35 by hrushikesh was closed Jul 30, 2014 Loading… updated Jul 30, 2014
Add access to repo content api
#66 by cpennington was merged Jul 31, 2014 Loading… updated Jul 31, 2014
Bumped aeson version, fixed typo.
#48 by schell was closed Jan 22, 2014 Loading… updated Aug 1, 2014
Implement merging a pull request and checking if it has been merged.
#67 by nataren was merged Aug 1, 2014 Loading… updated Aug 1, 2014
Add extra auth functions for Trees
#69 by charleso was merged Aug 1, 2014 Loading… updated Aug 2, 2014
Fix GitTree parsing on submodule paths
#68 by charleso was merged Aug 1, 2014 Loading… updated Aug 2, 2014
Add the missing actions for PullRequestEventType
#70 by nataren was merged Aug 5, 2014 Loading… updated Aug 5, 2014
add authenticated versions of several functions
#42 by joeyh was merged Nov 4, 2013 Loading… updated Aug 8, 2014
Use the Maybe type when building a new Comment from json for commit_id and path.
#71 by nataren was merged Aug 11, 2014 Loading… updated Aug 11, 2014
Implement updating a pull request.
#72 by nataren was merged Aug 12, 2014 Loading… updated Aug 13, 2014
add repoParent and repoSource fields
#44 by joeyh was merged Nov 4, 2013 Loading… updated Aug 14, 2014
Use variant type to represent webhook events.
#73 by nataren was merged Aug 15, 2014 Loading… updated Aug 15, 2014
Added basic code search functionality
#75 by palas was merged Aug 23, 2014 Loading… updated Aug 23, 2014
Add a function for validating payloads from GitHub webhooks
#77 by ppetr was merged Sep 7, 2014 Loading… updated Sep 7, 2014
Validation: Guard against timing attacks. Improves #76 and #77.
#79 by nh2 was merged Nov 9, 2014 Loading… updated Nov 9, 2014
ProTip! Filter pull requests by the default branch with base:master.