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.2
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.3
Choose a head ref
  • 7 commits
  • 6 files changed
  • 4 contributors

Commits on Jan 21, 2022

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

Commits on Feb 26, 2022

  1. build(deps-dev): bump bats from 1.5.0 to 1.6.0

    Bumps [bats](https://github.com/bats-core/bats-core) from 1.5.0 to 1.6.0.
    - [Release notes](https://github.com/bats-core/bats-core/releases)
    - [Changelog](https://github.com/bats-core/bats-core/blob/master/docs/CHANGELOG.md)
    - [Commits](bats-core/bats-core@v1.5.0...v1.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: bats
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Addono committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    4d940f6 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump actions/setup-node from 2.5.1 to 3

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.1 to 3.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v2.5.1...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Addono committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    e1f843d View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. build(deps): bump actions/checkout from 2.4.0 to 3

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2.4.0...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Addono committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    707a3b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. fix(http): corrects protocol check for wget availability (#82)

    Previously, the script was checking for the wrong PROTOCOL key when checking whether the required tools were available. As a result, it wouldn't detect when `wget` was not present.
    sarayourfriend authored Mar 5, 2022
    Configuration menu
    Copy the full SHA
    570c9fb View commit details
    Browse the repository at this point in the history
  2. ci: configures timeout for test and release jobs (#83)

    Prevents extremely long CI runs in cases where e.g. the tests are stuck.
    Addono authored Mar 5, 2022
    Configuration menu
    Copy the full SHA
    f9831b9 View commit details
    Browse the repository at this point in the history
  3. chore(release): 2.2.3 [skip ci]

    ## [2.2.3](v2.2.2...v2.2.3) (2022-03-05)
    
    ### Bug Fixes
    
    * **http:** corrects protocol check for wget availability ([#82](#82)) ([570c9fb](570c9fb))
    semantic-release-bot committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    4df3f92 View commit details
    Browse the repository at this point in the history
Loading