aboutsummaryrefslogtreecommitdiffstats
path: root/src/pull_request.rs
AgeCommit message (Expand)Author
2017-11-17CommitRef::new(): Take a `JsonValue` instead of an `&str`Teddy Wing
2017-11-17pull_request.rs: Add `pull_request_opened_or_synchronized()`Teddy Wing
2017-11-17pull_request.rs: Remove old comments from testTeddy Wing
2017-11-12Add license (GNU GPLv3+)Teddy Wing
2017-11-11Handle `Result` return values in testsTeddy Wing
2017-11-11CommitRef::new(): Return `Result`Teddy Wing
2017-11-09CommitRef::new: Parse `PullRequestEvent` payload instead of `PushEvent`Teddy Wing
2017-11-09CommitRef: Add `owner` fieldTeddy Wing
2017-11-08pull_request.rs: Make `CommitRef` publicTeddy Wing
2017-11-07pull_request.rs: Parse JSON payload to create `CommitRef` structTeddy Wing
2017-11-07pull_request.rs: Idea to get needed data from JSON payloadTeddy Wing
2017-11-07Add modules for GitHub and Jenkins interactionTeddy Wing