Bryan Kneis
Bryan Kneis
I did not see any template for raising issues in the repo so if this does not meet an expected standard please let me know and I will update. I...
WIP!! This PR introduces an additional IDE option for fleet to indicate which version to install. ``` ➜ devpod git:(POD-758/specify-fleet-version) ✗ ./devpod-cli ide options fleet NAME | DESCRIPTION | DEFAULT...
This PR fixes POD-763 by providing a new context option EXECUTE_TIMEOUT to set the timeout in seconds, instead of a hard coded value. To test this PR I have run...
This PR updates the OSS docs to include two new sections, "tutorials" and "concepts" to provide the left two sections of https://diataxis.fr/ The aim is to provide more information on...
Fixes https://github.com/loft-sh/devpod/issues/793
Fixes https://github.com/loft-sh/devpod/issues/1719 WIP, this PR fixed the segment fault but still results in a return code 128 (un auth) for the git operations. I can see the agent forwarding is...
Fixes https://github.com/loft-sh/devpod/issues/1515 by checking if the URL contains basic auth (detected from the presence of : in the first part of the URL). The URL is then parsed again in...