-
Notifications
You must be signed in to change notification settings - Fork 406
Comparing changes
Open a pull request
base repository: eficode/wait-for
base: v2.2.1
head repository: eficode/wait-for
compare: v2.2.2
- 7 commits
- 9 files changed
- 5 contributors
Commits on Dec 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f3290b3 - Browse repository at this point
Copy the full SHA f3290b3View commit details
Commits on Dec 29, 2021
-
build(deps): bump actions/setup-node from 2.5.0 to 2.5.1
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.0 to 2.5.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v2.5.0...v2.5.1) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 2a28ed2 - Browse repository at this point
Copy the full SHA 2a28ed2View commit details -
chore(dev): pins the base-image version of the test Docker image (#74)
This change makes sure that we always use the same version of the `node` base-image for testing by making it explicit against which version of the image we're going to run our tests. Not specifying the version by explicit hash can for example cause issues when a local Docker cache has a very old version of the image, which causes the tests to fail. In addition, we also configure Dependabot to automatically open version bump PRs for this testing image.
Configuration menu - View commit details
-
Copy full SHA for a9b8f89 - Browse repository at this point
Copy the full SHA a9b8f89View commit details
Commits on Jan 18, 2022
-
build(deps-dev): bump semantic-release from 18.0.1 to 19.0.2
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 18.0.1 to 19.0.2. - [Release notes](https://github.com/semantic-release/semantic-release/releases) - [Commits](semantic-release/semantic-release@v18.0.1...v19.0.2) --- updated-dependencies: - dependency-name: semantic-release dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 9ebd75f - Browse repository at this point
Copy the full SHA 9ebd75fView commit details
Commits on Jan 21, 2022
-
chore(npm): adds test:docker command
Allows running `npm run test:docker` to run the test-suite in Docker.
Configuration menu - View commit details
-
Copy full SHA for be264ee - Browse repository at this point
Copy the full SHA be264eeView commit details -
fix(timeout): resolve degredation which prevented setting indefinite …
…timeout The help text suggests that one should be able to configure an indefinite timeout by setting it to zero. However, the current implementation would immediately timeout while doing so. This change ignores the timeout behaviour when the timeout argument is set to 0. In addition, a test is added which tests whether the timeout at least doesn't immediately time out.
Configuration menu - View commit details
-
Copy full SHA for b45e76c - Browse repository at this point
Copy the full SHA b45e76cView commit details -
chore(release): 2.2.2 [skip ci]
## [2.2.2](v2.2.1...v2.2.2) (2022-01-21) ### Bug Fixes * **timeout:** resolve degredation which prevented setting indefinite timeout ([b45e76c](b45e76c))
Configuration menu - View commit details
-
Copy full SHA for 47cd819 - Browse repository at this point
Copy the full SHA 47cd819View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.2.1...v2.2.2