-
Notifications
You must be signed in to change notification settings - Fork 298
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: bufbuild/buf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.27.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: bufbuild/buf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.27.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 14 files changed
- 8 contributors
Commits on Oct 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7edd4f5 - Browse repository at this point
Copy the full SHA 7edd4f5View commit details
Commits on Oct 18, 2023
-
Add workaround for macOS archive xattrs (#2504)
This commit introduces a workaround for an issue with .tar archives created with libarchive on Darwin/macOS. When encountering a file that has extended attributes, such as the com.apple.provenance attribute, it will add a corresponding AppleDouble file with the prefix "._" in the same directory. Because these files have the same filename otherwise, the buf tool will see these when they correspond to proto files and subsequently fail to parse them as protobuf IDL. Due to the fact that libarchive is used by default with the version of tar that ships with macOS, and the provenance extended attribute is set by macOS under many conditions when SIP is enabled, archives with these files are likely to occur on macOS. .zip archives created by libarchive do not seem to have this issue. However, .zip archives created by Archive Utility.app have a very similar behavior when encountering extended attributes: it will place AppleDouble files in a separate directory tree under the MACOSX directory, but also with the "._" prefix. Since this can be handled by the same logic, this behavior is extended to ZIP files as well. Closes #2387.
Configuration menu - View commit details
-
Copy full SHA for df619b4 - Browse repository at this point
Copy the full SHA df619b4View commit details
Commits on Oct 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 66f4c6d - Browse repository at this point
Copy the full SHA 66f4c6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f0328f - Browse repository at this point
Copy the full SHA 2f0328fView commit details -
Fix shutdown_finished duration field (#2510)
As written, the duration value is calculated when the defer function is registered. We should update it to be calculated when the defer is executed instead.
Configuration menu - View commit details
-
Copy full SHA for 90d79c5 - Browse repository at this point
Copy the full SHA 90d79c5View commit details
Commits on Oct 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c29e78d - Browse repository at this point
Copy the full SHA c29e78dView commit details
Commits on Oct 27, 2023
-
Release prepared for 1.27.2 Reminder: Update the changelog --------- Co-authored-by: doriable <doriable@users.noreply.github.com> Co-authored-by: Doria Keung <doria.keung@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a987d2d - Browse repository at this point
Copy the full SHA a987d2dView commit details
There are no files selected for viewing