index
:
kipper
master
Update GitHub commit statuses from Jenkins build results
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main.rs
Age
Commit message (
Expand
)
Author
2017-11-22
main(): Change server from `127.0.0.1` to `0.0.0.0`
Teddy Wing
2017-11-17
main(): Don't update commit status unless commits were pushed
Teddy Wing
2017-11-17
CommitRef::new(): Take a `JsonValue` instead of an `&str`
Teddy Wing
2017-11-17
main(): Move `body` var definition to where it's used
Teddy Wing
2017-11-17
main(): Lower log verbosity to 'info'
Teddy Wing
2017-11-16
main(): Remove commented `return`
Teddy Wing
2017-11-16
find_and_track_build_and_update_status(): Restore old arg types
Teddy Wing
2017-11-16
main(): Add comment above cloned command line variables
Teddy Wing
2017-11-14
find_and_track_build_and_update_status(): Move thread outside function
Teddy Wing
2017-11-13
main(): Increase log verbosity to `Trace`
Teddy Wing
2017-11-12
Add license (GNU GPLv3+)
Teddy Wing
2017-11-12
main(): Print message to inform users that the server is running
Teddy Wing
2017-11-12
main(): Use "127.0.0.1" instead of "localhost"
Teddy Wing
2017-11-12
main(): Add logging
Teddy Wing
2017-11-12
Update tests for Jenkins mock URL
Teddy Wing
2017-11-12
update_commit_status(): Pass GitHub token from command line argument
Teddy Wing
2017-11-12
find_and_track_build_and_update_status(): Pass in configuration
Teddy Wing
2017-11-12
main(): Use user-supplied port
Teddy Wing
2017-11-12
main(): Add command line options
Teddy Wing
2017-11-11
main(): Handle errors from `Result`s
Teddy Wing
2017-11-10
main(): Make endpoint to handle GitHub webhook
Teddy Wing
2017-11-07
main.rs: Print message on 404
Teddy Wing
2017-11-07
main.rs: Add web server and "hello world" route
Teddy Wing
2017-11-07
Initial commit. Cargo init.
Teddy Wing