References to commits are broken in Help -> About dialog
See original GitHub issueDescribe the bug
Help -> About dialog contains references for commits to theia and che-theia projects The references are broken at the moment for master branch assembly (eclipse/che-theia:next)
Che version
- latest
- nightly
- other: eclipse/che-theia:next
Steps to reproduce
- Add to a devfile the section:
-
alias: theia-editor
reference: >-
https://raw.githubusercontent.com/eclipse/che-plugin-registry/master/v3/plugins/eclipse/che-theia/next/meta.yaml
type: cheEditor
- Start a workspace from the devfile
- Go to Help -> About dialog and try references to theia and che-theia projects
- You can see
https://github.com/theia-ide/theia/commit/N/A
in an address line of a browser and error: 404 Page not found
Expected behavior
The references link to relevant commits
Runtime
- kubernetes (include output of
kubectl version
) - Openshift (include output of
oc version
) - minikube v1.0.0
- minishift (include output of
minishift version
andoc version
) - docker-desktop + K8S (include output of
docker version
andkubectl version
) - other: (please specify)
Screenshots
Installation method
- chectl chectl/0.0.2-6d3894f linux-x64 node-v10.4.1
- che-operator
- minishift-addon
- I don’t know
Environment
- my computer
- Windows
- Linux
- macOS
- Cloud
- Amazon
- Azure
- GCE
- other (please specify)
- other: please specify
Additional context
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Commit Changes dialog | IntelliJ IDEA Documentation
Use this dialog to commit (check in) local changes to the repository and, optionally, to create a patch file.
Read more >TortoiseHg: How to split changes in commit dialog
In the commit dialog of TortoiseHg all changes within a file are shown separate and can be selected/commited independendly.
Read more >The Git experience in Visual Studio - Version Control
To learn more about making a commit in Visual Studio and to better understand file states in Git, refer to the Make a...
Read more >How to git by with a GUI - SitePen
Back in TortoiseGit's rebase dialog you can click “Resolved” in the file's context menu and click “Commit” to finish rebasing. Resolving a ...
Read more >Git References - Git SCM
In Git, these simple names are called “references” or “refs”; ... To create a new reference that will help you remember where your...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think this is fixed again by https://github.com/eclipse/che-theia/pull/487
Fixed