datatracker/dev/diff
dependabot[bot] 5195e93b4e
chore(deps): bump the npm group in /dev/diff with 2 updates (#6876)
Bumps the all group in /dev/diff with 2 updates: [dockerode](https://github.com/apocas/dockerode) and [fs-extra](https://github.com/jprichardson/node-fs-extra).


Updates `dockerode` from 4.0.0 to 4.0.2
- [Release notes](https://github.com/apocas/dockerode/releases)
- [Commits](https://github.com/apocas/dockerode/compare/v4.0.0...v4.0.2)

Updates `fs-extra` from 11.1.1 to 11.2.0
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jprichardson/node-fs-extra/compare/11.1.1...11.2.0)

---
updated-dependencies:
- dependency-name: dockerode
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: fs-extra
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-03 18:22:46 -05: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 in /dev/diff with 2 updates (#6876) 2024-01-03 18:22:46 -05:00
package.json chore(deps): bump the npm group in /dev/diff with 2 updates (#6876) 2024-01-03 18:22:46 -05: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 chore: Rename DB engine to drop the deprecated "_psycopg2" suffix 2023-05-10 12:40:37 -03: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.