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

Rewrite monorepo install script #36584

Open
wants to merge 18 commits into
base: trunk
Choose a base branch
from

Commits on Mar 26, 2024

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

Commits on Mar 28, 2024

  1. Remove Linux support

    tbradsha committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    0fac46b View commit details
    Browse the repository at this point in the history
  2. set -eo pipefail

    tbradsha committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    6c67626 View commit details
    Browse the repository at this point in the history
  3. . → source

    tbradsha committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    e1023d2 View commit details
    Browse the repository at this point in the history
  4. Document has_command params

    Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com>
    tbradsha and anomiex committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    adfe291 View commit details
    Browse the repository at this point in the history
  5. Oops!

    Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com>
    tbradsha and anomiex committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    51df6a6 View commit details
    Browse the repository at this point in the history
  6. Sigh...

    Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com>
    tbradsha and anomiex committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    3120a05 View commit details
    Browse the repository at this point in the history
  7. Missed quotes

    Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com>
    tbradsha and anomiex committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    67e0656 View commit details
    Browse the repository at this point in the history
  8. Typo in comment

    Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com>
    tbradsha and anomiex committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    c59562b View commit details
    Browse the repository at this point in the history
  9. Typo

    tbradsha committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    5779a30 View commit details
    Browse the repository at this point in the history
  10. Copy/paste typo

    tbradsha committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    16e16c5 View commit details
    Browse the repository at this point in the history
  11. Adjust comparison logic

    Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com>
    tbradsha and anomiex committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    9cd1697 View commit details
    Browse the repository at this point in the history
  12. Comment typo

    tbradsha committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    cc42fbc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4298b1c View commit details
    Browse the repository at this point in the history
  14. Fix PHP version check logic

    tbradsha committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    d1d6ca6 View commit details
    Browse the repository at this point in the history
  15. No need for var

    tbradsha committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    6a6a1b4 View commit details
    Browse the repository at this point in the history
  16. Make var local and improve readability

    Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com>
    tbradsha and anomiex committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    c85c9a6 View commit details
    Browse the repository at this point in the history
  17. Update second PHP test

    tbradsha committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    fbe76a8 View commit details
    Browse the repository at this point in the history