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: smartystreets/goconvey
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.6
Choose a base ref
...
head repository: smartystreets/goconvey
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.7
Choose a head ref
  • 6 commits
  • 6 files changed
  • 3 contributors

Commits on Jul 4, 2021

  1. Configuration menu
    Copy the full SHA
    22c4983 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Merge pull request #628 from paudley/patch-1

    Add ShouldEqualJSON to the assertion export list.
    riannucci authored Oct 8, 2021
    Configuration menu
    Copy the full SHA
    96b4785 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Configuration menu
    Copy the full SHA
    c84ba39 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Update Travis CI badge

    riannucci authored and SunSparc committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    2b209bb View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Fix #639: Disable pre-compilation for Go 1.16+

    The Go compiler cache already mitigates the main benefit of the
    previous `go test -i` invocations. The previous replacement (running
    `go test`) makes goconvey slower and also breaks the UI :).
    
    At some point (I think) this should all be restructured so that we
    can pre-build all test binaries with a single `go test -c`
    invocation (so that we can take advantage of Go's internal
    compile scheduling). For now we'll just skip the pre-compilation
    step in order to un-break goconvey.
    riannucci committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    5531d05 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #640 from smartystreets/fix_dropped_test_results

    Fix #639: Disable pre-compilation for Go 1.16+
    riannucci authored Oct 21, 2021
    Configuration menu
    Copy the full SHA
    a743bd0 View commit details
    Browse the repository at this point in the history
Loading