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

test(mutation): [Hackweek] experiment with mutation testing #13439

Closed
wants to merge 53 commits into from

Commits on Aug 19, 2024

  1. add jest-config dev package

    Lms24 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    7f09a2e View commit details
    Browse the repository at this point in the history
  2. add stryke config file

    Lms24 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    49c8673 View commit details
    Browse the repository at this point in the history
  3. add /reports to .gitignore

    Lms24 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    53fb7f5 View commit details
    Browse the repository at this point in the history
  4. add stryker to browser and node

    Lms24 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    9d66abe View commit details
    Browse the repository at this point in the history
  5. add top-level script

    Lms24 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    2229b63 View commit details
    Browse the repository at this point in the history
  6. clean stryker dirs

    Lms24 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    b7c5672 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. test(core): Switch to vitest

    5x speed improvement!
    Lms24 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    e967907 View commit details
    Browse the repository at this point in the history
  2. test(core): Improve offline transport test performance

    switch to fake timers
    Lms24 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    8d97a05 View commit details
    Browse the repository at this point in the history
  3. add summary script

    Lms24 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    e27d70c View commit details
    Browse the repository at this point in the history
  4. add dashboard upload

    Lms24 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    ad9a65b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d77d9e3 View commit details
    Browse the repository at this point in the history
  6. add github workflow

    Lms24 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    13a918e View commit details
    Browse the repository at this point in the history
  7. simplify install deps

    Lms24 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    02aaa7e View commit details
    Browse the repository at this point in the history
  8. increase timeout

    Lms24 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    a9542c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. sentry runner, adjust ci

    Lms24 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    7281739 View commit details
    Browse the repository at this point in the history
  2. start trace later

    Lms24 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    25f82d6 View commit details
    Browse the repository at this point in the history
  3. rm nx cache

    Lms24 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    13e2868 View commit details
    Browse the repository at this point in the history
  4. fix dependency tree

    Lms24 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    8078e66 View commit details
    Browse the repository at this point in the history
  5. Revert "rm nx cache"

    This reverts commit 13e2868.
    Lms24 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    360e87d View commit details
    Browse the repository at this point in the history
  6. maybe pls fix dep error

    Lms24 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    721d72f View commit details
    Browse the repository at this point in the history
  7. fix test command in ci

    Lms24 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    feaa498 View commit details
    Browse the repository at this point in the history
  8. maybe fix missing runner issue

    Lms24 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    12e776e View commit details
    Browse the repository at this point in the history
  9. .

    Lms24 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    40e167f View commit details
    Browse the repository at this point in the history
  10. check dir content

    Lms24 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    d829ec4 View commit details
    Browse the repository at this point in the history
  11. .

    Lms24 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    4c1934e View commit details
    Browse the repository at this point in the history
  12. ..

    Lms24 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    17e56cc View commit details
    Browse the repository at this point in the history
  13. esm

    Lms24 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    5593843 View commit details
    Browse the repository at this point in the history
  14. ...

    Lms24 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    8f4cc7a View commit details
    Browse the repository at this point in the history
  15. maybe now?

    Lms24 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    80d069c View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. use script instead of package

    Lms24 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    43089e6 View commit details
    Browse the repository at this point in the history
  2. fix scripts

    Lms24 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    f1a5fd3 View commit details
    Browse the repository at this point in the history
  3. remove runner from ci

    Lms24 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    470807c View commit details
    Browse the repository at this point in the history
  4. debug missing traceid

    Lms24 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    079780c View commit details
    Browse the repository at this point in the history
  5. fix baggage

    Lms24 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    1b0ef5d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    40008fb View commit details
    Browse the repository at this point in the history
  7. dumb mistake

    Lms24 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    30eed17 View commit details
    Browse the repository at this point in the history
  8. y u no work :(

    Lms24 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    4fd1695 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b6ed714 View commit details
    Browse the repository at this point in the history
  10. fs import

    Lms24 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    fe21686 View commit details
    Browse the repository at this point in the history
  11. units and flush

    Lms24 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    22a0ea9 View commit details
    Browse the repository at this point in the history
  12. disable dashboard for now

    Lms24 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    b7935c6 View commit details
    Browse the repository at this point in the history
  13. add utils

    Lms24 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    c942f0b View commit details
    Browse the repository at this point in the history
  14. fix report upload name

    Lms24 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    d9e6ec4 View commit details
    Browse the repository at this point in the history
  15. matrix change

    Lms24 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    7ed9b1d View commit details
    Browse the repository at this point in the history
  16. add angular

    Lms24 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    f4d74b5 View commit details
    Browse the repository at this point in the history
  17. add astro

    Lms24 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    264f8a1 View commit details
    Browse the repository at this point in the history
  18. aws-serverless

    Lms24 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    3d2860c View commit details
    Browse the repository at this point in the history
  19. formatting

    Lms24 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    d7194d4 View commit details
    Browse the repository at this point in the history
  20. add gatsby

    Lms24 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    b1c00fe View commit details
    Browse the repository at this point in the history
  21. add google-cloud-serverless

    Lms24 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    7452382 View commit details
    Browse the repository at this point in the history
  22. add nestjs

    Lms24 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    29c675b View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. add nextjs

    Lms24 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    59f326a View commit details
    Browse the repository at this point in the history
  2. add nextjs run to ci

    Lms24 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    f6a05b8 View commit details
    Browse the repository at this point in the history