Commit graph

1673 commits

Author SHA1 Message Date
Chris Hennick
aa56c0a8be
Revert "ci: Auto-merge PRs from within repo even if I'm the triggering actor"
This reverts commit a8b2855910.
2024-05-17 09:01:19 -07:00
Chris Hennick
102e31113d
Merge pull request #131 from zip-rs/release-plz-2024-05-15T23-52-34Z
chore: release v1.3.0
2024-05-17 07:28:17 +00:00
Chris Hennick
461fb58a02
chore: release 2024-05-16 21:03:31 -07:00
Chris Hennick
a8b2855910
ci: Auto-merge PRs from within repo even if I'm the triggering actor 2024-05-16 21:01:10 -07:00
Chris Hennick
6fa4486089
Enable attestation of release builds
Per https://github.com/actions/attest-build-provenance

Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-15 20:44:04 -07:00
Chris Hennick
3e81fddb78
style: cargo fmt --all 2024-05-15 17:47:20 -07:00
Chris Hennick
1cb0e1b3b7
refactor: Eliminate deprecation warning when --all-features implicitly enables the deprecated feature 2024-05-15 17:13:20 -07:00
Chris Hennick
fbf111ef97
style: cargo fmt --all 2024-05-15 17:09:12 -07:00
Chris Hennick
3e06f6433a
chore: Fix borrow-of-moved-value 2024-05-15 17:08:40 -07:00
Chris Hennick
633a6733e6
refactor: Check if archive contains a symlink's target, without borrowing both at the same time 2024-05-15 17:06:57 -07:00
Chris Hennick
17fee7938a
refactor: Eliminate a clone that's no longer necessary 2024-05-15 16:57:37 -07:00
Chris Hennick
7536a98da1
chore: Box<str> doesn't directly convert to PathBuf, so convert back to String first 2024-05-15 16:55:00 -07:00
Chris Hennick
267ab432cf
chore: partial revert - only &str has chars(), but Box<str> should auto-deref 2024-05-15 16:51:12 -07:00
Chris Hennick
d78f127039
chore: contains_key needs a Box<str>, so generify is_dir to accept one 2024-05-15 16:49:05 -07:00
Chris Hennick
b7ac989013
refactor: is_dir only needs to look at the filename 2024-05-15 16:44:59 -07:00
Chris Hennick
09676e7bee
chore: Add missing ZipFileData::is_dir() method 2024-05-15 16:20:50 -07:00
Chris Hennick
1e574a961a
chore: Fix another Windows-specific error 2024-05-15 16:14:57 -07:00
Chris Hennick
91dcf305d7
chore: More bug fixes for Windows-specific symlink code 2024-05-15 16:11:37 -07:00
Chris Hennick
ce818e4df1
chore: More bug fixes for Windows-specific symlink code 2024-05-15 16:08:39 -07:00
Chris Hennick
aca750d616
chore: Bug fix: variable name change 2024-05-15 15:57:54 -07:00
Chris Hennick
9d11f4cf68
chore: Bug fix: need both internal and output path to determine whether to symlink_dir 2024-05-15 15:53:26 -07:00
Chris Hennick
2a67534fcb
chore: Another bug fix 2024-05-15 15:37:31 -07:00
Chris Hennick
47a07fb964
chore: Fix another error-type conversion error 2024-05-15 15:32:08 -07:00
Chris Hennick
819f86537c
refactor: Remove unnecessary #[cfg] attributes 2024-05-15 15:31:17 -07:00
Chris Hennick
23068ad7c2
chore: Fix error-type conversion on Windows 2024-05-15 15:22:49 -07:00
Chris Hennick
492c96c18f
chore: Fix conditionally-unused import 2024-05-15 15:12:18 -07:00
Chris Hennick
8435561093
chore: Fix continued issues, and factor out the Vec<u8>-to-OsString conversion (cc: #125) 2024-05-15 15:08:41 -07:00
Chris Hennick
c52ec50306
chore: Fix CI failure involving conversion to OsString for symlinks (see my comments on #125) 2024-05-15 14:47:52 -07:00
Chris Hennick
f275acf1d2
chore: Move path join into platform-independent code 2024-05-14 13:25:15 -07:00
Chris Hennick
0ec043d6be
style: Remove an unused import on Windows 2024-05-14 13:11:57 -07:00
Chris Hennick
d96ba59197
doc: Document symlink extraction behavior 2024-05-13 20:56:03 -07:00
Chris Hennick
8715d936cb
fix: Extract symlinks into symlinks on Unix and Windows, and fix a bug that affected making directories writable on MacOS 2024-05-13 20:50:40 -07:00
Chris Hennick
be8cb432f6
style: cargo fmt --all 2024-05-13 20:22:11 -07:00
Chris Hennick
3bf0301e39
feat: Add is_symlink method 2024-05-13 19:52:14 -07:00
Chris Hennick
5f44a2c3ed
Revert "ci: Clean up old release PR before creating a new one"
This reverts commit ea2907fb9b.
2024-05-12 11:25:15 -07:00
Chris Hennick
c17b824408
Revert "ci: Close-old-PR step needs GitHub token"
This reverts commit 8d18f1a7bd.
2024-05-12 11:25:14 -07:00
Chris Hennick
f2b6be8fd3
Revert "ci: Bug fix: empty check was missing $"
This reverts commit 9fa26892fd.
2024-05-12 11:25:13 -07:00
Chris Hennick
629623594d
doc: Add "compression" as a keyword 2024-05-11 15:39:55 -07:00
Chris Hennick
3f114a53ca
ci: Disable auto-merge for my own PRs 2024-05-11 09:29:10 -07:00
Chris Hennick
adb40b83d2
Merge pull request #118 from zip-rs/release-plz-2024-05-10T23-54-42Z
chore: release v1.2.3
2024-05-11 03:26:41 +00:00
Chris Hennick
3d7852a337
chore: release 2024-05-10 16:54:43 -07:00
Chris Hennick
a385aaf854
doc: Important correction: consuming package has to *target* Unix, e.g. this lib doesn't protect you when running on Wine or Mono 2024-05-10 16:40:41 -07:00
Chris Hennick
4a5d28ed30
doc: Important correction: contents might not have been extracted at all 2024-05-10 16:39:12 -07:00
Chris Hennick
ba4c6936d5
doc: Important clarification: "any user" -> "any non-root user" 2024-05-10 16:37:02 -07:00
Chris Hennick
c28614a0b2
doc: Document the guarantee provided by 137672cb29 2024-05-10 16:35:35 -07:00
Chris Hennick
137672cb29
fix: Remove a window when an extracted directory might be unexpectedly listable and/or cdable by non-owners 2024-05-10 16:26:47 -07:00
Chris Hennick
c0691ec1e5
Improve copyright warning
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-10 15:51:21 -07:00
Chris Hennick
123fb7b807
doc: Improve copyright warning
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-10 15:50:14 -07:00
Chris Hennick
2198653882
Add issue templates 2024-05-10 15:42:14 -07:00
Chris Hennick
46c022ea03
chore: More conditionally-unused imports 2024-05-10 15:14:08 -07:00