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: cucumber/godog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.12.5
Choose a base ref
...
head repository: cucumber/godog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.12.6
Choose a head ref
  • 18 commits
  • 41 files changed
  • 13 contributors

Commits on Mar 31, 2022

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

Commits on Apr 15, 2022

  1. Replace #StandWithUkraine banner with badge (#470)

    As decided at today's community meeting.
    mattwynne authored Apr 15, 2022
    Configuration menu
    Copy the full SHA
    237a855 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Fix issue#383 (#468)

    * Add example about incorrect project structure
    
    This is to help reproduce #383
    
    * Added some debugging statements
    
    * Update go.sum for example project
    
    * Made a cmd_run_test.go file in order to test and run the builderAndRunGodog function in order to see it fail
    
    * added new assertion test
    
    * Matt and I added debugging
    
    Co-authored-by: Matt Wynne <matt@mattwynne.net>
    
    * Matt and I tried to logging through the cobra command
    
    by using cmd.OutOrStdout( )
    
    * Improved some debugging
    
    * Add a failing test for Builder that reproduces #383
    
    * added new test for IncorrectProjectStructure #383
    
    * Revert "Add a failing test for Builder that reproduces #383"
    
    This reverts commit e5b2693.
    
    * ignored vscode files
    
    Co-authored-by: Matt Wynne <matt@cucumber.io>
    
    * undid debugging changes
    
    * undid debugging changes
    
    * removed redundant test
    
    * added check for incorrect project structure
    
    we examined the output from running `go test` which tells us if we didn't
    find any test files.
    we tweaked the error message to follow the capitalization rules
    
    Co-authored-by: Matt Wynne <matt@cucumber.io>
    
    * Update internal/builder/builder_test.go
    
    Co-authored-by: Matt Wynne <matt@mattwynne.net>
    Co-authored-by: Matt Wynne <matt@cucumber.io>
    Co-authored-by: Viacheslav Poturaev <nanopeni@gmail.com>
    4 people authored Apr 28, 2022
    Configuration menu
    Copy the full SHA
    1a795f1 View commit details
    Browse the repository at this point in the history
  2. Update go version in go.mod (go1.16). Update dependencies (#471)

    * Update go version in go.mod (go1.17). Update dependencies.
    
    * Update go version in go.mod (go1.17). Run go mod tidy in _examples.
    
    * Update go version in go.mod (go1.16).
    
    * Update go version in go.mod (go1.16).
    Martin de Olmos authored Apr 28, 2022
    Configuration menu
    Copy the full SHA
    4ca5ec0 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2022

  1. Reformat CHANGELOG.md using standard changelog CLI tool (#474)

    * Reformat using standard `changelog` CLI tool
    
    See https://github.com/cucumber/changelog
    
    * Fix missing link to username
    
    * Tidy
    mattwynne authored Apr 30, 2022
    Configuration menu
    Copy the full SHA
    5793a95 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Fix version subcommand. Do not print usage if run subcommand fails. (#…

    …475)
    
    * Fix version subcommand. Do not print usage if run subcommand fails.
    
    * Remove newline to clean up PR diff
    coopernurse authored May 20, 2022
    Configuration menu
    Copy the full SHA
    d52a4d3 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2022

  1. Update README to reflect current best practices in creating and runni…

    …ng tests (#477)
    
    * Update README to reflect current best practices in creating and running tests
    
    * Update CHANGELOG and README
    
    Co-authored-by: Matt Wynne <matt@cucumber.io>
    vearutop and mattwynne authored May 21, 2022
    Configuration menu
    Copy the full SHA
    99655f7 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2022

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

Commits on Jun 17, 2022

  1. Pretty Print when using rules (#440) (#480)

    * Pretty Print when using rules (#440)
    
    * Pretty Print when using rules (#440)
    
    * fix a few formatting mistakes (#440)
    
    * added test with rule and scenario outline (#440)
    dumpsterfireproject authored Jun 17, 2022
    Configuration menu
    Copy the full SHA
    5d705e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2022

  1. Update CHANGELOG.md (#482)

    Add bug fix from PR #480 to CHANGELOG.md.
    dumpsterfireproject authored Jun 18, 2022
    Configuration menu
    Copy the full SHA
    b540080 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Fix green copypasta (#484)

    pktpls authored Jul 5, 2022
    Configuration menu
    Copy the full SHA
    5e176da View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

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

Commits on Jul 26, 2022

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

Commits on Jul 31, 2022

  1. Add deprecation notice to godog CLI (#489)

    * Add deprecation notice to godog CLI
    
    * Update CHANGELOG
    vearutop authored Jul 31, 2022
    Configuration menu
    Copy the full SHA
    6f3e792 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Add gorelease GitHub Action task (#493)

    * Add gorelease GitHub Action task
    
    * Update .github/workflows/gorelease.yml
    
    Co-authored-by: Nhat <thmnhat@gmail.com>
    
    Co-authored-by: Nhat <thmnhat@gmail.com>
    vearutop and nhatthm authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    fd5b6a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

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

Commits on Aug 31, 2022

  1. Remove deprecation from flags, update example to use CLI flags (#498)

    * Remove deprecation from flags, update example to use CLI flags
    
    * Add comment to ShowHelp option
    
    * Fix test
    
    * Update CHANGELOG.md
    vearutop authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    c35ea0b View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

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