Skip to content

Pull requests: haskell-github/github

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Parse PullRequestCommits
#63 by cpennington was merged Jul 22, 2014 Loading… updated Jul 22, 2014
Add authorized functions where missing in Github.Repos
#58 by mgiles was merged Jul 30, 2014 Loading… updated Jul 30, 2014
Fix code example in README
#55 by dimp-pl 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
Implement the Webhooks API
#64 by nataren 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
Added global event API
#50 by mxswd was closed May 26, 2014 Loading… updated Jul 31, 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
Support webhook events
#65 by mulby was merged Jul 31, 2014 Loading… updated Aug 5, 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
Add missing issue event types.
#74 by nataren was merged Aug 18, 2014 Loading… updated Aug 18, 2014
Added basic code search functionality
#75 by palas was merged Aug 23, 2014 Loading… updated Aug 23, 2014
Pump the version to 0.11.1
#78 by nataren was merged Sep 7, 2014 Loading… updated Sep 7, 2014
Add a function for validating payloads from GitHub webhooks
#77 by ppetr was merged Sep 7, 2014 Loading… updated Sep 7, 2014
Bump the version to v0.12
#80 by nataren was merged Nov 9, 2014 Loading… updated Nov 9, 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.