Skip to content

RickWong/BitbucketDiffTree

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bitbucket Diff Tree

Chrome extension to display diff tree for Bitbucket. It will bring the DiffTree back from Bitbucket Server to Bitbucket Cloud.

BitbucketDiffTree on GitHub

Version History

v1.0.5:

  • Support showing code changes as a tree structure in the following pages:
    • Branches
    • Create pull request
    • View pull request
  • Allow enable diff tree extension permanently

v1.0.6:

  • Allow collapse/expand the diff tree region

v1.0.7:

  • Navigate to corresponding comment when clicking on the "new comment notification" area at the bottom right corner
  • Display diff tree when the viewer selects "ignore whitespace"

v1.0.8:

  • Option to compact empty middle packages
  • Show diff tree on commits page

How to install

How to set up on local for development

  • Open Chrome browser and access chrome extensions by chrome://extensions/
  • Make sure the Developer mode checkbox is checked
  • Click on Load unpacked extension... and point to the src folder of this repo
  • Finish! You will see an B icon added to the extension area

How to run the extension on local

  • Open a pull request page on bitbucket
  • Click on B icon to activate the diff tree extension
  • Enjoy!

About

Chrome extension to display diff tree for Bitbucket

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 86.0%
  • CSS 11.4%
  • HTML 2.6%