- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 427
Comparing changes
Open a pull request
base repository: vektra/mockery
base: v2.9.4
head repository: vektra/mockery
compare: v2.22.1
Commits on Sep 20, 2021
-
Add mock generation with expecter
Gevrai Jodoin-Tremblay committedSep 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 95b8d4d - Browse repository at this point
Copy the full SHA 95b8d4dView commit details
Commits on Jan 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 21d2728 - Browse repository at this point
Copy the full SHA 21d2728View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff24d35 - Browse repository at this point
Copy the full SHA ff24d35View commit details -
Merge pull request #427 from vektra/update_deps
Upgrade all dependencies
Configuration menu - View commit details
-
Copy full SHA for 5626edf - Browse repository at this point
Copy the full SHA 5626edfView commit details -
Configuration menu - View commit details
-
Copy full SHA for b702d89 - Browse repository at this point
Copy the full SHA b702d89View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5889c6 - Browse repository at this point
Copy the full SHA e5889c6View commit details -
Merge pull request #396 from Gevrai/gejo-expecter-support
Add mock generation with expecter
Configuration menu - View commit details
-
Copy full SHA for 66d6564 - Browse repository at this point
Copy the full SHA 66d6564View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa2d82d - Browse repository at this point
Copy the full SHA fa2d82dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fc5912 - Browse repository at this point
Copy the full SHA 4fc5912View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f5570d - Browse repository at this point
Copy the full SHA 5f5570dView commit details -
Configuration menu - View commit details
-
Copy full SHA for adda07f - Browse repository at this point
Copy the full SHA adda07fView commit details
Commits on Mar 17, 2022
-
Load packages with dependencies for Go 1.18
Without the additional `NeedDeps` mockery fails with: "Unexpected package creation during export data loading" Refs #434
Configuration menu - View commit details
-
Copy full SHA for 4e181be - Browse repository at this point
Copy the full SHA 4e181beView commit details
Commits on Mar 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e0e183b - Browse repository at this point
Copy the full SHA e0e183bView commit details -
Fix config.GetSemverInfo() for Go 1.18
In Go 1.18 debug.ReadBuildInfo() may successfully return a build info where the main version is empty. Return the default SemVer in this case.
Configuration menu - View commit details
-
Copy full SHA for fa0080c - Browse repository at this point
Copy the full SHA fa0080cView commit details
Commits on Mar 30, 2022
-
Merge pull request #435 from emmanuel099/master
Load packages with dependencies for Go 1.18
Configuration menu - View commit details
-
Copy full SHA for 232f954 - Browse repository at this point
Copy the full SHA 232f954View commit details -
Merge pull request #436 from emmanuel099/test_with_3.18
Test with Go 1.18 and fix GetSemverInfo()
Configuration menu - View commit details
-
Copy full SHA for b11695e - Browse repository at this point
Copy the full SHA b11695eView commit details
Commits on Mar 31, 2022
-
fix: allow configuring flags with "-" as Env var
For example MOCKERY_DISABLE_VERSION_STRING
Claus Strasburger committedMar 31, 2022 Configuration menu - View commit details
-
Copy full SHA for ed87cf6 - Browse repository at this point
Copy the full SHA ed87cf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0d98e4 - Browse repository at this point
Copy the full SHA a0d98e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09de88a - Browse repository at this point
Copy the full SHA 09de88aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9489caf - Browse repository at this point
Copy the full SHA 9489cafView commit details -
actualLines may be longer than expectedLines -> index out of range
Configuration menu - View commit details
-
Copy full SHA for b4d8eef - Browse repository at this point
Copy the full SHA b4d8eefView commit details
Commits on Apr 1, 2022
-
Evgenii Orlov committed
Apr 1, 2022 Configuration menu - View commit details
-
Copy full SHA for 408740d - Browse repository at this point
Copy the full SHA 408740dView commit details -
Merge pull request #443 from OrlovEvgeny/fix-build-go-version
fix: golang build version 1.18 (issue #434)
Configuration menu - View commit details
-
Copy full SHA for 8384e25 - Browse repository at this point
Copy the full SHA 8384e25View commit details
Commits on Apr 4, 2022
-
test: add test for env var configurations
Claus Strasburger committedApr 4, 2022 Configuration menu - View commit details
-
Copy full SHA for 53114cf - Browse repository at this point
Copy the full SHA 53114cfView commit details -
Claus Strasburger committed
Apr 4, 2022 Configuration menu - View commit details
-
Copy full SHA for 17abd96 - Browse repository at this point
Copy the full SHA 17abd96View commit details
Commits on Apr 5, 2022
-
This was introduced #435 but it wasn't the correct solution.
Configuration menu - View commit details
-
Copy full SHA for ba1f213 - Browse repository at this point
Copy the full SHA ba1f213View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee25bcf - Browse repository at this point
Copy the full SHA ee25bcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed38b20 - Browse repository at this point
Copy the full SHA ed38b20View commit details -
Merge pull request #444 from vektra/remove_need_deps
Remove packages.NeedDeps
Configuration menu - View commit details
-
Copy full SHA for 4703d1a - Browse repository at this point
Copy the full SHA 4703d1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a328a65 - Browse repository at this point
Copy the full SHA a328a65View commit details -
Configuration menu - View commit details
-
Copy full SHA for eddf049 - Browse repository at this point
Copy the full SHA eddf049View commit details -
Merge pull request #441 from cfstras/fix/support-more-env-keys
fix: allow configuring flags with "-" as environment variables
Configuration menu - View commit details
-
Copy full SHA for c943e69 - Browse repository at this point
Copy the full SHA c943e69View commit details
Commits on Apr 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for df6e689 - Browse repository at this point
Copy the full SHA df6e689View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8bf201 - Browse repository at this point
Copy the full SHA e8bf201View commit details
Commits on Apr 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for aa25af0 - Browse repository at this point
Copy the full SHA aa25af0View commit details
Commits on Apr 13, 2022
-
Merge pull request #445 from bigbluedisco/fix/bump-golang-org-x-tools
fix: bump golang.org/x/tools to v0.1.10 to fix some go 1.18 issues
Configuration menu - View commit details
-
Copy full SHA for 54589be - Browse repository at this point
Copy the full SHA 54589beView commit details
Commits on Apr 18, 2022
-
Merge pull request #406 from grongor/add-constructor-for-mocks
Add constructor for mocks
Configuration menu - View commit details
-
Copy full SHA for 32dd223 - Browse repository at this point
Copy the full SHA 32dd223View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43880c1 - Browse repository at this point
Copy the full SHA 43880c1View commit details -
Merge pull request #448 from vektra/add-code-of-conduct-1
Create CODE_OF_CONDUCT.md
Configuration menu - View commit details
-
Copy full SHA for 3ceee82 - Browse repository at this point
Copy the full SHA 3ceee82View commit details -
Configuration menu - View commit details
-
Copy full SHA for f564b10 - Browse repository at this point
Copy the full SHA f564b10View commit details -
Merge pull request #449 from LandonTClipp/update_mocks
Update mocks with latest mockery version
Configuration menu - View commit details
-
Copy full SHA for 4af1288 - Browse repository at this point
Copy the full SHA 4af1288View commit details
Commits on Apr 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ec87efa - Browse repository at this point
Copy the full SHA ec87efaView commit details -
Merge pull request #450 from grongor/update-readme
Update readme (new constructors, mention expecter, small improvements)
Configuration menu - View commit details
-
Copy full SHA for aad3571 - Browse repository at this point
Copy the full SHA aad3571View commit details -
This allows users to choose whether they prefer mock_name.go or name_mock.go for their filenames.
Configuration menu - View commit details
-
Copy full SHA for c98782f - Browse repository at this point
Copy the full SHA c98782fView commit details
Commits on Apr 20, 2022
-
Add testing.TB to mock.Mock in constructors
Gevrai Jodoin-Tremblay committedApr 20, 2022 Configuration menu - View commit details
-
Copy full SHA for 81502be - Browse repository at this point
Copy the full SHA 81502beView commit details -
Gevrai Jodoin-Tremblay committed
Apr 20, 2022 Configuration menu - View commit details
-
Copy full SHA for c7e7f4f - Browse repository at this point
Copy the full SHA c7e7f4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 749b2d6 - Browse repository at this point
Copy the full SHA 749b2d6View commit details
Commits on Apr 21, 2022
-
Gevrai Jodoin-Tremblay committed
Apr 21, 2022 Configuration menu - View commit details
-
Copy full SHA for bf007ff - Browse repository at this point
Copy the full SHA bf007ffView commit details -
Merge pull request #455 from Gevrai/add-testingT-mock-constructor
Add testing.TB to mock.Mock in constructors
Configuration menu - View commit details
-
Copy full SHA for 8174e46 - Browse repository at this point
Copy the full SHA 8174e46View commit details -
Merge pull request #452 from grongor/refactor-first-letter-helper
Refactor mock name generation
Configuration menu - View commit details
-
Copy full SHA for 58a7f18 - Browse repository at this point
Copy the full SHA 58a7f18View commit details
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.