Skip to content

Commit

Permalink
Implement Pull Requests (#50)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
supermem613 authored Oct 3, 2021
1 parent b877ecd commit f32c646
Show file tree
Hide file tree
Showing 151 changed files with 1,189 additions and 23,256 deletions.
2 changes: 1 addition & 1 deletion Source/Foundation/Win32/ProtocolUtilities.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public static bool HandlerExists(string protocol)
// Of these, ODE should never occur in the code above in the try block.
//
// If any of the relevant exceptions are encountered, we conclude that
// the existance of codeflow:// protocol handler is indeterminate, and
// the existance of any specialized <this>:// protocol handler is indeterminate, and
// therefore we return false.

// Do nothing here - handlerExists is already initialized to false.
Expand Down
1 change: 1 addition & 0 deletions Source/Foundation/Windows/Controls/Symbol.cs
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ public enum Symbol
Minimize = 59681,
Maximize = 59682,
Restore = 59683,
SubscriptionAdd = 60686,
Close = Clear,
Developer = 0xE90F,

Expand Down
160 changes: 0 additions & 160 deletions Source/Platform/CodeFlow/CodeFlowClient.cs

This file was deleted.

12 changes: 0 additions & 12 deletions Source/Platform/CodeFlow/CodeFlowConstants.cs

This file was deleted.

50 changes: 0 additions & 50 deletions Source/Platform/CodeFlow/CodeFlowContext.cs

This file was deleted.

128 changes: 0 additions & 128 deletions Source/Platform/CodeFlow/CodeFlowMailGenerator.cs

This file was deleted.

Loading

0 comments on commit f32c646

Please sign in to comment.