We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A named factory on Codenvy is attached to a username. We support the various format:
We can keep the /f?user=che&name={factoryname} but we need to handle that kind of url:
/f?user=che&name={factoryname}
The text was updated successfully, but these errors were encountered:
Removed /factory/username/factoryname and /factory/factoryname since they wasn't implemented
/factory/username/factoryname
/factory/factoryname
Sorry, something went wrong.
Decided to abandon this issue. Since we may be will need user name. We will left fake user "che".
No branches or pull requests
A named factory on Codenvy is attached to a username. We support the various format:
We need to remove the {username} for Che as it will be always {che}.
We can keep the
/f?user=che&name={factoryname}
but we need to handle that kind of url:The text was updated successfully, but these errors were encountered: