fix(FN-5170): use in-process tar extraction for company imports
- Replace host tar invocation in parseCompanyArchive with in-process archive extraction - Add core regression coverage for parsing archive contents without shell tar behavior - Add unmocked dashboard route tests covering CLI company archive imports end to end - Add a changeset for the published @runfusion/fusion package update Fusion-Task-Id: FN-5170
This commit is contained in:
committed by
gsxdsm
parent
0191bef404
commit
f4039266e2
5
.changeset/FN-5170-archive-extraction.md
Normal file
5
.changeset/FN-5170-archive-extraction.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@runfusion/fusion": patch
|
||||
---
|
||||
|
||||
Make `fn agent import` extract `.tar.gz`/`.tgz` Agent Companies archives in-process instead of relying on a host `tar` binary.
|
||||
Reference in New Issue
Block a user