* Save state (forwarded ports + PID + timestamp) to local file and cleanup
* Integration tests
* Documentation
* Update docs/website/versioned_docs/version-3.0.0/command-reference/dev.md
Co-authored-by: Armel Soro <armel@rm3l.org>
* Fail when an error happens writing state file
In case of error during initialization, odo dev cleanup the resources
* Fix typo
* Test localPort matches a number
* Remove PID and timestamp from state + rename to devstate.json
* Run IBM cloud tests as non root
* Fix doc
* Review
* Remove reference to PID/timestamp from doc
Co-authored-by: Armel Soro <armel@rm3l.org>
* update go version to 1.17
Signed-off-by: anandrkskd <anandrkskd@gmail.com>
* update go version to 1.17 and fix failure
Signed-off-by: anandrkskd <anandrkskd@gmail.com>
* Use an image with pre-installed oc/kubectl/ibmcloud for IBM Pipelines
* Increase time for unit tests (very long on single CPU VM)
* Dockerfile for build image