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: CT stack traces #23916

Merged
merged 40 commits into from
Sep 26, 2022
Merged

feat: CT stack traces #23916

merged 40 commits into from
Sep 26, 2022

Commits on Sep 7, 2022

  1. feat: ct stack traces

    ZachJW34 committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    5911a1f View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

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

Commits on Sep 16, 2022

  1. Configuration menu
    Copy the full SHA
    7e8ef64 View commit details
    Browse the repository at this point in the history
  2. Begin adding tests

    * Add configs to enable running `runner-e2e-tests` error specs under CT
    * Add Webpack and Vite configs, runs tests under both
    mike-plummer committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    68ea7bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddb9e3c View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Configuration menu
    Copy the full SHA
    2999062 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6412e7 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    * Add CT-specific error tests
    * Most runner error tests working with Webpack
    * Fix config-related test failures
    * Revert unnecessary change to `script-utils`
    mike-plummer committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    477c3d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1d5e69 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    04c3a40 View commit details
    Browse the repository at this point in the history
  6. Fix vite config

    mike-plummer committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    f73655d View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Configuration menu
    Copy the full SHA
    c293c99 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    mike-plummer committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    f3b4667 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Configuration menu
    Copy the full SHA
    fcfedc9 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    mike-plummer committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    1544e16 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    mike-plummer committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    4d9a965 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e04f718 View commit details
    Browse the repository at this point in the history
  5. Fix tests

    mike-plummer committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    536c0f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Address code review comments

    * Expand comments in custom vite plugin
    * Add GH issue links
    * Assorted minor cleanup
    mike-plummer committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    0b3ece1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dac2127 View commit details
    Browse the repository at this point in the history
  3. Address code review comments

    * Add comment to explain customization in webpack-dev-server
    * Fix regex for Next app path adjustments
    mike-plummer committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    19f7f52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2010396 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Configuration menu
    Copy the full SHA
    d54ccd4 View commit details
    Browse the repository at this point in the history
  2. Fix path quotes

    mike-plummer committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    e83ad1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36ee219 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. run branch on windows CI

    lmiller1990 committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    537c927 View commit details
    Browse the repository at this point in the history
  2. chore: revert yarn.lock

    lmiller1990 committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    e8cc459 View commit details
    Browse the repository at this point in the history
  3. run windows

    lmiller1990 committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    1a0c483 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f214dac View commit details
    Browse the repository at this point in the history
  5. merge in CI fix

    lmiller1990 committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    ec90a46 View commit details
    Browse the repository at this point in the history
  6. update lockfile

    lmiller1990 committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    ee44cc0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6470c45 View commit details
    Browse the repository at this point in the history
  8. Refactor runner-e2e-specs system test project

    * Extract content into reusable fixture
    * Scaffold new e2e- and ct-specific projects
    mike-plummer committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    fbb4f63 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    27be22a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9c36f89 View commit details
    Browse the repository at this point in the history
  11. Run Windows CI

    mike-plummer committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    2b02694 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0a996b4 View commit details
    Browse the repository at this point in the history
  13. Fix tests on Windows

    mike-plummer committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    d6b8203 View commit details
    Browse the repository at this point in the history
  14. Increase timeouts

    mike-plummer committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    2ccb97b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8ba8aa9 View commit details
    Browse the repository at this point in the history