-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
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
What does "Project git url" be used? #174
Comments
There's no Git server running there, so this is a bug. |
Also - on the topic of the REST API - we are close to having a commit where there will be embedded swagger server within Che for browsing & testing the internal REST APIs. The docs will be updated after that is available. |
This is logged as issue. This issue will be trackable on GitHub after we have exported our Jira database to GitHub. Going to close this issue for now as the product provides expected behavior. This is -- instead -- a UI cleanup issue as while the URL exists & is valid, it is not remotely accessible. Che is not a git repo server at this time. |
…he#176) It's necessary to add it on `master` and on `openshift-connector-branch` to avoid a broken build when the related `fabric8-online` changes are be merged.
… assembly (eclipse-che#174) * First sketch of CHE-283 * Add the customized valve to enable bypassing Keycloak authentication * Disable Keycloak by default (as requested by @l0rd) in the RH assembly * Fix a bad bug bringing CORS errors due to duplicate headers in response * Clean formatting-only changes * Fix for redhat-developer/rh-che#181 Signed-off-by: David Festal <dfestal@redhat.com>
In the "git" menu of a project, there is a "Project git url":
If I click on it, it will show a dialog with a local project url:
I tried to visit it from browser or
git clone
it, neither works. Just be curious what is that?The text was updated successfully, but these errors were encountered: