mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-05 08:10:39 +00:00
parent
40e3ec56ad
commit
604210a799
5 changed files with 48 additions and 11 deletions
File diff suppressed because one or more lines are too long
5
nodes/extract_patch/script_invocation.json
Normal file
5
nodes/extract_patch/script_invocation.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"command": "git diff",
|
||||
"language": "shell",
|
||||
"timeout_ms": null
|
||||
}
|
||||
5
nodes/extract_patch/script_timing.json
Normal file
5
nodes/extract_patch/script_timing.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"duration_ms": 133,
|
||||
"exit_code": 0,
|
||||
"timed_out": false
|
||||
}
|
||||
6
nodes/extract_patch/status.json
Normal file
6
nodes/extract_patch/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"status": "success",
|
||||
"notes": "Script completed: git diff",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-03-16T12:00:59.145294+00:00"
|
||||
}
|
||||
7
nodes/solve/diff.patch
Normal file
7
nodes/solve/diff.patch
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
diff --git a/django_repo b/django_repo
|
||||
new file mode 160000
|
||||
index 0000000..e7fd69d
|
||||
--- /dev/null
|
||||
+++ b/django_repo
|
||||
@@ -0,0 +1 @@
|
||||
+Subproject commit e7fd69d051eaa67cb17f172a39b57253e9cb831a
|
||||
Loading…
Add table
Reference in a new issue