-
Notifications
You must be signed in to change notification settings - Fork 314
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
Make all package managers use the new dependency graph format #3825
Labels
analyzer
About the analyzer tool
enhancement
Issues that are considered to be enhancements
epic
A "parent" issue that refers to multiple other issues
Comments
sschuberth
added
enhancement
Issues that are considered to be enhancements
analyzer
About the analyzer tool
labels
Mar 29, 2021
This was referenced Apr 12, 2021
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Closed
2 tasks
oheger-bosch
added a commit
to boschglobal/oss-review-toolkit
that referenced
this issue
Feb 6, 2023
The convert() function now accepts an Excludes object. The result of the conversion contains only dependencies not defined by an excluded scope. This functionality is going to be used to implement scope exclusions centrally for package managers that do not support the dependency graph format natively (see oss-review-toolkit#3825). Signed-off-by: Oliver Heger <[email protected]>
oheger-bosch
added a commit
to boschglobal/oss-review-toolkit
that referenced
this issue
Feb 6, 2023
The convert() function now accepts an Excludes object. The result of the conversion contains only dependencies not defined by an excluded scope. This functionality is going to be used to implement scope exclusions centrally for package managers that do not support the dependency graph format natively (see oss-review-toolkit#3825). Signed-off-by: Oliver Heger <[email protected]>
oheger-bosch
added a commit
to boschglobal/oss-review-toolkit
that referenced
this issue
Feb 6, 2023
The convert() function now accepts an Excludes object. The result of the conversion contains only dependencies not defined by an excluded scope. This functionality is going to be used to implement scope exclusions centrally for package managers that do not support the dependency graph format natively, see oss-review-toolkit#3825. Signed-off-by: Oliver Heger <[email protected]>
oheger-bosch
added a commit
to boschglobal/oss-review-toolkit
that referenced
this issue
Feb 6, 2023
The convert() function now accepts an Excludes object. The result of the conversion contains only dependencies not defined by an excluded scope. This functionality is going to be used to implement scope exclusions centrally for package managers that do not support the dependency graph format natively, see [1]. [1] oss-review-toolkit#3825 Signed-off-by: Oliver Heger <[email protected]>
oheger-bosch
added a commit
to boschglobal/oss-review-toolkit
that referenced
this issue
Feb 6, 2023
The convert() function now accepts an Excludes object. The result of the conversion contains only dependencies not defined by an excluded scope. This functionality is going to be used to implement scope exclusions centrally for package managers that do not support the dependency graph format natively, see [1]. [1] oss-review-toolkit#3825 Signed-off-by: Oliver Heger <[email protected]>
oheger-bosch
added a commit
to boschglobal/oss-review-toolkit
that referenced
this issue
Feb 7, 2023
The convert() function now accepts an Excludes object. The result of the conversion contains only dependencies not defined by an excluded scope. This functionality is going to be used to implement scope exclusions centrally for package managers that do not support the dependency graph format natively, see [1]. [1] oss-review-toolkit#3825 Signed-off-by: Oliver Heger <[email protected]>
oheger-bosch
added a commit
that referenced
this issue
Feb 7, 2023
The convert() function now accepts an Excludes object. The result of the conversion contains only dependencies not defined by an excluded scope. This functionality is going to be used to implement scope exclusions centrally for package managers that do not support the dependency graph format natively, see [1]. [1] #3825 Signed-off-by: Oliver Heger <[email protected]>
Closed
sschuberth
changed the title
Make more package managers use the new dependency graph format
Make all package managers use the new dependency graph format
Jul 25, 2023
sschuberth
added a commit
that referenced
this issue
Sep 3, 2024
See [1] for context. [1]: #3825 Signed-off-by: Sebastian Schuberth <[email protected]>
Here's a brief migration guide that I came up with while working on #9073:
|
sschuberth
added a commit
that referenced
this issue
Sep 3, 2024
See [1] for context. [1]: #3825 Signed-off-by: Sebastian Schuberth <[email protected]>
sschuberth
added a commit
that referenced
this issue
Sep 3, 2024
See [1] for context. [1]: #3825 Signed-off-by: Sebastian Schuberth <[email protected]>
sschuberth
added a commit
that referenced
this issue
Sep 4, 2024
See [1] for context. [1]: #3825 Signed-off-by: Sebastian Schuberth <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
analyzer
About the analyzer tool
enhancement
Issues that are considered to be enhancements
epic
A "parent" issue that refers to multiple other issues
Currently, only the Gradle analyzer uses the new dependency graph format introduced in #3502. We should take advantage of the new format for more (ultimately all) package manager implementations.
Package managers that still need to be migrated are unchecked in this list:
Sbt(not relevant itself, as it uses Maven)The text was updated successfully, but these errors were encountered: