Age | Commit message (Expand) | Author |
---|---|---|
2017-11-17 | CommitRef::new(): Take a `JsonValue` instead of an `&str` | Teddy Wing |
2017-11-17 | pull_request.rs: Add `pull_request_opened_or_synchronized()` | Teddy Wing |
2017-11-17 | pull_request.rs: Remove old comments from test | Teddy Wing |
2017-11-12 | Add license (GNU GPLv3+) | Teddy Wing |
2017-11-11 | Handle `Result` return values in tests | Teddy Wing |
2017-11-11 | CommitRef::new(): Return `Result` | Teddy Wing |
2017-11-09 | CommitRef::new: Parse `PullRequestEvent` payload instead of `PushEvent` | Teddy Wing |
2017-11-09 | CommitRef: Add `owner` field | Teddy Wing |
2017-11-08 | pull_request.rs: Make `CommitRef` public | Teddy Wing |
2017-11-07 | pull_request.rs: Parse JSON payload to create `CommitRef` struct | Teddy Wing |
2017-11-07 | pull_request.rs: Idea to get needed data from JSON payload | Teddy Wing |
2017-11-07 | Add modules for GitHub and Jenkins interaction | Teddy Wing |