-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
odo dev
: Add support for non-exec commands part of a composite run …
…or debug command (#5923) * Initial commit Signed-off-by: Parthvi Vala <pvala@redhat.com> * Move ValidateResourceExist(s) from pkg/service to pkg/devfile/adapters/kubernetes/component * Fix odo dev cleanup * Fix multiple deployment issue Signed-off-by: Parthvi Vala <pvala@redhat.com> * DRY the code * Fix unit test failure * Add integration tests Signed-off-by: Parthvi Vala <pvala@redhat.com> * remove comment * Add isPartOfComponent to GetLabels, and GetSelector * Add unit tests for changes in ListResourcesToDeleteFromDevfile Signed-off-by: Parthvi Vala <pvala@redhat.com> * Fix unit test failures due to removal of component label * Enhance integration tests Signed-off-by: Parthvi Vala <pvala@redhat.com> * Use a single devfile.yaml * Fix test failures Signed-off-by: Parthvi Vala <pvala@redhat.com> * Fix rebase conflicts, add new tests for remote Dockerfile URI, and rm3l's review Signed-off-by: Parthvi Vala <pvala@redhat.com> Co-authored-by: Parthvi Vala <pvala@redhat.com> Co-authored-by: Armel Soro <armel@rm3l.org> Signed-off-by: Parthvi Vala <pvala@redhat.com> * Attempt at fixing integration tests Signed-off-by: Parthvi Vala <pvala@redhat.com> * Fix integration tests Signed-off-by: Parthvi Vala <pvala@redhat.com> * Mockgen * Changes post rebase Signed-off-by: Parthvi Vala <pvala@redhat.com> * Attempt at fixing integration tests Signed-off-by: Parthvi Vala <pvala@redhat.com> * Fix rebase mishap Signed-off-by: Parthvi Vala <pvala@redhat.com> Co-authored-by: Armel Soro <armel@rm3l.org>
- Loading branch information
1 parent
c384f54
commit 224069c
Showing
48 changed files
with
1,590 additions
and
1,095 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
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.