Let's allow for a global PR count like we do for work items.
This allows for easily checking the PRs that are assigned to you, needs action or whatever.
This change implements the basic logic to allow PR queries to be configured for any project.
The PR query editor dialog now has a project textbox, and the query is saved with the project context.
* Initial implementation of Pull Requests, primitive view
* Renaming QueryEditor, removing Ping
* Open in Web support for Pull Requests
* Implement Filters for Pull Requests
* Implement Order By for Pull Requests
* Implement Drag'n'drop for Pull Requests
* Clean Global Commands for Pull Requests
* Remove orphaned Recording / Capture commands
* Match PullRequest to WorkItem OM
* Remove Platform project
* Remove lingering CodeFlow references
* Remove lingering CodeFlow references
* Allow PR filtering by status
* Start with Authored by me queries
* Change PR query from Authored By Me to Assigned to Me
* Remove left-over packaged.config
* Packaging project
* Update wapproj
* This is an integral part of #10, but we still need to get a third-party certificate to close it.
* Instead of returning a string, identity types from WorkItem now return IdentityRef, so we have to handle them properly.
* Inline the identity ref
Co-authored-by: Marcus Markiewicz <marcusm@microsoft.com>
* test
* test
* * Update package dependencies
* * Remove unneeded dependencies
* Add missing dependencies for TeamFoundation.WebApi
* Move to Extended Client for ADO
* Rename script from msbuild to CI
* Reduce dependencies for TeamMate.csproj
Co-authored-by: Marcus Markiewicz <marcusm@microsoft.com>