feat: show who made patch/commit CI is run for
modified src/adapter.rs
@@ -196,6 +196,7 @@ mod test {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/bin/pagegen.rs
@@ -24,6 +24,7 @@ fn main() -> Result<(), PageError> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -42,6 +43,7 @@ fn main() -> Result<(), PageError> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -58,6 +60,7 @@ fn main() -> Result<(), PageError> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/broker.rs
@@ -78,16 +78,18 @@ impl Broker {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified src/msg.rs
@@ -439,6 +439,16 @@ pub struct Author {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/pages.rs
@@ -194,7 +194,7 @@ impl PageData {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -206,8 +206,11 @@ impl PageData {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -219,7 +222,10 @@ impl PageData {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/radicle-ci.css
@@ -52,3 +52,7 @@ span.running {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
modified src/run.rs
@@ -111,20 +111,33 @@ impl fmt::Display for RunState {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|