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

Add config file support to @wordpress/env #18121

Merged
merged 9 commits into from
Oct 30, 2019
Merged

Add config file support to @wordpress/env #18121

merged 9 commits into from
Oct 30, 2019

Commits on Oct 26, 2019

  1. Add path/pathName to Context object

    We will use this info to build the docker config object
    noahtallen committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    2627f11 View commit details
    Browse the repository at this point in the history
  2. Add a utility to resolve a list of dependencies.

    It resolves the dependencies from the .wpenv file and returns them in the
    same "context" format as detect-context.
    noahtallen committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    f120c70 View commit details
    Browse the repository at this point in the history
  3. Use dependency config during wp-env start

    Autopopulates the docker config with volume mappings for the dependency contexts.
    noahtallen committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    0564a1a View commit details
    Browse the repository at this point in the history
  4. Add whitespace

    noahtallen committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    4c87c1d View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. Cleanup variable and file names from feedback

    - Rename pathName to pathBasename
    - Use .wp-env instead of .wpenv
    - Inline useless function
    - Clarify default param in jsdoc for detectContext
    noahtallen committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    700372b View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    ca71155 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc7c688 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d9447a View commit details
    Browse the repository at this point in the history
  5. Use correct filename in comment

    Co-Authored-By: Enrique Piqueras <[email protected]>
    noahtallen and epiqueras authored Oct 29, 2019
    Configuration menu
    Copy the full SHA
    0b35238 View commit details
    Browse the repository at this point in the history