Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-09 | CommitRef: Add `owner` field | Teddy Wing | |
This field stores the "owner" of the commit on GitHub, in other words, a user or organisation. Storing that information in this struct makes it easier to pass around. | |||
2017-11-08 | af83.rs: Add `job_name` to get name of Jenkins jobs | Teddy Wing | |
A new af83 module for non-general code. The `job_name` function will turn a commit reference into a job name string. This job name corresponds to the names of branch builds in Jenkins, and is a custom format, specific to af83. |