File tree 1 file changed +15
-1
lines changed
1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,21 @@ v31.0.0 (next)
89
89
90
90
- Add the model DiscoveredDependency. This represents Package dependencies
91
91
discovered in a Project. The ``scan_codebase `` and ``scan_packages `` pipelines
92
- have been updated to create DiscoveredDepdendency objects.
92
+ have been updated to create DiscoveredDepdendency objects. The Project API has
93
+ been updated with new fields:
94
+ - ``dependency_count ``
95
+ - The number of DiscoveredDependencies associated with the project.
96
+ - ``discovered_dependency_summary ``
97
+ - A mapping that contains following fields:
98
+ - ``total ``
99
+ - The number of DiscoveredDependencies associated with the project.
100
+ - ``is_runtime ``
101
+ - The number of runtime dependencies.
102
+ - ``is_optional ``
103
+ - The number of optional dependencies.
104
+ - ``is_resolved ``
105
+ - The number of resolved dependencies.
106
+ These values are also available on the Project view.
93
107
https://github.com/nexB/scancode.io/issues/447
94
108
95
109
- The ``dependencies `` field has been removed from the DiscoveredPackage model.
You can’t perform that action at this time.
0 commit comments