fix: adapt to Oid version differences, Patch title generation
modified src/bin/cibtoolcmd/message.rs
@@ -1,5 +1,6 @@
|
|
|
|
| + | |
|
|
|
|
|
@@ -97,7 +98,7 @@ fn patch() -> Result<Request, MessageError> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -155,4 +156,7 @@ pub enum MessageError {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
modified src/msg.rs
@@ -32,6 +32,7 @@ pub use radicle::{
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -157,7 +158,6 @@ impl<'a> RequestBuilder<'a> {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -202,10 +202,39 @@ impl<'a> RequestBuilder<'a> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1053,6 +1082,7 @@ impl MessageError {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1177,7 +1207,7 @@ pub mod trigger_from_ci_event_tests {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1249,7 +1279,7 @@ pub mod trigger_from_ci_event_tests {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|