1. e85f63a Merge pull request #190 from ericTsiliacos/what-if-we-diff-some-strings by Onsi Fakhouri · 8 years ago master
  2. f50d3b2 Attempt to diff long strings when not equal by Eric Tsiliacos and Tim Jarratt · 8 years ago
  3. f1f0f38 Merge pull request #187 from jraqula/master by Onsi Fakhouri · 9 years ago
  4. 3267afd allow specifying that a matcher can apply to multiple members of a slice by James Quintana · 9 years ago
  5. 2b6ed62 Merge pull request #186 from mdelillo/patch-1 by Onsi Fakhouri · 9 years ago
  6. 4034ef0 ContainSubstring no longer documents accepting a Regex by Mark DeLillo · 9 years ago
  7. ff4bc6b Merge pull request #185 from emidander/Improved-date-format by Onsi Fakhouri · 9 years ago
  8. c41fc46 Added pretty printing for time.Time. by Erik Midander · 9 years ago
  9. d6ea114 Merge pull request #181 from henryaj/add-build-for-platform by Onsi Fakhouri · 9 years ago
  10. d0c57c6 Provide args to BuildWithEnv as slice not map by Henry Stanley · 9 years ago
  11. 7a50af5 travis only 1.6 and 1.7 by Onsi Fakhouri · 9 years ago
  12. ebc4174 Merge pull request #176 from petergtz/master by Onsi Fakhouri · 9 years ago
  13. 4e25e29 Set temporary env vars properly rather than setting/unsetting by Henry Stanley · 9 years ago
  14. 825cecc Make tests for BuildWithEnvironment clearer by Henry Stanley · 9 years ago
  15. 3433d7b Add BuildWithEnvironment() to gexec by Henry Stanley · 9 years ago
  16. faab174 Use format.Object() for PanicMatcher failure message by Peter Goetz · 9 years ago
  17. 7e2072f Merge pull request #179 from ebabani/master by Onsi Fakhouri · 9 years ago
  18. eec5c4b Removed use of the context package to maintain backwards compatability with go < 1.7 by Ergin Babani · 9 years ago
  19. 7fbb54c Suppress printing the internals of context.Context. Added a flag to override this behaviour. by Ergin Babani · 9 years ago
  20. 16f4cfd Merge pull request #178 from ebabani/master by Onsi Fakhouri · 9 years ago
  21. 7fb3200 Fix for #175. Printing the map keys incorrectly set the indentation back to 0 by Ergin Babani · 9 years ago
  22. e46a88d Merge pull request #152 from tinygrasshopper/kill-rogue-processes by Onsi Fakhouri · 9 years ago
  23. 71ff1f7 Print panic object when using ShouldNot(Panic()) by Peter Goetz · 9 years ago
  24. 83432b0 Added a lock while creating a new session by Jatin Naik · 9 years ago
  25. cdfab82 split checking not waiting for exit into different test by Jatin Naik · 9 years ago
  26. fb70b39 resetting tracked sessions in KillAndWait, to add more preditablity while running on travis by Jatin Naik · 9 years ago
  27. d59fa0a Merge pull request #171 from timstclair/gstruct by Onsi Fakhouri · 9 years ago
  28. 4e3aa0c Introduce new 'gstruct' library by Tim St. Clair · 9 years ago
  29. f4a44a4 Merge remote-tracking branch 'upstream/master' into kill-rogue-processes by Jatin Naik · 9 years ago
  30. b48c9a8 Update README.md by Onsi Fakhouri · 9 years ago
  31. c90bd38 Merge pull request #148 from farjump/fix-byte-slice-formatter by Onsi Fakhouri · 9 years ago
  32. ee3b181 Format a slice of bytes as printable string when possible by Julio Guerra · 9 years ago
  33. 5693ab7 Fix the formatting tests of byte slices to their new format by Julio Guerra · 9 years ago
  34. c17af0b Always escape a slice of bytes by Julio Guerra · 9 years ago
  35. 80a7218 not tracking unstarted sessions by Jatin Naik · 9 years ago
  36. 9ed8da1 Merge pull request #166 from trayo/patch-2 by Onsi Fakhouri · 9 years ago
  37. a200533 Fix typo by Travis Yoder · 9 years ago
  38. 9574b2d Merge pull request #164 from wendorf/assert_typo by Rob Dimsdale-Zucker · 9 years ago
  39. 4fe12c5 Fix typo: asser -> assert by Dan Wendorf · 9 years ago
  40. fcb0f12 Merge remote-tracking branch 'origin/pr/163' by Rob Dimsdale-Zucker · 9 years ago
  41. 17cbeca Remove dead func by Jason Keene · 9 years ago
  42. 82a02ec Merge pull request #160 from tinygrasshopper/fix_failing_close_ghttp by Onsi Fakhouri · 9 years ago
  43. 6e5dbc9 not panic if server closed multiple times by Pavan Pinnaka · 9 years ago
  44. 574d353 Merge branch 'master' into kill-rogue-processes by Jatin Naik · 9 years ago
  45. 45da717 Merge pull request #150 from tinygrasshopper/build-fix by Jatin Naik · 9 years ago
  46. 0df7b7f Merge pull request #159 from WesleyJeanette/patch-1 by Onsi Fakhouri · 9 years ago
  47. b9e5cea Allow gexec.Build to be called concurrently by Wesley Jeanette · 9 years ago
  48. 3e93f01 Merge pull request #157 from kwadrat/master by Jatin Naik · 9 years ago
  49. 55b1338 Fix misspelling by Piotr Kasprzyk · 9 years ago
  50. 6f1afb7 removed ResetTrackedSessions, lock trackedSessions before access by Jatin Naik · 9 years ago
  51. 179f368 removed 1.6 from travis.yml by Jatin Naik · 9 years ago
  52. 3ad7eba tracking gexec started sessions, added methods to kill, terminate etc all the sessions by Jatin Naik · 9 years ago
  53. c73e516 Merge pull request #141 from mariantalla/gomega-yaml-matcher by Jatin Naik · 9 years ago
  54. 4d1b536 moved MatchYAML to the gomega/matchers.go by Jatin Naik · 9 years ago
  55. 20e5940 Moved YAML matcher, out of extensions into the core matchers dir by Maria Ntalla · 9 years ago
  56. 0b8381d Added 1.6.2 to travis.yml by Jatin Naik · 9 years ago
  57. b3416a7 Added v1.6 to the build by Jatin Naik · 9 years ago
  58. 1a5e23d replaced testing on tip to testing on latest stable by Jatin Naik · 9 years ago
  59. 5ec9870 Attempting to fix the tests by Jatin Naik · 9 years ago
  60. 815512b Reset tmpDir in gexec.CleanupBuildArtifacts by Stev Witzel · 9 years ago
  61. 76090c2 Rename external matchers package to 'extensions' by Maria Ntalla · 9 years ago
  62. 46bdded added yaml matcher as an 'external' matcher by Jatin Naik · 9 years ago
  63. 7ce781e Update test description for match json tests. by Rob Dimsdale · 9 years ago
  64. cf21409 Make the error message for expected JSON values having the wrong type accurate by Jatin Naik · 9 years ago
  65. a1094b2 Merge pull request #133 from tjarratt/be-identical-to-matcher by Onsi Fakhouri · 9 years ago
  66. 6c024c3 Merge pull request #132 from tjarratt/improve-match-json-error-message by Onsi Fakhouri · 9 years ago
  67. 46b4451 Add BeIdenticalTo matcher by Tim Jarratt · 9 years ago
  68. 9c77d1c Improves MatchJSON error message by Tim Jarratt · 9 years ago
  69. 22d7512 Merge pull request #128 from tinygrasshopper/have-cap by Onsi Fakhouri · 9 years ago
  70. 425dc6a added the havecap matcher by Jatin Naik · 9 years ago
  71. c72df92 drop 1.4 from travis by Onsi Fakhouri · 9 years ago
  72. b80051a ghttp tests should now pass in 1.6 by Onsi Fakhouri · 9 years ago
  73. ad93e46 CloseClientConnections test uses http.Post instead of http.Get to avoid retries by Onsi Fakhouri · 9 years ago
  74. 78bc284 add tip to .travis.yml by Onsi Fakhouri · 9 years ago
  75. ca6537a Merge pull request #125 from cfmobile/master by Onsi Fakhouri · 9 years ago
  76. 6cb2386 Allow the ghttp server to be reset by Dave Protasowski · 9 years ago
  77. 28f13bc Merge pull request #122 from cfmobile/master by Onsi Fakhouri · 9 years ago
  78. cb2c757 Run go fmt on all files :3 by Dave Protasowski · 9 years ago
  79. 0fe2044 Merge pull request #119 from jim-slattery-rs/gitignore_idea by Onsi Fakhouri · 10 years ago
  80. 25495ce .gitignore IntelliJ IDEA files by jim-slattery-rs · 10 years ago
  81. b071aa6 Merge pull request #118 from jim-slattery-rs/fix_up_succeed by Onsi Fakhouri · 10 years ago
  82. 8533af8 fixed up: Succeed(), HaveOccurred() by jim-slattery-rs · 10 years ago
  83. 2152b45 Merge pull request #112 from robdimsdale/master by Onsi Fakhouri · 10 years ago
  84. b2bcc58 Merge pull request #113 from cf-guardian/master by Onsi Fakhouri · 10 years ago
  85. 419a303 Reformat by Zhou Yu · 10 years ago
  86. 0291242 Add VerifyBody method. by Rob Dimsdale · 10 years ago
  87. d6dbcad update changelog: mention WithTransform and boolean matchers by Onsi Fakhouri · 10 years ago
  88. bee1065 pull oracle matcher into its own package by Onsi Fakhouri · 10 years ago
  89. 0652f5f Merge pull request #108 from jim-slattery-rs/composition by Onsi Fakhouri · 10 years ago
  90. 52a4c33 Merge pull request #111 from sykesm/verify-proto by Onsi Fakhouri · 10 years ago
  91. f9448d1 Add VerifyProtoRepresenting and RespondWithProto by Matthew Sykes · 10 years ago
  92. 61953c6 make Or() support MatchMayChangeInTheFuture() by jim-slattery-rs · 10 years ago
  93. 1dc8c2e make And() propagate MatchMayChangeInTheFuture() by jim-slattery-rs · 10 years ago
  94. d0bf486 make WithTransform() propagate MatchMayChangeInTheFuture() from wrapped matcher by jim-slattery-rs · 10 years ago
  95. d22667e make Not() propagate MatchMayChangeInTheFuture() from wrapped matcher by jim-slattery-rs · 10 years ago
  96. bf862f5 add SatisfyAll() and SatisfyAny() as aliases for And() and Or(), respectively by jim-slattery-rs · 10 years ago
  97. 2f91daa WithTransform() supports transform function with explicit types by jim-slattery-rs · 10 years ago
  98. 1ff3e57 Added Add, Or, Not, WithTransform matchers, for composability. by jim-slattery-rs · 10 years ago
  99. 6331bf5 Merge pull request #105 from sykesm/verify-form by Onsi Fakhouri · 10 years ago
  100. 3d41ea0 Add matchers to verify form data by Matthew Sykes · 10 years ago