aboutsummaryrefslogtreecommitdiffstats
path: root/src/github.rs
AgeCommit message (Expand)Author
2017-11-13Focus HTTP response logging on `update_commit_status()`Teddy Wing
2017-11-13Log response body of HTTP callsTeddy Wing
2017-11-12Add license (GNU GPLv3+)Teddy Wing
2017-11-12Convert a bunch of `to_string()`s to `to_owned()`Teddy Wing
2017-11-12github.rs: Update tests to pass GitHub tokenTeddy Wing
2017-11-12update_commit_status(): Pass GitHub token from command line argumentTeddy Wing
2017-11-11Handle `Result` return values in testsTeddy Wing
2017-11-11github.rs: Add error handling with `Result`Teddy Wing
2017-11-10update_commit_status(): Pass authorization header with requestTeddy Wing
2017-11-10Get rid of unused variablesTeddy Wing
2017-11-09Correct tests after 69b930565a118f1f9890492e9f3130e23091b398Teddy Wing
2017-11-09Fix move compilation errors in `find_and_track_build_and_update_status`Teddy Wing
2017-11-09`update_commit_status`: Remove `organization_name` argumentTeddy Wing
2017-11-09CommitRef: Add `owner` fieldTeddy Wing
2017-11-09github.rs: `update_commit_status` needs organisation nameTeddy Wing
2017-11-09github.rs: `update_commit_status` should take a repo nameTeddy Wing
2017-11-08github.rs: Fix compilation errors from e0dca75f9b2de9023ecb978a0f9c8a11bTeddy Wing
2017-11-08Add rough code for `update_commit_status`Teddy Wing