aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-11-14find_and_track_build_and_update_status(): Move thread outside functionTeddy Wing
2017-11-14find_and_track_build_and_update_status(): Try to wrap the fn in a threadTeddy Wing
2017-11-13Focus HTTP response logging on `update_commit_status()`Teddy Wing
2017-11-13Log response body of HTTP callsTeddy Wing
2017-11-13main(): Increase log verbosity to `Trace`Teddy Wing
2017-11-13README: Use typographer's quotesTeddy Wing
2017-11-13README: Update wording of webhook settings configurationTeddy Wing
2017-11-13Add READMEv0.0.1Teddy Wing
2017-11-12Add license (GNU GPLv3+)Teddy Wing
2017-11-12main(): Print message to inform users that the server is runningTeddy Wing
2017-11-12main(): Use "127.0.0.1" instead of "localhost"Teddy Wing
2017-11-12main(): Add loggingTeddy Wing
2017-11-12Add 'log' & 'stderrlog' cratesTeddy Wing
2017-11-12Convert a bunch of `to_string()`s to `to_owned()`Teddy Wing
2017-11-12request_job(): Use `Job::new()`Teddy Wing
2017-11-12github.rs: Update tests to pass GitHub tokenTeddy Wing
2017-11-12Update tests for Jenkins mock URLTeddy Wing
2017-11-12update_commit_status(): Pass GitHub token from command line argumentTeddy Wing
2017-11-12Take Jenkins URL from command line optionsTeddy Wing
2017-11-12Update tests to pass a `jenkins_request_client()`Teddy Wing
2017-11-12auth_credentials(): Get credentials from argumentsTeddy Wing
2017-11-12find_and_track_build_and_update_status(): Pass in configurationTeddy Wing
2017-11-12main(): Use user-supplied portTeddy Wing
2017-11-12main(): Add command line optionsTeddy Wing
2017-11-12Add 'getopts' crateTeddy Wing
2017-11-11Handle `Result` return values in testsTeddy Wing
2017-11-11find_and_track_build_and_update_status(): Elaborate `expect` messagesTeddy Wing
2017-11-11find_and_track_build_and_update_status(): Use `Result`sTeddy Wing
2017-11-11main(): Handle errors from `Result`sTeddy Wing
2017-11-11jenkins.rs: Replace `.unwrap()`s with `Result`sTeddy Wing
2017-11-11CommitRef::new(): Return `Result`Teddy 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-10find_and_track_build_and_update_status(): Fix `while` loopTeddy Wing
2017-11-10Get rid of unused variablesTeddy Wing
2017-11-10main(): Make endpoint to handle GitHub webhookTeddy Wing
2017-11-09CommitRef::new: Parse `PullRequestEvent` payload instead of `PushEvent`Teddy Wing
2017-11-09find_and_track_build_and_update_status: Remove `repo_name` argumentTeddy Wing
2017-11-09`find_and_track_build_and_update_status`: Simplify polling loopTeddy Wing
2017-11-09`find_and_track_build_and_update_status`: Fill in thread status pollingTeddy 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-09jenkins.rs: Add `commit_status` method on `JobStatus`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-09jenkins.rs: Take repo name in `find_and_track...`Teddy Wing
2017-11-09github.rs: `update_commit_status` should take a repo nameTeddy Wing
2017-11-09jenkins.rs: Start `thread` idea in main functionTeddy Wing
2017-11-09jenkins.rs: Rename `update_commit_status` functionTeddy Wing