feat: add patch revisions to report pages
Signed-off-by: Lars Wirzenius liw@liw.fi
refactor: pagegen.rs
Signed-off-by: Lars Wirzenius liw@liw.fi
7 files changed
+82
-24
3285c0d4
→
10bdac07
modified src/bin/pagegen.rs
@@ -1,31 +1,31 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
|
|
| - | |
| - | |
| + | |
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -39,10 +39,18 @@ fn main() -> Result<(), PageError> {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -59,7 +67,7 @@ fn main() -> Result<(), PageError> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -73,3 +81,22 @@ 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 {
|
|
|
|
|
|
| + | |
|
|
|
|
|