Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node-inspect
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.11.6
Choose a base ref
...
head repository: nodejs/node-inspect
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 19 commits
  • 8 files changed
  • 10 contributors

Commits on Jul 19, 2019

  1. chore: Update dependencies

    Update ESLint and tap to quell warnings from `npm audit` and the
    GitHub interface.
    
    ESLint update required some changes to other files as indentation rules
    are now more strictly enforced.
    
    I'm seeing tests failing locally but that was the case before I updated
    anything too, so hopefully this passes on Travis-CI or whatever.
    Trott committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    b4d3c1a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #71 from Trott/update-deps

    chore: Update dependencies
    hybrist authored Jul 19, 2019
    Configuration menu
    Copy the full SHA
    af55a32 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2019

  1. portIsFree timeout increased

    In windows, assigning a port may take a little longer than previously assumed value of 2000ms.
    I am using Windows 10 1903 64bit, and it takes about 3000ms to initialize a port.
    I increased the timeout to some higher value (9999ms) to give a little more space to Windows to initialize a port to use with the app.
    
    This patch probably solves issues #48, #54 and #70
    yilmazdurmaz authored Aug 11, 2019
    Configuration menu
    Copy the full SHA
    c2ab7c2 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. fix: Revert "chore: Update dependencies"

    This reverts commit b4d3c1a,
    as it significantly broke the test suite.
    addaleax committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    6f7df37 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. Merge pull request #75 from addaleax/revert-71

    fix: Revert "chore: Update dependencies"
    hybrist authored Jan 22, 2020
    Configuration menu
    Copy the full SHA
    75c3e93 View commit details
    Browse the repository at this point in the history
  2. chore: Test with GitHub Actions

    Add a workflow to run tests with GitHub Actions.
    richardlau authored and hybrist committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    8077b02 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #78 from nodejs/workflow

    [WIP] chore: Test with GitHub Actions
    hybrist authored Jan 22, 2020
    Configuration menu
    Copy the full SHA
    1e1f99f View commit details
    Browse the repository at this point in the history
  4. fix: Avoid using process.binding()

    This is deprecated and emits a warning with `--pending-deprecation`.
    I’m afraid I’m not familiar enough with this code to provide a test,
    unfortunately.
    addaleax authored and hybrist committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    fbec9db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41bf9dd View commit details
    Browse the repository at this point in the history
  6. Merge pull request #76 from addaleax/no-process-binding

    fix: Avoid using process.binding()
    hybrist authored Jan 22, 2020
    Configuration menu
    Copy the full SHA
    6b245c7 View commit details
    Browse the repository at this point in the history
  7. style: run eslint --fix

    hybrist committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    8fa806b View commit details
    Browse the repository at this point in the history
  8. Merge pull request #79 from nodejs/dependabot/npm_and_yarn/eslint-6.8.0

    chore(deps-dev): bump eslint from 3.19.0 to 6.8.0
    hybrist authored Jan 22, 2020
    Configuration menu
    Copy the full SHA
    426ed80 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

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

Commits on Apr 19, 2020

  1. refactor: move resume on start logic to repl

    Denis Semenenko authored and Denis Semenenko committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    12530bf View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Merge pull request #80 from dolsem/master

    feat: auto-resume on start breakpoint
    hybrist authored Apr 20, 2020
    Configuration menu
    Copy the full SHA
    fec399b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #73 from yilmazdurmaz/timeout_fix

    "portIsFree" function's "timeout" parameter value increased to solve issues #48, #54 and #70
    hybrist authored Apr 20, 2020
    Configuration menu
    Copy the full SHA
    ba58bb0 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. test: add a test for remote debugging

    Refs: #42
    oyyd committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    3760bbf View commit details
    Browse the repository at this point in the history

Commits on May 17, 2020

  1. Merge pull request #82 from oyyd/remote-address-test

    test: add a test for remote debugging
    hybrist authored May 17, 2020
    Configuration menu
    Copy the full SHA
    fc4a123 View commit details
    Browse the repository at this point in the history
  2. 2.0.0

    hybrist committed May 17, 2020
    Configuration menu
    Copy the full SHA
    a6cb308 View commit details
    Browse the repository at this point in the history
Loading