-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add format tar.gz * add doc note Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de> * fix: inconsistent output with multiple files Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de> * fix lint issues Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de> * Regenerate provider documentation * fix: stabilize checksum in data resource for directories Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de> * fix: nil pointer in tests Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de> * fix: tests Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de> * fix: tests Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de> * Close gzip reader * fix windows issues * fix: conflicts Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de> * Update internal/provider/tar_archiver_test.go Co-authored-by: Selena Goods <github@simplebox.anonaddy.com> * test: move assert out of loop * test: remove unused var * Update internal/provider/tar_archiver_test.go Co-authored-by: Selena Goods <github@simplebox.anonaddy.com> * test: add ensureTarContents to TestTarArchiver_Dir_Exclude_ExcludeSymlinkDirectories and TestTarArchiver_Dir_ExcludeSymlinkDirectories * rebase from main * split tests * remove duplicate tests * Fix `TestAccTarGzArchiveFile_SourceConfigConflicting()` acceptance test * Add changelog entries * Update documentation --------- Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de> Co-authored-by: Selena Goods <github@simplebox.anonaddy.com>
- Loading branch information
Showing
19 changed files
with
5,587 additions
and
2,459 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
kind: FEATURES | ||
body: 'data-source/archive_file: Add support for creating `tar.gz` archive files.' | ||
time: 2024-08-06T14:23:03.200664-04:00 | ||
custom: | ||
Issue: "277" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
kind: FEATURES | ||
body: 'resource/archive_file: Add support for creating `tar.gz` archive files.' | ||
time: 2024-08-06T14:25:29.318873-04:00 | ||
custom: | ||
Issue: "277" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.