Skip to content
Permalink

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
Choose a base ref
...
head repository: uber-go/mock
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0
Choose a head ref
  • 7 commits
  • 19 files changed
  • 8 contributors

Commits on Apr 28, 2025

  1. Back to development (#251)

    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 -->
    JacobOaks authored Apr 28, 2025
    Configuration menu
    Copy the full SHA
    871d86b View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2025

  1. 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]>
    4 people authored Jun 12, 2025
    Configuration menu
    Copy the full SHA
    359202c View commit details
    Browse the repository at this point in the history
  2. 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]>
    JamyDev and linzhp authored Jun 12, 2025
    Configuration menu
    Copy the full SHA
    aa11bfc View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2025

  1. 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.
    MrDan4es authored Jul 1, 2025
    Configuration menu
    Copy the full SHA
    6a0445c View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

  1. update golang.org/x/tools to v0.36.0 (#276)

    Fixes #274.
    
    ---------
    
    Co-authored-by: Jacob Oaks <[email protected]>
    marten-seemann and JacobOaks authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    5900c74 View commit details
    Browse the repository at this point in the history
  2. Update CI to run 1.24/1.25 (#277)

    go1.25 was released, let's test it in CI.
    JacobOaks authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    c654195 View commit details
    Browse the repository at this point in the history
  3. Prepare release v0.6.0 (#278)

    This includes fixes for go1.25 and the new archive mode.
    JacobOaks authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    2d1c581 View commit details
    Browse the repository at this point in the history
Loading