aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2017-11-22main(): Change server from `127.0.0.1` to `0.0.0.0`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-17main(): Move `body` var definition to where it's usedTeddy Wing
2017-11-17main(): Lower log verbosity to 'info'Teddy Wing
2017-11-16main(): Remove commented `return`Teddy 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-14find_and_track_build_and_update_status(): Move thread outside functionTeddy 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-12Update tests for Jenkins mock URLTeddy Wing
2017-11-12update_commit_status(): Pass GitHub token from command line argumentTeddy 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-11main(): Handle errors from `Result`sTeddy Wing
2017-11-10main(): Make endpoint to handle GitHub webhookTeddy Wing
2017-11-07main.rs: Print message on 404Teddy Wing
2017-11-07main.rs: Add web server and "hello world" routeTeddy Wing
2017-11-07Initial commit. Cargo init.Teddy Wing