forked from aboutcode-org/scancode-workbench
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename dependency attribute is_resolved to is_pinned
Renaming the dependency attribute is_resolved to is_pinned. Output changes when we use is_resolved. Reference: aboutcode-org#634 Signed-off-by: Alok Kumar <[email protected]>
- Loading branch information
Showing
10 changed files
with
24 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -150,7 +150,7 @@ export const PackageDepsSamples: { | |
scope: DEPENDENCY_SCOPES.DEVELOPMENT, | ||
is_runtime: false, | ||
is_optional: true, | ||
is_resolved: true, | ||
is_pinned: true, | ||
resolved_package: {}, | ||
extra_data: { | ||
is_editable: false, | ||
|
@@ -171,7 +171,7 @@ export const PackageDepsSamples: { | |
scope: DEPENDENCY_SCOPES.DEVELOPMENT, | ||
is_runtime: false, | ||
is_optional: true, | ||
is_resolved: true, | ||
is_pinned: true, | ||
resolved_package: {}, | ||
extra_data: { | ||
is_editable: false, | ||
|
@@ -192,7 +192,7 @@ export const PackageDepsSamples: { | |
scope: DEPENDENCY_SCOPES.DEVELOPMENT, | ||
is_runtime: false, | ||
is_optional: true, | ||
is_resolved: true, | ||
is_pinned: true, | ||
resolved_package: {}, | ||
extra_data: { | ||
is_editable: false, | ||
|
@@ -332,7 +332,7 @@ export const PackageDepsSamples: { | |
scope: DEPENDENCY_SCOPES.DEVELOPMENT, | ||
is_runtime: false, | ||
is_optional: true, | ||
is_resolved: true, | ||
is_pinned: true, | ||
resolved_package: {}, | ||
dependency_uid: | ||
"pkg:pypi/[email protected]?uuid=faa3b45c-2e04-4891-b854-52ed459a6b0a", | ||
|
@@ -347,7 +347,7 @@ export const PackageDepsSamples: { | |
scope: DEPENDENCY_SCOPES.DEVELOPMENT, | ||
is_runtime: false, | ||
is_optional: true, | ||
is_resolved: true, | ||
is_pinned: true, | ||
resolved_package: {}, | ||
dependency_uid: | ||
"pkg:pypi/[email protected]?uuid=b2cf6831-b0eb-4a30-98c3-3dac9202d639", | ||
|
@@ -362,7 +362,7 @@ export const PackageDepsSamples: { | |
scope: DEPENDENCY_SCOPES.DEVELOPMENT, | ||
is_runtime: false, | ||
is_optional: true, | ||
is_resolved: true, | ||
is_pinned: true, | ||
resolved_package: {}, | ||
dependency_uid: | ||
"pkg:pypi/[email protected]?uuid=1c719652-292f-419c-a7a4-164c39296661", | ||
|
@@ -442,7 +442,7 @@ export const PackageDepsSamples: { | |
scope: DEPENDENCY_SCOPES.DEVELOPMENT, | ||
is_runtime: false, | ||
is_optional: true, | ||
is_resolved: true, | ||
is_pinned: true, | ||
resolved_package: {}, | ||
extra_data: { | ||
is_editable: false, | ||
|
@@ -463,7 +463,7 @@ export const PackageDepsSamples: { | |
scope: DEPENDENCY_SCOPES.DEVELOPMENT, | ||
is_runtime: false, | ||
is_optional: true, | ||
is_resolved: true, | ||
is_pinned: true, | ||
resolved_package: {}, | ||
extra_data: { | ||
is_editable: false, | ||
|
@@ -484,7 +484,7 @@ export const PackageDepsSamples: { | |
scope: DEPENDENCY_SCOPES.DEVELOPMENT, | ||
is_runtime: false, | ||
is_optional: true, | ||
is_resolved: true, | ||
is_pinned: true, | ||
resolved_package: {}, | ||
extra_data: { | ||
is_editable: false, | ||
|