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

Add more rust data #2948

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

Commits on Jun 11, 2024

  1. Add more rust data

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    38229f5 View commit details
    Browse the repository at this point in the history
  2. Better error formatting

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    238913e View commit details
    Browse the repository at this point in the history
  3. Remove leftover log statement

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    1165263 View commit details
    Browse the repository at this point in the history
  4. Add support for sparse registries

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    7d54133 View commit details
    Browse the repository at this point in the history
  5. Allow querying rust repository index for dependency info

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    3e33feb View commit details
    Browse the repository at this point in the history
  6. Add Rust checksum verification

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    28f2d7e View commit details
    Browse the repository at this point in the history
  7. Fix wrong return value in DownloadLocation

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    6e87396 View commit details
    Browse the repository at this point in the history
  8. Move some of the implementation into seperate files

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    0f8f724 View commit details
    Browse the repository at this point in the history
  9. Add handling of "local-registry"

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a6569b5 View commit details
    Browse the repository at this point in the history
  10. Add extra check for an empty Source field

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a9868d2 View commit details
    Browse the repository at this point in the history
  11. Refactor to use := and saving some explicit typing

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    e1bd0a3 View commit details
    Browse the repository at this point in the history
  12. Move RustCargoLockEntry to rust package

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    895d6cc View commit details
    Browse the repository at this point in the history
  13. Rename RustCargoLockEntry to CargoLockEntry

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    9ffba8b View commit details
    Browse the repository at this point in the history
  14. Add support for getting License information

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    cca0778 View commit details
    Browse the repository at this point in the history
  15. fix inproper sha being produced

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    3933349 View commit details
    Browse the repository at this point in the history
  16. Add a rust relationship graph

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f7e3303 View commit details
    Browse the repository at this point in the history
  17. Download Dependencies only once and add Licenses

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    79d11a5 View commit details
    Browse the repository at this point in the history
  18. Bump go-toml to v2, to fix some parsing issues

    with go-toml v1 when a file had something like the following line, it would fail to parse:
    `[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.accesskit_unix]`
    
    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    02ae76e View commit details
    Browse the repository at this point in the history
  19. Fix tests compile

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    ebc99e0 View commit details
    Browse the repository at this point in the history
  20. Rename PackageId to PackageID (gocrytic error)

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    abccc44 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    50aa7ae View commit details
    Browse the repository at this point in the history
  22. Rename local sourceId to sourceID (revive error)

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a3e99e1 View commit details
    Browse the repository at this point in the history
  23. Fix superfluous-else annotation (revive error)

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    ff74c12 View commit details
    Browse the repository at this point in the history
  24. Unexport a bunch of stuff

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    2efe219 View commit details
    Browse the repository at this point in the history
  25. Rename CargoLockEntry back to RustCargoLockEntry

    Because tests
    
    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    58728dd View commit details
    Browse the repository at this point in the history
  26. Unexport rust.PackageID

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    0a52a48 View commit details
    Browse the repository at this point in the history
  27. Unexport rust.dependencyInformation and rust.dependencyDependencyInfo…

    …rmation
    
    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    55b0d48 View commit details
    Browse the repository at this point in the history
  28. Unexport rust.CargoToml and rust.tomlPackage

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f995e3a View commit details
    Browse the repository at this point in the history
  29. Unexport rust.SourceId and rust.GetSourceId

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    4b2883c View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    37447e2 View commit details
    Browse the repository at this point in the history
  31. Make packagemetadata tests pass

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    949c0b7 View commit details
    Browse the repository at this point in the history
  32. Make Test_OriginatorSupplier pass

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    c4ee380 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    4971937 View commit details
    Browse the repository at this point in the history
  34. Fix static analysis

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f8b9c77 View commit details
    Browse the repository at this point in the history
  35. Remove some map assignments in GetGeneratedInformation

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    6b34863 View commit details
    Browse the repository at this point in the history
  36. More lint fixes

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    d112d1c View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Add Rust Package Descriptions

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    b2bbcdb View commit details
    Browse the repository at this point in the history
  2. Add Rust Package Homepage

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    260fa31 View commit details
    Browse the repository at this point in the history
  3. Rust when no Homepage is available fallback to Repository

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    b815a2a View commit details
    Browse the repository at this point in the history
  4. Remove PathSha1Hashes from rust.GeneratedDepInfo

    This line got accidentally commited.
    
    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    2639040 View commit details
    Browse the repository at this point in the history
  5. Fix external_references_test.go

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    6f033a9 View commit details
    Browse the repository at this point in the history
  6. Attempt to add a PackageVerificationCode to rust

    Making the `parse_cargo_lock_test.go` has proven difficult, because of relationship ordering being completely unstable.
    
    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    09bc95c View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Fix Lints again

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4d3839a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'refs/heads/main' into rust-dep-info

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    5052ea4 View commit details
    Browse the repository at this point in the history
  3. Add all the contains relations.

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    043c8ec View commit details
    Browse the repository at this point in the history
  4. Bump Cli timeout

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    faf5b7d View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Revert bump of go-toml for python

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    91d177d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ecc6ad View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Add Rust Config, Use Caching

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    5e30e21 View commit details
    Browse the repository at this point in the history
  2. Improve test relationship sorting

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    ea996bc View commit details
    Browse the repository at this point in the history
  3. ID's were not being set

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    daf00e3 View commit details
    Browse the repository at this point in the history
  4. Some renaming

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    c50e815 View commit details
    Browse the repository at this point in the history
  5. "Fix" packagemeta.TestAllNames

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    4a5eb07 View commit details
    Browse the repository at this point in the history
  6. Fix rust cargo lock test

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    d700f57 View commit details
    Browse the repository at this point in the history
  7. Fix some lints

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    9a83f3f View commit details
    Browse the repository at this point in the history
  8. Run goimports -w .

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    9b73e1d View commit details
    Browse the repository at this point in the history
  9. Fix typo in relationship.go

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    bb53f52 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Solve Sorting being recursively applied

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    3659eec View commit details
    Browse the repository at this point in the history
  2. Fix TestParseCargoLock

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    f05da3c View commit details
    Browse the repository at this point in the history
  3. Run goimports -w .

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    4b33e16 View commit details
    Browse the repository at this point in the history
  4. Fix lints

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    c5114a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c6e05c4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0987aaa View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. refactor to use DI and remove import cycles

    Signed-off-by: Alex Goodman <[email protected]>
    wagoodman committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    f1310fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b889150 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Merge branch 'main' into rust-dep-info

    Signed-off-by: C0D3 M4513R <[email protected]>
    C0D3-M4513R authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    8e0f693 View commit details
    Browse the repository at this point in the history