openshiftio / openshift.io

Red Hat OpenShift.io is an end-to-end development environment for planning, building and deploying modern applications.
https://openshift.io
97 stars 66 forks source link

Work on accomodating missing Angular/Node dependencies into the NPM scoring module #4238

Closed rootAvish closed 6 years ago

rootAvish commented 6 years ago
Issue Overview

Currently for a lot of the angular repositories we are not able to see insights because the dependencies in them are not covered in the recommender model and there are too many unknown packages.

Expected Behaviour

We should see insights for more frontend javascript stacks.

Current Behaviour

Companion insights count is 0 for some frontend stacks (specifically ones using a lot of ngx-* dependencies).

Steps To Reproduce
  1. Run stack analysis for one of the following:
rootAvish commented 6 years ago

Resolved with: https://github.com/openshiftio/saas-analytics/pull/474