aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-11-22Increase version v0.0.2 -> v0.0.3HEADv0.0.3masterTeddy Wing
2017-11-22Merge branch 'listen-on-0.0.0.0'Teddy Wing
2017-11-22main(): Change server from `127.0.0.1` to `0.0.0.0`Teddy Wing
2017-11-17Add CHANGELOGv0.0.2Teddy Wing
2017-11-17Increase version v0.0.1 -> v0.0.2Teddy Wing
2017-11-17Merge branch 'send-Jenkins-build-console-link-as-status-URL'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-17Merge branch 'only-update-status-when-pull-request-is-opened-or-new-commits-a...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-17Merge branch 'remove-unnecessary-commented-code'Teddy 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-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