datatracker/dev/diff
dependabot[bot] ffd6149cb5
chore(deps): bump pretty-bytes from 6.0.0 to 6.1.0 in /dev/diff (#5302)
Bumps [pretty-bytes](https://github.com/sindresorhus/pretty-bytes) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/sindresorhus/pretty-bytes/releases)
- [Commits](https://github.com/sindresorhus/pretty-bytes/compare/v6.0.0...v6.1.0)

---
updated-dependencies:
- dependency-name: pretty-bytes
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-13 16:00:48 -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 pretty-bytes from 6.0.0 to 6.1.0 in /dev/diff (#5302) 2023-03-13 16:00:48 -04:00
package.json chore(deps): bump pretty-bytes from 6.0.0 to 6.1.0 in /dev/diff (#5302) 2023-03-13 16:00:48 -04:00
prepare.sh feat: stop supporting pre-tzaware migration database dumps. (#4782) 2022-11-28 10:17:22 -06:00
README.md docs: update the dev/diff readme 2022-08-30 17:42:10 -04:00
settings_local.py feat: diff crawl docker tool (#4310) 2022-08-18 12:28:47 -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.