datatracker/dev/diff
dependabot[bot] db4ff66fbd
chore(deps): bump the npm group across 1 directory with 2 updates (#7789)
Bumps the npm group with 2 updates in the /dev/diff directory: [luxon](https://github.com/moment/luxon) and [tar](https://github.com/isaacs/node-tar).


Updates `luxon` from 3.4.4 to 3.5.0
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moment/luxon/compare/3.4.4...3.5.0)

Updates `tar` from 7.4.0 to 7.4.3
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v7.4.0...v7.4.3)

---
updated-dependencies:
- dependency-name: luxon
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: tar
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-15 16:02:08 -04:00
..
.editorconfig feat: diff crawl docker tool (#4310) 2022-08-18 12:28:47 -05:00
.gitignore feat: diff crawl docker tool (#4310) 2022-08-18 12:28:47 -05:00
cleanup.sh feat: diff crawl docker tool (#4310) 2022-08-18 12:28:47 -05:00
cli.js chore: diff tool - inject files into container instead of mount (#4479) 2022-09-20 12:08:26 -05:00
package-lock.json chore(deps): bump the npm group across 1 directory with 2 updates (#7789) 2024-10-15 16:02:08 -04:00
package.json chore(deps): bump the npm group across 1 directory with 2 updates (#7789) 2024-10-15 16:02:08 -04:00
prepare.sh chore: change the way migrations are invoked for actions and dev builds (#5356) 2023-03-16 12:24:03 -05:00
README.md docs: update the dev/diff readme 2022-08-30 17:42:10 -04:00
settings_local.py feat: obviate ghostlinkd (#7336) 2024-04-19 16:18:52 -05:00

Datatracker Diff Tool

This tool facilitates testing 2 different datatracker instances (with their own database) and look for changes using the diff tool. Everything runs in docker containers.

The source instance will use the code from where it is run. The target instance can be a remote tag / branch / commmit or another local folder.

Requirements

  • Node 16.x or later
  • Docker

Usage

  1. From the dev/diff directory, run the command:
npm install
  1. Then run the command:
node cli
  1. Follow the on-screen instructions.