Граф коммитов

  • 720e907ab5 refactor global flags into main Cody Oss 2021-06-10 15:58:31 -0600
  • 807de31867 fix parse array with the external const correctly sryoya 2021-06-09 03:02:33 +0900
  • bb196fcb04
    fix typo in README (#568) Cody Oss 2021-06-04 15:56:25 -0600
  • 367aaa7a80 fix typo in README Cody Oss 2021-06-04 15:54:37 -0600
  • 64b0b80f45
    add notes and error helper for vendor+reflect error (#567) Cody Oss 2021-06-04 15:06:01 -0600
  • 06a7495e15 add details to error message Cody Oss 2021-06-04 15:02:37 -0600
  • 7a65ed5727 add notes in how to resolve not finding model pkg in reflect mode Cody Oss 2021-06-04 14:13:06 -0600
  • 953a5bb40e
    update user mock to be in test package (#566) Cody Oss 2021-06-04 13:31:10 -0600
  • 2de697b8c4 update user mock to be in test package Cody Oss 2021-06-04 13:28:42 -0600
  • c59ba111f4
    add ARM to support apple M1 chip to releaser (#562) Kishan B 2021-06-04 22:33:50 +0530
  • 2c903c833c
    Merge branch 'master' into patch-2 Cody Oss 2021-06-04 11:02:16 -0600
  • ab032936af
    fix ill-formatted message with fmt-verbs like %s (#564) Hironao OTSUBO 2021-06-05 00:36:55 +0900
  • 7d8b59edee fix ill-formatted message with fmt-verbs like %s motemen 2021-06-04 22:53:24 +0900
  • bc1670d175
    Add ARM to support apple M1 chip Kishan B 2021-05-28 18:35:06 +0530
  • 0cdccf5f55
    feat add InAnyOrder matcher (#546) Valentin Khomutenko 2021-05-17 17:56:59 +0300
  • 88a7c396e5
    Merge branch 'master' into 545-in-any-order-matcher Cody Oss 2021-05-17 08:51:20 -0600
  • 0ff2aa8fb0 MOCK-545 replaced underscores in test names with spaces Valentin Khomutenko 2021-05-15 13:12:38 +0300
  • e3034614db
    add type information to error messages (#559) Cody Oss 2021-05-14 15:23:09 -0600
  • 6a242dfcf7 add type information to error messages Cody Oss 2021-05-14 15:16:50 -0600
  • 82ce4a77a9
    feat validate Do & DoReturn args (#558) Cody Oss 2021-05-14 13:07:42 -0600
  • 5262bbd5fb feat validate Do & DoReturn args Cody Oss 2021-05-14 10:50:47 -0600
  • d19a21299d
    upgrade dependencies (#557) Cody Oss 2021-05-14 10:37:47 -0600
  • 04a3fe5a08 upgrade dependencies Cody Oss 2021-05-14 10:35:56 -0600
  • ad820b0b26
    update Finish docs for Go1.14+ (#556) Kensei Nakada 2021-05-15 00:18:42 +0900
  • be42a820c4
    Fix: description about Finish Kensei Nakada 2021-05-14 08:40:21 +0900
  • bb5fd5e98f
    fix linter errors (#552) Cody Oss 2021-04-23 14:45:47 -0600
  • 31f1ee003c gofmt Cody Oss 2021-04-23 14:43:30 -0600
  • 81ef199d02 fix linter errors Cody Oss 2021-04-23 14:41:12 -0600
  • ae26e92e2e MOCK-454 remove strings from types supported by InAnyOrder matcher Valentin Khomutenko 2021-04-17 00:27:32 +0300
  • 0cd3aaf207
    add flags documentation (#539) Kensei Nakada 2021-04-17 06:02:31 +0900
  • 57804526c0
    Merge branch 'master' into add-flags-documentation Cody Oss 2021-04-16 14:59:53 -0600
  • 317c030a04
    Best effort guesses for output package path (#547) Zhongpeng Lin 2021-04-17 04:57:14 +0800
  • 079c1909ea Improve error message Zhongpeng Lin 2021-03-27 09:21:39 +0800
  • a33aec5ebc Best effort guesses for output package path Zhongpeng Lin 2021-03-27 08:58:46 +0800
  • 19ce25c0e9 MOCK-545 add InAnyOrder matcher Valentin Khomutenko 2021-03-25 23:03:54 +0300
  • 9336b7ecce
    fix error message in parse.go (#540) Kensei Nakada 2021-03-26 04:09:55 +0900
  • 0b6504e476
    Merge branch 'master' into fix/error-message-lower-case Cody Oss 2021-03-25 13:07:49 -0600
  • f36d14a475
    test(sample/user_test.go): minor correction at t.Errorf (#544) Roger 2021-03-22 22:47:27 +0800
  • 241e2c0cb3 test(sample/user_test.go): minor correction at t.Errorf: format gaozhihui 2021-03-22 15:56:16 +0800
  • ba2e7f402a
    Merge branch 'master' into master Alexander Gehres 2021-03-08 20:52:00 +0100
  • 3fab36b616
    Fix: error message Kensei Nakada 2021-03-08 21:04:17 +0900
  • ec4335d5b6
    Add: flags documentation Kensei Nakada 2021-03-05 23:09:46 +0900
  • 7105dde8ea
    refactor mockgen and cleanup (#536) Cody Oss 2021-02-26 13:55:03 -0700
  • 1e28353194
    Merge branch 'master' into refactor Cody Oss 2021-02-26 11:37:16 -0700
  • e8433ee6f3 refactor mockgen and cleanup Cody Oss 2021-02-25 16:03:12 -0700
  • 58935d8336
    add a basic CONTRIBUTING.md (#535) Cody Oss 2021-02-25 15:44:48 -0700
  • b4e80c6ab6 add a basic CONTRIBUTING.md Cody Oss 2021-02-25 15:41:13 -0700
  • a5582fc149
    add docs on 1.16 install and adding to PATH (#534) Cody Oss 2021-02-25 15:29:09 -0700
  • a478e7c965 add docs on 1.16 install and adding to PATH Cody Oss 2021-02-25 15:26:45 -0700
  • 6ff1070d1b
    fix parse arrays with const length correctly (#520) Francisco Miamoto 2021-02-24 19:31:46 -0300
  • 82eff82258 docs Josh Chorlton 2021-02-24 10:31:20 -0800
  • 8cdfcca76a allow for overriding source package Josh Chorlton 2021-02-24 10:26:35 -0800
  • 4f8f6b7987
    change fmt of error message Francisco Miamoto 2021-02-23 19:58:16 -0300
  • 38deb921e9
    add additional function to test interface Francisco Miamoto 2021-02-23 19:58:09 -0300
  • 87ef06ef12
    Merge branch 'master' into master Francisco Miamoto 2021-02-23 19:51:21 -0300
  • 2421472d03
    update dependencies (#528) Cody Oss 2021-02-23 15:40:38 -0700
  • b8460b1006 update dependencies Cody Oss 2021-02-23 15:38:40 -0700
  • 70785154b0
    refactor go:generate lines so they are consistently placed (#527) Cody Oss 2021-02-23 15:16:24 -0700
  • d9ce5348b6 refactor go:generate lines so they are consistently placed Cody Oss 2021-02-23 15:13:01 -0700
  • 8c78d483fa
    Merge branch 'master' into master Francisco Miamoto 2021-02-23 11:20:26 -0300
  • ef4ad87fcc
    update CI for 1.16 (#526) Cody Oss 2021-02-22 16:10:45 -0700
  • 4ca8ad4174 go mod tidy Cody Oss 2021-02-22 16:04:40 -0700
  • 8edb84752a update CI for 1.16 Cody Oss 2021-02-22 16:01:40 -0700
  • 93308c36b8
    fix broken badge (#525) Cody Oss 2021-02-22 15:59:26 -0700
  • 1bd9b7e8fb fix broken badge Cody Oss 2021-02-22 15:57:30 -0700
  • 7f5f64d6b0
    fixup some docs and templates (#524) Cody Oss 2021-02-22 15:55:29 -0700
  • 8f10c20f9d update readme badge Cody Oss 2021-02-22 15:47:54 -0700
  • fba6ccbb52 remove PR template Cody Oss 2021-02-22 15:43:34 -0700
  • 3a20bf7575 fix formatting of README Cody Oss 2021-02-22 15:41:38 -0700
  • 48a2bf9830
    Merge branch 'master' into master Francisco Miamoto 2021-02-22 18:51:33 -0300
  • 35998bbf76
    update README for v1.5.0 (#523) Cody Oss 2021-02-20 15:58:59 -0700
  • 3f0c33fd10
    update README for v1.5.0 Cody Oss 2021-02-20 09:35:45 -0700
  • a23c5e7c8f
    fix issues related to source package imports (#507) v1.5.0 Cody Oss 2021-02-19 15:45:17 -0700
  • 4d8783c35a
    Merge branch 'master' into gm505 Cody Oss 2021-02-19 15:43:43 -0700
  • f67ce0ce10
    add CODEOWNERS file (#522) Cody Oss 2021-02-19 15:41:36 -0700
  • 089d6e0c9e add CODEOWNERS file Cody Oss 2021-02-19 15:39:47 -0700
  • ae93d9a240
    parse arrays with const length correctly (#294) Francisco Miamoto 2021-02-13 23:58:13 -0300
  • 7452925f1c add extra test Cody Oss 2021-02-05 13:30:04 -0700
  • a80720e9c6 gofmt Cody Oss 2021-02-05 12:32:42 -0700
  • aa1d726843 Handle when mocked func does now list param names Andras Suller 2021-02-04 18:53:58 +0800
  • 2617cc7b63 Simplify generated code; log stack for errors Andras Suller 2021-02-03 21:42:38 +0800
  • fd70d4a03c Generate mocks with ALLOW and EXPECT Andras Suller 2021-02-03 21:15:09 +0800
  • 05d7427357 feat: SetArg support `chan` `reflect.Value` ahl5esoft 2021-01-30 10:48:39 +0800
  • c06e824137
    Merge branch 'master' into gm505 Cody Oss 2021-01-28 15:49:24 -0700
  • b9a8584115
    deduplicate methods to allow overlapping methods on embedded interfaces (#498) Marten Seemann 2021-01-29 06:47:31 +0800
  • 8aa30993df use multiple modules Marten Seemann 2021-01-16 11:01:45 +0800
  • db15feca21 add tests Marten Seemann 2020-11-04 17:43:12 +0700
  • 23a98048ed deduplicate methods to allow overlapping methods on embedded interfaces Marten Seemann 2020-11-04 16:36:23 +0700
  • 872e315549
    remove travis config (#513) Cody Oss 2021-01-22 15:33:01 -0700
  • 06db37ef93 remove travis config Cody Oss 2021-01-22 15:30:47 -0700
  • 10192bdaa4
    fix 1.11 ga test failure (#511) Cody Oss 2021-01-22 15:29:17 -0700
  • ff30ed54ff Merge branch 'master' of github.com:golang/mock into fix-ga Cody Oss 2021-01-22 15:27:01 -0700
  • dcd893eced
    fix Test_createPackageMap for 1.15 (#512) Cody Oss 2021-01-22 15:16:46 -0700
  • af42d47735 fix Test_createPackageMap for 1.15 Cody Oss 2021-01-22 14:52:40 -0700
  • 0893cd484e fix 1.11 ga test failure Cody Oss 2021-01-22 14:19:15 -0700
  • 000792a4af
    test out GH actions (#508) Cody Oss 2021-01-15 15:57:42 -0700
  • 4695decb13 switch ci to GH actions Cody Oss 2021-01-15 15:56:33 -0700
  • 442edeca5d fix missing import when packge is same as dst Cody Oss 2021-01-15 14:13:12 -0700
  • 7176a9ec04 fix a little bug of example code bxshcn 2020-12-24 18:01:59 +0800
  • f49e5a43e3 fix Test_createPackageMap for 1.15 Cody Oss 2020-12-17 12:55:25 -0700