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

Run prettier instance in worker_threads #3016

Merged
merged 37 commits into from
Jun 20, 2023

Commits on Jun 3, 2023

  1. Implement worker

    sosukesuzuki committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    fe36bd8 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. Fix workers

    sosukesuzuki committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    89adebf View commit details
    Browse the repository at this point in the history
  2. Fix...

    sosukesuzuki committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    50e9c19 View commit details
    Browse the repository at this point in the history
  3. Promise

    sosukesuzuki committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    ff49d1f View commit details
    Browse the repository at this point in the history
  4. Fix

    sosukesuzuki committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    ff3da84 View commit details
    Browse the repository at this point in the history
  5. embed logger

    sosukesuzuki committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    1692842 View commit details
    Browse the repository at this point in the history
  6. More log...

    sosukesuzuki committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    242489b View commit details
    Browse the repository at this point in the history
  7. It works...

    sosukesuzuki committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    b4f151e View commit details
    Browse the repository at this point in the history
  8. Fix

    sosukesuzuki committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    1681bc3 View commit details
    Browse the repository at this point in the history
  9. Avoid clone error

    sosukesuzuki committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    87faf54 View commit details
    Browse the repository at this point in the history
  10. More detailed logs

    sosukesuzuki committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    0b7305e View commit details
    Browse the repository at this point in the history
  11. Failed only one test

    sosukesuzuki committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    a6d6a8e View commit details
    Browse the repository at this point in the history
  12. Refactor

    sosukesuzuki committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    419a3e4 View commit details
    Browse the repository at this point in the history
  13. Fix

    sosukesuzuki committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    6052ff6 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Fix

    sosukesuzuki committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    11db0da View commit details
    Browse the repository at this point in the history
  2. Fix

    sosukesuzuki committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    b8ac001 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Skip plugins tests

    sosukesuzuki committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    c9c7477 View commit details
    Browse the repository at this point in the history
  2. Skip pnpm plugin test

    sosukesuzuki committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    7b95303 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b7bbcb View commit details
    Browse the repository at this point in the history
  4. Revert skipping

    sosukesuzuki committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    a8e5a6a View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. Await for php testing

    sosukesuzuki committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    9414fd9 View commit details
    Browse the repository at this point in the history
  2. Fix retry

    sosukesuzuki committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    39eaff0 View commit details
    Browse the repository at this point in the history
  3. Clean up

    sosukesuzuki committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    9b8ca48 View commit details
    Browse the repository at this point in the history
  4. Remove log file

    sosukesuzuki committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    93d8f71 View commit details
    Browse the repository at this point in the history
  5. Add log and refactoring

    sosukesuzuki committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    9b33cd4 View commit details
    Browse the repository at this point in the history
  6. Remove comment

    sosukesuzuki committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    f8f51be View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7ff3997 View commit details
    Browse the repository at this point in the history
  8. Use copy-webpack-plugin

    sosukesuzuki committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    bd30842 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Fix typo

    sosukesuzuki committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    ac6e320 View commit details
    Browse the repository at this point in the history
  2. Add await

    sosukesuzuki committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    a80d6bc View commit details
    Browse the repository at this point in the history
  3. Refactor with Map

    sosukesuzuki committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    e858752 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1cda05 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Update changelog

    sosukesuzuki committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    4c1fdc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    901d664 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    6b43bfe View commit details
    Browse the repository at this point in the history
  2. Pretty output

    sosukesuzuki committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    eaf9e2f View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

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