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

Replace Appveyor windows testing with GHA #5599

Merged
merged 51 commits into from
Jul 27, 2024

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    42d1509 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccb9c89 View commit details
    Browse the repository at this point in the history
  3. add nvm for windows

    jonchurch committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    4d7a238 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2bd8990 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    48c1124 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6751ab3 View commit details
    Browse the repository at this point in the history
  7. restore ci.yml to upstream

    jonchurch committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    fdb5e6f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    763e9ec View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c0abdab View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    44fbd93 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8f6c183 View commit details
    Browse the repository at this point in the history
  12. Revert "lets go red to make sure things are working"

    This reverts commit 7ae4542.
    jonchurch committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    4fd8df3 View commit details
    Browse the repository at this point in the history
  13. add 21.7.1 to see if we fail on query there

    checking when query came in
    jonchurch committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    dd1651d View commit details
    Browse the repository at this point in the history
  14. Revert "add 21.7.1 to see if we fail on query there"

    This reverts commit 4f28818.
    jonchurch committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    c5464b6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    fa68657 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f53fc7b View commit details
    Browse the repository at this point in the history
  17. add v5 npm install fix

    jonchurch committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    752dfcc View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a2f368a View commit details
    Browse the repository at this point in the history
  19. update coverage excludes

    jonchurch committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    67c8a54 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e10aa7c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    67fb980 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6ebb774 View commit details
    Browse the repository at this point in the history
  23. update to setup-node v4

    jonchurch committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    b7034f6 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    57f16eb View commit details
    Browse the repository at this point in the history
  25. add 22.x to matrix

    jonchurch committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    1dc71e6 View commit details
    Browse the repository at this point in the history
  26. Revert "see if setup node will just use io.js for 1-3.x"

    This reverts commit 0fe828f.
    jonchurch committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    75c9a3b View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    449c62f View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    70a0192 View commit details
    Browse the repository at this point in the history
  29. fix job name conflict

    jonchurch committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    fbc8e46 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    af7559b View commit details
    Browse the repository at this point in the history
  31. remove the shrinkwrap and package-lock configuration in CI

    we already set package-lock=false in npmrc, and I just added shrinkwrap
    to ignore, we should never encounter it in CI unless we explicitly
    create it. I trust us not to do that.
    jonchurch committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    8cb2adf View commit details
    Browse the repository at this point in the history
  32. unpin minors

    jonchurch committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    b4e8cb5 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    ab17be3 View commit details
    Browse the repository at this point in the history
  34. fix misspelled action name

    jonchurch committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    a9555f9 View commit details
    Browse the repository at this point in the history
  35. fixup! unpin minors

    jonchurch committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    7d9ab0a View commit details
    Browse the repository at this point in the history
  36. add .x to 0.10 and 0.12 to see if setup-node can find those

    it's falling back to only downloading the node binary, giving us npm 10
    which those version of node cannot run
    jonchurch committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    508d5ac View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    3dad18a View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    15f2860 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    5eede5f View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    c8a9ffd View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    a9b0967 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    c49ea96 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    7f92a11 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    c394f73 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    c5b333f View commit details
    Browse the repository at this point in the history
  46. drop the lts-coverage job

    jonchurch committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    f4a0909 View commit details
    Browse the repository at this point in the history
  47. generalize the npm version install

    we end up installing npm on non-windows for 0.10 and 0.12 but Im fine
    with that to make the steps simpler
    jonchurch committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    c36797b View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    814b26c View commit details
    Browse the repository at this point in the history
  49. replace ci w/ new ci

    jonchurch committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    611556b View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    0c536b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. pin to setup-node@4

    jonchurch committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    e34a3e6 View commit details
    Browse the repository at this point in the history