Merge remote-tracking branch 'han/fix-ci2'
modified .github/workflows/ci.yaml
@@ -85,10 +85,13 @@ jobs:
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -120,8 +123,7 @@ jobs:
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
modified radicle-surf/examples/diff.rs
@@ -17,11 +17,11 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-surf/src/commit.rs
@@ -33,6 +33,8 @@ use crate::{
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -62,7 +64,7 @@ pub struct Commit {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -139,7 +141,7 @@ pub struct Commits {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -215,7 +217,7 @@ pub fn commit(browser: &mut Browser<'_>, sha1: git2::Oid) -> Result<Commit, Erro
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-surf/src/revision.rs
@@ -94,10 +94,7 @@ where
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
modified radicle-surf/src/vcs/git.rs
@@ -21,6 +21,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -63,7 +64,8 @@
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -387,6 +389,7 @@ impl<'a> Browser<'a> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -646,6 +649,7 @@ impl<'a> Browser<'a> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -915,6 +919,7 @@ impl<'a> Browser<'a> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -967,6 +972,7 @@ impl<'a> Browser<'a> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1017,7 +1023,7 @@ impl<'a> Browser<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1078,7 +1084,7 @@ impl<'a> Browser<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1117,8 +1123,8 @@ impl<'a> Browser<'a> {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -1317,6 +1323,7 @@ mod tests {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1440,6 +1447,7 @@ mod tests {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1571,6 +1579,7 @@ mod tests {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1579,7 +1588,7 @@ mod tests {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1617,13 +1626,15 @@ mod tests {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-surf/src/vcs/git/commit.rs
@@ -16,7 +16,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -92,9 +92,7 @@ impl<'repo> TryFrom<git2::Signature<'repo>> for Author {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -105,7 +103,6 @@ pub struct Commit {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -146,44 +143,18 @@ impl Serialize for Commit {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -199,8 +170,8 @@ impl<'repo> TryFrom<git2::Commit<'repo>> for Commit {
|
|
|
|
|
|
| - | |
|
|
| + | |
|
|
|
|
|
modified radicle-surf/src/vcs/git/namespace.rs
@@ -16,8 +16,8 @@
|
|
|
|
|
|
| - | |
|
|
| + | |
|
|
|
|
|
modified radicle-surf/src/vcs/git/reference.rs
@@ -20,7 +20,7 @@ use std::{fmt, str};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -29,7 +29,7 @@ pub enum Rev {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -41,8 +41,8 @@ where
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle-surf/src/vcs/git/repo.rs
@@ -33,8 +33,8 @@ use crate::{
|
|
|
|
|
|
| - | |
|
|
| + | |
|
|
|
|
|
@@ -156,24 +156,24 @@ impl<'a> RepositoryRef<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -184,7 +184,7 @@ impl<'a> RepositoryRef<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -214,7 +214,7 @@ impl<'a> RepositoryRef<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -278,10 +278,11 @@ impl<'a> RepositoryRef<'a> {
|
|
|
|
|
|
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -296,10 +297,10 @@ impl<'a> RepositoryRef<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -333,8 +334,8 @@ impl<'a> RepositoryRef<'a> {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle-surf/src/vcs/git/stats.rs
@@ -15,7 +15,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-surf/src/vcs/git/tag.rs
@@ -16,7 +16,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -112,9 +112,9 @@ impl<'repo> TryFrom<git2::Tag<'repo>> for Tag {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -163,7 +163,7 @@ impl<'repo> TryFrom<git2::Reference<'repo>> for Tag {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|