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

[internal] go: rewrite third party package analysis to not use go list #14157

Merged
merged 11 commits into from
Jan 14, 2022

Commits on Jan 12, 2022

  1. rewrite third party dep analysis to not use go list

    [ci skip-rust]
    Tom Dyas committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    d4f73c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. rename ThirdPartyPkgInfoRequest -> ThirdPartyPkgAnalysisRequest

    [ci skip-rust]
    
    [ci skip-build-wheels]
    Tom Dyas committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    5280730 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. put back test

    [ci skip-rust]
    
    [ci skip-build-wheels]
    Tom Dyas committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    25219ce View commit details
    Browse the repository at this point in the history
  2. avoid incorrect use of posixpath

    [ci skip-rust]
    Tom Dyas committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    aa5684f View commit details
    Browse the repository at this point in the history
  3. pass downloaded go.mod's to download step

    [ci skip-rust]
    
    [ci skip-build-wheels]
    Tom Dyas committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    4f2f61b View commit details
    Browse the repository at this point in the history
  4. avoid spamming pkg_analyzer.rules() all over the place

    [ci skip-rust]
    
    [ci skip-build-wheels]
    Tom Dyas committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    8e63928 View commit details
    Browse the repository at this point in the history
  5. add comments explaining allow_downloads=True

    [ci skip-rust]
    
    [ci skip-build-wheels]
    Tom Dyas committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    d3589f6 View commit details
    Browse the repository at this point in the history
  6. cleanup more pkg_analyzer strays

    [ci skip-rust]
    
    [ci skip-build-wheels]
    Tom Dyas committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    15ce45d View commit details
    Browse the repository at this point in the history
  7. remove stray print

    [ci skip-rust]
    
    [ci skip-build-wheels]
    Tom Dyas committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    db7172a View commit details
    Browse the repository at this point in the history
  8. remove unused (yet) sum field

    [ci skip-rust]
    
    [ci skip-build-wheels]
    Tom Dyas committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    d145eca View commit details
    Browse the repository at this point in the history
  9. fix working_dir

    [ci skip-rust]
    
    [ci skip-build-wheels]
    Tom Dyas committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    606f693 View commit details
    Browse the repository at this point in the history