Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-07 | jenkins.rs: Add `get_jobs`, test HTTP request | Teddy Wing | |
Try making our first HTTP request to the Jenkins API. Use Basic authentication with our name and access token. The 'reqwest' format is based on https://doc.rust-lang.org/stable/std/string/struct.String.html Eventually this method should return a `Vec` of jobs, actually job URLs, but at least we know it works and gives us a 200. | |||
2017-11-07 | jenkins.rs: Outline commit status update algorithm | Teddy Wing | |
Comment and a rough interface definition describing how commit statuses should be updated and how Jenkins should be queried. | |||
2017-11-07 | Add modules for GitHub and Jenkins interaction | Teddy Wing | |
Empty stub modules that will be filled in with the communication code. |