mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
* Support exec command for deploy Signed-off-by: Parthvi Vala <pvala@redhat.com> * Print log after timeout Signed-off-by: Parthvi Vala <pvala@redhat.com> * Add helper function to form proper commandLine Signed-off-by: Parthvi Vala <pvala@redhat.com> * Mockgen kclient Signed-off-by: Parthvi Vala <pvala@redhat.com> * Enhance error message Signed-off-by: Parthvi Vala <pvala@redhat.com> * Attempt at fixing unit test failures Signed-off-by: Parthvi Vala <pvala@redhat.com> * Rename import v1 to batchv1 Signed-off-by: Parthvi Vala <pvala@redhat.com> * Remove TODOs Signed-off-by: Parthvi Vala <pvala@redhat.com> * Add integration tests and cleanup on user interrupt Signed-off-by: Parthvi Vala <pvala@redhat.com> * Temp changes Signed-off-by: Parthvi Vala <pvala@redhat.com> * Log tip to run odo logs after a minute Signed-off-by: Parthvi Vala <pvala@redhat.com> * List components to delete even if there are no devfile resources Signed-off-by: Parthvi Vala <pvala@redhat.com> * Fix integration tests Signed-off-by: Parthvi Vala <pvala@redhat.com> * Fix deploy exec delete integration test Signed-off-by: Parthvi Vala <pvala@redhat.com> * Temp Change * Fix delete command tests * Fix mockgen client * Fix validation errors Signed-off-by: Parthvi Vala <pvala@redhat.com> * Fix unit test failure Signed-off-by: Parthvi Vala <pvala@redhat.com> * Attemp at writing less flaky integration test Signed-off-by: Parthvi Vala <pvala@redhat.com> * Remove TODOs Signed-off-by: Parthvi Vala <pvala@redhat.com> * Add tip after 1 minute and return the go routine if job finishes before that Signed-off-by: Parthvi Vala <pvala@redhat.com> * Use the container as it is so that container-overrides can be taken into account Signed-off-by: Parthvi Vala <pvala@redhat.com> * Move job spec code to a different helper function inside the libdevfile pkg Signed-off-by: Parthvi Vala <pvala@redhat.com> * Modify the Execute method to use the new helper function and refactoring Signed-off-by: Parthvi Vala <pvala@redhat.com> * Attempt at fixing integration and unit tests Signed-off-by: Parthvi Vala <pvala@redhat.com> * Move defer to print remaining resources to a separate function, fix func doc and gofmt the files Signed-off-by: Parthvi Vala <pvala@redhat.com> * Fix test failures Signed-off-by: Parthvi Vala <pvala@redhat.com> * Cleanup Signed-off-by: Parthvi Vala <pvala@redhat.com> * Cleanup unused functions Signed-off-by: Parthvi Vala <pvala@redhat.com> --------- Signed-off-by: Parthvi Vala <pvala@redhat.com>