index
:
kipper
master
Update GitHub commit statuses from Jenkins build results
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-11-17
Remove commented log calls from Jenkins requests
Teddy Wing
2017-11-17
Merge remote-tracking branch 'origin/fix-final-status-update-call'
Teddy Wing
2017-11-17
Merge branch 'lower-logging-verbosity'
Teddy Wing
2017-11-17
main(): Lower log verbosity to 'info'
Teddy Wing
2017-11-16
find_and_track_build_and_update_status(): Make `info` logs `debug`
Teddy Wing
2017-11-16
Merge branch 'sleep-before-talking-to-Jenkins'
Teddy Wing
2017-11-16
main(): Remove commented `return`
Teddy Wing
2017-11-16
find_and_track_build_and_update_status(): Remove commented thread::spawn
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-16
Merge branch 'better-logging'
Teddy Wing
2017-11-16
find_and_track_build_and_update_status(): Fix final GitHub call
Teddy Wing
2017-11-14
find_and_track_build_and_update_status(): Move thread outside function
Teddy Wing
2017-11-14
find_and_track_build_and_update_status(): Try to wrap the fn in a thread
Teddy Wing
2017-11-13
Focus HTTP response logging on `update_commit_status()`
Teddy Wing
2017-11-13
Log response body of HTTP calls
Teddy Wing
2017-11-13
main(): Increase log verbosity to `Trace`
Teddy Wing
2017-11-13
README: Use typographer's quotes
Teddy Wing
2017-11-13
README: Update wording of webhook settings configuration
Teddy Wing
2017-11-13
Add README
v0.0.1
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
Add 'log' & 'stderrlog' crates
Teddy Wing
2017-11-12
Convert a bunch of `to_string()`s to `to_owned()`
Teddy Wing
2017-11-12
request_job(): Use `Job::new()`
Teddy Wing
2017-11-12
github.rs: Update tests to pass GitHub token
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
Take Jenkins URL from command line options
Teddy Wing
2017-11-12
Update tests to pass a `jenkins_request_client()`
Teddy Wing
2017-11-12
auth_credentials(): Get credentials from arguments
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-12
Add 'getopts' crate
Teddy Wing
2017-11-11
Handle `Result` return values in tests
Teddy Wing
2017-11-11
find_and_track_build_and_update_status(): Elaborate `expect` messages
Teddy Wing
2017-11-11
find_and_track_build_and_update_status(): Use `Result`s
Teddy Wing
2017-11-11
main(): Handle errors from `Result`s
Teddy Wing
2017-11-11
jenkins.rs: Replace `.unwrap()`s with `Result`s
Teddy Wing
2017-11-11
CommitRef::new(): Return `Result`
Teddy Wing
2017-11-11
github.rs: Add error handling with `Result`
Teddy Wing
2017-11-10
update_commit_status(): Pass authorization header with request
Teddy Wing
2017-11-10
find_and_track_build_and_update_status(): Fix `while` loop
Teddy Wing
2017-11-10
Get rid of unused variables
Teddy Wing
2017-11-10
main(): Make endpoint to handle GitHub webhook
Teddy Wing
2017-11-09
CommitRef::new: Parse `PullRequestEvent` payload instead of `PushEvent`
Teddy Wing
2017-11-09
find_and_track_build_and_update_status: Remove `repo_name` argument
Teddy Wing
[next]