-
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
Che Theia Dependency Analytics plugin doesn't work #14942
Comments
I've just checked - the command is invoked as expected in Eclipse Theia |
@invincibleJai @arajkumar could you please take a look |
Yevhen and I did additional testing and it turned out that the root problem is in activation events. Due to some reasons the |
It sometimes works, sometimes not. If you have projects cloned - probably it will work. Better chance to reproduce the issue is to create a new workspace with some projects, which are cloned after workspace start. |
Turned out that the presence of a project doesn't make it work in 100% cases... |
While the merged PR fixes the immediate problem, I think we should do some follow-up work:
|
When I mostly investigate the problem on my local minishift instance I've also tried to do it on che.openshift.io and the bug is reproducible there too (Che 7.1 with unchanged images). Steps:
|
Will this be included in 7.3.1? Or is it slipping because not done by EOD Oct 25? cc: @slemeur Dep analysis plugin was on your list of must haves for CRW 2, right? |
After rebase and the PRs merge I cannot reproduce the issue any more and the analytics plugin works for me (it fails to analyze Che and Che-Theia projects, but this is issue of the plugin itself). |
Describe the bug
Invocation of
Dependency Analytics Report ...
on apom.xml
orpackage.json
using Dependency Analytics plugin ends up inError: command 'extension.fabric8AnalyticsWidgetFullStack' not found
.Che version
multiuser, nightly
Steps to reproduce
Dependency Analytics
pluginpackage.json
orpom.xml
fileDependency Analytics Report ...
Expected behavior
The report is shown to the user
Runtime
minishift v1.34.1+c2ff9cb
Screenshots
Additional context
Probably something is broken in our Che Theia plugin API, because the plugin registers the command.
The text was updated successfully, but these errors were encountered: