Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow resources to be defined in config #94

Merged
merged 6 commits into from
Mar 17, 2021
Merged

Commits on Dec 15, 2020

  1. Configuration menu
    Copy the full SHA
    00bbd66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d94e74 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2020

  1. Merge branch 'patch-1' of https://github.com/michaelmerrill/wait-on i…

    …nto allow-config-resources
    jeffbski committed Dec 26, 2020
    Configuration menu
    Copy the full SHA
    db0d080 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. allow resources to be specified in config

    If resources are not specified on the command line then if they are available in the config they will be used as default resources.
    
    Resources specified on the command line will override any defined in the config file, thus those in the config file are ignored.
    jeffbski committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    7e9618d View commit details
    Browse the repository at this point in the history
  2. formatting

    jeffbski committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    211b0ae View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. indicate that resources can now be provided in config

    config file can now define resources to use as well
    
    ```js
    module.exports = {
      resources: ['http://localhost:8123', 'http://localhost:8123/foo'],
    };
    ```
    jeffbski committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    4d2e6d9 View commit details
    Browse the repository at this point in the history