mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
* Add project delete command This PR adds project delete command. The core implementation is only wrapped around by this PR and exposed to the outside as a cli command fixes #646 Signed-off-by: anmolbabu <anmolbudugutta@gmail.com> * Add monkeypatching dependency to vendor/ Signed-off-by: anmolbabu <anmolbudugutta@gmail.com> * Add UTs Signed-off-by: anmolbabu <anmolbudugutta@gmail.com> * Add e2e tests Signed-off-by: anmolbabu <anmolbudugutta@gmail.com> * Incoporate @cmoulliard comments Signed-off-by: anmolbabu <anmolbudugutta@gmail.com> * Fix travis failures Signed-off-by: anmolbabu <anmolbudugutta@gmail.com> * Incoporate @syamgk comment Signed-off-by: anmolbabu <anmolbudugutta@gmail.com> * Incoporated @surajnarwade comments Signed-off-by: anmolbabu <anmolbudugutta@gmail.com> * Incoporate @cdrage comments Signed-off-by: anmolbabu <anmolbudugutta@gmail.com>