Skip to content
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

helper-cli: Add helper merge command #5519

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jun 30, 2022

  1. model: Introduce a new copyright holder field to data model

    In German law, the author and the copyright holder can be two seperate
    legal entities and therefore also need to be treated separately.
    
    Introduce a new copyright holder field that is now the primary source
    for copyright holder information. Authors are still only used as
    copyright holders if the `addAuthorsToCopyrights` option is enabled.
    
    For now, all package manager implementations set empty copyright
    holders. Filling the copyright holder field is left as an exercise for
    future actions. Right now, the only way to add copyright holders is via
    curations.
    
    This change resolves oss-review-toolkit#4519.
    
    Signed-off-by: Rainer Bieniek <extern.rainer.bieniek@porsche.de>
    porsche-rbieniek committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    cbb331e View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. helper-cli: Add helper command for merging analyzer result files

    This helper CLI function is used by Porsche to solve the issue oss-review-toolkit#4364
    
    The rationale behind this is that some projects at Porsche deliver individual
    analyzer-results for each subproject in a large monorepo. The FOSS analyst needs
    to see a condensed form of the individual dependency graphs across the project
    monorepo. We solve this issue by merging all individual analyzer results into one.
    
    Signed-off-by: Rainer Bieniek <extern.rainer.bieniek@porsche.de>
    porsche-rbieniek committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    9472c74 View commit details
    Browse the repository at this point in the history