fabric8-analytics / fabric8-analytics-license-analysis

License Analysis
GNU General Public License v3.0
6 stars 25 forks source link

Check compatibility #15

Closed harjinder-hari closed 6 years ago

harjinder-hari commented 7 years ago

Added a feature to generate license filter information along with regular license analysis.

Now, the stack license analysis end point will also accept recommended alternate and companion packages in the input. If the stack license is possible ( i.e. no unknown and no conflict ) then the service will also generate information for license based filters.

The license filter info will have three pieces:

  1. unknown licenses packages
  2. conflict packages
  3. compatible packages

Thanks, Harjinder

centos-ci commented 7 years ago

Can one of the admins verify this patch?

miteshvp commented 7 years ago

[test]

harjinder-hari commented 7 years ago

Thanks @miteshvp @jpopelka ! I have addressed the review comments. Can you please take a look at the latest commit ?

Thanks, Harjinder