An open API service indexing awesome lists of open source software.

https://github.com/jwallet/custom-default-reviewers

Browser add-on that overwrites the repository default reviewers by a custom selection made by the user when creating a pull request on Bitbucket Cloud. 👨‍💻
https://github.com/jwallet/custom-default-reviewers

bitbucket-cloud chrome-extension default-reviewers firefox-addon

Last synced: 11 days ago
JSON representation

Browser add-on that overwrites the repository default reviewers by a custom selection made by the user when creating a pull request on Bitbucket Cloud. 👨‍💻

Awesome Lists containing this project

README

          

## Custom Default Reviewers on BitBucket Cloud

Firefox add-on / Chrome extension that overwrites the repository default reviewers by a custom selection made by the user when creating a pull request on Bitbucket Cloud.

![image](https://raw.githubusercontent.com/jwallet/custom-default-reviewers/main/assets/screenshot.png)

### What the extension does that Bitbucket does not

##### Core feature

Once you click on `Save` it will save your current selection as your default reviewers in your browser connected account or fallback to your browser storage.

Afterwards, any new pull request in the same repository will have those reviewers rehydrated as your default reviewers.

##### Batch action

- Add all users at once `Add All`.
- Add all recents users at once `Recents +`
- Add all authors users at once `Authors +` (related to those who committed in the branch).
- Remove all selected users using ✖ in the top-right corner inside the reviewers box.

##### Search improvements

- Accent insentive: typing `jose` will return a user such as `José`
- Case insentive: typing `RICK` will return a user such as `Andrick`
- User suggestion: the search input will print a user suggestion based on the current searched value, hit enter to select it.
- Highlighting results: typing `Max` will highlight all matching results such as Maxim.
- Search results are kept

### Releases

- Firefox add-on: https://addons.mozilla.org/en-CA/firefox/addon/bitbucket-custom-reviewers/
- [Release on Github](https://github.com/jwallet/custom-default-reviewers/releases) (as zip files).
- On firefox, unzip the `firefox.zip` archive and load the `manifest.json` in debug addon tab.
- On chrome, unzip the `chrome.zip` archive and load the main folder as an unpacked extension.