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

Generate output per target, not per package #441

Closed
wants to merge 13 commits into from

Commits on Jul 28, 2023

  1. Generate output per target, not per package

    This will currently break everything that is not output-pattern package
    
    Signed-off-by: Lars Francke <git@lars-francke.de>
    lfrancke committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    254a4f3 View commit details
    Browse the repository at this point in the history
  2. Remove accidental stuff

    Signed-off-by: Lars Francke <git@lars-francke.de>
    lfrancke committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    8f0fd4b View commit details
    Browse the repository at this point in the history
  3. Make sure that files have a unique name

    Signed-off-by: Lars Francke <git@lars-francke.de>
    lfrancke committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    e1af983 View commit details
    Browse the repository at this point in the history
  4. Remove output-pattern option and name the bom file the same as the ou…

    …tput file
    
    Signed-off-by: Lars Francke <git@lars-francke.de>
    lfrancke committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    c115a1c View commit details
    Browse the repository at this point in the history
  5. Fix name in metadata

    Signed-off-by: Lars Francke <lars.francke@gmail.com>
    lfrancke committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    345c92b View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Revert accidental removal

    Signed-off-by: Lars Francke <lars.francke@gmail.com>
    lfrancke committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    da8bc00 View commit details
    Browse the repository at this point in the history
  2. Fix generation of component name

    Signed-off-by: Lars Francke <lars.francke@gmail.com>
    lfrancke committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    919ad57 View commit details
    Browse the repository at this point in the history
  3. Remove output-cdx & output-prefix options, make "--all" default, own …

    …members will now also be added as dependencies
    
    Signed-off-by: Lars Francke <lars.francke@gmail.com>
    lfrancke committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    ecc3894 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Really make All the default, include own workspace packages

    Signed-off-by: Lars Francke <lars.francke@gmail.com>
    lfrancke committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    f25dfbf View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Merge branch 'main' into feature/bom-per-target

    # Conflicts:
    #	cargo-cyclonedx/src/generator.rs
    lfrancke committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    50fe76d View commit details
    Browse the repository at this point in the history
  2. Fix unused dependency

    Signed-off-by: Lars Francke <lars.francke@gmail.com>
    lfrancke committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    a81b7fb View commit details
    Browse the repository at this point in the history
  3. Accidentally ran cargo fmt only on the cyclonedx-bom package

    Signed-off-by: Lars Francke <lars.francke@gmail.com>
    lfrancke committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    40ee214 View commit details
    Browse the repository at this point in the history
  4. Accidentally also ran cargo clippy only on the cyclonedx-bom package

    Signed-off-by: Lars Francke <lars.francke@gmail.com>
    lfrancke committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    8c3c08e View commit details
    Browse the repository at this point in the history