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-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-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
2017-11-09
`find_and_track_build_and_update_status`: Simplify polling loop
Teddy Wing
2017-11-09
`find_and_track_build_and_update_status`: Fill in thread status polling
Teddy Wing
2017-11-09
Correct tests after 69b930565a118f1f9890492e9f3130e23091b398
Teddy Wing
2017-11-09
Fix move compilation errors in `find_and_track_build_and_update_status`
Teddy Wing
2017-11-09
jenkins.rs: Add `commit_status` method on `JobStatus`
Teddy Wing
2017-11-09
`update_commit_status`: Remove `organization_name` argument
Teddy Wing
2017-11-09
CommitRef: Add `owner` field
Teddy Wing
2017-11-09
github.rs: `update_commit_status` needs organisation name
Teddy Wing
2017-11-09
jenkins.rs: Take repo name in `find_and_track...`
Teddy Wing
2017-11-09
github.rs: `update_commit_status` should take a repo name
Teddy Wing
[next]