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: spdev3000/sQucumber-postgres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: spdev3000/sQucumber-postgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: date_monthtravel
Choose a head ref
  • 13 commits
  • 5 files changed
  • 3 contributors

Commits on Sep 23, 2018

  1. Add sophisticated date matchers

    This commit adds date matchers with the following modifiers:
     - beginning/end of day/month/year
     - X days/months/years ago/from now
     - (as day/month/year/custom)
    
    Which can be combined freely to e.g.:
     - beginning of month 7 years from now (as day)
     - end of year 10 months ago (as custom '%Y/%m/%d')
    
    The custom formatter uses Ruby formatting:
    https://apidock.com/ruby/DateTime/strftime
    moertel committed Sep 23, 2018
    Configuration menu
    Copy the full SHA
    b3e1a38 View commit details
    Browse the repository at this point in the history
  2. Merge pull request moertel#7 from moertel/date-matchers

    Add sophisticated date matchers
    Stefanie Grunwald authored Sep 23, 2018
    Configuration menu
    Copy the full SHA
    a0b4edb View commit details
    Browse the repository at this point in the history
  3. Bump to version 0.0.6

    moertel committed Sep 23, 2018
    Configuration menu
    Copy the full SHA
    86f4f62 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2018

  1. Configuration menu
    Copy the full SHA
    ee62946 View commit details
    Browse the repository at this point in the history
  2. Fix typos

    moertel committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    ace9456 View commit details
    Browse the repository at this point in the history
  3. Add result ordering step

    moertel committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    b706292 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae2e8bc View commit details
    Browse the repository at this point in the history
  5. Bump to version v0.0.7

    moertel committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    4c436e1 View commit details
    Browse the repository at this point in the history
  6. Merge pull request moertel#8 from moertel/return-result

    Release v0.0.7
    Stefanie Grunwald authored Sep 24, 2018
    Configuration menu
    Copy the full SHA
    b07d9f0 View commit details
    Browse the repository at this point in the history
  7. Move World function to helpers file

    Because Cucumber's autoloading would cause issues otherwise.
    moertel committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    dafe58e View commit details
    Browse the repository at this point in the history
  8. Cast query result to list

    moertel committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    afce781 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

  1. Bump version to 0.0.8

    moertel committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    6261684 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2018

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