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

feat(gatsby-cli): enable set packagemanager #26856

Merged
merged 32 commits into from
Sep 18, 2020
Merged

feat(gatsby-cli): enable set packagemanager #26856

merged 32 commits into from
Sep 18, 2020

Commits on Sep 10, 2020

  1. Configuration menu
    Copy the full SHA
    f7d57fc View commit details
    Browse the repository at this point in the history
  2. fix linting

    Laurie Barth committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    7325761 View commit details
    Browse the repository at this point in the history
  3. use the right cli

    Laurie Barth committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    d29eaa6 View commit details
    Browse the repository at this point in the history
  4. clean up yargs

    Laurie Barth committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    01e829d View commit details
    Browse the repository at this point in the history
  5. change console log

    Laurie Barth committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    5f392de View commit details
    Browse the repository at this point in the history
  6. missing comma

    Laurie Barth committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    e82e993 View commit details
    Browse the repository at this point in the history
  7. find the eslint bug

    Laurie Barth committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    5db20d1 View commit details
    Browse the repository at this point in the history
  8. think it was this

    Laurie Barth committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    adf78a5 View commit details
    Browse the repository at this point in the history
  9. add everything back

    Laurie Barth committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    ee07f7f View commit details
    Browse the repository at this point in the history
  10. change logic a bit, shouldn't also set telemetry

    Laurie Barth committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    e6ff074 View commit details
    Browse the repository at this point in the history
  11. add whitespace

    Laurie Barth committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    5097c3f View commit details
    Browse the repository at this point in the history
  12. ignore TS error for the moment to validate the logic

    Laurie Barth committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    c3d908e View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. switch order of validate script commands

    Laurie Barth committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    f36caac View commit details
    Browse the repository at this point in the history
  2. Update packages/gatsby-cli/src/init-starter.ts

    Co-authored-by: Ward Peeters <[email protected]>
    LB and wardpeet committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    db8743d View commit details
    Browse the repository at this point in the history
  3. use pathExists

    Laurie Barth committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    6cbb89a View commit details
    Browse the repository at this point in the history
  4. use pathExists

    Laurie Barth committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    ddb366a View commit details
    Browse the repository at this point in the history
  5. We want to keep the lock files

    Laurie Barth committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    40e18a7 View commit details
    Browse the repository at this point in the history
  6. set package manager to yarn for gatsby new tests

    Laurie Barth committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    2a4d54f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9370af8 View commit details
    Browse the repository at this point in the history
  8. might be a typescript issue

    Laurie Barth committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    fc6949c View commit details
    Browse the repository at this point in the history
  9. use positional arguments instead

    Laurie Barth committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    bc70c85 View commit details
    Browse the repository at this point in the history
  10. adjust tests

    Laurie Barth committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    69abd1e View commit details
    Browse the repository at this point in the history
  11. fix plugin command top level error

    Laurie Barth committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    9d97fbd View commit details
    Browse the repository at this point in the history
  12. run in gatsby project

    Laurie Barth committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    0e25707 View commit details
    Browse the repository at this point in the history
  13. make it a one off test like feedback

    Laurie Barth committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    6e2665b View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. update links to .com and rename as options

    Laurie Barth authored and Laurie Barth committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    21bde74 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. remove unused prompt code

    Laurie Barth authored and Laurie Barth committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    0021868 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. Allow for package-manager as key

    Laurie Barth authored and Laurie Barth committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    947592a View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. Configuration menu
    Copy the full SHA
    fad57f5 View commit details
    Browse the repository at this point in the history
  2. decouple publish starters script from CLI version by keeping yarn import

    Laurie Barth authored and Laurie Barth committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    95b35a4 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'config-cli' of https://github.com/gatsbyjs/gatsby into …

    …config-cli
    Laurie Barth authored and Laurie Barth committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    9c84e7b View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. Update scripts/publish-starters.sh

    Co-authored-by: Ward Peeters <[email protected]>
    LB and wardpeet committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    a5539ad View commit details
    Browse the repository at this point in the history