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: eficode/wait-for
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.1
Choose a base ref
...
head repository: eficode/wait-for
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.2
Choose a head ref
  • 7 commits
  • 9 files changed
  • 5 contributors

Commits on Dec 7, 2021

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

Commits on Dec 29, 2021

  1. 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>
    dependabot[bot] authored and Addono committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    2a28ed2 View commit details
    Browse the repository at this point in the history
  2. 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.
    philipp-kunz-mimacom authored Dec 29, 2021
    Configuration menu
    Copy the full SHA
    a9b8f89 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. 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>
    dependabot[bot] authored and Addono committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    9ebd75f View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. chore(npm): adds test:docker command

    Allows running `npm run test:docker` to run the test-suite in Docker.
    Addono committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    be264ee View commit details
    Browse the repository at this point in the history
  2. 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.
    Addono committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    b45e76c View commit details
    Browse the repository at this point in the history
  3. 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))
    semantic-release-bot committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    47cd819 View commit details
    Browse the repository at this point in the history
Loading