aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
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