-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor code that interacts with
odo
- Split `oc.ts` up, so that commands that interact with odo go into odoWrapper.ts and commands that interact with oc go into `ocWrapper.ts` - Remove most methods from `./src/odo/command.ts`, and instead create the `CommandText` objects directly in the corresponding method in `odoWrapper.ts` - Adapt the integration tests to the change, and add a few more integration tests - Delete some dead code Closes #3078 Signed-off-by: David Thompson <davthomp@redhat.com>
- Loading branch information
Showing
53 changed files
with
2,117 additions
and
2,388 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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.