AzDO PR dashboard improvements

Adds sorting and categorization to the PR dashboard.

Version vom 13.04.2019. Aktuellste Version

Du musst eine Erweiterung wie Tampermonkey, Greasemonkey oder Violentmonkey installieren, um dieses Skript zu installieren.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

Sie müssten eine Skript Manager Erweiterung installieren damit sie dieses Skript installieren können

(Ich habe schon ein Skript Manager, Lass mich es installieren!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Autor
alejandro5042
Bewertungen
0 0 0
Version
2.7.2
Erstellt am
05.04.2019
Letzte Aktualisierung
13.04.2019
Größe
8,48 KB
Lizenz
MIT
Wird angewandt auf

Browser Userscripts For Azure DevOps

A collection of userscripts to improve the Azure DevOps UI. (Homepage on GitHub)

These userscripts were tested in Chrome and Firefox with the Tampermonkey extension. They may work with other setups.

1) PR dashboard improvements

Install PR dashboard improvements (see prerequisites below)

Sorts the PRs in your dashboard into categories.

(Picture of an example dashboard)

  • Reviews are sorted from oldest to newest (reverse of the default)
  • Reviews are highlighted red if you are the last reviewer and everyone else approved
  • Reviews are further categorized into sections:
    • Uncategorized: Reviews you need to process
    • Incomplete but blocked: Reviews you have not completed but are blocked anyways because another reviewer voted Waiting on Author or Rejected. This section is open by default
    • Drafts
    • Completed as Waiting on Author
    • Completed as Rejected
    • Completed as Approved / Approved with Suggestions
  • Sections remember if they are open/closed

Prerequisites

A userscripts extension is required to actually use these scripts; e.g. Tampermonkey, Greasemonkey, etc.

Install the Tampermonkey extension

  • If you just installed this extension, refresh this page or the download links may not work
  • When installing extensions, remember to refresh the affected pages after installing (e.g. the PR dashboard)
  • By default, Tampermonkey will automatically update scripts from the original install location once a day. You can force an update from the extensions menu

Privacy

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.

Credits

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.

License

MIT. Pull Requests welcomed!