-
Notifications
You must be signed in to change notification settings - Fork 348
Comparing changes
Open a pull request
base repository: bufbuild/buf
base: v1.25.1
head repository: bufbuild/buf
compare: v1.26.1
- 12 commits
- 24 files changed
- 10 contributors
Commits on Aug 2, 2023
-
Release complete for v1.25.1 --------- Co-authored-by: buf-release-bot[bot] <buf-release-bot[bot]@users.noreply.github.com> Co-authored-by: joshcarp <jcarpeggiani@buf.build>
Configuration menu - View commit details
-
Copy full SHA for 047ecb6 - Browse repository at this point
Copy the full SHA 047ecb6View commit details -
Remove go 1.18 compatibility code (#2340)
We've updated to go 1.19 in the go.mod file for some time. We can now remove go 1.18 and earlier compatibility code.
Configuration menu - View commit details
-
Copy full SHA for 4ed6eb6 - Browse repository at this point
Copy the full SHA 4ed6eb6View commit details -
Return better errors for unavailable error codes (#2336)
If we can determine that the error from login is due to a connect unavailable error, we should return more details to aid in troubleshooting. Update wrapError to return a better error message in case of a TLS certificate error (could be a MITM attack or an untrusted certificate).
Configuration menu - View commit details
-
Copy full SHA for 3bd5bea - Browse repository at this point
Copy the full SHA 3bd5beaView commit details
Commits on Aug 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 43dbe53 - Browse repository at this point
Copy the full SHA 43dbe53View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0a2fd8 - Browse repository at this point
Copy the full SHA b0a2fd8View commit details
Commits on Aug 8, 2023
-
Sync a single module by default, at the root of the repo (#2330)
This PR sets a much saner default behavior and sync rules when running `buf alpha repo sync`: - Don't force users to pass `--module` flag each time for all module dirs. If they don't, then assume a single module, at the root of the git repo. - Read module identities from the HEAD commit for each branch, and only sync commits in the branch history that match those names. - Skip commits with read module failures like: - Module not found - Module with invalid config - Module unnamed - Module name different than HEAD - Module does not build - Improve sync output every time a git commit is synced to a new more readable format
Configuration menu - View commit details
-
Copy full SHA for 25da2f0 - Browse repository at this point
Copy the full SHA 25da2f0View commit details
Commits on Aug 9, 2023
-
Buf sync: support module identity overrides (#2356)
Accept an **optional** module identity override for the module flag. This is useful when syncing a repository, to set a target module identity, regardless of what HEAD content has. This will be useful for dog fooding the sync command on our own repos, or other community repositories with valid Buf modules, in case we don't want or can't write to the git history, but still want to sync all activity across all branches. Before: ```sh buf alpha repo sync \ # This would read the module name in the HEAD commit, # and only sync commits back in time that matched that name. --module my/proto/dir ``` Now: ```sh buf alpha repo sync \ # This will read the module name in the HEAD commit, # and only sync commits back in time that matched that name. --module my/proto/dir # This will use "buf.build/acme/foo" as the module target # identity for all branches, regardless of the module name # they have in the git commits, or even if they are unnamed. --module other/proto/dir:buf.build/acme/foo ```
Configuration menu - View commit details
-
Copy full SHA for af32dec - Browse repository at this point
Copy the full SHA af32decView commit details -
Release prepared for 1.26.0 Reminder: Update the changelog --------- Co-authored-by: unmultimedio <unmultimedio@users.noreply.github.com> Co-authored-by: Julian Figueroa <jfigueroa@buf.build>
Configuration menu - View commit details
-
Copy full SHA for 893a9b7 - Browse repository at this point
Copy the full SHA 893a9b7View commit details -
Release complete for v1.26.0 --------- Co-authored-by: buf-release-bot[bot] <buf-release-bot[bot]@users.noreply.github.com> Co-authored-by: Julian Figueroa <jfigueroa@buf.build>
Configuration menu - View commit details
-
Copy full SHA for 2d14c83 - Browse repository at this point
Copy the full SHA 2d14c83View commit details -
Fix rename module when no module identity (#2360)
Missing nil-check catched when syncing `bufbuild/buf`.
Configuration menu - View commit details
-
Copy full SHA for 3a58ee6 - Browse repository at this point
Copy the full SHA 3a58ee6View commit details -
Configuration menu - View commit details
-
Copy full SHA for efdd563 - Browse repository at this point
Copy the full SHA efdd563View commit details -
Release prepared for 1.26.1 Co-authored-by: joshcarp <joshcarp@users.noreply.github.com> Co-authored-by: joshcarp <jcarpeggiani@buf.build>
Configuration menu - View commit details
-
Copy full SHA for 37e7b11 - Browse repository at this point
Copy the full SHA 37e7b11View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.25.1...v1.26.1