Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1016 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 1016 Bytes

Bitbucket Server PullRequests Reload

All readme info is available on the head of every file.

Scripts

Script Short Description
data_import.py Single repository manupulation with granular options
data_import_multiple.py Import all required info for multiple repositories
load_all_diffs.py Load all PRs diffs
load_all_images.py Dump all images from the BitBucket.org PRs

You should use data_import_multiple.py in the almost all cases for data loading

Dependencies

  • Python 3.10 as a main executable.
  • Docker Compose for dumping PR info via Ruby executables.

All Python module dependencies should be installed via calling:

python3.10 -m pip install -r requirements.txt

Ruby dependent repositories with October 2022 required fixes:

Ruby image should be run with the command:

docker compose up --build .