Adds sorting and categorization to the PR dashboard. Also adds minor improvements to the PR diff experience, such as a base update selector and per-file checkboxes.
Browser Userscripts For Azure DevOps | azdo-userscripts
A collection of userscripts to improve the Azure DevOps UI.
These userscripts were tested in Chrome and Firefox with the Tampermonkey extension. They may work with other setups.
By default, Tampermonkey will automatically update scripts from the original install location once a day. You can force an update from the extensions menu.
Sorts the PRs in your dashboard into categories:
Also, build status on PRs (see right column)! If it’s empty, there isn’t a build yet for that merge commit, or there isn’t a merge commit yet.
More:
You can now mark a file as reviewed with a checkbox! The data persists in local browser storage, so if you come back to the PR later, the checkboxes will still be there (up to 3 weeks).
Note: awesome.visualstudio.com checkbox data is separate from dev.azure.com/awesome checkbox data.
You can now select the base update to compare against with the base update selector:
This allows you to diff many updates at once:
Note: The selector looks best in Chrome.
Some improvements to the multi-file diff view:
Before (long lines are cutoff and the scrollbar may be offscreen):
After (scrollbar is always visible):
You can now use keyboard shortcuts to quickly switch between PR tabs (e.g. Overview, Files, etc). In Chrome, it’d be Alt+1
, Alt+2
, etc. In FireFox, it is Alt+Shift+Num
. See this table for details on your browser.
Reviewing a large PR? Press the auto-collapse button to make your tree manageable! (National Instruments: If you have an owners review, the button will keep folders open if they contain files you need to review.)
PR threads that start with note:
(case insensitive) will appear expanded on page load, even if they are closed. They are also highlighted with a light border. Use this to mark interesting things for your reviewers in your PR!
PR comments that start with await:
(case insensitive) will appear highlighted. Use this to help developers focus their attention on the comments that you want to see again (e.g. the reason why you voted Waiting on Author or Rejected).
For PRs into branches requiring a passing ni/owners-approved status, hovering over the Approve button pops up a reminder to consider bypassing owners.
Trophies are awarded for notable PRs and shown in a trophies section on the Overview tab. For example:
These features are currently specific to National Instruments.
The PR file tree will now highlight the files you need to review with a letter to represent your role (Owner, Alternate, Reviewer):
Collapsed files are highlighted if they contain files you need to review:
In the multi-file diff view, your files are also highlighted with a blue line on the left:
You can also press the new “Toggle other files” button to fade out and collapse the other diffs! (Ideally, I would hide them completely, but if I do, the AzDO interface bugs out.)
Hopefully all this makes it very easy to scan for the stuff you care about.
Note: If there is no owner info, or if you are not listed, nothing is highlighted and the button does not appear. It also only works with newer PRs (created or updated since approx. July 2019).
Scrollbars site-wide now match the current Azure DevOps color theme.
Before :persevere:
After :smirk:
Also:
The update URL goes through a URL redirector to get a rough idea of how many people are using this script. To opt-out, change the update URL to the original download URL in the Tampermonkey dashboard (or disable updates). The redirector can also help if the URL needs to change; e.g. if the file is moved or renamed.
No other data is collected. The script is sourced and updated directly from the master branch of this repo.
This is the second version of a PR filtering script originally written by Tian Yu, which faded out approved PRs. Further improved by Alejandro Barreto.
MIT. Issues and pull requests welcomed!