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: vektra/mockery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.0
Choose a base ref
...
head repository: vektra/mockery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.0
Choose a head ref
  • 16 commits
  • 17 files changed
  • 2 contributors

Commits on Apr 14, 2025

  1. Configuration menu
    Copy the full SHA
    933b13d View commit details
    Browse the repository at this point in the history
  2. fix test

    LandonTClipp committed Apr 14, 2025
    Configuration menu
    Copy the full SHA
    e147c44 View commit details
    Browse the repository at this point in the history
  3. Change force-file-write default to be true.

    Fixes #1000
    
    This is a usability issue. Almost everyone will expect mockery to simply overwrite files. My original
    thinking was that we want to protect mockery from overwriting user files that might be unrelated to
    mockery, but version control is a thing and we should err on the side of making mockery more intuitive.
    LandonTClipp committed Apr 14, 2025
    Configuration menu
    Copy the full SHA
    994e30b View commit details
    Browse the repository at this point in the history
  4. Fix issue with variadic arguments from return function provider

    Fixes #997. It was found that the signature of the return function provider
    was incorrect when the signature was variadic.
    LandonTClipp committed Apr 14, 2025
    Configuration menu
    Copy the full SHA
    557bd13 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    25864c0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1002 from LandonTClipp/LandonTClipp/fix_migrate

    Fix `with-expecter` in migrate command
    LandonTClipp authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    baf42e8 View commit details
    Browse the repository at this point in the history
  7. Fix test

    LandonTClipp committed Apr 14, 2025
    Configuration menu
    Copy the full SHA
    ec032e7 View commit details
    Browse the repository at this point in the history
  8. update

    LandonTClipp committed Apr 14, 2025
    Configuration menu
    Copy the full SHA
    a02fd6c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b74470c View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1003 from LandonTClipp/LandonTClipp/force_file_wr…

    …ite_default
    
    Change `force-file-write` default to be `true`.
    LandonTClipp authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    d64c932 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1004 from LandonTClipp/LandonTClipp/variadic_issue

    Fix issue with variadic arguments from return function provider
    LandonTClipp authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    c3aca2a View commit details
    Browse the repository at this point in the history
  12. Bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.0 in /tools

    Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.12.0 to 5.13.0.
    - [Release notes](https://github.com/go-git/go-git/releases)
    - [Commits](go-git/go-git@v5.12.0...v5.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-git/go-git/v5
      dependency-version: 5.13.0
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    0b0f097 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #1005 from vektra/dependabot/go_modules/tools/gith…

    …ub.com/go-git/go-git/v5-5.13.0
    
    Bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.0 in /tools
    LandonTClipp authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    a1a5a5b View commit details
    Browse the repository at this point in the history
  14. Bump golang.org/x/net from 0.33.0 to 0.36.0 in /tools

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.33.0 to 0.36.0.
    - [Commits](golang/net@v0.33.0...v0.36.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-version: 0.36.0
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    6857506 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #1006 from vektra/dependabot/go_modules/tools/gola…

    …ng.org/x/net-0.36.0
    
    Bump golang.org/x/net from 0.33.0 to 0.36.0 in /tools
    LandonTClipp authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    49b1cbd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5cc7cc8 View commit details
    Browse the repository at this point in the history
Loading