modified src/bin/pagegen.rs
@@ -1,10 +1,11 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -37,12 +38,24 @@ fn main() -> Result<(), PageError> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/broker.rs
@@ -89,8 +89,13 @@ impl Broker {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified src/error.rs
@@ -71,4 +71,8 @@ pub enum BrokerError {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
modified src/msg.rs
@@ -430,7 +430,7 @@ pub struct Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -450,7 +450,7 @@ impl std::fmt::Display for Author {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -460,7 +460,7 @@ pub struct State {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -482,8 +482,14 @@ pub struct Revision {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified src/pages.rs
@@ -231,6 +231,7 @@ impl PageData {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -239,7 +240,15 @@ impl PageData {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/radicle-ci.css
@@ -38,6 +38,10 @@ code.commit {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/run.rs
@@ -5,7 +5,7 @@ use serde::{Deserialize, Serialize};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -119,6 +119,7 @@ pub enum Whence {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -132,10 +133,11 @@ impl Whence {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -152,6 +154,7 @@ impl Whence {
|
|
|
|
|
|
| + | |
|
|
|
|
|