sierpinski / Blitz

This repository contains a VSTS extension for showing a list of all active pull requests for a project. This allows users to review open pull requests and click the link to go work the pull request.
https://marketplace.visualstudio.com/items?itemName=sierpinski.blitz-allpulls-extension
Other
24 stars 16 forks source link

Branch Blitz - Showing Master #18

Closed pcoombe closed 7 years ago

pcoombe commented 8 years ago

We are using a gitflow similar workflow, with development and master branches. Im assuming as we have development set as the default branch that its causing problems, because it is not showing any development branches.

image

sierpinski commented 8 years ago

Yes, I coded it to ignore the default branch (in your case, not master)! :) You caught my trick... I could filter out branches named "master" instead. Sorry about that! Would you like that filter instead?

sierpinski commented 8 years ago

Okay, I updated the extension to filter on the name "master" instead of "isbaseversion" so please let me know if it works. Version 0.5.4.