-
-
Notifications
You must be signed in to change notification settings - Fork 45
Comparing changes
Open a pull request
base repository: nodejs/node-inspect
base: v1.11.6
head repository: nodejs/node-inspect
compare: v2.0.0
- 19 commits
- 8 files changed
- 10 contributors
Commits on Jul 19, 2019
-
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.
Configuration menu - View commit details
-
Copy full SHA for b4d3c1a - Browse repository at this point
Copy the full SHA b4d3c1aView commit details -
Merge pull request #71 from Trott/update-deps
chore: Update dependencies
Configuration menu - View commit details
-
Copy full SHA for af55a32 - Browse repository at this point
Copy the full SHA af55a32View commit details
Commits on Aug 11, 2019
-
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
Configuration menu - View commit details
-
Copy full SHA for c2ab7c2 - Browse repository at this point
Copy the full SHA c2ab7c2View commit details
Commits on Jan 21, 2020
-
fix: Revert "chore: Update dependencies"
This reverts commit b4d3c1a, as it significantly broke the test suite.
Configuration menu - View commit details
-
Copy full SHA for 6f7df37 - Browse repository at this point
Copy the full SHA 6f7df37View commit details
Commits on Jan 22, 2020
-
Merge pull request #75 from addaleax/revert-71
fix: Revert "chore: Update dependencies"
Configuration menu - View commit details
-
Copy full SHA for 75c3e93 - Browse repository at this point
Copy the full SHA 75c3e93View commit details -
chore: Test with GitHub Actions
Add a workflow to run tests with GitHub Actions.
Configuration menu - View commit details
-
Copy full SHA for 8077b02 - Browse repository at this point
Copy the full SHA 8077b02View commit details -
Merge pull request #78 from nodejs/workflow
[WIP] chore: Test with GitHub Actions
Configuration menu - View commit details
-
Copy full SHA for 1e1f99f - Browse repository at this point
Copy the full SHA 1e1f99fView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for fbec9db - Browse repository at this point
Copy the full SHA fbec9dbView commit details -
chore(deps-dev): bump eslint from 3.19.0 to 6.8.0
Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 6.8.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v3.19.0...v6.8.0) Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 41bf9dd - Browse repository at this point
Copy the full SHA 41bf9ddView commit details -
Merge pull request #76 from addaleax/no-process-binding
fix: Avoid using process.binding()
Configuration menu - View commit details
-
Copy full SHA for 6b245c7 - Browse repository at this point
Copy the full SHA 6b245c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fa806b - Browse repository at this point
Copy the full SHA 8fa806bView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 426ed80 - Browse repository at this point
Copy the full SHA 426ed80View commit details
Commits on Feb 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8817c16 - Browse repository at this point
Copy the full SHA 8817c16View commit details
Commits on Apr 19, 2020
-
refactor: move resume on start logic to repl
Denis Semenenko authored and Denis Semenenko committedApr 19, 2020 Configuration menu - View commit details
-
Copy full SHA for 12530bf - Browse repository at this point
Copy the full SHA 12530bfView commit details
Commits on Apr 20, 2020
-
Merge pull request #80 from dolsem/master
feat: auto-resume on start breakpoint
Configuration menu - View commit details
-
Copy full SHA for fec399b - Browse repository at this point
Copy the full SHA fec399bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba58bb0 - Browse repository at this point
Copy the full SHA ba58bb0View commit details
Commits on Apr 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3760bbf - Browse repository at this point
Copy the full SHA 3760bbfView commit details
Commits on May 17, 2020
-
Merge pull request #82 from oyyd/remote-address-test
test: add a test for remote debugging
Configuration menu - View commit details
-
Copy full SHA for fc4a123 - Browse repository at this point
Copy the full SHA fc4a123View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6cb308 - Browse repository at this point
Copy the full SHA a6cb308View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.11.6...v2.0.0