aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2017-11-22main(): Change server from `127.0.0.1` to `0.0.0.0`Teddy Wing
2017-11-17find_and_track_build_and_update_status(): Send Jenkins console URLTeddy Wing
2017-11-17jenkins.rs: Add `jenkins_console_url_path()`Teddy Wing
2017-11-17main(): Don't update commit status unless commits were pushedTeddy Wing
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-17main(): Move `body` var definition to where it's usedTeddy Wing
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-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-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-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-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-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-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