-
Notifications
You must be signed in to change notification settings - Fork 159
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: uber-go/mock
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: uber-go/mock
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 19 files changed
- 8 contributors
Commits on Apr 28, 2025
-
Return to development changelog status. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Documentation** - Added an "Unreleased" section to the changelog for tracking future updates. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Configuration menu - View commit details
-
Copy full SHA for 871d86b - Browse repository at this point
Copy the full SHA 871d86bView commit details
Commits on Jun 12, 2025
-
Support for archive mode (#258)
This adds support for a 3rd option for creating mocks after reflect and source-mode: the archive mode. Archive mode lets you load archive files to create mocks. This can come in handy for writing Bazel rules that produce intermediary archive files and automatically codegen mocks in Bazel environments. Rebased version of #125 --------- Co-authored-by: Zhongpeng Lin <[email protected]> Co-authored-by: Sung Yoon Whang <[email protected]> Co-authored-by: Sung Yoon Whang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 359202c - Browse repository at this point
Copy the full SHA 359202cView commit details -
feat(bazel): support archive mode (#259)
Removes the broken reflect mode in the bazel aspect, in favor of archive mode which was landed in #258 --------- Co-authored-by: Zhongpeng Lin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aa11bfc - Browse repository at this point
Copy the full SHA aa11bfcView commit details
Commits on Jul 1, 2025
-
feat(bazel): mock_names flag support in archive mode (#262)
Hi! In #259 was introduced archive mode for bazel rule, but no support for mock_names. This PR added `mock_names` attr to `_gomock_archive` rule.
Configuration menu - View commit details
-
Copy full SHA for 6a0445c - Browse repository at this point
Copy the full SHA 6a0445cView commit details
Commits on Aug 18, 2025
-
update golang.org/x/tools to v0.36.0 (#276)
Fixes #274. --------- Co-authored-by: Jacob Oaks <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5900c74 - Browse repository at this point
Copy the full SHA 5900c74View commit details -
Update CI to run 1.24/1.25 (#277)
go1.25 was released, let's test it in CI.
Configuration menu - View commit details
-
Copy full SHA for c654195 - Browse repository at this point
Copy the full SHA c654195View commit details -
This includes fixes for go1.25 and the new archive mode.
Configuration menu - View commit details
-
Copy full SHA for 2d1c581 - Browse repository at this point
Copy the full SHA 2d1c581View commit details
Loading
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 v0.5.2...v0.6.0