-
Notifications
You must be signed in to change notification settings - Fork 6
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: moertel/sQucumber-postgres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.12
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: moertel/sQucumber-postgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 20 commits
- 9 files changed
- 3 contributors
Commits on Aug 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 51ba8e4 - Browse repository at this point
Copy the full SHA 51ba8e4View commit details
Commits on Oct 15, 2021
-
Prevent system tables from being truncated
This would manifest as a permission denied error whenever there are more than two scenarios in a feature and the Postgres has only a single database object. From local inspection, only pg_catalog and information_schema show up in this query, although it might be wise in the future to exclude all pg_ prefixed schemas.
Configuration menu - View commit details
-
Copy full SHA for 78d79d8 - Browse repository at this point
Copy the full SHA 78d79d8View commit details -
Merge pull request #20 from moertel/fix-truncating-system-tables
Prevent system tables from being truncated
Stefanie Grunwald authoredOct 15, 2021 Configuration menu - View commit details
-
Copy full SHA for 080c1d4 - Browse repository at this point
Copy the full SHA 080c1d4View commit details
Commits on Nov 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 08cecb2 - Browse repository at this point
Copy the full SHA 08cecb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dff563 - Browse repository at this point
Copy the full SHA 4dff563View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98b3ab7 - Browse repository at this point
Copy the full SHA 98b3ab7View commit details -
Feature add minutes date placeholders
Some kinds of tests require higher precision than `today` or `yesterday`. This PR adds support for the following placeholders: ``` X minutes ago X minutes from now X hours ago X hours from now ``` All timestamps will be added in UTC, so `+00:00` encoded at the end.
Stefanie Grunwald authoredNov 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 704e0e2 - Browse repository at this point
Copy the full SHA 704e0e2View commit details -
Because now Ruby 2.5 or higher is required (rather than 2.0)
Configuration menu - View commit details
-
Copy full SHA for f27b8a6 - Browse repository at this point
Copy the full SHA f27b8a6View commit details
Commits on Oct 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f4ca89a - Browse repository at this point
Copy the full SHA f4ca89aView commit details -
Merge pull request #22 from moertel/allow-null-mapper
Introduce null mapper as step
Configuration menu - View commit details
-
Copy full SHA for fa0f4dd - Browse repository at this point
Copy the full SHA fa0f4ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ae867a - Browse repository at this point
Copy the full SHA 6ae867aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83659c5 - Browse repository at this point
Copy the full SHA 83659c5View commit details -
Ensure compatibility with data placeholders
In case of date placeholders being used in addition to NULL mappers, we'd run into the issue of Ruby Nil values being tried to match with regular expressions. This would cause some ugly exceptions in the code and unnecessarily cause tests to fail. This commit moves null mappings to the end of the mock value conversions, so we know that date placeholders are fine.
Configuration menu - View commit details
-
Copy full SHA for 9bb75b8 - Browse repository at this point
Copy the full SHA 9bb75b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd86e44 - Browse repository at this point
Copy the full SHA cd86e44View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae56c3f - Browse repository at this point
Copy the full SHA ae56c3fView commit details -
Merge pull request #23 from moertel/fix-matcher
Fix values being converted to null accidentally
Configuration menu - View commit details
-
Copy full SHA for 38e2d34 - Browse repository at this point
Copy the full SHA 38e2d34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3512478 - Browse repository at this point
Copy the full SHA 3512478View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd05ada - Browse repository at this point
Copy the full SHA dd05adaView commit details -
Merge pull request #24 from moertel/fix-value-matcher-for-nulls
Fix value matcher if null value does not match
Configuration menu - View commit details
-
Copy full SHA for 661ec71 - Browse repository at this point
Copy the full SHA 661ec71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e68bd9 - Browse repository at this point
Copy the full SHA 0e68bd9View commit details
There are no files selected for viewing