-
Notifications
You must be signed in to change notification settings - Fork 419
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* removed failing test * prepared url parser * created url request struct * moved implementation of handling 'open' request to OpenHandler * skeleton for import workspace request handling * renamed urlrequest to request; fixed tests; implemented proper handling of both (import, open) requests * used a common parse method for both open & import methods * unit tests for url parser * refactored tests * added tests for import command * draft of handling import workspace in ui * created a method responsible for sending ui message and used it everywhere; added handling error for unsupported host * combined failed commands into one * debug message for import command * update of args in url * handling of other options via custom deserializer in ImportWorkspaceMsg * updated struct ImportWorkspaceMsg * draft of handling import workspace in ui * added test for missing workspace id * added workspace opening after successful import * fixed formatting * review fixes
- Loading branch information
Showing
9 changed files
with
365 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.