From 540d4548c01c0ee913375ad763427178c32208ad Mon Sep 17 00:00:00 2001 From: TW Date: Thu, 23 Feb 2023 01:41:28 +0100 Subject: [PATCH] borg json rc code ticket is already being worked on --- Google-Summer-of-Code-2023-Ideas.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/Google-Summer-of-Code-2023-Ideas.md b/Google-Summer-of-Code-2023-Ideas.md index ff557e2..6c1918c 100644 --- a/Google-Summer-of-Code-2023-Ideas.md +++ b/Google-Summer-of-Code-2023-Ideas.md @@ -233,6 +233,8 @@ Refactor the code accordingly.
You can also come up with own ideas to implement or choose to solve any other existing [issue](https://github.com/borgbase/vorta/issues). Discuss your ideas with you prospective mentors. + + ## Borg ### Add `--format` option to `borg diff` command @@ -244,15 +246,6 @@ Discuss your ideas with you prospective mentors. **Additional details**: See [this issue](https://github.com/borgbackup/borg/issues/4634)
**Possible mentors**: [@m3nu][m3nu], backup mentor: [@ThomasWaldmann][TW] -### Add return code to JSON output -**Difficulty**: Easy
-**Length**: 25 hours
-**Skills required**: Python, Unix
-**Description**: Borg has an option to format its output as JSON. This is used by supporting tools, like Vorta. This small task would add the return code to the JSON output for all commands.
-**Task outline**: This is a great starter task to find your way around the Borg codebase and make small edits.
-**Additional details**: See [this issue](https://github.com/borgbackup/borg/issues/7318)
-**Possible mentors**: [@m3nu][m3nu], backup mentor: [@ThomasWaldmann][TW] - ### Update shell completions for Borg v2 **Difficulty**: Easy
**Length**: 25 hours