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

Fix dependencies concealed during BOM creation, aligning more closely with the dependency graph #256

Merged
merged 9 commits into from
Feb 10, 2023

Commits on Feb 9, 2023

  1. Fix concealed test and runtime dependencies

    Signed-off-by: Kevin Conner <kev.conner@gmail.com>
    Kevin Conner authored and knrc committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    60a4da8 View commit details
    Browse the repository at this point in the history
  2. Prune any extraneous component entries

    Signed-off-by: Kevin Conner <kev.conner@gmail.com>
    Kevin Conner authored and knrc committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    b974bd5 View commit details
    Browse the repository at this point in the history
  3. Fix test dependencies referenced as compile scope and skip excluded t…

    …ypes and their transitive dependencies if not referenced elsewhere
    
    Signed-off-by: Kevin Conner <kev.conner@gmail.com>
    Kevin Conner authored and knrc committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    57dd226 View commit details
    Browse the repository at this point in the history
  4. Fix those dependencies which are lost when their version has not been…

    … updated to match the resolved version in the component list
    
    Signed-off-by: Kevin Conner <kev.conner@gmail.com>
    knrc committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    ebdbaf0 View commit details
    Browse the repository at this point in the history
  5. Reduce chattiness of log messages

    Signed-off-by: Kevin Conner <kev.conner@gmail.com>
    knrc committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    3963068 View commit details
    Browse the repository at this point in the history
  6. PR review changes: info->debug logs and conceal/obscure->hidden

    Signed-off-by: Kevin Conner <kev.conner@gmail.com>
    knrc committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    56857a8 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. fix exclude and validate

    Signed-off-by: Hervé Boutemy <hboutemy@apache.org>
    hboutemy committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    6172d1b View commit details
    Browse the repository at this point in the history
  2. rename trustification to bom-dependencies and reduce executions

    Signed-off-by: Hervé Boutemy <hboutemy@apache.org>
    hboutemy committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    0719e51 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from hboutemy/trustification_pr

    Trustification pr
    knrc committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    ec8a7ba View commit details
    Browse the repository at this point in the history