mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
* Add support for componentType to telemetry and replace Execute with ExecuteContext to support context * Make o.Run() compatible with ExecuteContext * Add unit tests for upload with context * Fix ci unit test failure * Move context code to a separate package within the segment package * separate private and public methods, reorganize * fix import