-
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.
Fix generation of archives when using exclude_symlink_directories (#298)
* Fix generation of archives when using exclude_symlink_directories (#296) * Adding change log entries (#296) * Return error when generating an archive would result in an empty archive (#296) * Adding equivalent test coverage for archive_file resource (#296)
- Loading branch information
1 parent
02f627f
commit f85af3b
Showing
8 changed files
with
494 additions
and
46 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,7 @@ | ||
kind: BUG FIXES | ||
body: 'data-source/archive_file: Prevent error when generating archive from source | ||
containing symbolically linked directories, and `exclude_symlink_directories` | ||
is set to true' | ||
time: 2024-01-15T10:13:58.177253Z | ||
custom: | ||
Issue: "298" |
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,6 @@ | ||
kind: BUG FIXES | ||
body: 'resource/archive_file: Prevent error when generating archive from source containing | ||
symbolically linked directories, and `exclude_symlink_directories` is set to true' | ||
time: 2024-01-15T10:15:10.869072Z | ||
custom: | ||
Issue: "298" |
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: BUG FIXES | ||
body: 'resource/archive_file: Return error when generated archive would be empty' | ||
time: 2024-01-17T10:18:51.941981Z | ||
custom: | ||
Issue: "298" |
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: BUG FIXES | ||
body: 'data-source/archive_file: Return error when generated archive would be empty' | ||
time: 2024-01-17T10:19:23.907477Z | ||
custom: | ||
Issue: "298" |
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.