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.7
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.7.0
Choose a head ref
  • 14 commits
  • 16 files changed
  • 3 contributors

Commits on Oct 19, 2021

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

Commits on Oct 21, 2021

  1. Merge pull request #636 from jufemaiz/patch-1

    Updated assertions.go to include `ShouldWrap`
    riannucci authored Oct 21, 2021
    Configuration menu
    Copy the full SHA
    cd0f486 View commit details
    Browse the repository at this point in the history
  2. Update parser tests.

    This updates the tests to include some changes from Pull #438.
    
    I believe this confirms that the pull isn't actually needed.
    riannucci committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    4cd840e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #641 from smartystreets/update-tests

    Update parser tests.
    riannucci authored Oct 21, 2021
    Configuration menu
    Copy the full SHA
    37813c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Configuration menu
    Copy the full SHA
    a47feb4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #642 from smartystreets/check_scripts

    Refine third-party lib checking scripts.
    riannucci authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    e098f86 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Set minimum Go version to 1.16

    This also selects a stable version for smartystreets/assertions.
    riannucci committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    3bb3368 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29d2f9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44c3137 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #643 from smartystreets/go116

    Set minimum Go version to 1.16
    
    Lots of potential cleanups here; Since I appear to be the only one maintaining 
    goconvey at the moment, I'd like to focus on cleaning up a lot of the legacy
    code here for now, with the intent on getting `convey` to integrate better
    with regular `go test` functionality (like relying on go modules, go:embed, 
    sub-tests), and  to have `goconvey` work better with tests _not_ using 
    `convey`.
    
    If someone's interested in maintaining goconvey support for older Go
    versions, let's talk in this PR.
    riannucci authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    8a06cad View commit details
    Browse the repository at this point in the history
  5. Merge pull request #644 from smartystreets/embed_static

    Use go:embed to serve static resources.
    
    This will help allow `goconvey` to be distributed as a standalone binary.
    riannucci authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    2967ec0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #646 from smartystreets/removeGo12

    Remove >go1.2 detection logic.
    riannucci authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    3e04cfe View commit details
    Browse the repository at this point in the history
  7. Use temporary directory for coverage reports.

    This keeps things simple and just uses one temporary directory per
    `goconvey` process to store all coverage reports, with an optional
    flag to leak the temporary directory after shutting down the server.
    
    This will allow `goconvey` to properly report coverage for code
    using go modules.
    
    Fixes #618
    Fixes #564
    riannucci committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    180ccef View commit details
    Browse the repository at this point in the history
  8. Merge pull request #647 from smartystreets/covertempdir

    Use temporary directory for coverage reports.
    riannucci authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    badebba View commit details
    Browse the repository at this point in the history
Loading