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

Update parseq-tracevis UI and dependencies #342

Merged
merged 11 commits into from
Jan 10, 2024

Commits on Dec 13, 2023

  1. Use puppeteer for integration testing instead of PhantomJS

    PhantomJS has long been deprecated and is no longer maintained. A better
    choice is puppeteer, which uses Chrome/Chromium behind the scenes rather
    than Webkit.
    
    Updates node to 20.x and npm to 10.x since very old versions were being
    used and we want to be able to take advantage of recent JavaScript
    features.
    zackthehuman committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    99bb45e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48df24d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d93069f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc76a12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a74c4d View commit details
    Browse the repository at this point in the history
  6. no need for important

    zackthehuman committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    facd4f6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0661083 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cb3ddb6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e097aa9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    52bec64 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

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