aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-11-17pull_request.rs: Remove old comments from testTeddy Wing
2017-11-17Remove commented log calls from Jenkins requestsTeddy Wing
2017-11-17Merge remote-tracking branch 'origin/fix-final-status-update-call'Teddy Wing
2017-11-17Merge branch 'lower-logging-verbosity'Teddy Wing
2017-11-17main(): Lower log verbosity to 'info'Teddy Wing
2017-11-16find_and_track_build_and_update_status(): Make `info` logs `debug`Teddy Wing
2017-11-16Merge branch 'sleep-before-talking-to-Jenkins'Teddy Wing
2017-11-16main(): Remove commented `return`Teddy Wing
2017-11-16find_and_track_build_and_update_status(): Remove commented thread::spawnTeddy Wing
2017-11-16find_and_track_build_and_update_status(): Restore old arg typesTeddy Wing
2017-11-16main(): Add comment above cloned command line variablesTeddy Wing
2017-11-16Merge branch 'better-logging'Teddy Wing
2017-11-16find_and_track_build_and_update_status(): Fix final GitHub callTeddy Wing
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