Граф коммитов

12 Коммитов

Автор SHA1 Сообщение Дата
Marcus Markiewicz 093ec5b097
SDK-ify csproj / sln files (#108)
* SDK-ify sln / csproj files, simpler project definitions, dependency management
* Remove no longer needed build tooling
* Add .NET framework information to About page
2024-09-06 12:20:53 -04:00
Ivan (Vanya) Kashperuk 5b12a60df3
Change "new work item url" to use the correct format (https://dev.azure.com/{organization}/{project}/_workitems/create/{workItemType}) (#109) 2024-05-20 10:36:11 -04:00
Marcus Markiewicz f818e18937
PR: Add global count (#97)
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.
2023-05-15 20:27:41 +02:00
Marcus Markiewicz 7f2e8f4884
Allow for PR queries across projects (#91)
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.
2023-05-11 08:42:34 -04:00
Marcus Markiewicz f32c6464d6
Implement Pull Requests (#50)
* 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
2021-10-03 13:45:24 -04:00
Marcus Markiewicz 9dc31e4c53
Add MSIX Packaging project (#41)
* 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.
2021-07-05 17:02:46 -04:00
Marcus Markiewicz 13c8c8c798
Deprecate TFS in lieu of VSTS (#35)
* Remove TFS Hyperlink factory, remove indirection

* Remove dead constant

* Remove Legacy TFS Support Dropped Banner

* Change TFS to VSTS in UX
2021-06-30 19:04:52 -04:00
Marcus Markiewicz 282ba33a45
Instead of returning a string, identity types from WorkItem now returns… (#32)
* 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>
2021-06-30 15:54:34 -04:00
Marcus Markiewicz 2d65709683
Light up cloud builds (#30)
* 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>
2021-06-29 13:58:26 -04:00
Marcus Markiewicz 72317b40bf
Move all projects to .NET Framework v4.8 (#29)
* * Upgrade Office reference to package reference

* * Upgrade TeamFoundation.WebApi reference to package reference

* * Upgrade TeamMate reference to package reference

* * Remove Tpl.Dataflow ref

* * Make all projects use .NET Framework 4.8

* * Fix build.ps1 to restore nuget packages

* * Workaround for SimpleInjector v5

* * Fix binding issue

* * Remove CodeBox left-over

* * Remove Microsoft.Tpl.Dataflow from TeamFoundation.WebApi

* * Remove unneeded packages, upgrade others

* * Remove unneeded references from TeamFoundation.WebApi

* * Upgrade TeamFoundation.WebApi dependencies

Co-authored-by: Marcus Markiewicz <marcusm@microsoft.com>
2021-06-29 08:09:50 -04:00
Marcus Markiewicz 70cfef14c8 Rename Microsoft.Internal.* to Microsoft.* 2021-06-26 23:09:11 -04:00
Marcus Markiewicz 759aa882ec Seed the repro from https://garage-02.visualstudio.com/_git/TeamMate with last commit being d7884798a72f7772f3a09618ff5d118be3433610 2021-06-25 15:05:28 -04:00