mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
* Init command * More tests + check empty dir * Move function from catalog to service package * Interactive asks lang + type * Interactive * Refactor catalog package with interface * Add mocks for catalog and init/asker * Add tests * Create sub-packages for init + starter project * Rename files in pkg/catalog * More validations * fix * Logs * Rollback * Go back and No starter * Review * Use filesystem.Filesystem in pkg/catalog * Change pull from registry strategy * More unit tests * More tests * Integration tests * Review * Use full path to fix problem with Unzip * Add integration test for devfile with parent URI * Add prefClient dependence to catalog package * Move function to pkg/init package * Review * Fix rebase * Review